/srv/irclogs.ubuntu.com/2013/10/10/#ubuntu-server.txt

=== freeflying is now known as freeflying_away
sarnoldAntelopeSalad,TheLordOfTime, IS just reported that they've re-synced us-east-1, the archive ought to work again :)00:46
AntelopeSaladsarnold: thanks, does that include ppas?00:49
sarnoldAntelopeSalad: I didn't see anything in the pastes that suggested your ppas were busted..00:50
AntelopeSaladthe signature stuff00:50
sarnoldAntelopeSalad: .. as all for raring-updates, right?00:50
sarnolds/as/was/00:50
AntelopeSaladyeah, when i tried to use the ppas for known legit sources the keys wouldn't sign00:50
AntelopeSaladsomeone else confirmed it was an issue too (same ppas)00:51
sarnoldAntelopeSalad: I missed those pastes.. which ppas?00:51
AntelopeSaladsudo add-apt-repository ppa:rwky/redis or ppa:chris-lea/redis-server00:52
AntelopeSaladi just tested chris' ppa and it signed, seems like everything is back to normal00:53
AntelopeSaladgood job00:53
sarnoldAntelopeSalad: yeah, I still think that was just the raring-updates part of the archive, not the ppas.00:53
AntelopeSaladah, i don't know really know the termonologies too well yet00:54
AntelopeSaladall i know is "it works" or "it's broken" and so far it's working haha00:54
sarnoldI just added both ppas, keys ther eworked fine :) hehe00:54
AntelopeSaladnice00:54
martianHello folks, I'm having a bit of an emergency here. I just restarted a server running 10.04 lts and upon booting I get a "kernel panic not syncing vfs unable to mount root fs on unknown block" error.01:22
martianIf I boot it in to kernel version 2.6.32-48 it will start up ok, but -49 kills it01:22
martianyes, this is some out of date stuff. It had some updates applied by someone a while back but they never restarted it :-/01:23
Ben64!info linux-image lucid01:23
ubottulinux-image (source: linux-meta): Generic Linux kernel image.. In component main, is optional. Version 2.6.32.52.59 (lucid), package size 5 kB, installed size 32 kB01:23
Ben64then start in 48 and update everything?01:23
martianI tried to but I get an error saying linux-image-server depends on linux-image-2.6.32-51-server but it is not installed01:24
Ben64then install that too01:25
martianuh, ok.. something tells me this will break things further01:26
Ben64nope01:26
sarnoldmartian: oh man, someone was in here recently with a problem description nearly identical to that...01:28
martianoh, looks like /boot was full. So, am I right in thinking that update-initramfs may have failed when the last dist-upgrade was run because of that and that all I need to do is run update-initramfs with the youngest kernel currently in there?01:29
=== peter is now known as Guest69565
sarnoldmartian: ooooh, that could be it. be sure to keep at least one, prefereably two, working kernels...01:30
martianyeah, there's over a dozen old versions. Just deleting the oldest two for now01:31
Ben64why even have a /boot ?01:31
phillwmartian: if you use dpkg -P to remove oldest kernels (as sarnold says, do keep at least one known good working kernel), you can then re-run the update01:31
resnodo yall happen to know any union filesystems? i've seen aufs, and the other one based on fuse01:32
sarnoldresno: also overlayfs01:33
resnoyou ever used it sarnold /01:33
sarnoldresno: often, in conjunction with schroot and sbuild01:33
resnodoes it work well?01:34
resnoreliabile and quickly?01:34
sarnoldresno: I've never noticed any problems, my builds seem to work great :)01:34
resnothe fuse one slows down writing01:34
resnodo you need a custom kernel or just install and go?01:34
sarnoldit's been very fast for me, but I'm on an ssd -- it's fast enough that I've not investigated speeds..01:34
sarnoldresno: I think it's patched into ubuntu kernels, I don't think it's in linus's kernels yet01:35
resnoah ok01:35
resnoi was just looking at this http://askubuntu.com/questions/109413/how-do-i-use-overlayfs01:35
sarnoldresno: oh man, that's an awesome answer. :) thanks01:36
resnoheh, sure :)01:37
=== freeflying_away is now known as freeflying
Peasant333does anyone know anything about apache user groups?02:50
Peasant333my apache wont start after creating new user.02:50
PryMar56Peasant333, tail /var/log/apache2/error.log03:01
PryMar56apache2 is user:group -- www-data:www-data03:02
=== freeflying is now known as freeflying_away
=== freeflying_away is now known as freeflying
cheaseehi04:55
cheaseeusing "ufw allow proto tcp from 86.59.12.198/27 to $SERVER_EXTIPV4 port smtp" i get "WARN: Rule changed after normalization". it works tough but why this warning? when i define /32 i dont get a warning at all04:56
=== freeflying is now known as freeflying_away
cheaseefixed it, ufw wants the netid-ip-address if defining a subnet...05:34
=== freeflying_away is now known as freeflying
luminoushello! for something like mongodb, how does one determine the ppa user/archive?07:40
luminous(associated with the keyid)07:40
luminoushttp://docs.saltstack.com/ref/states/all/salt.states.pkgrepo.html#salt.states.pkgrepo.managed <<< ppa is in form of 'user/archive'07:40
luminoussudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 << all mongo docs provide07:40
RuffianI want to make a dropbox folder (~/Dropbox/www) browsable via Apache (/var/www) - what's the easiest way of doing this? Thanks!07:53
andolRuffian: I would go with an Alias and a <Directory> setting, but a symlink or a mount bind might work as well07:55
Aporiehello09:56
AporieI have a simple question. My server doesn't get internet connexion by itself. I always have to connect to it by ssh, and make dhclient. How can I force it to get internet connexion at startup ?09:58
mardraumfix your /etc/network/interfaces to use dhcp?09:59
mardraumwait, how can you connect to it via ssh in the first place...09:59
AporieI connect to it in local network10:00
mardraumyou have multiple interfaces?10:00
Aporiemy /etc/network/interfaces is configured "inet static"10:00
AporieNo, just loopback and ethernet10:01
mardraumpastebin your /etc/network/interfaces10:01
Aporie# The loopback network interface10:01
Aporieauto lo10:01
Aporieiface lo inet loopback10:01
Aporie# The primary network interface10:01
Aporieauto eth010:01
Aporieiface eth0 inet static10:01
Aporieaddress 192.168.0.2510:01
Aporienetwork 255.255.255.010:01
Aporiegateway 192.168.0.110:01
mardraumpastebin.10:02
mardraumgoogle that10:02
Aporieyes I will change the file configuration next10:02
mardraumif that's really your entire file, you need to add a "dns-nameservers" line I suspect.10:03
AporieYes it's my entire file10:03
Aporiehoo... ok thanks I'm going to try10:04
mardraumman resolvconf for an example.10:04
AporieOk really thanks, it works10:10
AporieI knew that it was just a little thing, but I can't find it...10:10
parduseHello. I am on win 7. My host is winhost.dyndns.org. My server is ubuntuhost.dyndns.org. How will i surf from win by using socks on serverusing port 9090? Tried ssh -N -D 0.0.0.0:9090 localhost already but failed.Any suggestions?10:11
mardraumAporie: you had connectivity, but you were unable to resolve DNS records, making it appear like you could not "get to" the internet10:13
Ruffianandol: Thanks for the advice - pointed me in the right direction. Used a alias, it's working exactly how I wanted. :)10:14
Aporiemardraum ok, I see. That's why I couldn't ping a dns address... but if I tried, I surely could ping an ip address, isn't it?10:18
mardraumyep10:18
pardusecannot tunnel :(11:15
caribouwhat's the best way of running MAAS/Juju for tests on a laptop ? KVM, LXC ?11:29
=== julian is now known as alamar
chemist^Hello everyone!11:52
chemist^I've got a question/problem regarding the installation of ubuntu-server 12.04 LTS on my old computer11:52
chemist^I get this error msg when installing the system: "Unable to install the selected kernel"  .... Kernel package: 'linux-generic-lts-raring'11:53
chemist^is it possible that my computer is simply too old for 12.04 ?11:53
mardraumraring isn't 12.04....11:55
chemist^....11:56
chemist^i downloaded the image ubuntu-server-12.04-LTS11:56
chemist^so how is that not raring? why am i getting this error then?11:56
chemist^my bad11:56
ttxsmoser: around ?11:56
chemist^i downloaded the Ubuntu Server 12.04.3 LTS11:56
mardraumpaste the path to the exact image you downloaded11:57
chemist^http://www.ubuntu.com/download/server/thank-you?distro=server&bits=32&release=lts11:57
chemist^it's 12.04.3 LTS .... could that be the issue? is that raring?11:58
Uraganhi! Can you hellp me? I need to switchoff display blanking on ubuntu serv 12.04! how TO ?11:58
mardraumno, it isn't. I have no idea why it would be trying to install a kernel from 13.04.11:58
chemist^:(11:59
chemist^it's linux-image-3.8.0-29-generic12:00
chemist^is that from 13.04?12:00
mardraumraring the name name for 13.04, yes12:00
chemist^should i download an older version?12:01
chemist^or could you point me to an image that is not "raring" <<---- i don't know what that means btw.12:01
chemist^pretty new to linux-servers12:01
mardraumpersonally I'd suggest you do use 13.0412:02
mardraumdo you really have a 32 bit only machine?12:02
chemist^yes12:02
chemist^it's old as hell12:02
chemist^1.7 ghz processor12:02
chemist^:D12:02
xtrizwhat is the difference in using kvm and libvirt ?12:02
chemist^512 ram i think...maybe 1gb12:03
chemist^not sure12:03
mardraumkvm (now part of qemu) is a virtualisation technology. libvirt is a management layer for it12:03
mardraumchemist^: http://releases.ubuntu.com/raring/ubuntu-13.04-server-i386.iso12:03
chemist^I had gentoo installed on it and it worked ok...but i'd like to try out ubuntu-server as i am more keen on using debian commands12:04
chemist^what does raring mean?12:04
mardraumchemist^: https://wiki.ubuntu.com/DevelopmentCodeNames12:04
chemist^do you think 13.04 will install...even though 12.04.3 won't?12:04
mardraumI don't know chemist^ - but I would start with the latest if you are having issues. Personally.12:05
chemist^don't u think it's maybe my computer's age the issue here?12:05
chemist^or..it should work on old machines too?12:05
mardraumyou would need to check the release notes, I don't have your old machine handy here...12:06
xtrizmardraum, ok12:07
caribouchemist^: this is because you used 12.04.03 (note the 03)12:08
chemist^yes... i tried to find the 12.04 but i could only find the .0312:08
caribouchemist^: this is the updated image which introduces H/W enablement for newer types of hardware12:08
caribouchemist^: lemme check...12:09
chemist^oh...ok12:09
chemist^so 13.04 should work?12:09
caribouchemist^: you might want to boot in rescue mode just to test12:09
xnox12.04.1 have original precise stack; 12.04.2 has quantal (12.10) kernel/X/hwe stack; 12.04.3 has raring (13.04) kernel/X/hwe stack12:09
caribouchemist^: http://old-releases.ubuntu.com/releases/12.04.0/12:10
xnoxif you want to install older stack, please fetch 12.04.1 iso, install using it, and then12:10
xnoxdo normal apt-get update & apt-get dist-upgrade. There is no automatic rollover to next hwe stacks, and you will have full LTS support lifetime.12:11
xnoxfor all of your packages.12:11
chemist^why not use 12.04.2?12:11
chemist^oh ok... because it has quantal12:12
chemist^i get it now...so i download the 12.04.1? or 12.04.0?12:12
xnoxchemist^: either should work. 12.04.1 will need less updates post-install vs 12.04.012:13
chemist^ok12:13
chemist^thanks very much to everyone for your help :)12:13
caribouchemist^: np12:14
chemist^the ubuntu irc channels always solved my issues faster and better than any forum :)12:14
smoserttx, here.12:15
ttxsmoser: false alarm.12:17
ttxsmoser: you doing well ?12:17
smoseri'm doing well.12:18
smoserttx, and you?12:18
ttxsmoser: a bit busy those days, but I assume the same for you12:22
=== pelo is now known as pelo79
chemist^ok...it's me again12:41
chemist^i donwloaded the 12.04.1 server image12:41
chemist^ran the installation...12:41
chemist^and then when the network configuration finishes i typed in a random hostname and the installation just hangs with blank screen (with the installation wallpaper)12:42
xnoxchemist^: wallpaper? there is no wallpapers in server images...12:51
chemist^nevermind... i got pass that... now it's installing13:02
chemist^it was probably a faulty ethernet card... i switched to the other one (i have 2) and configured the network setting manually... now it has gone on to formatting the disk partitions and installing the system13:03
chemist^i didn't mean the wallpaper, just couldn't find the right word for it13:03
chemist^it wasn't a black screen, but the dark-red one, which is in the background of the installation13:04
chemist^i should have used the word "background" instead of "wallpaper" :D13:04
=== psivaa is now known as psivaa-afk
zuljamespage:  im just uploading new qemu to the CA13:23
chemist^can i install a lightweight GUI for ubuntu-server?13:28
chemist^or is it better to leave it as it is...and change settings using just the terminal13:29
chemist^?13:29
mardraumchemist^: usually teh gui won't help at all for a server.13:33
chemist^mardraum ok, thanks for the tip.... one more question: During the installation it asked me for a user name and password for doing changes as non-root ........ if i want to login as root do i use the same password?13:35
chemist^shortly...the same as in ubuntu-desktop?13:36
mardraumno, you would need to set one for using "root". ubuntu likes using "sudo" to elevate privs13:36
chemist^with the "sudo" prefix13:36
mardraumyou can always "sudo su" if you really want a root shell with the default setup13:36
chemist^yeah i know that ... thanks13:36
chemist^when i do sudo it asks me for my user pass...13:36
mardraumso type it in13:37
chemist^ok, great13:37
chemist^hehe...i will...still installing13:37
chemist^mysql now13:37
chemist^mardraum does apache come natively installed on ubuntu-server?13:55
chemist^ok i managed to get everything installed and working now... i just have a problem with my DNS ... my server can not resolve hostnames, when i try to ping www.google.com or do a wget to install xampp14:16
chemist^i changed the interfaces file in /etc/network and added 2 dns servers from my internet provider14:17
chemist^but still...not resolving14:17
Anomie_workLast time my php.log file was update was a month ago. error_log = /var/log/php.log is set in /etc/php5/apache2/php.ini -- Am I missing something? Where are my logs?14:23
=== psivaa-afk is now known as psivaa
=== smue_ is now known as smue
chemist^can anyone help me please? i have an internet connection issue on my ubuntu-server machine14:51
chemist^my internet provider gave me only 3 IPs: my static ip adress, netmask and gateway14:52
chemist^in my /network/interfaces file i have 2 more... network and broadcast14:53
chemist^should i remove those 2 entries?14:53
chemist^my internet connection doesn't work as it is now... i have entered the 2 dns servers as well...14:53
=== freeflying is now known as freeflying_away
chemist^rebooted and checked... the resolv.conf file has been updated correctly14:54
chemist^now i have 2 nameserver entries14:54
chemist^LOL i had the network cable plugged-in the wrong eth card :D :D :D15:01
chemist^sorry bout that15:01
=== freeflying_away is now known as freeflying
=== freeflying is now known as freeflying_away
paco11hi folks!15:27
paco11i have an issue today15:27
paco11 => bdb_idl_insert_key: c_get failed: DB_LOCK_DEADLOCK: Locker killed to resolve a deadlock (-30994) | conn=-1 op=0: attribute "uid" index add failure15:28
paco11with ldap15:28
paco11i use, for the moment, ubuntu 10.04 with slapd 2.4.2115:28
paco11how can i resolve my issue? where i'm able search?15:29
paco11thanks very much!15:29
vilastgraber: only noticed your "Otto / LXC problems" reply a few minutes ago :-/15:29
vilastgraber: just replied15:30
stgrabervila: ok. I'm actually sshed to one of the otto box and talking about it with cyphermox in #distro on the internal server15:30
cyphermoxboo15:31
cyphermoxstgraber: in the meantime I'll look where the otto scripts are to make sure we're not doing something wrong15:31
vila#distro is better ?15:31
cyphermoxvila: yeah15:32
Peasant333:( i need some help15:56
ikoniaso asking a question would be the right way to get help15:58
=== Guest95738 is now known as DWSR
Peasant333having a user error trying to start apache2 after i went off of a guide.16:08
ikoniaPeasant333: you're already getting help in #ubuntu - please focus in one chanel16:08
Peasant333well they sort of stopped helping, and there are tons of people needing help at the moment16:09
ikoniano-one has stopped helping16:10
paco11anyone for my DB_LOCK_DEADLOCK openldap issue?16:32
pardusehow do i surf the web thru my server? my laptop and server are on different wan ips16:34
TheLordOfTimeparduse: define "through your server".  if you mean using your laptop to connect to your server and view content on your laptop via your server then you'd have to configure VPN, otherwise, SSH into the server and pull up a text web browser through the terminal (assuming you don't have a GUi on the server)16:36
TheLordOfTime'course you have to configure your networking to route all traffic through the VPN then but that's not too hard last i checked...16:36
parduseTheLordOfTime i think my case is related with sock proxfying as i have been searching the net 4 hours16:37
TheLordOfTimesimilar setup, you'd have to set up a SOCKS proxy on your server16:38
TheLordOfTimeand then connect to it from your laptop through whatever the public-facing IP address is of the server16:38
pardusetried many connection commands like : ssh -N -D 0.0.0.0:9090 ubuntu@xxx.dyndns.info and then in internet explorer making the xxx.dyndns.info as proxy at 9090 but error says no connection16:39
=== yofel_ is now known as yofel
pardusei am on win7 on this laptop, server is somewhere else, so per your question view content on laptop via the server will be my answer16:41
=== Maple[] is now known as RDisBestPony
Peasant333for some reason apache is loading up a sub directory as default for my domain. :(17:08
AntelopeSaladare the archives having issues again?17:17
TheLordOfTimeAntelopeSalad: are they still broken?17:19
TheLordOfTimethe normal archive mirrors look to be OK17:19
AntelopeSaladi couldn't get this to sign https://launchpad.net/~nginx/+archive/stable17:20
AntelopeSaladsame type of error as last night17:20
ggherdovHello. I rent a remote server with ubuntu-server and a custom kernel provided by the hosting company (`uname -r` gives 2.6.38.2-grsec-xxxx-grs-ipv6-64). My goal is to replace the kernel with a newer version. The hosting company said "do it but then you're on your own yada yada".17:22
ggherdovI am willing to take the risk to brake things; it's a machine I keep for ricreational and learning purposes; breaking things is the way I learn.17:22
ggherdovQuestion: during the last upgrade I did (11.10 --> 12.04) the kernel was unchanged. What is your guess about how they managed to keep the kernel out of the loop of the ubuntu upgrade?17:22
strikovHi guys. Any idea on how to debug weird issue with tgt (iscsi). One of my clients can't make discovery (no response) but i see that the request packet comes to the target (via tcpdump) but no response is generated. I didn't find any logs created by tgt which is my problem.17:26
AntelopeSaladwhy are there so many public key signing issues with ubuntu, it's really depressing17:28
TheLordOfTimeAntelopeSalad: i think you're missing the point, those keysigning issues tend to go away... you still using us-east-1?17:28
TheLordOfTimeor, is this a PPA problem now17:28
TheLordOfTime(i remember you were having issues with the PPAs yesterday)17:28
AntelopeSaladi'm using east-1 yeah17:29
AntelopeSaladand i'm getting the same type of signing error as last night when i try to use a ppa17:29
TheLordOfTimeAntelopeSalad: did you use sudo add-apt-repository ppa:whatever/whatever ?17:29
AntelopeSaladyes and it completes fine17:29
TheLordOfTimebecause i see the keysigning error when you add the repo by hand manually17:29
AntelopeSaladthen when i run upgrade it fails17:30
TheLordOfTimewith what error17:30
TheLordOfTime(SPECIFIC error please.  pastebin if multiline)17:30
AntelopeSaladhttp://pastie.org/839291117:30
AntelopeSaladwhen using https://launchpad.net/~nginx/+archive/stable17:30
TheLordOfTimeeasy fix17:30
TheLordOfTimeone moment while i dig up the gpg code17:30
TheLordOfTimesudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D702BF6B8C6C1EFD17:31
TheLordOfTimeAntelopeSalad: ^ do that17:32
AntelopeSaladi even tried to add the key manually with wget http://nginx.org/keys/nginx_signing.key17:32
TheLordOfTimethen try again.17:32
TheLordOfTimedon't do that17:32
TheLordOfTimethat's not what the error says17:32
TheLordOfTimethe error's the GPG key17:32
TheLordOfTimeAntelopeSalad: http://askubuntu.com/questions/127326/how-to-fix-missing-gpg-keys  <-- most relevant thing on this17:32
TheLordOfTimetheir problem was the same issue you have: E: NO_PUBKEY GPGIDSTRING17:32
AntelopeSaladyour solution fixed it17:32
TheLordOfTimeyou're welcome.17:32
TheLordOfTimedo that for any additional NO_PUBKEY errors you get17:32
AntelopeSaladthanks17:32
* TheLordOfTime yawns, and goes back to kickign nginx into /dev/null and back17:33
TheLordOfTimeit doesn't want to build from what Debian has now...17:33
* TheLordOfTime grumbles17:33
AntelopeSaladbtw17:33
AntelopeSaladhow should i go about upgrading 1.4.2 to 1.4.3 on my deployed box?17:33
AntelopeSaladshould i just apt install it, or apt upgrade, or something else?17:34
TheLordOfTimetwo things:17:34
AntelopeSaladi'm ok with a few seconds of downtime17:34
TheLordOfTime(1) make sure you aren't mixing the nginx upstream repo and the PPA17:34
TheLordOfTimethose conflict with each other17:34
TheLordOfTimeand it causes messy issues17:34
TheLordOfTimeand if you're migrating from nginx upstream repo to the PPA you're having MORE than a few seconds downtime17:34
TheLordOfTimewhether you want to or not17:34
TheLordOfTimebecause the transition is NOT clean17:34
AntelopeSaladwhen i installed it on the deployed box i used... http://pastie.org/839292017:35
TheLordOfTimestop it with the bloody pastebins for a single line17:35
AntelopeSaladwill that cause any conflicts if i use the new ppa?17:35
TheLordOfTimehttp://nginx.org/packages/ubuntu/  <-- is the only thing you had to tell me17:35
TheLordOfTimeand yes it will17:35
TheLordOfTimethat's the UPSTREAM repo17:35
TheLordOfTimeif you're going to use some repo, either use upstream or the PPA17:35
TheLordOfTimeand stick with that17:36
TheLordOfTimedon't bother trying to use the PPA if you're already using upstream's repository, because the transition will take longer than you'd like17:36
AntelopeSaladoh17:36
AntelopeSaladi'm not sure if the upstream has 1.4.3 yet, let me see17:36
TheLordOfTimethey probably have it sooner than Debian does17:36
TheLordOfTimedebian's still building it'll be there tomorrow17:37
TheLordOfTimethen i update the PPA again17:37
AntelopeSaladwhen i installed it last night it was 1.4.2 using the upstream17:37
AntelopeSaladand this new ppa had 1.4.3 21 hours ago, which is earlier17:37
AntelopeSaladi installed it maybe 15 hours ago17:37
AntelopeSaladi can't find any info on the version hmm17:38
AntelopeSaladsudo apt-get dist-upgrade shows no new ver of nginx after doing an update17:42
bananapieI have a printer connected with lpd, printing is not working properly and I want to test what is not working. How can I directly call the cups backend command that will send a job to the printer via lpd ?17:48
sarnoldbananapie: hopefully useful: https://wiki.ubuntu.com/DebuggingPrintingProblems17:49
bananapiethx17:51
bananapieI ran a tcpdump on the server during a print job. I see the SYN being sent to the printer, I receive a SYN/ACK and reply with an ACK. After that I see a PSH, ACK followed by an ACK. Folowed by a TCP Window Update followed by FIN/ACK and ACK. It's as if my cups server isn't sending the data. Is it possible that Cups runs the filters on the server after it makes the TCP connection, crashes and disconnects while running the filt17:53
bananapieers on the print job ??17:53
bananapiejhere is the output from cups18:01
bananapiehttp://pastebin.com/x9EuF80t18:01
bananapie"Can't exec driver program", how can I get more info from this error ?3.18:05
sarnoldbananapie: check output of grep DENIED /var/log/dmesg  maybe apparmor is preventing something from working18:08
bananapieI am not running apparmord on this server18:10
bananapiecan I get cups to tell me the command and parameters that are not executing?18:10
bananapieI could run it in bash to see what happens18:10
bananapieThe driver looks looks like this : ./usr/lib/libcanonc3pl.so.1.0.0: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped18:11
=== ahasenack is now known as andreas
jjohansenbananapie: there is no apparmord. sudo aa-status will say if apparmor is enabled18:14
bananapie-bash: aa-status: command not found18:14
bananapieapparmor* is not installed18:14
bananapieI checked when I tried to do /etc/init.d/apparmord teardown18:15
jjohansenbananapie: okay18:15
bananapieHow do I get more detailed output instead of "Can't execute driver program"?18:15
bananapieI think I found the issue, the driver doesn't have an X bit...18:16
sarnoldstatic libraries don't need execute bits18:16
bananapieOh18:16
bananapiethe opvpDriver field of the ppd points to the name of an so file without the extension or path. The so file is in /usr/lib/18:17
bananapieok, I changed debug to debug2, I am getting more output now.18:18
=== RDisBestPony is now known as Maple[]
thegoatjoin #securecrt19:15
thegoatoops19:15
eagles0513875hey guys on dovecot on 12.04 is anyone else noticing the upstart script does not work?19:27
ikoniain what way doesn't work ?19:29
jamespagezul, whats happening with swift?20:57
jamespagehmm - and python-cinderclient?21:01
zuljamespage:  FFE granted for cinderclient, im not sure whats happening with swift21:15
ricardobarbosamshi,21:39
ricardobarbosams i try deploy router proxy-arp but not working, and  i set /proc/sys/net/ipv4/all/proxy_arp for121:39
ricardobarbosamsexists any module for kernel for working?21:39
=== freeflying_away is now known as freeflying
TheLordOfTimegrrr, I hate crash bugs...23:45
TheLordOfTimesarnold, nginx + crash bugs + me = bad combo :/23:45
TheLordOfTimejust, you know, in case anyone comes asking "Hi, nginx crashed, can you help"23:45
TheLordOfTimedon't find me :/23:45
sarnoldTheLordOfTime: seems to be a recurring theme today..23:46

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