/srv/irclogs.ubuntu.com/2014/01/27/#ubuntu-server.txt

QnDhey all00:19
QnDcan anyone tell me how to detect if ptmx has been exploited00:20
=== Guest57266 is now known as med_
=== med_ is now known as medberry
=== medberry is now known as med_
CappyTjrwren_, and how can i add samba-dc users to a samba share?00:33
jrwren_CappyT: add users to the system.00:35
CappyTjrwren_, so users logged in the domain access correctly the share?00:38
=== freeflying is now known as freeflying_away
jrwren_yes01:12
jrwren_maybe use winbind if that is still a thing01:12
=== freeflying_away is now known as freeflying
=== freeflying is now known as freeflying_away
=== freeflying_away is now known as freeflying
=== freeflying is now known as freeflying_away
=== freeflying_away is now known as freeflying
MavKenIf I have 1 cpu and 1 g ram, is there a reason to use 64 or 32 bit?03:01
MavKenon vps03:01
=== freeflying is now known as freeflying_away
=== freeflying_away is now known as freeflying
fooHaving some serious issues with e-mail marked as spam. Nothing is blacklisted, SPF records are validating properly (via show original), everything looks fine. I am absolutely stumped - have spent several hours on this today. I have set up drupal sites on the same server which never go to spam. Anyone have any two cents?07:36
mardraumwho is marking your email as spam?07:45
foomardraum: whoops, good point - gmail is. So weird.07:47
fooI guess, I'm stuck because I'm not sure what else I can possibly test.07:49
mardraumfoo: if it's just gmail, I wouldn't worry too much, I have seen it misbehave recently too and claim emails have popular malware phrases in them08:02
mardraumjust make sure your drupal and php are up to date08:03
foomardraum: they are, and I have tested this across half a dozen accounts - everything is going to spam. Not ok.08:06
foomardraum: err, just tested on yahoo, hit spam too. what. the. heck.08:08
leblaaancHey guys, can someone help me configure my smbd.conf to properly force ugo+rw access and ugo+rwx on the dirs (basically publicly accessible files and dirs)?08:45
leblaaanchttp://pastie.org/private/gma85tckxib00rh0tdzzra08:46
leblaaanci've tried every combination of all those things it seems like08:46
leblaaancweird … mkdir -m 777 foo doesn't work08:53
leblaaancbut mkdir -m 7777 foo does?08:53
leblaaancwtf?08:53
ZorkySeeking help regarding ubuntu server 12.04 wont update boot kernel, the following errors occur update-initramfs: Generating /boot/initrd.img-3.2.0-58-virtual09:04
Zorkycryptsetup: WARNING: failed to detect canonical device of /dev/sda109:04
ZorkyWarning: Not updating LILO; /etc/lilo.conf not found!09:04
=== Catdaemon is now known as Catdaemon`
=== gary_poster|away is now known as gary_poster
sarthorI am using ubuntu 12.04, with no GUI, there is not resolving on my machine, here is the conf files, can not dig anywebsite.com, can not ping yahoo or googel.com, no browsing, http://pastebin.com/GqC63Veg14:39
jrwren_sarthor: home user? is 192.168.1.1 a home gateway/router?14:40
sarthorjrwren_: yea that is my modem14:41
jrwren_sarthor: try running this: echo nameserver 192.168.1.1 | sudo resolvconf -a eth014:42
jrwren_or 192.168.1.101 since you have that lited in your interfaces file14:42
vlad_starkovGuys, recommend me please a tiny Linux distributive that will let me boot from USB flash and to make some recovery procedures in bash (I'll need dm-crypt, mdadm and mc). Thanks.14:47
patdk-wksysrescd :)14:50
jrwren_vlad_starkov: ubuntu rescue cd :p15:02
vlad_starkovjrwren_: it doesn't boot with it on my server15:07
vlad_starkovjrwren_: I need to make some debug iterations to blacklist some of modules until I find the buggy module15:08
vlad_starkovjrwren_: Someone else recommended me grml15:08
jrwren_i don't know. i stick to what I know in rescue situations.15:09
vlad_starkovjrwren_: Yep. Thanks anyways!15:10
=== freeflying is now known as freeflying_away
patdk-wkI just find the ubuntu rescue doesn't have enough stuff on it15:20
patdk-wksysrescd has always had what I needed on it15:20
zuljamespage:  your cinderclient issue got fixed upstream ill backport the patch15:33
jamespagezul, +115:33
jamespagethat should go into trusty asap15:33
zuljamespage:  its in the back of my mind15:34
=== arosales_ is now known as arosales
sarthorjrwren_: echo nameserver 192.168.1.1 | sudo resolvconf -a eth0 applied. still no resolving.15:54
yolanda_jamespage, mp for rabbitmq using unison charmhelper: https://code.launchpad.net/~yolanda.robla/charms/precise/rabbitmq-server/ha/+merge/20306215:55
fellayaboyis it possible for ubuntu server to also deploy windows 7 images16:00
fellayaboyusing pxe16:01
jrwren_sarthor: that should add a nameserver line to your /etc/resolv.conf, but maybe lack of something on 127.0.0.1 is causing the problem?16:16
jrwren_sarthor: do you have bind or dnsmasq installed and running?16:17
sarthorjrwren_: If I manually wirte nameserver 192.168.1.101 in /etc/resolv.conf, so it work fine, and after some time or with restart the entry disapear.16:17
vlad_starkovQuestion: Could anyone point me, why Ubuntu Server can't boot without 'noudev' boot option?16:18
sarthoron the client i do not have bind or dnsmasq running, I did installed dnsmasq and removed16:18
zuljamespage:  taskflow should be unblocked soon16:25
jamespagezul, good-oh - thanks!16:25
jamespagewill that unblock the others?16:25
zulcinder and glance is the only ones using it so far16:25
jrwren_sarthor: i wonder if there is left over dnsmasq config. try apt-get purge to remove it.16:25
sarthorjrwren_: already purged.16:26
zuljamespage:  others are depending on python-oslo.rootwrap16:26
jamespagezul, ah - yes16:27
jamespageMIR'ed?16:27
zulneeds a team subscriber16:27
jrwren_sarthor: can you paste output of grep 127.0.0.1 /etc/resolvconf/*/*16:32
sarthorjrwren_: there was my fault, techers are far away otherwise I think I deserve box on the nose. in /etc/network/interfaces dnsnameserver 192.168.1.101 was like dns-server 192.168.1.101. there was problem.16:33
jrwren_sarthor: ha! I didn't notice. gg wp16:33
sarthorThank you all. really you guys help a lot, Thanks again. and I will be back with next problem, because I am learner.16:35
=== chmurifree is now known as chmuri
WACOMaltHey folks. I just tried to visit my website, and it's currently down. How can I check that apache is running?17:14
WACOMaltI tried sudo /etc/init.d/apache2 start, and it just says fail17:15
rostamHi I have a quesion on debminor. I have used this tool to locally mirror ubuntu 12.04.  However,  one particular package, python-pip, is not in the local mirror and I am not sure why? thx17:40
=== jrwren_ is now known as jrwren
=== teward is now known as TheLordOfTime
=== Overand_ is now known as Overand
=== TheLordOfTime is now known as teward
vlad_starkovQuestion: How to disable udev upstart script in Ubuntu Server 12.04?18:53
sarnoldvlad_starkov: are you sure you want to do that? it might break a ton of things.. and it might be difficult to undo..18:54
vlad_starkovsarnold18:54
sarnoldvlad_starkov: if you're sure you want to do it, you can use an override file as described here: http://upstart.ubuntu.com/cookbook/#override-files18:54
sarnold(i'm disinclined to write the actual command, some things shouldn't be copy-and-pasteable by accident :)18:55
vlad_starkovsarnold: I spent almost 6 days to deal with my Supermicro server which doesn't boot at all with Ubuntu Server 12.04 installed. It throws CPU soft lockup errors and hangs...18:55
vlad_starkovsarnold: I tried grml with 'grml noudev' boot option and the system booted successfully. Then on booted system I tried 'sudo /etc/init.d/udev start' and it performed successfully. So I'd like to try such thing with Ubuntu that is installed on my server.18:57
sarnoldvlad_starkov: well, okay, worth a shot I guess. but udev probably wouldn't be the buggy thing itself, just triggering the bug elsewhere..18:58
vlad_starkovsarnold: I know. I just need to figure out what module is buggy here. Just want to try to boot Ubuntu.18:58
vlad_starkovsarnold: Any thoughts on how to figure out what module is bad ass there?18:59
sarnoldvlad_starkov: serial console or similar to capture the soft lockup message, hopefully it'll provide some guidence19:00
conroeAnyone using btrfs?19:01
vlad_starkovsarnold: I'm in datacenter now with monitor and keyboard connected to that server. Don't have serial cable.19:01
sarnoldvlad_starkov: ILO or similar?19:02
vlad_starkovsarnold: nope19:02
sarnoldvlad_starkov: cell phone photo of the message may also work19:02
vlad_starkovsarnold: you ask me to show you the screen?19:02
sarnoldvlad_starkov: sure, I might be able to guess on something to try next19:02
vlad_starkovsarnold: sure just a minute...19:03
vlad_starkovsarnold: This is the screen http://cl.ly/image/1Q0Z3s25120p19:09
vlad_starkovsarnold: after that it have to throw lockup errors19:09
sarnoldvlad_starkov: wow, that's surprisingly readable :)19:10
sarnoldvlad_starkov: do you have any with the lockup errors?19:10
vlad_starkovsarnold: It is because I connected to the server by KVM on my laptop19:10
vlad_starkovsarnold: Hmm, there is no lockups on a screen for the moment.19:11
sarnoldvlad_starkov: hmm indeed :)19:11
vlad_starkovsarnold: it is just staying at this state and the cursor blinking19:11
sarnold:(19:13
vlad_starkovsarnold: Take a look on this one http://cl.ly/image/221D100o3W3S/o19:13
vlad_starkovsarnold: I made this screenshot a month ago19:14
vlad_starkovsarnold: I reboot the server now. I could add some debug boot options if you point me, to make the output more verbose.19:16
sarnoldvlad_starkov: sorry, I don't know what else to suggest to make it more verbose..19:16
=== mjohnson15_2 is now known as mjohnson15
sarnoldvlad_starkov: I used modprobe -bvn on that PCI id and got the following module path: /lib/modules/3.11.0-15-generic/kernel/drivers/pci/hotplug/shpchp.ko19:18
vlad_starkovsarnold: Yay! Caught one http://cl.ly/image/1T3J170R3A2319:18
sarnoldvlad_starkov: modinfo says you can ask it for debugging info with parameter shpchp_debug -- probably adding shpchp.shpchp_debug=1 to the kernel command line would help..19:19
vlad_starkovsarnold: there are more http://cl.ly/image/0E0Y0Z3g2Z0X19:20
vlad_starkovsarnold: I don't see this option in the list https://www.kernel.org/doc/Documentation/kernel-parameters.txt19:20
sarnoldvlad_starkov: ugh. :/ no wonder this has given you trouble, this looks really annoying.19:20
sarnoldvlad_starkov: no, I don't think module parameters are documented there19:21
vlad_starkovsarnold: and one more before I reboot http://cl.ly/image/3i2V031x0b2y19:22
sarnoldvlad_starkov: grml loaded without trouble?19:22
sarnoldI mean, waiting nearly five minutes to finish enumerating hard drives feels really broken19:23
vlad_starkovsarnold: It doesn't load too. But when I adding its native option "grml noudev" it boots successfully.19:23
sarnoldvlad_starkov: ah, right. okay. do your arrays come up?19:24
vlad_starkovsarnold: tried to add shpchp.shpchp_debug=1. No changes.19:24
sarnoldvlad_starkov: nuts.19:25
vlad_starkovsarnold: do the hdds come up in grml?19:25
sarnoldvlad_starkov: yeah19:25
vlad_starkovsarnold: not sure, will check them now. a few minutes...19:26
conroeAny way to install lightdm and xorg on -server without the bloat? I really dont need account* and stuff like that?19:27
zuljamespage:  libvirt is fixed in icehouse-proposed19:32
vlad_starkovsarnold: almost booted grml http://cl.ly/image/1J0G2L3a1F0b19:34
sarnoldvlad_starkov: are your arrays mdadm?19:35
vlad_starkovsarnold: htop http://cl.ly/image/1N0w073J0V2Z19:35
vlad_starkovsarnold: no. I just installed test Ubuntu Server on sda. Other disks are not formatted and mounted.19:36
vlad_starkovsarnold: what should I check now?19:36
sarnoldvlad_starkov: oh interesting. I wonder if you format the others if it'll behave better?19:37
sarnoldI mean, it -should- behave, but the filesystem probing code might be broken..19:37
vlad_starkovsarnold: disks http://cl.ly/image/1a053G2X1u2j19:39
vlad_starkovsarnold: I can mount /dev/sda to /media/sda and edit /etc/modprobe.d/ to add buggy module(s) to blacklist. But I don't know which  one of them is buggy19:40
sarnoldno, me neither19:40
vlad_starkovsarnold: I can run /etc/init.d/udev start on grml and after a minute it will complete successfully and no CPU lockups will appear.19:41
sarnoldvlad_starkov: perhaps try partitioning and formatting those other drives; I wouldn't like it if that is the answer, but it feels like it is worth trying19:41
vlad_starkovsarnold: it is strange, as if udev is being lounched during startup, the system fails with CPU lockups19:41
vlad_starkovsarnold: actually I did it before, that is actually what I was starting from :)19:43
sarnoldvlad_starkov: oh okay :) pity though, that was my last idea.19:43
vlad_starkovsarnold: I'm absolutely sure that it is some buggy module over there. As grml boots fine with noudev, and Ubuntu Server installer runs fine and fast (as it doesn't load too much modules during installation).19:44
vlad_starkovsarnold: I think I'm ready to call Ubuntu paid support to deal with this issue.19:45
sarnoldvlad_starkov: worth a try!19:45
sarnoldsorry I didn't have anything better :/19:45
vlad_starkovsarnold: anyways thanks for your thought on subject!19:47
sarnoldvlad_starkov: good luck :)19:47
vlad_starkovThanks :)19:47
jamespagezul, great19:47
vlad_starkovsarnold: Hey! I just mount the sda and checked out ./var/log/syslog and found out CPU soft lockups errors there. I can paste it somewhere, there is shown a list of modules involved during lockup19:57
vlad_starkovsarnold: http://paste.ubuntu.com/6828163/20:06
zulDaviey:  ping can you promote python-networkx (#1271609), python-taskflow (#1271617), python-oslo.rootwrap (#1259985) so we can get openstack built in the archive plese20:10
* genii sips20:49
=== mjohnson15_2 is now known as mjohnson15
jcrzaWhat exactly does the "Mail Server" option do when installing Ubuntu server?22:00
jcrzaI want to get my mail server set up but I'm not sure what it's installed22:00
sarnoldjcrza: you could just skip it and install the mail server of your choice once the system is installed22:02
jcrzaI already did it :( now I don't know where to start from22:02
jcrzaDo you know what it installs so I can just find a guide for that stack?22:02
jpdsjcrza: postfix.22:03
jcrzaAwesome. Thanks!22:03
jcrzano gmail22:10
jcrzaI do not fucking want to sign up for G+22:10
jcrzaI'm in the process of completely replacing you you awful slut22:10
IdleOnejcrza: Please keep the language clean22:11
patdk-wkwhy all the cursing?22:11
IdleOnethere is no need for that22:11
jcrzaaw thought I was in #reddit22:11
jcrzawouldn't have been such a jerk.22:11
=== keithzg_ is now known as keithzg
jcrzaDo you guys think horde mail is secure?22:28
jcrzait looks a lot more recent than SquirrelMail... considering switching22:29
jrwrenjcrza: /usr/share/tasksel/ubuntu-tasks.desc is the file which shows which package are installed for a task22:56
jcrzahorde install soooooo much php stuff22:57
jcrzakinda scary.22:57
=== balloons is now known as Guest72010
=== rylinaux_ is now known as rylinaux
=== TheLordOfTime is now known as teward

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