/srv/irclogs.ubuntu.com/2014/04/29/#ubuntu-server.txt

keithzgAlthough my issue may not be that. Hmm.00:03
keithzgAha, I bet it's http://www.lornajane.net/posts/2008/Logrotate-Error-on-Ubuntu since the server in question recently ingested a dump from another one (so as to be used as the alternative backend for a sandbox wiki).00:07
GuegsIs there a way to completely remove the group from a directory? I want them completely gone, not just 700 permissions.01:07
pmatulisGuegs: what "group"?01:09
Guegsdrwx------ 2 guegs I_WANT_NOTHING_HERE 2 Apr 28 19:0301:09
Guegsthe group I want to remove from that dir is 'test'01:10
GuegsEhh, what the hell, I'll just chmod 777 it.01:11
GuegsErr, 700. :-P01:11
rbasakGuegs: all files must have a group owner. But there is a "nobody" group you can use if you have nothing else suitable. And giving the group no permission makes sense.01:26
Guegsohh, didn't know about the nobody group. Thanks.01:26
rbasakGuegs: sorry, it's the "nogroup" group. "nobody" is the equivalent user.01:26
=== sz0 is now known as sz0`
tonymkeAnyone know anything about configuring apache? Just wanted a specific subdomain to have a different documentroot directory than all other directories. e.g. dev.tony-lechner.com goes to /var/www/dev, while blah.tony-lechner.com or tony-lechner.com goes to /var/www/tony-lechner02:22
tonymkeSet up two site conf files, can't seem to get it working. https://gist.github.com/tonymke/1138930802:23
mwhudsontonymke: do you have NameVirtualHost *:80 somewhere?02:25
ruben23hi guys.. i have a publci  Server where it runs a web access and telephony server...im worried for attack and exploits does VPN works for this...but how do i setup..? shoudl it be separate server VPN or just built on teh same server..? does it require more bandiwidth02:44
=== CinnamonNeko is now known as Cinos
tonymkemwhudson: I do, in both. Sorry about the delay03:27
tonymkemwhudson: err <VirtualHost *:80>03:30
mwhudsontonymke: mine wasn't a typo :)03:30
tonymkemwhudson: oh hey, that was the right word to google. thanks :)03:30
=== blackdemon619 is now known as ConfusedCoder
=== sz0` is now known as sz0
=== sz0 is now known as sz0`
onoruaHi guys, does some one run systemd on ubuntu server already in here?04:31
blkperlonorua: well its not default in 14.04 so I'm guessing nobody does05:03
mvbemmelSeen the large availablity on VNC options, which one is suggested for setting up a VNC between linux server and osx?05:49
owhmvbemmel: To achieve what? Personally I use ssh.05:56
mvbemmelowh: To have terminal acces from a mac05:57
mvbemmelowh: could you pls tell what your setup is?05:57
owhmvbemmel: Open up the terminal on the Mac, type ssh user@server, enter your password. Done05:57
mvbemmelowh: perhpas I was thinking to difficult if the solution is that easy. Thanks!05:58
owhmvbemmel: On the server you'll need to have installed openssh-server.05:58
mvbemmelowh: check, tnx05:59
=== chmurifree is now known as ChMuRi
lordievaderGood morning.06:48
Guest67771Hi I had a power outage last night. I restarted my Ubuntu server, but 2 core services I run (apache and a MOO server) aren't accessible. I've checked all I can think of - all was good prior to the outage. Suugestions to troubleshooot?07:00
sarnoldGuest67771: anything in /var/log that looks related? maybe also run a debsums -c to see if anything is corrupted or missing07:01
Guest67771thanks <sarnold>, what does debsums do?07:02
sarnoldGuest67771: it checks the hashes that most packages provide in their manifests07:02
Guest67771which log should I be looking in?07:03
owhGuest67771: If you start apache manually, do you get an error?07:04
Guest67771It made mention of the fully qualified domain name not being available - but started anyhow07:04
sarnoldGuest67771: I'd check dmesg to see if there's hard drive errors or apparmor errors, apache error.log to see if there's anything interesting there, boot log in case something was written to the console..07:05
Guest67771localhost works07:05
sarnoldI think that's just a warning07:05
owhGuest67771: Have your IP addresses stayed the same?07:07
Guest67771Static IP from my ISP. The server has the same internal IP - fixed using MAC address. Checked that first!07:07
=== sz0` is now known as sz0
Guest67771Boot log is mostly clean - 2 entries for apparmor (skipping profile)07:09
owhHere's the FQDN fix: http://aslamnajeebdeen.com/blog/how-to-fix-apache-could-not-reliably-determine-the-servers-fully-qualified-domain-name-using-127011-for-servername-error-on-ubuntu07:09
jjohansenGuest67771: the skipping profiles bit is normal when there are a profiles disabled. You can see which ones are disabled by looking at /etc/apparmor.d/disable07:10
Guest67771SO that's probably not it.07:12
owhGuest67771: Once you fix the FQDN, restart apache, then see if you can start the MOO.07:12
Guest67771can I use the IP, rather than the domain name in the httpd.conf07:13
owhGuest67771: Here is a more ubuntu specific link: https://help.ubuntu.com/community/ApacheMySQLPHP07:13
owhGuest67771: "localhost" is what it needs.07:14
Guest67771misinterpreted it07:15
Guest67771apache started ok...no warnings07:16
owhCan you now start the MOO?07:16
Guest67771the MOO starts, but my error is server at 124.254.81.40 7777 is unreachable07:17
Guest67771can't browse my deafult web page either - not using the IP address anyway - localhost still works07:18
owhWhat happens if you go to the web server via the ip address or the host name, rather than local host?07:19
Guest67771Oops! Google Chrome could not connect to 124.254.81.4007:20
owhCan you ping the IP?07:21
Guest67771yes...07:21
owhFrom outside?07:21
Guest67771but I am on the same network07:21
Guest67771don't have access to an outside PC07:21
owhI just realised I do ;-) I can ping it. Looks like no reply from the web server. Have you set-up a virtual host for this IP?07:22
Guest67771no....but I din't have one before. IT's been working OK07:23
Guest67771didn't07:23
owhDoes localhost:7777 work for you?07:23
owhGuest67771: FYI I cannot tracepath to that IP.07:25
Guest67771no...can't connect07:25
owhI'd focus on getting the web server to respond. Likely the issue is the same for both. I'm wondering if you added some static routes or did some network wrangling to make it work last time and didn't save that, so the reboot killed it.07:27
Guest67771makes sense...checked my port forwarding..it's good07:28
Guest67771I recall putting the IP into  a config file..can't recall which one07:28
Guest67771canyouseeme.org is showing ports 80, 7777 blocked07:31
unresolvedhi07:33
unresolvedi need some help07:33
owhunresolved: Don't we all?07:38
unresolvedlol07:38
Guest67771Hi I think I have a DNS issue with my server. The internet won't work from it, and I can't see web pages from the web server across my LAN. I have a static IP. Prior to a power outtage last night, all was good. But something must have been dumped or lost in the reboot. Any advice would be welcome. I've tried quite a few troubleshooting tacks, but this is where I'm at now.08:50
=== sz0 is now known as sz0`
=== sz0` is now known as sz0
lorenxhi all. i'm having some issues connecting to a 14.04 nfs server (a previuos version worked fine) from an ubuntu client09:53
lorenxall the usual command seems fine. on the server side, "rpcbind -p" and "showmount -e" seem correct09:53
lorenxand on the client side, "rpcinfo -p 10.0.0.1" and "rpcinfo -u 10.0.0.1 nfs" seem fine too09:53
lorenxbut "sudo mount" just hangs09:53
lorenxany hint please? thanks09:53
rbasaklorenx: try tcpdump at both ends, to make sure that all packets are getting through? And perhaps check any firewalls on the machines themselves?10:04
Guest67771Hi I believe I may have a DNS issue in 12.04LTS. I had a power outage last night, and now I'm plagued with problems I need to to resolve. The server cant access the internet, and the web server isn't available. Anyone able to provide some advice please?10:04
lorenxrbasak: the 2 machine see each other, no specific firewall rules are set10:05
lorenxi can ping, can ssh to the server...10:05
lorenxrbasak: one thing i noticed is probably a dns issue, nut i'm not sure it is the problem: http://privatepaste.com/4bb3101abc10:07
lorenx(commands run form the client side)10:07
=== sz0 is now known as sz0`
cariboujamespage: remember yesterday's query about nova-cloud-controller's passing of authorized_keys/known_hosts ?10:11
=== sz0` is now known as sz0
lorenxany hint please?10:51
zetheroo1Hi all ... I just did 'apt-get update' on one of our 14.04 servers and it ended with this .. is it anything to stress about? http://paste.ubuntu.com/7358754/11:17
caribouzetheroo1: you may fix this by running sudo locale-gen de_CH.UTF-811:19
zetheroo1caribou: thank you very much ... what was the problem?11:20
caribouzetheroo1: the localization files were not created on your system and since you are using swiss german localization (at least I think so) the perl command issued a warning11:21
caribouI get that all the time as I'm localized in french11:21
caribouI even noticed some installation failure because of the localization11:22
zetheroo1ok11:36
zetheroo1yes, I am in Switzerland11:37
zetheroo1is it normal that these files are not automatically created!? Don't they usually get created during the OS install?11:37
Guest67771Hi I think I have a DNS issue with my 12.04 LTS server. It didn't show until I had a power outgae yesterday. Now I plagued with problems. Anyone able to assist with advice please?11:42
lorenxhi all. i'm having some issues connecting to a 14.04 nfs server (a previuos version worked fine) from an ubuntu client11:53
lorenxall the usual command seems fine. on the server side, "rpcbind -p" and "showmount -e" seem correct11:53
lorenxand on the client side, "rpcinfo -p 10.0.0.1" and "rpcinfo -u 10.0.0.1 nfs" seem fine too11:53
lorenxbut "sudo mount" just hangs11:53
lorenxany hint please?11:53
hiteshtrwhich is best open source mail server11:56
pmatulishiteshtr: investigate postfix12:37
lorenxany hint please? thanks a lot13:00
rbasaklorenx: did you try tcpdump at both ends?13:12
lorenxrbasak: not actually but i'm pretty sure there's nothing blocking each other... what should block the communication other than a firewall?13:14
lorenxrbasak: do you think this is not enough? http://privatepaste.com/2475e6c30813:16
lorenxrbasak: anyway, what should i exactly test with tcpdump? a specific port?13:18
rbasaklorenx: make sure that all traffic sent from one end is received at the other end, and vice versa.13:30
rbasaklorenx: usually if there's a problem somewhere it will fail, not hang. But network problems can result in hangs.13:30
rbasaklorenx: given that you don't know how else to fix the issue, that's at least one side of things you can rule out.13:30
lorenxrbasak: ok but the 2 computer is linked together (one is the network gateway) and *most* of the traffic is received correctly. i only have issues with nfs13:31
lorenxmaybe i should just monitor the moment when the mount hangs13:32
rbasaklorenx: I've seen many network problems where *some* packets get through, but some property of specific packets cause some specific packets to fail.13:32
rbasakeg. MTU issues, or some special flag set by a specific problem, etc.13:32
rbasakI'm just saying that you should rule it out.13:32
lorenxi'm not a tcpdump expert, what's the best tcpdump command i should run on the server while trying to mount from the client?13:33
lorenxanyway, keep in mind that all works fine before i installed 14.0413:33
lorenxi haven't changed my firewall rules or something like tat13:34
lorenxif i reboot my old ubuntu server version, nfs works fine (the firewall rules are exactly the same)13:34
rbasak"tcpdump -w dump.pcap -ni eth0 not port 22" or something like that. If you're not an expert, I recommend wireshark to examine the dump after.13:34
lorenxi've also thought about a nfs-kernel-server 1.2.8-6ubuntu1 bug :P13:35
lorenxrbasak: i see many packages and i'm not able to detect the exact nfs packages but when i ctrl-c the tcpdumo command it says "0 packets dropped by kernel"13:40
lorenxrbasak: and now my mount command finally times out! "mount.nfs4: mounting 10.0.0.1:/lan failed, reason given by server: No such file or directory"13:40
rbasaklorenx: OK, now examine the dump.pcap file using wireshark, as captured at both ends. wireshark highlights retransmissions and the like.13:40
lorenxbut i'm sure it exists13:41
rbasakOK, forgot the capture now then.13:41
rbasakforget13:41
lorenxok, good... but i have no idea on how to debug further now13:42
lorenxisn't this weird?? http://privatepaste.com/c5ea8ad3cf13:44
lorenxrbasak: ^13:48
=== negronjl-afk is now known as negronjl
mirellehello ubuntu-server community. im new to linux. but still not just a user.14:16
Ahti333is there a good way to upgrade 12.04 to 14.04 right now (before 14.04.1 is out)? or am i better off reinstalling anyway?14:18
=== [2]fendereff is now known as fendereff
Ahti333(uptime is not important)14:19
mardraumAhti333: do-release-upgrade14:22
Picithat won't work until 14.04.1 is out.14:23
mardraumunless you change a single line in a single file, right?14:23
Ahti333yup. It does show 14.04 when i use --devel-release, but I'm not sure wether that's the real release or some devel version14:23
PiciIts the real release, but I wouldn't expect for the upgrade from LTS to LTS to be completely tested.14:24
mardraumyes well, you still need to test things yourself if you want to ensure no issues14:27
mardraumeven after the .1 that remains true14:28
MannerMando-release-upgrade -d will upgrade ubuntu 12.04.4 to 14.0414:28
MannerManbut indeed, it's recommended to wait for 14.04.114:28
Ahti333well i can always revert to a backup when things go south14:32
Balusehello14:33
BaluseIs it easy to create a user that would have access to /var/www/dudesite/  only and his personal whatever14:33
Balusei want to host my friend's site but dont want to give root access14:33
=== [1]fendereff is now known as fendereff
Ahti333Baluse depending on your servers setup, it could be anything from very easy to mildly complicated :P14:37
Ahti333create a new user for your friend, create /var/www/dudesite/ and change its ownership to the new user14:37
Ahti333that's the basics14:37
mirellei have done biug shitty :D14:38
Baluseso when accessing via ssh he could see and other folders right?14:38
Ahti333Baluse that depends on how the permissions on thos other folders are set14:39
mirellehave running "ubuntu 12.04" havce first installed node.js with "sudo apt-get install node.js". after that i did the misstake, also installed npm with "sudo apt-get install npm"14:39
patdk-wkmostly, yes, unless you chroot him14:39
mirellenow i get served issues when i want to update in the node.js the "npm"14:40
Ahti333additionaly, if your friend might use php or any other non-static content for his website, he will be able to see any content the webserver is able to see, which you can prevent by using (for apache) mod_suexec and/or mod_suphp14:41
zetheroo1I am trying to apply the fix on post #34 from this bug (which I am experiencing) : https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/127432014:41
uvirtbotLaunchpad bug 1274320 in grub2 "Error: diskfilter writes are not supported" [Medium,Confirmed]14:41
zetheroo1problem is that it's unclear to me where this section ends ....14:41
mirellehow do i uninstall all, to make it new?14:42
funcoland1good morning! I'm trying to install apt packages in an offline installation and I'm using a command to grab the package with its dependencies but it's not downloading the deps for a package that is already installed on the system. does anyone know a command that will ignore what is installed on the system and still grab everything?14:42
zetheroo1this is what my 00_header file looks like now (without edits): http://paste.ubuntu.com/7359770/14:43
zetheroo1I tried editing it and running grub-update but got the following error: /etc/grub.d/00_header: 400: /etc/grub.d/00_header: Syntax error: end of file unexpected (expecting "fi")14:43
zetheroo1odd thing is that I tried the fix from post #28 and grub-update works without a hitch after it ...14:48
=== aslaen_ is now known as aslaen
smosersmb, so https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/118575615:10
uvirtbotLaunchpad bug 1185756 in drbd8 "drbd8-utils not compatible with linux-lts-raring kernel in 12.04" [High,Fix released]15:10
smbyeeees15:10
smoserjust reading that, it seems like you fixed, that got into -updates.15:10
smbsmoser, I was about to whine in the server-team meeting15:10
smoserand then a regerssion?15:10
smoserand you have a fix for the regression in the debdiff there.15:11
smoserright?15:11
=== Lcawte|Away is now known as Lcawte
smbsmoser, well, we did a backport from the saucy drbd package because the newer kernel module has so many changes it probably never would work with the older user-space. And the user-space seemed to support running the compat mode15:12
smoseryeah, and that got into precise-updates15:12
smoserright?15:12
smbJust that it did only work as long as one used drbd directly, but not from clusters. Now we break current clusters15:12
smbYep its in updates15:12
smband a regression15:12
mintuxwhich one of them is best for server debian or ubuntu server ? i ubunu server as light as debian ?15:13
mintux**is15:13
smbsmoser, I have fixes that make at least corosync cluster work ok. Just there is a recent report of heartbeat alone might still have problems15:13
smbsmoser, But I got some debug output as a PM and that looks a bit odd15:14
smbsmoser, As it does execute things I neither find in the drbd resource agent shipped with drbd nor in the one shipped with resource-agents15:15
smosersmb, what is your debdiff against ?15:26
smbsmoser, against the updates version in precise15:27
smbsmoser, argh... maybe not15:28
smbsmoser, Oh yes ... sory I had a different package in my vi15:28
smosersmb, yeah.15:29
smoserok.15:29
smoserso the other hting i was going to say, smb...15:29
smbsmoser, I actually have the source deb on chinstrap15:29
smoseris that afaik,15:29
smoser if (( $DRBDADM_VERSION_CODE >= 0x080400 )); then15:29
smoseris busted15:29
smbsmoser, why ?15:30
smoseroh. never mind.15:30
smbsmoser, that code was actually in before, I just added the else case imo15:30
smosersmb link to source ?15:32
smoseror re-attach debdei15:32
smbsmoser, chinstrap:~smb/4review15:32
smbsmoser, I admit diffs of patches suck15:32
smbsmoser, ok. must admit something seems not working right in case of running the init script with the new kernel15:38
smosersmb, ok. so i guess you sort it out and then ping me15:39
smoseri'm not sure what the sru team thinks, bu i think officially you need a new bug.15:40
smbsmoser, yeah. should not be long15:40
smosermaybe not. i dont know.15:40
lorenxnfs issue, isn't this weird?? http://privatepaste.com/c5ea8ad3cf15:58
lorenxthis actually: http://privatepaste.com/0a13a2a87315:59
smbsmoser, Actually it turns out that the problem I saw was only because that machine still ran a debug version of rc4 which emitted a version check number all the times. So nothing has to change15:59
lorenxis there some issue with 14.04 concerning nfs?16:00
smosersmb, so you think what is there is happy ?16:01
smoseror you think you want/need a fix for the heartbeat issue you mentioned above16:01
smbsmoser, Happier than anything before. The heartbeat thing might be an issue but it looks a bit odd out and at least we would unbreak all the others16:02
smbWell apart from going back to 8.3.x but I think that would not be that simple either16:03
smoserok. smb thenn i'll take another look.16:03
smoseri'm not sure what to do about hte bug though16:03
smosersince it is fix-released16:03
smosersorry to be process.16:03
smblorenx, not that I would know of. does syslog or dmesg on the server side give a hint16:03
lorenxsmb: hi and thanks for your reply... it seems that this is helping: http://goo.gl/iTvyN16:04
smbsmoser, Yeah, its unfortunate people did not report a new one... We may set it back to in progress?16:04
smoseri dont really know, smb.16:05
smoserlets ask in -devel16:05
smbsmoser, ok16:05
smblorenx, Ok yeah, nfs4 syntax is a bit special16:06
lorenxsmb, ok but wait... why it has been working fine with previous ubuntu version? it doesn't seem to me that nfsv4 is introduced with 14.04 right?16:07
smblorenx, No, it should have failed the same way. Not sure why it did work then16:09
smbMaybe compat code that fell back to nfs3...16:10
lorenxsmb: in fact there is still something weird16:11
lorenxwhat has been changed recently? i'm running the exact configuration i had with 12.04 but i'm having issues with my new 14.04 server16:12
lorenxi also need crossmnt in my /etc/exports16:16
=== Ursinha is now known as Ursinha-afk
rbasakDaviey: hey. Do you remember why we switched the ubuntu-server blog to the current location? Not everything is moved over, so it appears we're still using both :-/16:59
TheRealBaconI remember when and vaguely why, but I think that's a question you should post upstream in the ops Chan perhaps16:59
Davieyrbasak: the old one was wordpress.com hosted (as a subdomain) and we acquired a vanity domain. it was kinda embarrassing that we were not chewing our own produce.17:03
rbasakAh. That makes sense - thansk.17:03
Davieyrbasak, i did think it was all moved over.. what have you seen that is missing?17:03
rbasakDaviey: I'm told that we're not syndicating server team member blogs like we used to.17:04
gaughenDaviey, well it's not so much missing as hallyn posted his minutes there17:04
rbasakAlso I think someone (hallyn?) was unaware and posting to the old one17:04
gaughenyes, rbasak it was hallyn17:04
gaughenand I wanted to confirm to keep using hallyn's name in vain17:04
Davieyah17:05
gaughenthanks rbasak, Daviey was just trying to figure out why there were two and then why we moved away from the wordpress.com site as we can make changes ourselves17:05
Davieywell i guess the old one should be taken offline?17:05
hallynsmoser: fwiw i've got a patch that at least is passing all of tar's previous tests,  re-building to test a bit on my own then i'll ost on the bug17:05
=== Ursinha-afk is now known as Ursinha
gaughenDaviey, do you know if all the data from the old one moved to the new one?17:06
gaughenI could do a test to verify17:06
Davieydoes the post-minutes-o-matic script not make sense anymore?17:06
gaughenat a minimum I think it should prevent people, like hallyn, from posting to it ;-)17:06
hallyngaughen: hey i know what we need, we need 2 more places to post the meeting notes17:06
smoserhallyn, since you're there, could you look at what happens if i try to use '--xattrs' on a filesystem that doesn't suppor them ?17:06
hallynidle hands are the devil's tools17:06
gaughenhallyn, YES!17:06
smoserthat makes it nasty17:06
Davieygaughen, it was imported.. i assumed everything... i noticed tge odd utf8 conversion issue tho17:07
Davieythe*17:07
hallynsmoser: i'm not actually 'there' right now17:08
rbasakDaviey: the script was always a little broken for me. And I end up doing it by hand all the time.17:08
hallynbut should be trivial to test later with a loopdev17:09
rbasakafk17:09
Davieygaughen: ah. stufff that was 'reblogged' was empty17:09
gaughenthat's okay17:09
Davieyie, imported from other peoples blogs17:10
Davieyiirc RT5614517:11
hallynok i'll test that right after lunch17:15
smoserhallyn, curious, what fs will you use ?17:18
smoseri thought htat ext2 did not support xattr, but that was incorrect.17:18
smoseri wonder about aufs.17:18
stgrabersmoser: aufs works but you need to pass some extra mount parameter for it17:20
smoserdoes lxc pass said param ?17:20
hallynwell you could use nfs17:21
stgraberhallyn: hmm, I thought the docker folks said aufs could do xattr? Google doesn't seem to agree with that though :)17:23
hallynwhat does 'touch ab; setcap cap_mac_admin=ep ab' say?17:23
Davieysmoser, is it only ping currently using extended attribs?17:24
smoser3 total files i think.17:24
smoseri think.17:24
hallynyou know, tar in trusty doesn't seem to be working iwth xattrs either17:24
Davieysmoser, rather than changing every flavour to +S in sru.. (which is pretty nasty).. what about a cloud-init initial boot fixup.. xattr || chnod +S ?17:26
hallynyea, or just have the ubuntu-cloud template do it17:27
hallynor, as stgraber has suggested, back out the tar change...17:27
Davieyhallyn, well that doean't fix non-lxc usage?17:27
hallynwhat non-lxc usage?17:28
mirellesomebody want to help, integrating NOMP mining pool (based on nodejs) on dedicated root server? Ubuntu 12.0417:28
DavieyClint raised a bug he was aeeing of using the tar image directly?17:28
Davieyand smoser confirmed xurtin?17:28
hallynxurtin?17:28
Davieycurtin*17:28
Daviey(mobile device keyboard)17:29
hallynhm, kyet another installer? :)17:29
hallynyeah see this is why back when we discussed this in lucid, we didn't (yet) proceed with xattrs :)  but i guess we have to break some eggs at some point17:29
Davieyis mtr still +S?17:30
smoser$ ls -l `which mtr`17:31
smoser-rwsr-xr-x 1 root root 75256 Oct 21  2013 /usr/bin/mtr17:31
smoserDaviey, ^ yes.17:31
smoseri dont like cluod-init fixing things.17:32
Davieysmoser, thanks17:32
smosercloud-init is not an installer.17:32
smoseri'd rather have the packaging go back to setuid17:32
Davieysmoser, isn't this a backwards fix for 12.04? trusty is unaffected?17:33
smoserfwiw, overlayfs seems to be fine with xattr.17:33
smoserhttp://paste.ubuntu.com/7360817/17:33
hallynstgraber: smoser: I'm not getting it.  "touch ab;  setcap cap_mac_admin=ep ab; tar --xattrs -cf ab.tar ab; rm ab; tar --xattrs -xf ab.tar; getcap ab' shows tar is NOT doing xattrs...17:51
hallynin uptodate trusty17:52
hallyn(done as root)17:53
ogra_trusty ... pfft ... old crap17:53
hallyntrue, true17:53
smoserhallyn, you fell into same trap as me.17:55
smosersee the diff between first and second of my attachments ther.e17:55
smoseryou not only have to tell it '--xattrs'17:56
smoseryou have to tell it17:56
smoser '--xattrs-include=*'17:56
smoserI want you to use xattrs, and I want you to *actually collect* xattrs17:56
hallynthat's idiotic.  i saw the option in the manpage, but somehow couldnt make that leap17:58
smoseryeah. i did the same as you.17:59
hallyneh, so my patch still isnt' working18:01
TechIsCoolcan anyone help me with an ip address issue? I have statically assigned an ip address with sudo ifconfig eth1 10.119.5.31 netmask 255.255.0.0 and configured a default route but it does not work19:39
sarnoldTechIsCool: can you ping other hosts in the 10.119/16 range?19:41
TechIsCoolyes19:42
sarnoldTechIsCool: cool. can you ping the router providing the default route?19:42
alaingjust checking what permissions do you guys have on your /var/www?19:50
alaingand what user:group?19:50
alaingdrwxr-xr-x+ 20 root      root       4096 Apr 18 20:50 www19:51
Guest67771I had a power outage yesterday, and my previous setup with 12.04 LTS was working smoothly.20:37
Guest67771Now, my webserver isn't accessible to the outside world, and nor is my MOO server.20:37
Guest67771I have a static IP,and use port forwarding on my router to direct traffic to my server. Here's my testing: can't ping google from server can't access web from server can ping server (192.168.xx.xx) from my other work station can ping my IP (124.254.xx.xx) from my other work station20:37
Guest67771I'm using UFW - ports 23, 7777 and 80 are open. Firewall is active. Port forwarding is working to the correct IP address.20:37
Guest67771I tested to see if the ports were visible - canyouseeme.org shows 80 and 7777 closed.20:37
Guest67771I'm a noob, so I may have left something off the fresh install I did a few weeks ago. But it had all been working well. The install worked out of the box - no special fixes.20:37
Guest67771I've trawled the web and this forum to find a fix. I commented out #dns=dnsmasq in networkmanager.conf - to no avail.20:37
Guest67771I can recall in a previous install, having to add info to a config file regarding my IP address - at tis stage I'm not worried about domain names. The best I've come up with is to add dns-nameservers 8.8.8.8 8.8.4.4 to /etc/network/interface*.20:37
Guest67771I really need to have the MOO up and running (it is running, but not accessible). You could say I'm desperate. Look forward to any advice you may be able to provide.20:37
championofcyrodiAnyone have success with new Intel NUC on 12.04.4? PXE boot works with LTSP server, but nbd mount fails because ipconfig does not have any network interfaces found.  Seems like the Intel NUC's Ethernet driver is not included with the initrd used by the client(s).21:03
ogra_kirkland, ^^^ didnt you play with NUCs before ?21:04
rostamHI can I use preseed to automate installation of mini ubuntu iso? thx21:27
kirklandogra_: yo21:38
kirklandogra_: yep, plenty ;-)21:38
kirklandlooks like that user is gone, though21:38
ogra_kirkland, well, they guy with the issue is gone now ... he was trying to netboot a NUC21:38
kirklandogra_: ah21:38
kirklandogra_: well, we do a TON of that with MAAS :-)21:38
kirklandogra_: works great ;-)21:39
ogra_PXE seemsed to work fine but it fell over with a missing NIC driver in initrd21:39
kirklandogra_: that's odd;  it's just an e100021:40
kirklandogra_: what is funny is how the kernel names the device21:40
kirklandogra_: sometimes its eth0, sometimes its em1 (device tree funkiness?)21:40
sarnoldbiosdevname package does that renaming21:41
ogra_yeah21:41
ogra_there was a long discussion with some dell people long ago on ubuntu-devel ... iirc before 12.0421:41
hallynso biosdevnae renames it to em1, or to eth0?21:42
sarnoldhallyn: with the caveat that I've not personally seen one of these NUCs yet, I believe the biosdevname renames it to em121:45
zerickI have a spawn-fcgi not working, everytime I run it all processes apparently created are not present. Help plz21:55
hallynoh hey, found a missing chunk of patch (lying here on the floor) maybe tar --xattrs will work now21:58
hallynyay, it does22:04
=== danley_ is now known as danley
=== Lcawte is now known as Lcawte|Away

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