/srv/irclogs.ubuntu.com/2009/11/01/#ubuntu-server.txt

vladimir_can someone check if my apache works by clicking this ? http://96.246.33.167/00:07
JanCIt says it works00:07
vladimir_how do i set my ip to static00:08
vladimir_JanC, thanx00:08
JanCman interfaces00:10
JanChm, that manual could use some better examples  ☺00:12
JanCvladimir_: https://help.ubuntu.com/9.04/serverguide/C/network-configuration.html00:13
zroyschwheres the log to read what would make server make an internal speaker beep, and have networking apparently fail for 5 minutes or so, gmpc and ssh failed to connect. during this time, now its back up like normal. i see nothing in /var/log/messages or dmesg.00:26
darkpixelzroysch: You could also try syslog to check on network messages00:27
darkpixelzroysch: As for what makes the speaker beep, I don't think that's logged anywhere.00:28
zroyschit was a single beep, like it would do on a reboot00:29
zroyschbut it has apparently not rebooted, according to uptime00:29
darkpixelOne thing you can do to test your network is leave a ping or 'mtr' running.  After the network drops and comes back up, check your ping or mtr and see if they show packet loss.00:29
zroyschnot seeing much in /var/log/syslog00:30
darkpixelzroysch: Maybe someone else can chime in on the uptime, but if your system clock was off and then the system rebooted, it should have been corrected by ntp...not sure if uptime is based on that...00:30
mushroomblueI have a drive running on LLVM, but it's a single volume.00:34
mushroombluefor some reason, people configuring Ubuntu do this a lot.00:35
mushroomblueI need to pull the drive out, and put it in another box. how do I read the data?00:35
mushroomblues/LLVM/LVM/00:35
mushroombluenevermind. lvresize.00:44
NineTeen67CometMorning all. I've got an internal HDD that's fat32 that just will not share with users. I've chmod -Rv 0775 /media/Storage and made sure fstab is vfat defaults 0 0 .. still it is locked read only to users. What else can I look at?01:34
darkpixelNineTeen67Comet: Is that an external drive you plug in to your machine, or a internal drive that was there when Ubuntu was installed?01:54
NineTeen67CometInternal regular IDE .. used to have MS installed dual boot on that server, now it's all Ubuntu-Server but too much on that drive to just convert it back to xfs ..01:55
darkpixelCan you copy the contents of /etc/fstab and the output of the mount command to http://dpaste.com and give me the URL?01:56
NineTeen67Comethttp://dpaste.com/114838/ ..01:58
NineTeen67CometLast line ..01:58
NineTeen67CometThe line commented out was another attempt too ..01:58
darkpixelThat looks correct.  Can I get a copy of the output of the 'mount' command too?01:59
darkpixel(A command I love is: apt-get install pastebinit && mount | pastebinit)02:00
NineTeen67Cometdarkpixel: you mean: sudo mount -a .. or if I mounted it manually?02:00
NineTeen67CometI didn't know about pastebinit .. that's awesome for a new guy .. I don't come around much but this one is driving me nuts and Google hasn't told me I didn't already know .. :)02:01
darkpixelIf you just type 'mount' it will spit back a list of the current mounted file systems and their options.02:01
NineTeen67CometGotchya ..02:01
NineTeen67Cometdropping pastebinit on there .. nice stuff .. love handy tools ..02:02
darkpixelYeah--it saves a few clicks02:02
NineTeen67Comethttp://pastebin.com/f20d5083e .. friggin' awesome ..02:03
darkpixelOk--so it looks like your drive is mounted correctly, and it's not read-only according to the kernel...02:04
NineTeen67CometShows rw on that too .. I just don't get it ..02:05
darkpixelLet me see if I understand this correctly:  You are able to read/write, but other user accounts are unable to access it?02:05
NineTeen67CometNo users can write to that directory/hdd .. just sudo (root) ..02:05
darkpixel(Even though fstab says rw, it's possible for a drive to be mounted ro if the kernel thinks it's corrupted)02:05
darkpixelYou mean /media/Storage?02:06
NineTeen67Cometaha .. could be ..02:06
NineTeen67Cometdoes fat32 have the same issues as ntfs if it wasn't shut down properly?02:06
NineTeen67CometYeah /media/Storage is /dev/hdb1 (Only partition on that hdd)02:06
darkpixelWhat I meant by that is that it's possible for fstab to say 'rw' but the mount command tells you the actual current state of the drive.02:06
darkpixelIt could.02:06
NineTeen67Cometcan I use fsck to check vfat?02:07
darkpixelYes--but it doesn't appear necessary as the drive is mounted correctly.02:07
NineTeen67Comettrying fsck.vfat /dev/sdb1 now ..02:07
NineTeen67Cometyeah it's got me stumped .. doesn't show full, doesn't show root only and it shows rw in mount and in fstab (I've always used defaults 0 0) ..02:08
NineTeen67CometI'll be in the states mid December, I can swing by and physically touch the box .. Maybe something is wrong with the hdd, but that's would effect all write not just users ..02:10
=== Nicke__ is now known as Nicke
darkpixelNineTeen67Comet: Sorry, I was afk for a minute--my five month old took a big tumble.  Can you show me the output of 'ls -lha /media'?02:12
NineTeen67CometYup, just a moment, rebooting that box ..02:12
darkpixelAlso, how are users accessing the data?  Are they linux users logged into the box through SSH or the console, or are they Windows/Samba users?02:13
NineTeen67CometJust ssh and on the box (he can login via X when he wants - I installed ubuntu-desktop for him too - ) most of the time it's just ssh and nfs but haven't gotten nfs up since we can't even write to it as it is .. you know? lol  ..02:14
NineTeen67Cometnfs will be his primary way of accessing it once it's up .. it'll be his networked storage box most of the time (he just got a netbook (I put 9.10 on) that is actually his daily use computer)02:16
darkpixelOk--do an 'ls -lhad /media/Storage | pastebinit' and that'll give me the permissions on the Storage folder.02:17
NineTeen67Cometdrwxr-xr-x 16 root root 16K 1969-12-31 16:00 /media/Storage or http://pastebin.com/f38a1abf202:17
darkpixelThat last r-x means everyone should have read access to the Storage folder.  If you want everyone to be able to write to it, you need to 'chmod o+w /media/Storage'02:19
darkpixelIf you want to include subdirs, make that 'chmod -R o+w /media/Storage'02:19
NineTeen67Cometthat might have been it .. I've only been doing chmod -Rv 777 /media/Storage ..02:19
NineTeen67CometWe'll know momentarily .. lol02:20
darkpixelI would stay away from the numeric chmod's unless you understand the bitmasks.02:20
NineTeen67Cometyeah .. I've only got an entry level understanding of the numbers .. I have a calculator that shows me the output for what ever you want .. read/write user, group etc ..02:21
darkpixelThe parameters are u g and o (for user group and other) followed by either - + or = (to remove, add, or explicitly set) permissions which can be r w and/or x (read/write/execute)02:21
darkpixelThis is probably a good starting point to understand the bitmasks: http://danielmiessler.com/study/unixlinux_permissions/02:23
NineTeen67CometThanks .. it's opening now ..02:23
darkpixelAwesome.  From there NFS should be pretty easy.  If he will be connecting in from the same IP or subnet (like both machines being on a home LAN), you just create (or edit) /etc/exports to have a line that says '/media/Storage    ip.add.res.s(rw)'02:26
NineTeen67Cometdrwxr-xr-x 16 root root 16K 1969-12-31 16:00 /media/Storage Yeah, no change .. this is driving me nuts .. lol02:26
darkpixelWas that after unmounting and mounting the drive?02:26
NineTeen67CometYeah my house is full of Ubuntu stuff (mythbuntu, desktops and notebooks .. all NFS) .. never had this issue ..02:27
NineTeen67CometI rebooted it ..02:27
NineTeen67Cometand that's the resulting code ..02:27
NineTeen67CometNFS has been my friend for ever, samba so/so but only when people are here with MS stuff ..02:27
darkpixelYeah--I'll have to dig for a minute on that one.  The system sets /media/* with special permissions, but I don't remember where it does that.02:28
darkpixelActually, since it's an internal drive, you may want to consider mounting it somewhere outside of the /media folder.  Maybe /mnt or create your own folder.  I believe Ubuntu puts special permissions on the /media subfolders.02:29
NineTeen67CometYeah I can toss a mount point in /mnt (from my Gentoo days :) .. I'll try that ..02:30
darkpixelOk.  I'm willing to bet it'll hang on to those permissions.  I have a 2 TB RAID 6 array mounted at /data and the permissions stick every time.02:30
darkpixel...although I reboot it about once every few years when the next LTS comes out... ;)02:31
NineTeen67Cometdarkpixel: My web server used to run pretty much from Kernel update to Kernel update .. I'm on an Air Force base now and Verizon sells us our ADSL and they don't allow anything like a web server .. so it's sitting in my server closet humming along with no users .. sad .. and I hate Verizon .. lol02:32
darkpixelNineTeen67Comet: Yeah--I know there are a lot of Comcast haters too, but they treat me pretty well.  I shell out about $60/mo and I get their 20 down/5 up business service.  No hassles about bandwidth and I get a block of 5 IPs from them.02:33
NineTeen67CometWhen I was offbase we had Fiber .. that was supplied with PPPoE (sucks) but the speeds were GREAT and they gave me everything I neeed .. it was around 8,000 yen a month (basically $80) .. Now I pay $100 for phone and ADSL and it's slow, unreliable and did I mention restrictive as hell ..02:35
darkpixellol--stupid telco monopolies.  I used to work for a non-telco ISP years ago.  I loved our service.  We brought DSL into the area several months before the telco even got to it.  The best part is was over their own lines because we were a CLEC.02:38
NineTeen67CometSame same .. permissions read the same, can't write (sudo can) and it is mounted /mnt/Storage .. I've got no idea where to look next .. Might just wait until I get there in December and rebuilt the box ground up (it's an old Microtel from Wal-Marts quick attempt at a sub $200 computer that I added ram, hdd and video to)02:38
darkpixelDid you change /etc/fstab to point to the new mountpoint?02:38
NineTeen67CometYeah ..02:38
NineTeen67CometUUID=4568-C05A                            /mnt/Storage  vfat         defaults  0  002:39
NineTeen67CometEven tried /dev/sdb1 ........02:39
darkpixelSkip using the mnt directory.  Do a 'mkdir /Storage', set the permissions correctly on that folder, change fstab, 'mount /Storage', verify the permissions (fix if necessary), then reboot and see if it still works.02:40
NineTeen67CometIs it normal for the UUID to be so short? On the rest of my stuff it's always been pretty long ..02:40
darkpixelI almost never touch /mnt, so for all I know it may have some strange permissions too.02:40
NineTeen67Cometk02:40
darkpixelNo, I was wondering why it was so short...02:41
darkpixelUbuntu used to have a 'vol_id' command (or something similar) that would return the correct UUID for the partition, but it doesn't appear to be on my system.02:42
NineTeen67CometI used it a few months ago, can't remember what it is called now .. but it was pretty handy for fstab if you were going to move hdds around ..02:42
darkpixelAah--it's been replaced.  The new command is 'blkid'.  You could try 'blkid /dev/sdb1' and find the correct UUID for fstab that way.02:44
darkpixelBut using /dev/sdb1 in fstab works just as well at the moment.02:44
ruben23hi got problem i instaled ubuntu 8.04  amd64 when i update i end up file being corrupted cannot download, is the us mirror have problem on connection, with i386 its fine when i test it..02:45
qman__NineTeen67Comet, I think this is relevant, though unsolved: http://ubuntuforums.org/showthread.php?t=32452402:45
NineTeen67Cometdarkpixel: yeah spits out the same number anyhow .. no biggie ..02:45
darkpixelWeird.  I've never seen a UUID that short.02:45
NineTeen67Cometditto02:45
darkpixelruben23: Have you tried running an 'apt-get update' again (or from the GUI, clicking reload)?  It may have cached some invalid information.02:46
NineTeen67CometWe bought that HDD new about 3 years ago ..02:46
qman__coincidentally, that post is about 3 years old02:47
darkpixelNineTeen67Comet: I have no idea how bklid gets it's unique ID--that thread seems to suggest that it's something in vfat that limits the ID to 2 bytes...02:48
ruben23darkpixel:  im using CLI, im not on gui02:48
ruben23 darkpixel:  tried several times, ive restarted the server, same thig02:48
NineTeen67Cometdarkpixel: no problem I put it back to /dev/sdb1 .. still has the same issue .. Might have to bring another hdd with me, move all his stuff to it, reformat that one to something more nix friendly (like ext3) and press on ..02:49
ruben23 darkpixel:  are there option i can change my mirror, currently its us ubuntu..02:49
darkpixelruben23: What is the name of the corrupted file?02:49
NineTeen67Cometdarkpixel: I'm headed off to help the wife and kids (I've got a 6 month old (7yr old and 4yr old too) .. so I feel your pain .. take care and thanks for the time .. I appriciate it ..02:49
darkpixelNineTeen67Comet: The permissions getting reverted like that wouldn't be a problem with the drive.  Have a good night.02:50
NineTeen67Cometdarkpixel: I'll see if he's got an external I can have him hook up so I can move all his stuff off then back on after I reformat to something besides fat ..02:50
NineTeen67Cometg'night . (almost noon here)02:50
ruben23darkpixel: ill check it 2 seconds02:51
darkpixelruben23: If you edit the file /etc/apt/sources.list and change 'us.archive.ubuntu.com' to something else like 'archive.ubuntu.com', 'nz.archive.ubuntu.com', etc... and then to apt-get update, apt-get upgrade again it may fix it.02:51
darkpixelBut I'd be curious what file is actually corrupted.  It's somewhat unusual that a mirror has a corrupt file.02:52
maswanruben23: can you tell me which IP you are hitting?02:54
maswanI run the mirror that is currently hosting us.archive, and I'm very interested in tracking any errors down02:55
vraamaswan, got any stats like cacti or mrtg? for curiosity sake02:55
maswanhttp://www.acc.umu.se/technical/statistics/ftp/monitordata/02:55
mushroomblueopenNMS for the win02:55
maswanhammurabi and napoleon are the ones doing us.archive duty02:55
ruben23 darkpixel: sorry, was not able to cehck the file, but im on a remote are now..as soon as ill be in office ill message here02:56
vraathx maswan i love graphs02:56
ruben23maswan: ill also cehck on that02:56
ruben23darkpixel: but thus squid proxy contributes to the problem, i have it on my network..02:57
vraamaswan it is safe to say most recent days spike is because of 9.10 ?02:57
darkpixelruben23: You might try clearing the squid cache.  If it somehow dropped a connection mid-download, you may have an incomplete file cached.02:57
ruben23ive isolate it tried shutting down the appication and  got a reboot, but still same thing..02:58
maswanvraa: yeah, well, the first spike is that. then we took over us.archive and that's the second (sustained) spike02:58
darkpixelruben23: Alternatively, if you are able to bypass squid, that would be a good test.  I've run into this issue before.02:58
maswanruben23: An IP and URL would be very appriciated, so I can check if it is a fault on our side or if it was just a random occurance getting squid:ed02:59
ruben23darkpixel: yes shutdown the squid application si what you mean right..? done it and tried again..same error, actually it got update hit, but on the last part..the error comes up02:59
darkpixelmaswan: Love the graphs.  Am I reading it correctly that you're peaking around 530 MB/sec?02:59
ruben23 maswan:  yes ill do that...asap03:00
darkpixelruben23: After squid it shutdown try 'apt-get clean' to clear your apt cache and then try it again.03:00
maswandarkpixel: yes, we only have a 4 x gigE uplink (brezhnev is on another switch though)03:01
darkpixelmaswan: Nice bandwidth.  The largest pipe I've ever worked with was an OC303:02
maswandarkpixel: That's the computer club, work is http://stats.nordu.net/stat-q/load-map/ndgf,,traffic,peak <- those are all 10GE links03:03
darkpixelmaswan: Beautiful.  Man, I gotta move out of the US.  The lack of bandwidth is annoying.  After all the telco talk and taxes back in the 80s and 90s, I should have 10GE to my house... ;)03:05
maswandarkpixel: Well, I only have 100mbit to my house.03:06
darkpixelmaswan: Ooh--never noticed that before.  You're IPv6 enabled.03:06
darkpixelmaswan: It must be tough... ;)03:06
twbIn .au you get a maximum download cap, and a theoretical maximum speed of 22mbps, but effective only about 4mbps.03:07
darkpixeltwb: I read about that a few months back.  That seriously sucks.  At least where I am, Comcast caps home connections, but if you pay $10-$20 more per month you get an uncapped business connection.03:07
twbAnd that's in the middle of the city.  Country areas have satellite or 56kbps lines.03:08
darkpixeltwb: Can they get ISDN at least?03:08
twbDunno.  I haven't heard of ISDN being widely used in .au.03:08
twbBut then, how WOULD I hear from people in the country?03:08
darkpixeltwb: lol.  I had a friend that (until two years ago) had a box out at the road that had a WebRamp so he could shotgun two 56k modems, and there was a WAP in there that shot wifi back to his house.  He regularly used it to play Halo2 on Xbox Live.  (Every time he hosted a game, we lost because he was so laggy...)03:10
axisyswhere can I talk about uec, ubuntu enterprise cloud ?03:18
darkpixelaxisys: Probably this channel, but I won't be of any help since I haven't touched it yet.03:29
axisysanyone installed UEC? i cannot login to the webgui with admin/admin03:30
=== debio264_ is now known as debio264
axisyshmm.. it is working now03:46
axisysi guess some virtualbox glitch03:47
=== marcelcohrs is now known as cupCakeBoy
Ganymedehello, i just installed ubuntu server in a virtual machine (virtualbox) as a guest. i installed it in a super-minimal way and now i want to add an ssh server to interface with it. i tried sudo apt-get install openssh-server but it installs a whole lot of X11 things, i guess just for x11 forwarding.04:12
Ganymedecan i install an openssh server that is built without X11 so i can avoid picking up all of these X11 packages? i'd like to squeeze as much as i can out of the hard drive space and also avoid having to go through all these X11 things during updates04:13
Ganymedesomething equivalent of the nox versions of emacs04:14
snthGanymede: what X11 packages did you install with openssh-server?04:17
twbsnth: openssh-server recommends xauth, if that's any help04:18
twbAnd xauth IS just for X forwarding.04:19
twbYou'll note that while x11-common and friends are quite a lot of packages, they all up only total a few MB of space.04:19
Ganymedehmm...you're right, maybe i should looked closer04:19
twbYou can also opt out of recommendations using aptitude -R or apt-get --something04:19
Ganymedei just saw it install a whole bunch of things so i assumed it was pulling in much of Xorg with it04:19
Ganymedebut it looks like very few X11 packages actually04:20
twbX *clients* never pull in X servers04:20
twbIf they do, that's a bug and you should report it04:20
Ganymedelibx11-data, xauth, libxmuu1, libxcb1, libxau6, x11-common, libx11-6, libxext604:21
Ganymedei don't remember if libxkb-data and libxdcmp6 were there before04:22
twbShrug04:22
snthtwb: I didn't know about the -R for aptitude. This is cool. I am looking up the whole apt.conf stuff now. Thanks :)04:29
Ganymedeoh no, apt-get install recommends by default, it seems04:30
Ganymedebut i am too rebellious to accept its recommendations04:30
snthGanymede: -R tells aptitude to NOT treat recommendations as dependencies04:30
snthDo you guys know of a url listing statistics about the current linux/unix server deployments?04:31
Ganymedesnth: yes, but i've been using apt-get thus far, and i never noticed it was installed recommendations for me04:31
snthSomething like what's the precentage of the servers using Redhat vs freebsd vs ubuntu-server vs whatever.04:32
Ganymedesnth: i will be using aptitude -R in my deployment scripts from now on04:32
snthGanymede: Sometimes recommendations save you some headache :). But sure.04:32
twbGanymede: the Debian policy manual basically defines Recommends as being appropriate for an opt-out policy.04:33
falloussnth:  netcraft used to do metrics like that for webservers and browsers04:33
twbThe problem is that until very recently, apt-get treated it as opt-in, so lots of stuff that belongs in Suggests was dumped in Recommends because DDs didn't know any better.04:33
Ganymede"DDs"?04:38
twbDebian developers04:39
snthfallous: I found the numbers for linux vs microsoft vs BSD on netcraft04:39
snthI wish they would have provided a bit more detail about the distributions.04:39
Ganymedetwb: thanks for this information04:39
twbsnth: does it really matter who's using what?04:40
snthtwb: I don't care about WHO is using what. I wanted to know what is being more than what :)04:41
snths/being/being used/04:41
twbShrug04:44
falloussurprised nginx outnumbers lighttpd by so much, although I guess china telcom is distorting that quite a bit04:54
twbIt's only people running webservers anyway05:04
cupCakeBoyjo letz05:27
cupCakeBoyis how do icheck in ubuntu if curl is added to my php?05:27
cupCakeBoywithout using the phpini05:28
cupCakeBoysorry05:28
cupCakeBoyphpinfo05:28
twbcupCakeBoy: dpkg -l php5-curl05:51
cupCakeBoyaaaah05:51
cupCakeBoythank bro05:51
cupCakeBoyi love linux05:51
cupCakeBoySOOOO easy to istall packages extensions etc05:51
cupCakeBoyits a dream that came true05:51
cupCakeBoyand i never wanna wake up05:51
cupCakeBoy;)05:51
snthDo you guys know if there are any plans to support Dracut in Ubuntu?06:41
twbNever heard of it06:48
twbNor has Wikipedia.06:48
snthhttp://fedoraproject.org/wiki/Dracut06:49
snthThey have a link to the man page.06:50
twb"Unlike previous initramfs systems, Dracut aims to have as little as possible hard-coded into the initramfs."07:28
twbSounds like Fedora's playing catch-up07:29
twbUbuntu's initramfs already uses udev and is customizable by packages and by sysadmins07:29
twb"It's likely that we'll grow some hooks for running arbitrary commands in the flow of the script"07:29
twb...Ubuntu already has that.07:30
snthtwb: I honestly don't know much about that. Glad to learn though. Thanks for the info.07:30
twbIt's possible I've misunderstood, but it sure looks like they're trying to reinvent initramfs-tools07:31
twbFuck.  I just realized the bookkeeping I spent the last four hours doing has a mistake right at the start.07:32
ruben23 h how do i copy content files from my /var/www server1 to another local /var/www server2 with rsync through ssh, what command should i used..07:38
twbssh server1 rsync -a /var/www/ server2:/var/www07:50
twbAssuming you can ssh directly from server1 to server2.07:50
Zodlingis there a way to install phpmyadmin without requireing apache ? *i allredy have lighttpd setup and going*  apache didint useto be a requirement of that package :(08:15
snthZodling: phpmyadmin doesn't require apache. It only recommends it. You can use aptitude -R to ignore the recommendations.08:24
Zodlingin 9.10 if you use aptitude to install phpmyadmin it will force install apache08:25
Zodlingoh err sorry didint read it all08:25
Zodlingthanks ;)  sorry agan08:26
snth:) No problems.08:26
Zodlingdidint do the trick :(08:28
snthaptitude -R install phpmyadmin08:28
snthUse pastepin :)08:30
Zodlingkk08:30
twbIt'll only install apache if you let it pick the default choice for libapache2-mod-php5 | php5-cgi | php508:30
snths/pastepin/pastebin/08:30
Zodlinghttp://paste.ubuntu.com/306499/08:31
twbZodling: try something like aptitude install -R php5-cli phpmyadmin08:48
twbZodling: or using aptitude's GUI08:48
twbEven aptitude install -R --schedule-only phpmyadmin; aptitude --schedule-only purge ~ainstall~napache; aptitude install -R might work08:49
Zodlingno dice :(08:56
twbZodling: just use the GUI08:58
Zodlingyah giveing that a try now08:59
Zodlingi think i got it in the GUI thanks :) pity it cant be done by script so ez anymore :(09:05
snthZodling: try this. sudo aptitude install -R phpmyadmin apache2: php5-cgi09:13
snthI meant to have the colon. Try it as is.09:14
twbOf course, even if it works you'll lose, because you're doing php and mysql09:18
Zodlingo.0 why is that ? ;(09:18
snthZodling: This simply says don't install apache2 and choose php5-cgi as alternative to libapache2-mod-php509:19
snthZodling: I think that would work for your script or whatever. :) have fun.09:19
twbAh, I see I mistyped php5-cgi above09:19
snthNight guys09:20
Zodlingyah thanks ii i was asking why about the php mysql part ;)09:20
twbBecause they're software written by idiots for idiots.09:20
snthtwb: pretty big claim right there buddy. I'll keep this conversation for another night :)09:21
snthhaha . good night guys.09:21
Zodlingeah.. if you say so09:22
Zodlinglater snth09:22
maxagazi have a server powered on, but i forgot its ip address, is there a way to send a ping to every computer of my network so that it would appear with "arp -a" ?09:30
twbarp -l ?09:30
maxagaztwb, it returns nothing09:31
twbHm, maybe just "arp"09:31
twblemme find a real machine that I can test it on09:31
maxagaztwb, i meaan this syntax is invalid09:31
twbYeah, if you just run "arp" without arguments, it should emit the entire arp table09:31
twbBut I guess you realize that.09:32
twbYou could do a broadcast ping, but I dunno if that would populate the arp table.09:32
maxagaztwb, how to do a broadcast ping ?09:33
twbping -b -c 1 192.168.155.25509:33
twbIt actually seemed to work here09:33
twbWhere 192.168.155/24 is your network09:34
Fenix1difference betweem lightweight resolver and a regular one09:46
Fenix1?09:46
maxagaztwb, thanks09:47
twbFenix1: resolving what?09:57
Fenix1I mean are the terms used for each other or are they different matters all together10:00
Fenix1synonyms for each other*10:00
uvirtbotNew bug: #468197 in samba (main) "ufw blocks samba in karmic default installation" [Undecided,New] https://launchpad.net/bugs/46819710:06
DrNick_:s10:06
kblinhm? how's that a samba bug?10:07
twbFenix1: I have no idea what you're talking about.10:08
qman__it isn't, it's probably a ufw bug10:08
kblinyeah, but now I'll have another email about it10:08
twbkblin: if you can't handle useless email, get off the internet10:08
twb:-)10:08
kblintwb: it's not as if I didn't get enough real bug reports :)10:09
DrNick_erm, it sounds like it isn't a bug in either of them.  it sounds like a configuration issue to me.10:09
qman__well yeah10:09
* kblin nods10:09
qman__but the question is, which package sets that configuration10:10
twbIMO it's a *good* thing if services only bind to 127.0.0.1 by default10:10
kblinthat's a bit pointless to run samba then10:10
twbIt prevents admins from getting distracted and forgetting to tighten it10:10
twbBecause you can forget to tighten interface binding, but not forget to loosen it (because it obviously won't work)10:10
kblintwb: I don't even want to know how many bug reports we'd get then10:11
twbkblin: I have no problem with alienating users who can't read a debconf prompt10:11
qman__I'm trying to figure out how I should report this bug in VLC10:12
DrNick_kblin: yes, a little ott perhaps :p10:12
qman__not server related, it's not preventing the screen saver10:12
kblintwb: and I don't have an extra person triaging bugzilla for all these NOTABUG bug reports10:12
DrNick_i think they way things are now, that most packages come with a reasonably secure, but real-world config out the box is nice10:12
twbDrNick_: the actual problem case I have in mind is OpenSSH10:12
twbWhich allows passwords from anyone from anywhere OOTB10:13
DrNick_go too far the other way we risk becomming like OpenBSD - so paranoid *nothing* ever works without tweaking10:13
kblintwb: having that bind to 127.0.0.1 is not a good fix, though10:13
twbkblin: hand waving10:13
twbkblin: it doesn't specifically have to be done by interface binding10:14
kblintbh the better fix would be to set it to do key-based auth only per default10:14
twbThe important thing is that it services don't talk to any remote hosts until the sysadmin explicitly says "yes, these hosts should be allowed to use this service"10:14
twbkblin: yeah, that'd be a damn good start10:14
kblinof course there's a bootstrapping problem there10:14
twbkblin: or having debconf prompt for an AllowUsers10:15
kblinbecause usually I first use my password once to copy over a ssh key, and once that works, I turn off password-based auth10:15
Fenix1are the terms lightweight resolver and resolver in conjuction10:22
Fenix1used in conjuction that is10:22
qman__Fenix1, what do you mean by resolver?10:22
Fenix1DNS10:22
qman__presumably a lightweight one is smaller, faster, or uses less resources10:23
Fenix1okok10:23
kblinlike dnsmasq or the like10:23
kblini.e. not BIND10:23
s0liddiIs there any ETA on PCC 9.10 Server release?10:25
qman__what's PCC?10:26
s0liddipowerpc...10:27
qman__oh, ppc10:27
s0liddi:D10:27
s0liddidamn10:27
s0liddioh well little typo10:27
twbI thought PPC wasn't officially supported by Ubuntu10:27
qman__sorry, no idea if/when it's planned10:28
s0liddithere10:28
s0liddiis desktop and alt releases :)10:28
s0liddifrom 9.1010:28
twbs0liddi: that doesn't mean it's supported10:28
s0liddii know10:28
twbIt could just be some cowboy within canonical wanted his old macbook to work10:28
s0liddii think it'll pop out someday :)10:30
qman__well, you could always install desktop and purge ubuntu-desktop, networkmanager, etc10:30
incorrectif i upgrade my kvm server to karmic will app armour stop my vm's from running as i keep them under srv?11:23
Kartagishello11:28
KartagisI've just upgraded  to 9.10, and my mail server isn't allowing connections since then11:28
KartagisI got it, that was because my /etc/resolv.conf was pointing at the router11:31
uvirtbotNew bug: #468343 in autofs (main) "Automounted NTFS disks with Unicode in label results in invalid path after upgrading to 9.10" [Undecided,New] https://launchpad.net/bugs/46834311:32
Sorellhi all11:53
SorellI'm having an issue with getting my i.p. address static11:53
SorellI have edited the /etc/network/interfaces11:54
Sorellfil11:54
Sorellfile*11:54
Sorelland the /etc/hosts11:54
Sorellfile11:54
Sorellbut no joy :(11:54
Sorellis there anything else I need to do?11:55
incorrectSorell, what does your interfaces file look like?11:59
Sorell# This file describes the network interfaces available on your system12:00
Sorell# and how to activate them. For more information, see interfaces(5).12:00
Sorell# The loopback network interface12:00
Sorellauto lo12:00
Sorelliface lo inet loopback12:00
Sorell# The primary network interface12:00
Sorellauto eth012:00
Sorelliface eth0 inet static12:00
Sorell        address 192.168.1.812:00
Sorell        netmask 255.255.255.012:00
Sorell        network 192.168.1.012:00
Sorell        broadcast 192.168.1.25512:01
Sorell        gateway 192.168.1.112:01
incorrectdude, pastebin12:01
incorrecti bet you could well still have dhclient running12:02
bogeyd6lololol12:03
Sorellwhat is paste bin?12:03
bogeyd6comment out the auto eth012:03
bogeyd6www.pastebin.com12:03
Sorellty12:03
bogeyd6and12:03
bogeyd6http://pastebin.ubuntu.com/12:03
incorrectsigh12:03
incorrectdo i dare upgrade my kvm server to 9.1012:04
bogeyd6takes 9-10 hours right now12:04
incorrecti just upgraded 2 servers, but they are just compile nodes12:04
BaversjoI'm trying to make my server secure by only allowing administration services from localhost. I'm using a ssh tunnel to access things like phpmyadmin from other computers. If I use lynx to go to localhost directly on my server it works. If I try to use a browser through the SSH tunnel it doesn't work. I've flushed all my iptables rules. I got this working before on my old ubuntu server. Any suggestions?12:04
incorrectseems a little over kill to me12:05
bogeyd6Baversjo did you check the apache error log?12:06
Baversjonope let me try that :P12:06
bogeyd6cuz you have to use stunnel to go to port 44312:06
bogeyd6ala udo stunnel -c -d 80 -r https-for-this-eg-web-page.co.uk:44312:07
bogeyd6sudo*12:07
bogeyd6setup the ubuntu apache ssl12:07
bogeyd6bam, secure like a bank12:08
incorrecti thought he was just getting his ssh tunnel settings wrong12:08
Baversjo[Sun Nov 01 12:48:51 2009] [notice] Apache/2.2.12 (Ubuntu) PHP/5.2.10-2ubuntu612:08
Baversjo[Sun Nov 01 12:57:16 2009] [notice] caught SIGTERM, shutting down12:08
BaversjoLet me try something and get back :P12:10
bogeyd6k12:10
Sorelldo I need to uninstall dhcpd3 as well?12:24
Sorellto get the static ip working?12:25
bogeyd6Sorell did you comment out the auto line and then do a "sudo /etc/init.d/networking" restart/12:25
Sorellyes12:25
Sorellall that did was make it so that when I do an ifconfig I see nothing. :(12:26
bogeyd6just go here12:26
bogeyd6http://www.cyberciti.biz/tips/howto-ubuntu-linux-convert-dhcp-network-configuration-to-static-ip-configuration.html12:26
bogeyd6or12:27
bogeyd6http://www.ubuntugeek.com/how-to-set-a-static-ip-address-in-ubuntu-810-intrepid-ibex.html12:27
bogeyd6plus you never pastebined your config, so i dont know how you expected anyone to fix it12:27
SorellI will type it into paste bin one sec.12:29
Sorellhttp://pastebin.ubuntu.com/306647/12:35
bogeyd6k12:35
bogeyd6do you need dns servers?12:36
SorellI am using my router.12:37
Sorellas one.12:37
Sorellno12:37
bogeyd6http://pastebin.ubuntu.com/306652/12:39
Sorell:) TY12:44
bogeyd6yw12:45
uvirtbotNew bug: #468461 in mysql-dfsg-5.0 (main) "cannot install mysql-server 5.0 on Ubuntu 9.10" [Undecided,New] https://launchpad.net/bugs/46846112:51
dinger1986can anyone here help me with a small postfix problem?13:02
andol!ask | dinger198613:02
ubottudinger1986: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)13:02
dinger1986ah ok sorry13:04
dinger1986Nov  1 11:59:49 floserver postfix/smtpd[16575]: NOQUEUE: im just setting up a postfix server and i know this is very basic but i cant send from a remote machine what do i need t add the config to allow me to do that? i get reject: RCPT from host212-183-132-77.uk.access.vodafone.net[212.183.132.77]: 554 5.7.1 <daniel.lamb@dlcomputing.co.uk>: Relay access denied; from=<daniel.lamb@flonix.co.uk> to=<daniel.lamb@dlcomputing.co.uk> proto=ESMTP helo=13:04
dinger1986<Inbox>in the log file13:04
dinger1986anyone know?13:12
bogeyd6dinger are you using it as your smtp server or sending from one smtp server to another/13:20
bogeyd6the gist of it being you need to authenticate with the smtp server13:22
bogeyd6cuz its not an open relay by default13:23
bogeyd6http://www.postfix.org/SMTPD_ACCESS_README.html13:24
BaversjoI'm trying to make my server secure by only allowing administration services from localhost. I'm using a ssh tunnel to access things like phpmyadmin from other computers. If I use lynx to go to localhost directly on my server it works. If I try to use a browser through the SSH tunnel it doesn't work. I've flushed all my iptables rules (Using policy accept for input, forward and output). Getting the following TCP error when I try to connect using13:24
Baversjo mysql query browser: " No connection could be made because the target machine actively refused it" over the ssh tunnel. Getting the same TCP error when I try to connect to localhost in Firefox over the ssh tunnel. I got this working on my old ubuntu (using 9.10 now). Feels like there's something about permissions or iptables...13:24
Baversjosshd is on port 44313:29
=== AndIrc is now known as Guest5651
BaversjoNo changes in apache access.log or error.log when I try to connect.13:35
bogeyd6Baversjo did you get http working?13:37
BaversjoOk w8 I got it working now (almost).13:37
bogeyd6Baversjo http://www.stunnel.org/examples/mysql.html13:37
bogeyd6stunnel has to listen on one port and redirect to another13:38
BaversjoThe tunnel is working I'm tunneling mysql query browser.13:38
BaversjoThe only thing now, is the apache configuration. I'm not so good at that13:38
bogeyd6bah i give up you are all over the place13:38
BaversjoJust saying that I got the tunnel working ;)13:39
dinger1986bogeyd6: i am looking to use it as the main smtp server13:40
dinger1986i would be quite happy to have it as an open relay, obviously with usernames and passwords tosecure it13:41
Baversjobogeyd6: Got it working now :D Problem was that the tunnel was resolving DNS locally. Now it's resolving on the server :) When I connect to localhost I get to phpmyadmin and when I connect to my hostname outside lo I get to the regular homepage YEY :D13:47
bogeyd6dinger1986 open relay is bad, mmmmkay14:16
bogeyd6users should be set to authenticate to use SMTP14:16
dinger1986can it be authenticated by the email doman or email address which is sending?14:17
xperia2hello to all. i have just installed gallery on my ubuntu and would like to know how i can run it as a vhost ?15:13
snthxperia2: Do you mean, how to configure a virtual host in apache?15:15
xperia2snth: no. i have allready installed mutiple vhost on the server and they run just fine. now i have installed gallery with apt-get install gallery and cant acess gallery becouse of the vhost15:16
xperia2i need to setup a vhost for gallery but i dont have the folder15:17
xperia2maybe i need however a vhost for the /var/www folder only. this way it would work15:18
xperia2but i fear that it will have conflicts with the other vhost site as they are also in the /var/www folder15:19
xperia2it looks like that the ubuntu gallery package can not be runned as a vhost. could it be that true ?15:22
snthxperia2: I have never used it before, but it seems that you have vhost pointing to /var/www/albums15:32
snthxperia2: /usr/share/gallery/setup is where you set it all up I guess.15:32
xperia2yes the path for the install folder is right15:33
xperia2but i dont think /var/www/albums is the right path for the vhost15:33
xperia2as i dont have any scripts in this folder15:34
xperia2the folder /var/www/albums is empty15:34
snth/var/www/albums is created when you install this package.15:34
snthhmm15:34
xperia2yes that is right but for me this folder looks like that is only a storage folder15:34
snthxperia2: are you sure that it doesn't get populated after you run your setup?15:35
xperia2well for setup i need it to call it from the web browser if i am not wrong15:36
xperia2and exactly here maybe is the problem15:36
xperia2what i am asking me is first if i needmaybe to create a vhost with the path /usr/share/gallery/15:37
xperia2till yet however i have allways used only the folder /var/www as vhost path folder15:38
snthxperia2: what's in /etc/gallery/apache.conf?15:38
xperia2snth: hmmmm this loooks very interessting. it has even a example for vhost15:40
xperia2let me put it on pastebin15:40
xperia2http://pastebin.com/d130c105215:41
snthxperia2: Cool :) so, that's it.15:42
xperia2snth: thank you a lot. i will change now the file and restart apache !15:44
xperia2now it must work !15:44
uvirtbotNew bug: #468809 in vm-builder (universe) "Support adding custom debs" [Undecided,New] https://launchpad.net/bugs/46880915:46
uvirtbotNew bug: #468837 in dhcp3 (main) "dhcp3-server could not be installed/updated during the distribution upgrade" [Undecided,New] https://launchpad.net/bugs/46883716:01
uvirtbotNew bug: #468881 in postfix (main) "package postfix 2.6.5-3 failed to install/upgrade: " [Undecided,New] https://launchpad.net/bugs/46888116:26
cameronhi all. I've just rebooted my dev computer with ubuntu-server on it and it's trying to check my 750GB filesystem ("primary superblock features are different from backup, check forced")16:34
cameronit's been about 15 minutes and it's only gotten 20% through. I need this system up now, but can't find a way to cancel the check16:34
uvirtbotNew bug: #468928 in openldap (main) "no prompt to enter the admin passwort upon package installation" [Undecided,New] https://launchpad.net/bugs/46892816:46
darkpixelcameron: Unfortunately, you're stuck.  Your filesystem is corrupted.  Continuing to run without checking/fixing the errors could corrupt data even further.16:47
camerondarkpixel: i'm pretty sure it's from doing a fs resize. Honestly i don't care about corrupting my filesystem further.. i'm mostly trying to check if another hard drive is broken or not16:48
darkpixelcameron: I feel your pain.  I have a 2 TB RAID 6 array at home.  Checking takes the better part of an hour.  And you can't skip it.  I know it's been discussed in the past to let people skip the automatic ~32 mount check, but I'm not sure where that left off.16:49
cameroni've just had one of my machines start refusing to boot :(16:50
cameronthe hard drive isn't being detected on the BIOS, on either drive controller16:50
cameronswapped cables and all that, and i think it's broken.. annoyingly it's 1 year 2 days old16:50
crohakonhard drive = the slowest and least reliable part of a computer.16:52
crohakonthus... raid.16:52
koanhi, I installed UEC and all goes well, but when I want to install an image from the Store tab in the webinterface, I get the error message "error 28: connect() timed out!"16:55
koanis this a known issue or temporary situation?16:56
koanI can't see which server it actually tries to connect to16:57
maxagazhi17:19
maxagazamule is using many and any port, how can i set a rule in iptables to make it send its packets from a given NIC ?17:19
bdelin88I have sshd for sftp installed and I have a user/password that matches my user/password on the ubuntu server... i am guess that they are not the same because when I set priviledges as the ubuntu user I cannot see them via sftp... how do i set up sshd to match my ubuntu priviledges?17:40
qman__bdelin88, sshd uses system privileges17:51
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
bdelin88qman__: hmm18:01
bdelin88wonder why my user wasn't able to view the folder then?18:01
dinger1986can postfix be authenticated by the email domain or email address which is sending?18:36
dinger1986 18:36
ninjahI'm trying to reinstall mysql-server and mysql-client. I don't get the directory "mysql" in /etc. Why?18:46
pbbs90210I am using the runtime cd and need to figure out if ubuntu will recgonize netgear or belkin adapters without any additional modications (out of the box)18:50
ninjahI uninstaled mysql-server. When I reinstall it I don't get the /etc/mysql directory. Why?18:50
pbbs90210can I use netgear or belkin wifi adpaters with the runtime ubuntu cd?18:52
dinger1986is there anyway to allow emails sent from a specific domain to be relayed without putting in all the ip addresses?19:24
subDomains are forged easily19:25
subAre you using Exim as your MTA?19:25
dinger1986no using postfix19:25
incorrectdo i dare upgrade my kvm server to 9.10, if i upgrade will i have to modify my apparmour config to support my setup?19:26
dinger1986i have put in smtpd_recipient_restrictions = permit_mynetworks, check_relay_domains, check_sender_access hash:/etc/postfix/sender-access19:26
dinger1986 into my main.cf file but its still not working19:26
darkpixeldinger1986: If you do this based on a domain (for example: example.com), I can easily set my mail program to pretend to be 'example.com' and start spamming through your server.  There are really only two good ways to relay mail.  Either put the IP address of the mail server or machine that needs to relay, or require users to authenticate.19:40
dinger1986well they will be autheicated by a password as well19:40
darkpixelThen don't use 'check_sender_access', use 'permit_sasl_authenticated' instead.  That pretty much says "Anyone who uses a valid username/password can relay mail"19:41
dinger1986darkpixel: do you know how to tell postfix to send this way?19:41
dinger1986i tried that, it stops working19:42
darkpixeldinger1986: Do you mean you have one postfix server that needs to relay mail to another postfix server?19:42
dinger1986no i want to be able to send from my mobile phone via postfix19:43
=== Adri2000 is now known as Guest44663
=== Authority is now known as Guest70752
=== tonyyarusso is now known as Guest1320
=== Guest1320 is now known as tonyyarusso
=== Guest44663 is now known as Adri2000`
=== Adri2000` is now known as Adri2000
darkpixeldinger1986: Sorry, not sure what happened to freenode, but it kicked a lot of people.  Anyways, the easiest way to get authenticated SMTP with postfix is to also setup POP3/IMAP.  I install dovecot on my servers.  Once dovecot is installed and setup, you can point Postfix to authenticate off it's username/password list.20:00
dinger1986ok20:00
dinger1986i managed to finally get it to send from my laptop but still struggling to send from the phone but ill get it20:01
dinger1986i am getting Helo command rejected: Host not found;20:01
darkpixelIt's somewhat annoying, but Postfix doesn't support authentication out of the box, it requires you to setup another system that uses authentication and connect the two.20:01
darkpixelThat's usually something in smtpd_helo_restrictions like reject_invalid_helo_hostname20:03
darkpixelIf you have an 'smtpd_helo_rejections = ' line in your main.cf, copy and paste it in here and I can see what's blocking you.20:04
dinger1986darkpixel: i have smtpd_helo_required = yes20:11
dinger1986 20:11
dinger1986done have smtpd_helo_rejections20:12
dinger1986sorry nt done meant dont20:12
darkpixeldinger1986: That's a bit odd.  If you don't have any helo restrictions, postfix shouldn't be complaining about a host not being found...20:20
dinger1986hmmm well this is from my logs Nov  1 20:16:58 floserver postfix/smtpd[26970]: NOQUEUE: reject: RCPT from host212-183-132-19.uk.access.vodafone.net[212.183.132.19]: 453 4.7.1 <Inbox>: Helo command rejected: Host not found; from=<daniel.lamb@flonix.co.uk> to=<daniel.lamb@dlcomputing.co.uk> proto=ESMTP helo=<Inbox>20:21
darkpixelYou might try 'sudo apt-get install pastebinit && cat /etc/postfix/main.cf | pastebinit'.  That will post your main.cf file to the pastebin website and return a URL.  If you post that URL here I can take a look at the config and help you.20:22
darkpixelThat's strange that it says helo=<Inbox> unless your machine is actually named 'Inbox'20:22
dinger1986http://pastebin.com/f705028d820:25
darkpixelTwo changes:  smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, check_sender_access hash:/etc/postfix/sender-access, check_relay_domains20:26
peugiheya! can somebody help me setting up ip aliasing?20:26
darkpixelAnd delete: smtpd_sender_restrictions = reject_unknown_hostname20:26
peugiits not working, even despite it should ...20:26
peugiI need ideas to troubleshoot20:26
VertigoHello everyone.. I've been all day trying to work this out, but without success.. I installed Ubuntu Server 9.10 with egroupware. Now i'm trying to install a pear component with pear install Auth_SASL, but after when i do pear list it says not installed. Can anybody help me please?20:26
dinger1986vertigo: have you restarted apache?20:27
darkpixelVertigo: Have you done an /etc/init.d/apache2 force-reload?20:27
Vertigodinger1986 and darkpixel: i only did apache2 restart.. will try force now.20:28
darkpixeldinger1986: Beat me to it.  If you make those two changes and restart postfix, you should stop getting that error.  Also the 'relay_domains' parameter should be deleted.20:28
dinger1986what relay domains parameter?20:29
darkpixeldinger1986: http://pastebin.com/f705028d8 (line 48 in the dump you sent)20:29
darkpixeldinger1986: Sorry I can't stay and assist.  I just got word my uncle is in the hospital.  Gotta drive 2 hours to go see him.  I'll be on later tonight if you still need assistance.20:30
dinger1986aye sorry i had deleted that anyway as i thought it was wrong20:30
dinger1986ok thanks alot20:30
peugiany ideas on the ip aliasing issue? I have centos5 vmware server 1.x host with a range of ips. two ubuntu vms that work fine. I tried to add ip alias to one ubuntuntu guest, but it doesn't work20:33
peugiwhen I try to reach the ip, the host answers, instead of ubuntu guest20:33
snthpeugi: How did you add the ip alias?20:34
peugisnth: sudo ifconfig eth0:0 192.168.1.11 up20:35
peugialso in the interfaces file20:35
peugiand promptly restarted the service20:35
snthpeugi: did you add a routing rule?20:36
peugisnth: I guess not? I didn't know I had to20:36
snthcat /proc/net/aliases20:37
snthWhat's the output?20:37
peugisnth: you mean something that the ISP adds to the routers?20:37
peugisnth: or something I have to do on the centos5 host?20:38
snthpeugi: http://www.faqs.org/docs/Linux-mini/IP-Alias.html20:38
peugioooo let me try ...20:38
peugisnth: I added the routes, but still nothing20:42
peugisnth: localhost sees its own ip address, but can't access it from the outside ...20:42
snthhmm20:43
snthpastebin your config files.20:43
snth/etc/network/interfaces20:43
peugisnth: http://pastebin.com/m2cd13af120:46
peugithe two ips are on different ranges20:46
peugibut my centos5 host sees them all20:47
snthWhen you ping 124.28 does it come from centos?20:49
peugiyes20:50
peugiI mean I tried to ssh20:50
snthpeugi: is it up? what's output of ifconfig?20:50
snthpeugi: IM me.20:50
peugisnth: sent you IM20:54
Ash-FoxAh, this is really fun. I have a server that has a simple built in SSD drive and a 1TB drive connected via USB. Installing /boot to SSD and the rest of thesystem to the TB drive - I have a feeling GRUB is going to not going to be very happy as previous attempts lead to grub error 2.21:12
ikoniaAsh-Fox: that is a very simple configuration, grub will have no problem with that21:30
=== dendroba` is now known as dendro-afk
peugiI just want to let everyone know that snth is DA MAN!!!21:33
ikonia?21:34
* peugi bows to snth's l33t networking skillz :)21:34
snthpeugi: haha .. thanks.21:34
peugikids remember, *never* alias an ip twice!21:36
peugi:)21:36
=== dendro-afk is now known as dendrobates
Ash-Foxikonia, considering I'm just getting error 22 and error 2, depending on how I switch things around in the BIOS boot priority, I don't think it's so simple.21:42
snthAsh-Fox: What's your grub.conf look like?21:44
Ash-FoxI have no idea. The netboot installer doesn't seem to let me mount anything in the terminal when I Try to do things manually.21:45
ikoniaAsh-Fox: good tip is to not change the bios order, it messes grub up21:45
Ash-Foxikonia, it was messed up before changing it.21:45
ikoniaAsh-Fox: yes, but changing it is adding more complexity to it21:45
Ash-FoxI have on occasion had success with getting things to boot that way. But in this case, I think I'm just going to have to disable the built in ssd.21:46
snthAsh-Fox: when you try to boot off of the SSD, what error do you get?21:51
Ash-Foxerror 221:56
snthWhat's the file system of your /boot partition?21:57
Ash-FoxI set it to ext221:58
Ash-FoxI /think/ I know what happened, I think the system is trying to boot off the built in cardreader (which has nothing in it) on the motherboard.21:59
peugiAsh-Fox: did you try grub2? I had this old dell and switching to grub2 fixed my boot problem21:59
Ash-FoxNope, but I'm confident I'll figure this out soon enough. I just hate dealing with weird configurations like this.22:00
snthAsh-Fox: Yeah, make sure you are actually booting off of the ssd that has the boot partition. This can definitely be it.22:00
=== dendrobates is now known as dendro-afk
Ash-FoxI believe what is happening is that it is booting off the SSD, but the grub configuration is trying to read the card reader, although it's quite difficult to find out exactly what grub is doing since I can't get into it's config yet. I need to stick a live linux on a usbkey.22:03
kshbu0testing... quiet here!22:10
Ash-FoxQuite amusing, it seems to be getting the better of me. Time to try the LVM trick.22:12
peugianyone running karmic yet? is it worth doing a complete reload and setup ext4?22:31
qman__peugi, only if you need the additional performance22:33
qman__personally, I don't trust my important data to ext4 yet, maybe in a year or two22:34
qman__but it's great for non-critical filesystems22:34
Vertigo_Hello everyone. I'm having some difficulty installing pear auth_SASL in my ubuntu server.. after a pear install auth_SASL, it keep saying that it's not installed. Can anybody help me please?22:39
tonyyarussoIs there a cache of DNS information that would not be cleared by restarting BIND?  Yesterday I was having a heck of a time trying to access something, and 'dig' returned the result I wanted, but 'w3m' still went to the wrong place.22:39
qman__tonyyarusso, dig doesn't use the standard way of resolving things, but nslookup does22:40
qman__not sure exactly how it works, but I think there's a local cache22:40
tonyyarussoOh.  Didn't know dig was different.  Lovely.22:41
tonyyarussoI didn't try nslookup, so I don't have that data poitn.22:41
tonyyarusso*point22:41
peugiof course I need the ext4 performance gains ... who doesnt :)22:43
peugiand the data corruption issues ext4 had in testing phase is making me cringe :)22:44
qman__peugi, ext4 is still getting bug fixes, though they're much more minor than the data corruption problem22:47
peugiperhaps I should put my home directory on ext3 and the rest on ext4, to speed stuff up?22:48
peugiI want my firefox to open 1 second faster :)22:48
qman__peugi, then don't use firefox ;)22:49
peugihaha22:49
qman__but yeah, ext4 is fine for most things but I wouldn't keep any important data on it22:49
qman__or at least keep good backups22:49
peugiwhats a good webkit browser22:50
peugiepiphany?22:50
peugihmm, I think in 9.04 epiphany still uses gecko ...22:51
peugias a backend ...22:51
tonyyarussocorrect22:53
tonyyarusso9.10 changed it22:53
Vertigo2009Hello everyone. Can you help me understand why my ubuntu server is not installing pear auth_SASL?23:11
Vertigo2009root@neptuno:/# pear install auth_SASL23:11
Vertigo2009downloading Auth_SASL-1.0.3.tgz ...23:11
Vertigo2009Starting to download Auth_SASL-1.0.3.tgz (5,724 bytes)23:11
Vertigo2009.....done: 5,724 bytes23:11
Vertigo2009root@neptuno:/# pear list auth_SASL23:11
Vertigo2009`auth_SASL' not installed23:11
Vertigo2009root@neptuno:/#23:11
Vertigo2009Any help is very appreciated..23:11
qman__that's a neat trick23:12
qman__sorry, I can't really help23:13
Vertigo2009qman__: thanks anyway.23:13
pwnguin!info php5-sasl23:46
ubottuphp5-sasl (source: php-sasl): Cyrus SASL extension for PHP 5. In component universe, is optional. Version 0.1.0-1 (karmic), package size 9 kB, installed size 88 kB23:46

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