Laogeodritt | ruben23: as in you're looking for files starting with "IN"? | 00:07 |
---|---|---|
Laogeodritt | ruben23: if yes, `find /directory/to/search -name IN\* -print` would work. You can look into other options for find (and ways to pipe the output to other commands) if you need to do operations on the files found | 00:09 |
=== peter is now known as Guest4358 | ||
=== __darren is now known as xdsk | ||
Abhijit | this is my pressed raid configuration http://paste.fedoraproject.org/143429/78657714/ failed to write metadata /dev/sda error creating array /dev/md1 whats wrong? help | 06:31 |
Abhijit | using ubuntu 14.04 server iso. | 06:31 |
lordievader | Good morning. | 06:38 |
ochoroch | lordievader: fyi, my SSH Login issues was not fixed by updating the kernel ... | 06:39 |
ochoroch | lordievader: Good Morning.. | 06:39 |
lordievader | ochoroch: Hmm, that is too bad. | 06:41 |
ochoroch | yep ... my boss forces me to find a solution even if it means reinstall using CentOS 7.... :-( ... | 06:42 |
Abhijit | reinstalll the boss. | 06:43 |
ochoroch | Abhijit: we did recently ... | 06:43 |
Abhijit | oh! | 06:43 |
lordievader | rm -rf <boss> | 06:44 |
* ochoroch investigating ... | 07:15 | |
Abhijit | this is my pressed raid configuration http://paste.fedoraproject.org/143429/78657714/ failed to write metadata /dev/sda error creating array /dev/md1 whats wrong? for two disks with 750gb each | 07:21 |
Abhijit | on ubuntu 14.404 server iso | 07:21 |
=== kickinz1|afk is now known as kickinz1 | ||
=== Lcawte|Away is now known as Lcawte | ||
=== Lcawte is now known as Lcawte|Away | ||
ochoroch | lordievader: is there a chance that a "busy" mysql prevent any login ....? | 08:18 |
ochoroch | after the weekend even apache died ... | 08:18 |
lordievader | ochoroch: Seems unlikely. | 08:37 |
lordievader | ochoroch: Have you checked your harware? Is it in okay condition? | 08:37 |
ochoroch | lordievader: asked the HyperV admin several times ... "Its new, it works and all lights are green" .... | 08:44 |
ochoroch | :-/ | 08:44 |
ochoroch | lordievader: i'll try to run a apache benchmark against the server to get this issue in minutes ... | 08:45 |
ochoroch | ... instaed of hours | 08:45 |
Abhijit_ | how to force ubuntu preseed to follow d-i passwd/make-user boolean false? its ignoring that line and asking me to type non root username and password? | 09:05 |
=== Abhijit_ is now known as Abhijit | ||
Abhijit | no one uses preseed ? :-( | 09:09 |
lordievader | ochoroch: That lights are green is no diagnostic... | 09:33 |
ochoroch | lordievader: i know .. this is what they say ... :-( .. | 09:33 |
ochoroch | one thing i just noticed: mysql tells me some tables are crashed, before i reboot ... | 09:34 |
ochoroch | crashed tables disapear after the reboot ... | 09:34 |
lordievader | ochoroch: Ask them nicely again, show them you have problem and would like to rule out hardware issues. | 10:39 |
ochoroch | lordievader: ok ... | 10:39 |
ochoroch | lordievader: asked as friendly as a german could be.... ;-) ... waiting for response ... | 10:52 |
lordievader | Hehe | 10:53 |
ochoroch | lordievader: ab -n 50000 -c 100 http://domain.org/ .... <- tried to get the error when getting some load on that maschine ... but this did not change a thing ... | 10:54 |
ochoroch | are these messages normal for MySQL ? http://paste.ubuntu.com/8600572/ | 10:55 |
lordievader | ochoroch: I'm not familiar with the command ab. | 11:00 |
ochoroch | -n is Users .... -c is requests per user iirc .... | 11:01 |
ochoroch | ab is Apache Benchmark ... | 11:02 |
lordievader | Interesting. | 11:04 |
ochoroch | lordievader: Windows admin said, Hardware is fine! ... | 11:22 |
lordievader | Did he check? | 11:22 |
ochoroch | HE said he checked ... today, and the day the hardware arrive ... | 11:23 |
ochoroch | THe Hardware is fairly new, 6 Month ... | 11:23 |
ochoroch | lordievader: only thing i can do is "Trust the Windows admin" .... | 11:23 |
lordievader | If it would be a Linux admin I might trust him... but Windows :P | 11:24 |
ochoroch | me either .... | 11:24 |
ochoroch | time told me win and Linux does not fit together ... | 11:24 |
cyber_dweller | do host in group in dhcpd.conf are considered known hosts? or i should host them also outside the group to make them known? | 11:53 |
yocapybara | hi guys I'm trying to remove ubuntu-desktop from a machine leaving it with just ubuntu-server. I've tried tasksel but I just get aptitude failed (100), even after running apt-get update prior. Any tips on how to completely remove the GUI without breaking the machine? I'm on 14.04.1 | 13:38 |
sarnold_ | yocapybara: start with apt-get purge ubuntu-desktop unity xorg | 13:39 |
sarnold_ | yocapybara: it'll complain about packages that depend upon those. add those to the command line and re-run. | 13:39 |
yocapybara | sarnold_: thanks ok and I just rinse and repeat that until it stops complaining? | 13:40 |
sarnold_ | yocapybara: yeah, or you have no computer left :) hehe | 13:40 |
yocapybara | sarnold_: :) | 13:40 |
=== Guest4574 is now known as mfisch | ||
jargon | anybody know how to configure active directory with pam and kerberos? i can kinit on the server, but cannot ssh to it with an existing AD account. auth.log says http://dpaste.com/36FVM6A | 14:14 |
patdk-wk | why bother posting a log with a bunch of errors and warnings that tell you exactly what to do to fix them? | 14:16 |
=== Lcawte|Away is now known as Lcawte | ||
learning | I am trying to compile stunnel 5.06 but getting this error in "make" step: stunnel-5.06/src/options.c:2123: undefined reference to `SSLv2_client_method' | 16:07 |
learning | Any idea how to fix this? | 16:07 |
sarnold_ | learning: try changing that to SSLv23 .... | 16:08 |
learning | sarnold_: how to do that? | 16:10 |
learning | during ./configure step? | 16:10 |
sarnold_ | learning: dunno, it might require patching if they didn't expose it easily.. | 16:12 |
learning | btw, are there any alternative to stunnel? | 16:25 |
sarnold_ | learning: ssh tunnels, socat, setting up a vpn, setting up ipsec | 16:25 |
learning | sarnold_: How about autossh? | 16:28 |
sarnold_ | learning: sounds nice.. | 16:29 |
linuxtech | I was about to fix a bug and debian/patches/series is non existent. Does this mean that the other patches, including a CVE are not applied to build, and thus the all Ubuntu users? | 16:35 |
rbasak | linuxtech: there are some older patch mechanisms that might be in use there. In older times, debian/rules applied and unapplied the patches manually. | 16:37 |
linuxtech | So I should check the rules and make sure my patch goes in there also, or use quilt as usual? | 16:38 |
rbasak | Figure out what the packaging is doing, and fit in with that. | 16:39 |
teward | rbasak: ping, got a couple minutes? | 16:39 |
rbasak | teward: not many, but shoot. | 16:39 |
teward | rbasak: incoming PM, then | 16:39 |
linuxtech | OK, Thanks, I'll email you later about it since you triaged the bug I am working on. | 16:40 |
=== Mogwai is now known as Guest43202 | ||
rostam | HI I am using ubuntu 14.04, I see these messages on my log files, which seems cron job but not sure what command it runs: CRON[23114]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1) thanks | 19:10 |
sarnold_ | rostam: apt-file search debian-sa1 shows it comes from sysstat | 19:12 |
jrwren | rostam: its in /etc/cron.d/sysstat which sets a custom PATH | 19:16 |
rostam | sarnold, jrwren thank you so much | 19:17 |
learning | hey guys, when I run stunnel, I get this error: [!] error queue: 2606A074: error:2606A074:engine routines:ENGINE_by_id:no such engine [!] ENGINE_by_id: 260B606D: error:260B606D:engine routines:DYNAMIC_LOAD:init failed [!] Line 18: "engine = capi": Failed to open the engine | 20:24 |
learning | How to fix this? | 20:24 |
mfisch | hey zul, just finished talking to the keystone guys and you need to up the dep of python-keystoneclient to 0.10.1 for keystone | 21:49 |
zul | mfisch: oh? | 22:37 |
mfisch | yeah 0.10.1 is in the UCA anyway so anyone using it may be ok | 22:38 |
=== Lcawte is now known as Lcawte|Away |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!