[01:19] Can anyone answer a question for me about WAN ingress policing with TC? [01:19] (I have been reading the advanced linux router guide_ [01:19] ) === jjohansen is now known as jj-afk [01:33] !ask | mrmadmoneyman [01:33] mrmadmoneyman: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [05:16] New bug: #840099 in backuppc (main) "package backuppc 3.2.0-3ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/840099 [08:57] New bug: #840175 in apache2 (main) "apache2-mpm-prefork depend is wrong" [Undecided,New] https://launchpad.net/bugs/840175 [09:11] New bug: #840182 in apache2 (main) "package apache2.2-common 2.2.17-1ubuntu1 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive" [Undecided,New] https://launchpad.net/bugs/840182 [10:12] New bug: #839773 in libvirt (main) "virsh crashed with SIGABRT in raise()" [Medium,New] https://launchpad.net/bugs/839773 [14:13] How can i remotely image by ubuntu-server. I want to take a full backup of my remote server (all i have is command line interface). [14:55] How do you make ubuntu-server reprobe hardware.. My server vm's won't see network nics when I move them to another host.. [15:28] New bug: #840386 in munin (main) "Update munin to bugfix release 1.4.6" [Wishlist,In progress] https://launchpad.net/bugs/840386 [16:41] New bug: #840449 in munin (main) "Munin expects current and minimum value for fan sensors, but only current is provided by lm-sensors" [Medium,Triaged] https://launchpad.net/bugs/840449 [17:06] New bug: #840474 in samba (main) "Can't connect via samba from Vbox XP Guest when restricting IP with hosts allow in smb.conf" [Undecided,New] https://launchpad.net/bugs/840474 [17:37] how would i run chrome or some browser through ssh from my server to me? [17:40] philipballew: ssh -X you@remotemachine.example.com somebrowser [17:47] jmarsden, ok. so do i only need to install the chromieum browser or anything else? [17:48] philip@philip-Studio-1558:~$ ssh -x philip@philipserver1.no-ip.org chromium-browser [17:48] philip@philipserver1.no-ip.org's password: [17:48] (chromium-browser:23738): Gtk-WARNING **: cannot open display: [17:48] philipballew: -X and -x are not the same thing. === davros is now known as spacin [17:48] In fact they are opposites :) [17:48] haha, thats true. :) I should have seen that [18:06] New bug: #840513 in openldap (main) "package slapd 2.4.23-6ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/840513 [18:26] firestarter? usefull or totally not worth the time [19:12] hey im having a problem [19:13] WARNING: Can't change user id unless you are root. [19:13] on this init.d script http://pastebin.com/L2h5FPgw [19:19] BrixSat: well, the obvious question is... *are* you running it with root priviledges? [19:19] yes :) [19:19] im as user root [19:19] but i was expecting that to auto-hapen at boot time [19:23] BrixSat: The error is coming from start-stop-daemon but I can't see why, if it is really being run as root. [19:24] :S [19:42] jmarsden: if i put it in rc.local will it run as root? [19:42] It should, yes. [19:42] how do i disable the icecast from init.d? [19:45] update-rc.d -f apache2 remove got it :D [19:45] apache2 and icecast are not the same thing :) [19:46] New bug: #840188 in cobbler (universe) "cobbler crashed with IOError in check_setup(): [Errno 5] Input/output error" [Undecided,New] https://launchpad.net/bugs/840188 [20:36] New bug: #699793 in dahdi-linux (universe) "package dahdi-dkms 1:2.2.1 dfsg-1ubuntu2 failed to install/upgrade: dahdi kernel module failed to build" [Low,Incomplete] https://launchpad.net/bugs/699793 [20:38] New bug: #695556 in asterisk (universe) "Asterisk "locks up" the system when an external process is called from the 'h' extension with a lower priority than Asterisk" [Medium,Fix released] https://launchpad.net/bugs/695556 [21:48] hello, is there a similar command for "chkconfig service_name off" for 10.04 lts? [22:17] New bug: #840641 in nova (universe) "nova ftbfs (Sphinx? Segmentation fault)" [High,New] https://launchpad.net/bugs/840641 [22:36] hi i typed "pkill -KILL -u root" in a ssh .and now i cant access it anymore .what should i do? [22:37] hello? [22:38] mASOUD_42: I think you should (a) not type in commands as root that you do not fully understand, and (b) reboot the machine you killed. [22:41] ty, the problem was that, lest say i first logged in at 1:08 and then at 1:25 my internet connection disconnected. and when i reconnected again , when i typed "w" it showed 2 roots logged in , i mean the last one was still logged in [22:42] how could i log that out? [22:42] So you should have figured out which one was your current session and which was not, and killed the ONE process you wanted to kill, not all processes owned by root!! [22:42] no the both were named root [22:43] i still have the terminal open [22:44] http://paste.ubuntu.com/681455/ [22:44] You are confused. root is a user name, not a process ID. [22:45] You need to kill off the bash shell on pty/0 (look at the output you pasted). [22:45] how? [22:46] ps ax | grep bash |grep pty/0 or any similar way to look for the PID. [22:46] Then kill that PID. [22:46] ty [22:46] You're welcome. [22:47] so now i need to contact the support and ask them to restart the server? it was a vps [22:48] I would think so, as far as I can see your pkill killed off all root-owned processes, which would effectively kill the server completely. [22:48] :\ [22:49] i read the thing in here http://www.cyberciti.biz/faq/linux-logout-user-howto/ [22:51] mASOUD_42: You did not read it very carefully. It says that is how to "logout other users" -- [22:51] It does not say it is safe to use for logging out root. [22:52] is it like that if we kill all processes owned by a user then we logged him/her off? [22:52] Yes. But if you do that for root, you also killed off all the daemons running as root, such as sshd ... [22:53] yes i think now i understand what i just did. [23:40] hi [23:40] i setup postfix on my server as satelite host [23:41] but how can i setup that mails which are sent by root or any other youser contain no-reply@foo.bar and not root@myhost.bar [23:41] ?