/srv/irclogs.ubuntu.com/2014/05/10/#ubuntu-server.txt

=== adam_g is now known as adam_gone
=== TheLordOfTime is now known as teward
budmanI have 4 servers, 2 pairs, same hardware/software/firmwares/drivers except for 2 are ubuntu 12.04 and 2 are 14.04... the 12.04 scp's are limited to 50MB/sec. 14.04 gets 112M/sec+, if I enable compression "-C" with scp I get 80M/sec on both versions... what is different from 12.04 and 14.04 ssh/compression? or am I making sense ha.01:41
syeekickhey peeps02:34
syeekickburning question im having trouble to google02:34
syeekicki want my headless server to have a permenant ethernet connection, but want to connect to wifi on different ocassions. when i set wifi up it temporarliy defaults to wifi and doesnt use ethernet again. Is there a bash script i could setup for such a mess?02:37
syeekickwhen i use wicd-curses it turns off the ethernet conenction and uses the wifi. thats no good as i still need to ssh into the server02:37
=== dcmorton_ is now known as dcmorton
zorgshankerWhen i type "sudo mount /" and press tab09:47
zorgshankerit only returns / and /proc09:47
zorgshankerTherefore i cannot mount /dev/xxx, i feel like something obvious is going on here09:48
Ben64then just type /dev/xxx ?09:48
bekks"sudo mount /" will not cause anything to be mounted, since / is already mounted09:50
bekksWhat are you actually trying to do?09:50
zorgshanker"sudo mount /d" + tab should auto compelte to /dev/ shouldn't it09:50
bekksDepends on your shell.09:51
zorgshankerI see, well i'm trying to mount /dev/sdb2 which is ext409:51
zorgshankersudo mount -t ext4 /dev/sdb2 /mnt/sdb209:52
zorgshankerInteresting, if i ommit sudo it will auto complete like i would expect09:56
=== RoyK^ is now known as RoyK
h3LL0hi11:52
ciasteki have user without password. sudo doesn't ask for password, when invoked in console, but asks, when invoked from tmux or ssh. why?12:04
ciastekhttps://gist.github.com/ciastek/d496ac00ad68f5367db712:04
ciastekSolved, thx. https://gist.github.com/ciastek/d496ac00ad68f5367db713:04
chrisrerhi guys i have one prolbem wit my ubuntu server.. iwant to install14:00
chrisrerYeti File Hosting Script.v3.3 script but i have this error Could not find the .htaccess within the root of your script install. This is used to rewrite the urls within the site. If you can't see the file within the root of the script zip download, your operating system may be set to hide it. Change your OS to show files starting with a dot and you should see it. any ideas?14:00
beliqCan someone explain me how juju is different from OpenShift for example ?15:51
xpistosHey all. I need a hand changing my ubuntu server from static IP to dhcp. My brother set it up but I need to change out my router and my lan IP scheme so roku will work on it correctly16:23
xpistosI am using ubuntu server 10.0416:24
funhey folks16:38
funhow I can force close tcp connections?16:38
funtcp    CLOSE-WAIT 362    0    those one16:38
funits msn and google bots. I already tried restart networking16:38
funok reboot done16:52
funI am also running some daemon and it claims address it wants to use is in use16:52
funbut its on16:52
funnot16:52
funany idea what may cause it?16:52
tewardwithout the specific error we can't really diagnose that16:55
teward(not easily anyways)16:55
funteward: i run just nginx on 1 ip16:57
funand daemon on ip 216:57
tewardwhat port do you bind them to16:57
tewarddoes the daemon bind to the same port as 80 or w/e nginx is listening on and vice versa16:57
funboth to 8016:57
tewardif so that's your problem16:57
funip1:80 ip2:8016:57
funit worked before16:58
tewardfun, if it's trying to bind and failing, something's listening on whichever bind it is16:58
funI use ss to check16:58
funnothing16:58
tewardnetstat -tulpn | grep :8016:58
tewarderm... just grep 8016:58
tewardor :80, that'd work too16:58
tewardpastebin the output16:58
chrisrer4:59:58 μμ - chrisrer: hi guys i have one prolbem wit my ubuntu server.. iwant to install16:59
chrisrer4:59:58 μμ - chrisrer: Yeti File Hosting Script.v3.3 script but i have this error Could not find the .htaccess within the root of your script install. This is used to rewrite the urls within the site. If you can't see the file within the root of the script zip download, your operating system may be set to hide it. Change your OS to show files starting with a dot and you should see it. any ideas?16:59
funteward: ok I see what happen, when I rebooted box my upstart script started to work17:00
funand invoke daemon17:00
funso it was already running17:00
tewardthere you go.17:01
funteward: is there some way to check when file was changed but not just lastest change but say dates of last 3 changes?17:04
tewardI don't know of any out of the box method for doing that...17:08
funoki17:11
Saur0hi can someone help me out with a dovecot related question?17:53
Saur0i've got it working and tested via command line17:55
Saur0but i can't seem to set up thunderbird to work with it17:55
Saur0is this out of date --> https://help.ubuntu.com/community/Dovecot17:55
Saur0does the thunderbird stuff still need adding to dovecot.conf17:56
=== FreezingAlt is now known as FreezingCold
AivarasKAny way to control HP DL380 G4 fans from Ubuntu server?22:21
mun24how to apply diff file to a directory?22:22
andolmun24: patch -pN < patchfile, where N is a number, depending on the patch file, what working directory you standing in, etc. See the patch(1) man file for a better explanation.22:28
=== verdeP is now known as randomtest999
=== randomtest999 is now known as verdeP
=== mc_bluebeard_ is now known as mc_bluebeard

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