Forum: *nix Software Nov 2nd, 2008 |
| Replies: 4 Views: 1,481 One thing to remember about 'sudo su' is that it's not a 'login shell' by default. If you use 'sudo su -l' ('sudo su -' for short) then you'll inherit all of the root user's environment variables,... |
Forum: *nix Software Sep 11th, 2008 |
| Replies: 2 Views: 663 Hi k2k,
There are a few options. Usually, if you're the root user, these things are in your "PATH". Are you by any chance logging in as another user, and using the "su" command to get to root? ... |
Forum: *nix Software Sep 8th, 2008 |
| Replies: 7 Views: 1,904 Yeah, haven't worked with Xen much myself. That could be it! Let us know what you find :)
-G |
Forum: *nix Software Sep 5th, 2008 |
| Replies: 7 Views: 1,904 Hi Mike,
That's certainly an odd problem... Let's compare the output of these commands:
$ date "+%a %d %b %Y %X %Z"; hwclock; ntpdate pool.ntp.org
That'll tell us if there are any... |
Forum: *nix Software Sep 5th, 2008 |
| Replies: 6 Views: 1,223 Here's another problem:
"however, the dyndns.com auto detector detects another ip, i have to manually change it to 192.168.1.5 so i can do ssh at home"
dyndns is detecting your "public" ip... |