/srv/irclogs.ubuntu.com/2011/09/03/#ubuntu-server.txt

mrmadmoneymanCan anyone answer a question for me about WAN ingress policing with TC?01:19
mrmadmoneyman(I have been reading the advanced linux router guide_01:19
mrmadmoneyman)01:19
=== jjohansen is now known as jj-afk
pmatulis!ask | mrmadmoneyman01:33
ubottumrmadmoneyman: 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. :-)01:33
uvirtbotNew 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/84009905:16
uvirtbotNew bug: #840175 in apache2 (main) "apache2-mpm-prefork depend is wrong" [Undecided,New] https://launchpad.net/bugs/84017508:57
uvirtbotNew 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/84018209:11
uvirtbotNew bug: #839773 in libvirt (main) "virsh crashed with SIGABRT in raise()" [Medium,New] https://launchpad.net/bugs/83977310:12
pr0zoidHow 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:13
savoy9020How do you make ubuntu-server reprobe hardware.. My server vm's won't see network nics when I move them to another host..14:55
uvirtbotNew bug: #840386 in munin (main) "Update munin to bugfix release 1.4.6" [Wishlist,In progress] https://launchpad.net/bugs/84038615:28
uvirtbotNew 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/84044916:41
uvirtbotNew 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/84047417:06
philipballewhow would i run chrome or some browser through ssh from my server to me?17:37
jmarsdenphilipballew: ssh -X you@remotemachine.example.com somebrowser17:40
philipballewjmarsden, ok. so do i only need to install the chromieum browser or anything else?17:47
philipballewphilip@philip-Studio-1558:~$ ssh -x philip@philipserver1.no-ip.org chromium-browser17:48
philipballewphilip@philipserver1.no-ip.org's password:17:48
philipballew(chromium-browser:23738): Gtk-WARNING **: cannot open display:17:48
jmarsdenphilipballew: -X and -x are not the same thing.17:48
=== davros is now known as spacin
jmarsdenIn fact they are opposites :)17:48
philipballewhaha, thats true. :) I should have seen that17:48
uvirtbotNew 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/84051318:06
spacinfirestarter? usefull or totally not worth the time18:26
BrixSathey im having a problem19:12
BrixSat WARNING: Can't change user id unless you are root.19:13
BrixSaton this init.d script http://pastebin.com/L2h5FPgw19:13
jmarsdenBrixSat: well, the obvious question is... *are* you running it with root priviledges?19:19
BrixSatyes :)19:19
BrixSatim as user root19:19
BrixSatbut i was expecting that to auto-hapen at boot time19:19
jmarsdenBrixSat: The error is coming from start-stop-daemon but I can't see why, if it is really being run as root.19:23
BrixSat:S19:24
BrixSatjmarsden:  if i put it in rc.local will it run as root?19:42
jmarsdenIt should, yes.19:42
BrixSathow do i disable the icecast from init.d?19:42
BrixSatupdate-rc.d -f apache2 remove got it :D19:45
jmarsdenapache2 and icecast are not the same thing :)19:45
uvirtbotNew bug: #840188 in cobbler (universe) "cobbler crashed with IOError in check_setup(): [Errno 5] Input/output error" [Undecided,New] https://launchpad.net/bugs/84018819:46
uvirtbotNew 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/69979320:36
uvirtbotNew 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/69555620:38
Chris89xhello, is there a similar command for "chkconfig service_name off" for 10.04 lts?21:48
uvirtbotNew bug: #840641 in nova (universe) "nova ftbfs (Sphinx? Segmentation fault)" [High,New] https://launchpad.net/bugs/84064122:17
mASOUD_42hi i typed "pkill -KILL -u root" in a ssh .and now i cant access it anymore .what should i do?22:36
mASOUD_42hello?22:37
jmarsdenmASOUD_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:38
mASOUD_42ty, 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 in22:41
mASOUD_42how could i log that out?22:42
jmarsdenSo 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
mASOUD_42no the both were named root22:42
mASOUD_42i still have the terminal open22:43
mASOUD_42http://paste.ubuntu.com/681455/22:44
jmarsdenYou are confused.  root is a user name, not a process ID.22:44
jmarsdenYou need to kill off the bash shell on pty/0 (look at the output you pasted).22:45
mASOUD_42how?22:45
jmarsdenps ax | grep bash |grep pty/0      or any similar way to look for the PID.22:46
jmarsdenThen kill that PID.22:46
mASOUD_42ty22:46
jmarsdenYou're welcome.22:46
mASOUD_42so now i need to contact the support and ask them to restart the server? it was a vps22:47
jmarsdenI 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
mASOUD_42:\22:48
mASOUD_42i read the thing in here http://www.cyberciti.biz/faq/linux-logout-user-howto/22:49
jmarsdenmASOUD_42: You did not read it very carefully.  It says that is how to "logout other users" --22:51
jmarsdenIt does not say it is safe to use for logging out root.22:51
mASOUD_42is it like that if we kill all processes owned by a user then we logged him/her off?22:52
jmarsdenYes.  But if you do that for root, you also killed off all the daemons running as root, such as sshd ...22:52
mASOUD_42yes i think now i understand what i just did.22:53
kalkin-hi23:40
kalkin-i setup postfix on my server as satelite host23:40
kalkin-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.bar23:41
kalkin-?23:41

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!