/srv/irclogs.ubuntu.com/2013/11/22/#ubuntu-server.txt

tonyyarussoRory: Yes, a live, production server.  Running our backups.00:01
tonyyarussoOne of the previous sysadmins doesn't belive in doing updates00:02
=== freeflying_away is now known as freeflying
rostamPryMar56, dpkg -l | grep xserv is not empty,  I originally installed ubuntu-server but I needed  xwindow  for our gui applications, this is exactly how I did for RH. Does xserver adds something to slownes? thx00:18
rostamPryMar56,  pkg counts is 66600:19
sarnoldX does take memory and processing power. both of which might be better used on your applications instead. but the drain is usually pretty low..00:24
PryMar56rostam - any python/perl depends in your apps?00:25
rostamPryMar56,  no python/perl00:26
PryMar56rostam, pkg count looks similar to ubuntu-server.. and networkmanager is unused? all NIC configs are manual?00:27
rostamPryMar56,  we have two CPU (AMD 5000) we do configure them manually, the same we do for RH.00:28
PryMar56rostam - check locale, i18n configs in /etc/default against what shows in ENV00:28
rostamPryMar56,  Env you mean echo $Env? the output is empty00:30
PryMar56rostam, IOW - login as user, type env, and see if LANG, language, etc looks OK00:31
PryMar56rostam , also login as user, type groups <---- huge difference with RH if the user is admin00:34
rostamPryMar56, we are running our apps as root. do you see any issue there as far as performance??00:34
PryMar56rostam - no..but that is not exactly the ubuntu way00:35
PryMar56rostam, if go through steps like this.. you might find weaknesses of faults00:36
PryMar56or faults00:36
PryMar56rostam in RH you have /etc/sysconfig in deb/ubuntu there is /etc/default00:37
rostamPryMar56,  ok I will look for any differences between env and /etc/default setting, if I donot find it what else I should look for? thx00:40
PryMar56rostam - loaded modules (lsmod).. I doubt kernel differences will matter: RH is 2.6.32 and Ub is 3.0.1x00:42
rostamhow about apparmor /00:42
rostam?00:42
PryMar56rostam, apparmor is off in my server00:43
rostamPryMar56,  How could I disable it?00:43
PryMar56rostam, thats an FAQ , but memory says something with purge... google it00:44
sarnoldin the most pessimistic of testing, apparmor adds less than 0.5% overhead; if you're having performance problems, apparmor is probably not involved :)00:44
sarnoldrostam: if your hard drives have 4k sectors (or larger, as some ssds do) you can sometimes see a gigantic slowdown if partitions are not aligned on 4k blocks, but rather on the older 512 byte boundaries -- every write might involve then a read, modify, write cycle, which would be significantly slower00:46
jjohansenrostam: there are several ways to disable00:46
jjohansenapparmor=0 on the grub kernel command line, do it in grub, or permanently in /etc/defaults/grub and then update-grub00:46
jjohansenrostam: you can purge the apparmor package, the kernel module will still be enabled but not policy will be loaded00:46
sarnoldrostam: what exactly is _slow_ in your configuration? can you narrow it down to a specific sequence of system calls or function calls?00:47
rostamopening devices (video encoder/decoder card) takes about 1 sec while in RH takes about 1 msec.00:51
sarnoldrostam: oh, interesting. any chance you can try your redhat with a newer kernel or your ubuntu with an older kernel? you can't just drop one kernel onto the other :/ but similar era kernels would be a worthwhile starting point00:53
sarnoldrostam: it might be that the kernel driver might have treated an open() request without checking the hardware or without allocating resources, but now it may00:54
rostamsarnold,  valid points, let me dig more into the open call. Thank you all for helping me. I got lot us of good points.00:56
=== exekias_ is now known as exekais
=== exekais is now known as exekias
guzzlefryIs there a way to test sshd settings without looking my current sessions? I'm trying to avoid getting locked out.03:34
guzzlefrys/looking/losing03:34
sarnoldguzzlefry: changing ssh settings won't influence existing connections03:35
sarnoldguzzlefry: now, changing _firewall_ settings is where you've got to be very careful :)03:35
guzzlefrysarnold: even when restarting the daemon?03:35
guzzlefryservice sshd restart03:35
sarnoldguzzlefry: yes, the daemon has spawned off children processes to handle logged in users03:35
guzzlefryah, good to know03:36
guzzlefrythank you :)03:36
sarnoldguzzlefry: have fun :)03:36
guzzlefryOh, one more question actually. I've looked around, and it seems like the only way to lock a user to sftp and chroot them is to set root as the owner of the chroot directory. Has that situation changed at all?03:39
sarnoldguzzlefry: well, that's a tricky thing. chroot was never intended as a real security mechanism03:45
guzzlefryah, that would explain all of the breakages I've heard about it.03:46
sarnoldguzzlefry: you could try using an lxc container; I haven't tried that yet myself, but I think it ought to work. another option is confining the user with apparmor, though it isn't as convenient as one might like: sec-saucy-i38603:46
sarnoldguzzlefry: http://wiki.apparmor.net/index.php/Pam_apparmor_example03:46
sarnoldsorry about the mispaste, juggling too many things at once :)03:46
guzzlefryno problem, thanks again for your help03:47
=== freeflying is now known as freeflying_away
fishcookeris it right that ubuntu-server 12.04 installation need internet connection?04:05
guzzlefryWell, this is interesting...04:08
guzzlefry$ sudo ssh-keygen -i -f id-rsa.pub > authorized_keys04:08
guzzlefry-bash: authorized_keys: Permission denied04:08
sarnoldfishcooker: I believe it'll download and install updates while installing, if you wish04:10
sarnoldguzzlefry: the > authorized_keys is handled by the shell _before_ it executes sudo04:10
guzzlefrydoh04:10
guzzlefrythanks04:10
guzzlefryIt might be time to call it day. ;)04:11
=== freeflying_away is now known as freeflying
sarnoldalways a good idea to call it a day before you fat-finger something and wreck your tomorrow, hehe :)04:11
fishcookerso without internet connection ubuntu server will not be installed, sarnold?04:35
=== freeflying is now known as freeflying_away
Ghostx562hello, i am trying to setup a server for local file storage, is this possible using ubuntu server?05:15
=== freeflying_away is now known as freeflying
pmatulisGhostx562: what do you mean by 'local file storage'?  every computer has local file storage05:30
fishcookeri have unregistered board .. i've tried install ubuntu server many times and failed05:32
Ghostx562pmatulis, store files on an old desktop with a 1tb drive, move files between that and my laptop05:33
Ghostx562sort of file storage05:33
pmatulisGhostx562: laptop running what OS?05:33
Ghostx562fishcooker, installing from CD?05:34
Ghostx562pmatulis, win7/ubuntu05:34
pmatulisGhostx562: study samba05:34
pmatulisfishcooker: what is "unregistered board"?05:34
Ghostx562pmatuils, will do thanks05:34
pmatulis!samba | Ghostx56205:34
ubottuGhostx562: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/12.04/serverguide/C/windows-networking.html05:34
pmatulisbut it works with ubuntu too05:35
fishcookernope i installed from usb flashdisk05:37
fishcookerthis is my lshw on previous ubuntu remix 10.1005:37
Ghostx562fishcooker, try cd better results that way05:37
fishcookerhttp://paste.debian.net/67115/05:39
fishcookeri don't know why CD would be better than USB,  Ghostx56205:40
=== freeflying is now known as freeflying_away
=== freeflying_away is now known as freeflying
ns5I'm installing ubuntu server 12.04.3, I want to partition the disk manually, but I can't find fdisk.  Any idea?07:00
=== freeflying is now known as freeflying_away
lifelessthe installer will step you through it07:01
=== freeflying_away is now known as freeflying
lifelesshas anyone else had all their LXC's stop working recently? They DHCP request on the bridge, but then don't acccept the response.07:30
lifelessI can see DHCP outputting07:30
lifelesssend(3, "<30>Nov 22 07:29:48 dhclient: No DHCPOFFERS received.", 53, MSG_NOSIGNAL) = 5307:30
lifelessbut I can also see dhcpd07:30
lifelessNov 22 20:28:50 lifelesshp dnsmasq-dhcp[1688]: DHCPDISCOVER(lxcbr0) 00:16:3e:9f:6e:0607:30
lifelessNov 22 20:28:50 lifelesshp dnsmasq-dhcp[1688]: DHCPOFFER(lxcbr0) 10.0.3.214 00:16:3e:9f:6e:0607:31
lifelessin the host07:31
ns5how can I configure static IP for an interface07:36
ns5where is the configuration file?07:37
Slingns5: /etc/network/interfaces07:44
ns5Sling: thanks07:44
=== freeflying is now known as freeflying_away
=== freeflying_away is now known as freeflying
ns5the python-protobuf package in my Ubuntu server 12.04.3 is too old, how can I update it?09:01
Roryns5: sudo apt-get update && sudo apt-get install python-protobuf09:17
ns5Rory: the latest version is still too old...09:17
Roryns5: What version is installed, and what version do you need?09:17
ns52.4.1-1ubuntu2, I need >=2.509:18
Rory!info python-protobuf precise09:23
ubottupython-protobuf (source: protobuf): Python bindings for protocol buffers. In component main, is extra. Version 2.4.1-1ubuntu2 (precise), package size 75 kB, installed size 452 kB09:23
Roryns5: There is no later version packaged, even in saucy09:24
Roryns5: You'll have to get a later version from the upstream developers and install it yourself09:24
Rory!info python-protobuf09:24
ubottupython-protobuf (source: protobuf): Python bindings for protocol buffers. In component main, is extra. Version 2.4.1-3ubuntu2 (saucy), package size 74 kB, installed size 452 kB09:25
ns5Rory: thanks, I'll try to install it manually09:25
Roryi can't help you with it because I dont even know what it is :P but if you're getting errors or something when installing put them on paste.ubuntu.com and I will look09:26
=== freeflying is now known as freeflying_away
fishcookerwhy installation of the server from usb always fail?10:58
Rory!md5sum | fishcooker10:59
ubottufishcooker: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows10:59
fishcookerthe hashes is match11:00
fishcookerRory:11:00
Roryfishcooker: How do you know it fails? Do you get an error?11:00
fishcookerthis box is minipc from china11:00
fishcookerstuck on retrieving libpcre3-udeb11:01
fishcookerbtw11:01
Roryfishcooker: is it connected to the internet during installation?11:01
fishcookeryess11:01
fishcookerconnected11:01
fishcookerstuck on 20%11:01
Roryfishcooker: Could you try the installation without a network connection?11:02
fishcookerit always be stop11:02
fishcookeron mirror11:02
Roryyes so there might be a problem with your connection, try installing while you are not connected to the Internet11:06
fishcookerbut it always stop on mirror/ repo thing11:08
Roryfishcooker: Reboot the machine without a connection, and start the installation completely again11:09
fishcookerok i will11:09
=== shauno_ is now known as shauno
fishcookerhow about ubuntu mirror country?11:39
fishcookerno network here11:39
fishcookerRory there is no possibility when you are not connected to the internet11:42
fishcookerthe installation will be fail11:42
Roryfishcooker: That isn't true, I installed ubuntu server on a machine with no Internet this morning11:42
fishcookernow i am facing this problem11:43
fishcookerwhich iso do you use?11:43
fishcookerim using 12.04.311:43
Roryubuntu-12.04.3-server-amd64.iso11:45
fishcookeryes11:50
fishcookerthe same here11:50
fishcookerwith the same hashes11:50
rbasakfishcooker: are you checking the hash from the USB stick itself, or from the ISO file you downloaded?11:59
rbasakfishcooker: best to verify the boot media itself, if you're not already doing that.12:00
fishcookeri will follow your direction12:04
fishcookerwhich file rbasak?12:05
fishcookermy prediction that this box doesn't support ubuntu12:09
fishcookerthis my cpuinfo http://paste.debian.net/67143/12:10
fishcookerthe last installed os here is ubuntu remix 10.1012:10
fishcookeron this box12:10
fishcookernetbook12:10
maxbEverything that has been said above seems to just indicate there was a problem with the network or mirror, rather than any problem with the installer or system12:16
=== gary_poster|away is now known as gary_poster
aokmangasalve13:31
aokmangasto cercando di configurare un vps con ubuntu server ed apache ma non riesco a vederlo dall'esterno anche se ho configurato iptables in modo che DOVREI vederlo13:31
aokmangaqualcuno mi da una mano?13:32
aokmangapremetto che non ho accesso al sistema grafico13:32
zulaokmanga:  english please13:33
aokmangaops sorry :P13:33
aokmangai'm trying to setup a vps with ubuntu server and apache ma i can't connect to it from outside13:34
aokmangai tried to change settings in iptables but it seems not to work, i can't access to the graphical server13:34
Arrick!php-gd13:35
Arrickok... .ubottu doesnt know anything about php-gd... I need it for a part of my moodle install on ubuntu 12.04 LTS, server version... anyone know the package name for it?13:35
Arrickgot it nevermind, php5-gd, lol13:36
remix_tjArrick: php5-gd?13:36
remix_tj:-D13:36
rbasakaokmanga: Ubuntu Server is not graphical.13:37
aokmangarbasak: ok does it has an X server or not?13:38
aokmangaonly for curiosity because anyway i've no access to it :D13:38
Piciaokmanga: not by default.13:38
aokmangathank you13:38
rbasakaokmanga: you could install one, but then it sounds like you really want Ubuntu Desktop.13:38
aokmangaunderstood13:39
aokmangaanyway i installed apache mysql and so on13:39
rbasakaokmanga: generally the access mechanism to Ubuntu Server is ssh.13:39
aokmangaconfigured iptables13:39
aokmangai made everything through ssh13:39
aokmangabut i can't access to it from outside13:39
aokmangai don't know why13:39
aokmangai think it's a problem of the iptables settings13:40
aokmangabut i can't find it13:40
PiciOutside what?13:40
aokmangai'm setting a vps13:40
aokmangaand i was looking to find the apache web page from my home pc13:40
aokmangabrowsing the ip on the browser13:40
PiciSo you can access it from inside the network where it is located? but not from outside?13:40
aokmangai don't know if i can access from inside the network because i'ven't got the server physically :P13:41
aokmangait's a little free vps hosting13:42
PiciCan you connect to it with ssh from where you are right now?13:42
aokmangayes13:42
aokmangabut they gave me ssh with an ipv413:42
aokmangabut i've only access (except for ssh) to ipv613:43
aokmangai set ip6tables in fact13:43
PiciFor the most part, you shouldn't need to touch iptables for things to work properly.13:43
aokmangai tried to touch it because it wasn't visible :/13:43
aokmangamaybe i made some mistakes13:43
aokmangaanyone can help me to solve this problem?13:45
PiciI'd make sure that apache2 is actually listening on port 80 locally first, and then attack iptables.13:46
aokmangahow can i do that?13:46
aokmanganetstat?13:46
Piciaokmanga: yep.13:47
aokmangathanks for the support, i'm trying to learn :)13:48
rbasakmdeslaur: is anyone working on CVE-2013-4164 for ruby? Should I file a bug on it?13:53
uvirtbotrbasak: ** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem.  When the candidate has been publicized, the details for this candidate will be provided. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4164)13:53
mdeslaurrbasak: no need to file a bug, we track CVEs in our tracker13:54
mdeslaurrbasak: it will appear in today's tracker update13:54
rbasakmdeslaur: OK, thanks. I looked in the tracker; didn't know it updated daily.13:55
mdeslaurrbasak: adding new cves is a process we do 2-3 times a week13:56
mdeslaurusually on mon-wed-fri13:56
mdeslaurthanks for the ping13:56
rbasakI see. np, sorry for the noise.13:56
mdeslaurno need to apologize, I'm glad you told me about it in case we missed it14:00
Arrickhey all, I have php5-xmlrpc installed on my 12.04 server, but I cant figure out how to enable it... any pointers?14:10
zetherooI moved a raid1 array (2 disks) from one server and placed them inside another .. "mdadm --detail /dev/md127" shows me the Name as the being the former server this array was in - how can I change this to the name of the new server?15:14
aokmangahi all again15:14
aokmangai need to make my web server apache visible outside the internal network, i checked iptables and everything seems fine... there are no rules so everything can go in and out15:15
aokmanganetstat says that httpd is working and listening on the port 8015:16
aokmangabut!!!15:16
aokmangaif i try service httpd restart it says15:16
aokmanga(98)Address already in use: make_sock: could not bind to address [::]:8015:16
aokmangathis is what i have with netstat15:17
aokmangatcp        0      0 0.0.0.0:80                  0.0.0.0:*                   LISTEN      860/httpd            tcp        0      0 2a02:4780:1:1::1:b39:80     :::*                        LISTEN      860/httpd15:17
pmatuliszetheroo: maybe /etc/mdadm/mdadm.conf15:17
aokmangai'm trying to connect through ipv6 entering in the browser http://[2a02:4780:1:1::1:b39] but it doesn't work15:18
aokmangais there something does i have to activate ipv6 protocol?15:21
Roryaokmanga: Can you ping that IP?15:27
Roryaokmanga: nvm i can ping it, it's up15:27
aokmangahow do you ping it?15:28
Roryaokmanga: ping615:28
aokmangai tried ping 2a02:4780:1:1::1:b3915:28
aokmangaok thank you :)15:28
aokmangadoes it work to you on the browser?15:29
Roryno15:29
Roryaokmanga: Can you please paste the output of this command: sudo netstat -anp | grep ":802"15:30
Rory!paste15:30
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.15:30
Piciaokmanga: Which release of Ubuntu are you using btw?15:30
aokmanga12.04 Pici15:30
Rorysorry aokmanga:  netstat -anp | grep "80"15:30
RoryI have a very sticky shift key on this keyboard15:30
PiciI just don't recall us having httpd be the name of the apache2 daemon in some time (if ever)15:31
RorySorry aokmanga ignore me completely about netstat, I just read above15:31
aokmangahttp://paste.ubuntu.com/6459041/15:31
Roryaokmanga: What's the output of: cat /etc/issue15:32
PiciRory: well, that was interesting15:35
RoryCentos 5.3 \n \l15:38
psivaajamespage: Floodlight smoke tests fail with today's trusty images.16:30
psivaareported bug 125409616:30
uvirtbotLaunchpad bug 1254096 in floodlight "Floodlight Debug Port not found (6655) with trusty server images" [Undecided,New] https://launchpad.net/bugs/125409616:30
jamespagepsivaa, thanks - i think16:39
jamespage:-)16:39
psivaanp :)16:41
zuljamespage:  keystone has switched over to testr by the way16:45
jamespage\o/16:45
jamespagesmooth16:45
=== eagles0513875_ is now known as eagles0513875
Arrickhey all, I have php5-xmlrpc installed on my 12.04 server, but I cant figure out how to enable it... any pointers?17:13
jamespagepsivaa, well this is like turning over the rock and finding the cochroaches17:26
DeltaHeavyHey, when I run the command 'chkconfig --level 345 ssh on' it tells me '/sbin/insserv' isn't a file or directory.18:22
sarnoldDeltaHeavy: ubuntu has used the 'upstart' init replacement for a while. It's quite different, even thogh there are some sysv-init compatibility efforts in place. it'd be worhtwhile to skim through the upstart cookbook: http://upstart.ubuntu.com/cookbook/18:23
DeltaHeavyOk, thanks!18:23
ikoniait's pointless trying to use chkconfig on run levels as ubuntu only uses run level 218:23
ikoniaand uses upstart18:23
sarnoldDeltaHeavy: in general, if something is installed, upstart will try to start it. if you want to stop it, you can do that easily with an override file: http://upstart.ubuntu.com/cookbook/#override-files18:23
sarnolds/to stop it/prevent it from starting/18:24
DeltaHeavyDidn't know Ubuntu was so different. I'll look into it. Thanks!18:24
ikoniaDeltaHeavy: you've been asking this sort of stuff for a while on ubuntu and keep being told it's differences, not sure why it's not sinking in18:24
DeltaHeavyikonia: Uh, this is the first time I've been in this channel. Are you getting me confused with somebody else?18:25
sarnoldyes, parallelizing the init and running tasks based on when dependencies were satisfied drastically cut down on boot time, and once the override files were added, it became a -lot- easier to administrate than the old pile of a hundred symlinks. :)18:25
ikoniaI've seen you in #ubuntu a few times18:25
DeltaHeavyYeah, I've never used Ubuntu before. I don't apprichate your snippy attitude.18:25
DeltaHeavyUbuntu server*18:25
ikoniaubuntu server works the same as ubuntu18:26
DeltaHeavyI've only used Ubuntu as a desktop, no fancy stuff. I've never been told about this so you should learn to be a little bit more sociable and understanding.18:26
ikoniaso the differences that have been explained to you on ubuntu will be the same on ubuntu server18:26
DeltaHeavyNo they havn't18:26
DeltaHeavyI don't even know what Upstart is18:26
ikoniai didn't say you did18:26
DeltaHeavyLearn some respect or I'm just going to /ignore you.18:26
ikoniaI'm pointing out that just trying to do things the same as other distros as you have done in ubuntu before isn't working18:27
=== jetole_ is now known as jetole
ikoniaso instead of rushing in - try to look at the differences, as you've been explained before, there are some significant differences and something the same as other distros18:27
sarnoldikonia: please just drop it...18:27
DeltaHeavyIs he always like this?18:28
ikoniaDeltaHeavy: I'm just trying to save you from making a mistake that can cause damage,18:28
sarnoldDeltaHeavy: no, most times he's quite helpful :)18:28
DeltaHeavyikonia: I apprichiate it it just comes off as confrontational when you're "not sure why it's not sinking in" when I havn't used Ubuntu in well over a year, and I'm not experianced in it or asked for much help in #ubuntu or anything of hte likes at all.18:28
jrwrenremember, http://www.ubuntu.com/about/about-ubuntu/conduct19:11
* patdk-wk forgets19:13
GomoXHello19:42
GomoXWhat's a good config file based alternative to ufw? ufw is a pain to use with configuration management19:42
sarnoldGomoX: I've heard good things about ferm, never used it myself though19:44
GomoXsarnold: will look into that19:45
aerokid240check of csf19:46
aerokid240*out19:47
GomoXaerokid240: not packaged for Debian it seems?19:49
=== alaing is now known as alaing_away
BeatstreetI have a 6 drive RAID 5. The RAID failed and box locked up. When I got the box back up I tried to recover but the recovery failed and now I was a failed drive and a spare drive and 4 active21:18
Beatstreetnot enough to start the RAID21:18
Beatstreetany thoughts on how to get this RAID back up?21:18
=== Mapley is now known as rainbowdash`
xkernelsurprisingly I found mysql down, how can I figure out what happened?22:09
Slingxkernel: usually it will log to /var/log/mysql/error.log22:10
=== rap424_ is now known as rap424
=== gary_poster is now known as gary_poster|away
fishcookerim on ubuntu server installation now im on install grub boot loader on hard disk section.. the err message is grub-pc package failed to install into target22:40
fishcookeri see that the hardisk mount properly on /target22:41
fishcookerwhat should i do .. skip it or?22:42
CptBleyI am trying to boot ubuntu server 12.04 from a DVD - RW and I select it in the boot menu but all that happens is a blinking _  then it asks whether I want to boot from windows or Ubuntu 12.04 which I have previously installed23:09
CptBleyplease help23:10
CptBleyanyone23:10
aokmangahi all23:15
aokmangai've a question for you23:15
aokmangacan i use a dns name server to use a text address on internet too or only in a private network?23:15
sarnoldaokmanga: I'm sorry, I don't understand your question, can you rephrase it/23:19
DeltaHeavyaokmanga: Only in your local domain.23:20
aokmangathank you DeltaHeavy23:20
aokmangasarnold i asked if i set a dns name server on my machine23:20
aokmangacan i use the name that replace my ip on internet? or only in a private network? anyway DeltaHeavy replied you can only use it internally so i'll skip it23:21
DeltaHeavyaokmanga: You can edit your /etc/hosts file to have any string of text represent an IP address, in your local network or not.23:22
aokmangain your local network or not? so if i set a string of text to replace my ip and you enter it in your browser with apache running you get my page?23:23
sarnoldaokmanga: if you edit your /etc/hosts file to assign names to IPs, those names will work on that machine -- but only that machine. you can give any name and any IP address that way23:25
aokmangasarnold: ok, this is what i thought :)23:25
aokmangathank you23:26
sarnoldaokmanga: that's sometimes useful if you want to prevent a specific annoying advertiser from blinking at you in webpages, add their name and 127.0.0.1 to /etc/hosts, and your browser will contact your local webserver instead :)23:26
ausjke1ls -l /var/lib/hugetlbfs pagesize-16MB or pagesize-16777216 I normally see 16MB but why is it 16777216 on ubuntu?23:37
ausjke1qemu complains no pagesize-4MB found for example23:37
ausjke1it ignores pagesize-4194304 which should be just pagesize-4MB23:38
sarnoldcan you make symlinks from one to the other?23:39
ausjke1hmm forgot that , Friday afternoon that is, let me try, thanks23:39
sarnoldhehe, well, it's reasonable to expect it to work out of the box :) I'm just hoping some symlinks will get you moving again..23:40
ausjke1yeah that symlink 'fixed' it23:41
ausjke1:)23:41
sarnoldwoo :)23:42

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