/srv/irclogs.ubuntu.com/2015/02/13/#ubuntu-server.txt

cluelesspersonI'm having an issue, ubuntu server is loading up to a blinking cursor suddenly for no reason00:11
cluelesspersonafter gru00:11
cluelesspersongrub00:11
=== martinst is now known as martins-afk
cluelesspersonhey guys, my server crashed and I need to retrieve the most recent mysql database01:42
cluelesspersonCan someone help me get this using my already running, right now, USB desktop LiveCD?01:43
sarnoldcluelessperson: I think it lives in /var/lib/mysql/01:43
=== zz_DenBeiren is now known as DenBeiren
=== ideopathic_ is now known as ideopathic
cluelesspersonsarnold:   Welp, a user from ubuntu just helped me revive a dead hard drive long enough to grab them, yay03:04
cluelesspersona month's worth of production data, saved03:04
sarnoldcluelessperson: nice! :)03:04
cluelesspersonGod I can't wait until they set me up proper machinery lol03:04
cluelesspersonI'm using a shitty workstation in my cubicle as a server.03:05
cluelesspersonI have two departments complaining that the automation tools I wrote them aren't working03:05
cluelesspersonlol03:05
Patrickdkoh, I just finished a harddrive recovery last week :)03:44
PatrickdkI started it in september03:44
Patrickdkusing ddrescue03:44
Patrickdkit hit a high of 400k read sectors marked as bad03:45
Patrickdkmanaged to get that down to 11k03:46
Patrickdkbut it took 4 months to do that first pass :(03:46
=== markthomas is now known as markthomas|away
=== Lcawte|Away is now known as Lcawte
acmehandleAnyone here who may be able to help me trouble shoot a 405 post method not allowed error?11:52
Slingacmehandle: sure, what httpd ?12:04
Slingalso how are you getting this error12:04
acmehandleI'm running nginx, reverse proxying to django12:04
acmehandleI'm experimenting with this example:  https://stripe.com/docs/tutorials/forms#12:04
acmehandlebut I'm trying a very simple form.12:05
Slingacmehandle: what does the nginx error log say exactly?12:05
acmehandlelooking now12:05
acmehandleSling:  Unfortunately the nginx error log doesnt say much at all12:08
acmehandleI'll give you the exact info in just one more momet12:09
acmehandlemoment12:09
Slingit could be that the django backend is producing the error, but always worth checking the httpd logs first12:09
acmehandleIndeed django says Method Not Allowed (POST).12:11
Slingacmehandle: looks like this could be useful: https://docs.djangoproject.com/en/1.7/topics/http/decorators/12:12
Slingbut for more details, it's best to ask in #django12:13
Slingsince it has its own model/logic which I'm not 100% familiar with :)12:13
=== deegee is now known as drugless
rbasakfrediz: around?14:25
fredizrbasak: Hi Robie14:38
rbasakfrediz: hello! I just emailed.14:39
coreycbzul, can you review?  https://code.launchpad.net/~corey.bryant/ceilometer/2014.2.2/+merge/24965714:39
coreycbjuno update14:40
fredizrbasak: oh ok, checking14:40
zulcoreycb:  can you open up a bug about it and add the bug number14:41
coreycbzul, yes14:41
zulthanks14:41
=== martins-afk is now known as martinst
=== markthomas|away is now known as markthomas
=== markthomas is now known as markthomas|away
coreycbzul, bug added15:03
zulcoreycb:  coolio15:03
=== kickinz1 is now known as kickinz1|afk
=== kickinz1|afk is now known as kickinz1
caribourbasak: it took a while but I just documented the --backing-image-file15:18
caribourbasak: https://code.launchpad.net/~louis-bouchard/ubuntu/vivid/uvtool/uvtool-lp1317266-doc-backing-img-file/+merge/24966715:18
rbasakcaribou: thanks!15:20
caribourbasak: well, I made a bunch of manpage editing for my own project & it reminded me of this one15:23
=== pgraner is now known as pgraner-afk
=== bilde2910 is now known as bilde2910|away
=== bilde2910|away is now known as bilde2910
=== pgraner-afk is now known as pgraner
=== markthomas|away is now known as markthomas
=== drugless is now known as drussell
=== bilde2910 is now known as bilde2910|away
jsmith-argotecany around with good pacemaker troubleshooting skills? Still getting "attrd: [5952]: ERROR: main: HA Signon failed" and cannot re-join cluster17:58
=== martinst is now known as martins-afk
=== mrmist is now known as mist
=== martins-afk is now known as martinst
=== wedgwood is now known as Guest68861
=== JanC_ is now known as JanC
thor77can someone give me an upstart-script to cd into a directory and then execute some command there that should run until "stop .." is run?19:18
sarnoldthor77: hope this helps http://upstart.ubuntu.com/cookbook/19:20
thor77sarnold: no, it does not. http://paste.ubuntu.com/10208860/ i think this should work, but it does not. i run "start lutim" and i see... nothing, until i press strg+c, "status lutim" then says: "lutim start/killed, process 30067" can't find any log files in /var/log/upstart19:24
thor77maybe it could work writing this into a bash-file and execute it with "exec /path/to/bash-file"?19:24
sarnoldthor77: what's 'carton'? is it in the path? try adding explicit full paths..19:25
thor77which carton -> /usr/bin/carton, inserted it into the conf -> still doesnt work19:28
thor77it would be very helpful to see the error somewhere19:28
sarnoldthor77: check /var/log/upstart/, there might be logs there19:29
thor77sarnold: no19:29
thor77there are no logs19:29
mbffffhello! I am running Ubuntu 14.04 LTS 64bit server and Samba 4 is causing 100% cpu usage. Anyone else having a similar problem or ideas on how to troubleshoot?20:11
=== pgraner is now known as pgraner-afk
pmatulismbffff: bind strace to the smbd process?20:48
mbffffhmmmm20:49
mbffff?20:49
mbffffwhat command should I run20:50
mbffffsorry, I only pretend to know everything...20:50
pmatulismbffff: try 'sudo strace -f -p $(pgrep smbd)'20:56
mbffffalright gimmie 1 second, I am testing if the issue is isolated to one client.20:56
mbffffshould I pastebin the results?20:57
pmatulismbffff: i don't have time to analyze.  just trying to get you started20:57
mbffffok20:57
=== kickinz1 is now known as kickinz1|afk
jsmith-argotecI would the 2 minute version of how to decipher something meaningful from a strace too ;-)21:07
jsmith-argotec*would love21:07
mbffOk, I found this error log http://pastebin.com/WR0iAFA521:07
mbffI can't figure out what the actual error is here21:08
pmatulismbffff: does problem reoccur if you restart?21:23
mbffyes, I think I am good though21:26
mbffI got help from #samba21:26
bekksHow did you solve that issue?21:27
jrwrenmbff: I've experienced the same thing. How did you solve?21:29
mbfferrr I am working on installing samba via sernet21:30
=== markthomas is now known as markthomas|away
cluelesspersonI'm trying to reinstall ubuntu server, and the install gui tells me it cannot detect the hard drive22:37
cluelesspersonDoes anyone know why?  It didn't do this yesterday.22:37
cluelesspersonbios looks like it says "no IDE fixed disk present" weird22:38
bekkscluelessperson: So its a hardware issue.22:39
cluelesspersonbekks: may be22:39
bekkscluelessperson: Obviously. You BIOS doesnt detect the drive.22:39
cluelesspersonbekks: It boots fine though.22:40
cluelesspersoninto ubuntu server22:40
cluelesspersonbekks:   Lol.  I think dust got in the hard drive sata connection.  I replugged it several times, now it shows up22:42
cluelesspersonI'm having SO many headaches , I have the worst luck22:42
cluelesspersonsorry for being whiny22:42
=== markthomas|away is now known as markthomas
rberg_Hi anybody here have uefi pxe boot working? I switched to use syslinux.efi (64bit) and get the looping error "core_udp_sendto: stalling on configure with no mapping" looking t the source a comment above says this "Try to configure this UDP socket"23:04
=== bilde2910|away is now known as bilde2910
=== bilde2910 is now known as bilde2910|away

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