/srv/irclogs.ubuntu.com/2010/03/03/#ubuntu-server.txt

Saw-Yer!LAMP00:46
ubottuLAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see  https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+)00:46
=== rberger_ is now known as rberger
uvirtbotNew bug: #531076 in eucalyptus "Remove workaround in euca-describe-images that requests all images even if an image id is specified" [Undecided,Fix committed] https://launchpad.net/bugs/53107600:57
uvirtbotNew bug: #373387 in vm-builder (universe) "runs chpasswd without -m prior to jaunty" [Undecided,Triaged] https://launchpad.net/bugs/37338701:06
=== dendrobates is now known as dendro-afk
twb"Ext4 also adds support for date-created timestamps."01:18
twbSuppose I'm using ext4.  Presumably it automatically sets creation timestamps without me needing to change anything.01:18
twbIs there a way to inspect them (e.g. debugfs)?01:19
=== dendro-afk is now known as dendrobates
lfuser-687Hello02:08
lfuser-687any one?02:08
lfuser-491hhhhhhhhheeeeeelllllllllloooooooooo02:10
=== tommy_ is now known as Guest78440
uvirtbotNew bug: #531111 in euca2ools (main) "euca2ools generates an image that cannot be connected using ssh" [Undecided,New] https://launchpad.net/bugs/53111103:31
uvirtbotNew bug: #529411 in postfix (main) "package postfix 2.6.5-3 failed to install/upgrade: alamprotsess installed post-installation script tagastas l?petamisel veakoodi 75" [Undecided,New] https://launchpad.net/bugs/52941104:20
uvirtbotNew bug: #531123 in tftp-hpa (main) "pxe boot with tftpd-hpa failed with error: Forbidden Directory" [Undecided,New] https://launchpad.net/bugs/53112304:26
uvirtbotNew bug: #530555 in clamav (main) "package clamav-freshclam 0.95.3+dfsg-1ubuntu0.09.10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100" [Undecided,New] https://launchpad.net/bugs/53055504:36
pwnguinplanet or venus?06:17
twbpwnguin: you what?06:18
pwnguinive decided my front page is terrible enough that i will replace it06:18
pwnguinand im wondering whetheer anyone likes planet versus planet-venus06:18
pwnguinthe plan is to take up a bunch of RSS feeds related to me and aggregate them on my homepage06:19
pwnguincurrently im leaning towards venus to get some relevant practice with django templates06:20
twbpwnguin: is this some kind of blogospeak?06:20
pwnguintwb: its web 2.0 baby06:20
AnAntHello, I need help with LDAP setup06:20
AnAntI followed the guide on https://help.ubuntu.com/9.10/serverguide/C/openldap-server.html06:20
AnAntso, on the ldap server itself, things are working fine06:20
AnAntyet I attempted now to make another machine to access the LDAP server06:21
twbpwnguin: if it were me, I'd go with something along the lines of ikiwiki/sphinx/gitit06:21
AnAntso I installed libnss-ldap & configured ldap-auth-config06:21
AnAntthe problem is that it doesn't work, and I keep getting this in /var/log/auth.log: nss_ldap: failed to bind to LDAP server ldapi:///192.168.1.202:389: Can't contact LDAP server06:22
AnAntI can't figure out the reason, although I was able to do: telnet 192.168.1.202 38906:22
twbErm, isn't ldapi for sockets?06:22
twbUse ldaps or ldap.06:22
AnAnttwb: I tried ldap:// too, same thing06:23
twbUse ldapsearch instead of nss_ldap during testing06:23
AnAntok06:23
pwnguintwb: im not really interested in CMS for this project. it's more like, I already do things on websites with good RSS feeds so it seems possible I could snag them all for content06:23
twbSomething like this: ldapsearch -x -D cn=admin,dc=example,dc=net -H ldap://127.0.0.106:24
twbpwnguin: those aren't CMSs06:24
pwnguinikiwiki isn't a wiki?06:24
twbpwnguin: they're ways to take text and turn it into wankerriffic, but still static, HTML06:24
twbSo you don't need any of that bullshit "web app" crap06:25
pwnguinmeh06:25
pwnguinsounds great for the antisocial06:26
twbpwnguin: bingo06:26
AnAnttwb: what does -xLLL mean ?06:26
twbAnAnt: it means something like "actually work"06:26
pwnguinbut its really annoying when someone writes an ikiwiki page and leaves no decent way to contact the author06:26
twbpwnguin: that's what email is for.06:27
pwnguinassuming they publish one06:27
twbIf they don't, they're an ass.06:27
twbIt'll be in db.debian.org or keys.mit.edu or whatever anyway06:27
AnAnttwb: ldapsearch -x -b "dc=example,dc=com" works06:28
AnAntbut -D gives this:ldap_bind: Server is unwilling to perform (53) additional info: unauthenticated bind (DN with no password) disallowed06:28
twbAnAnt: OK, we need to step back a bit.06:29
twbAnAnt: do you want anonymous binds, or what?06:29
twbBinding as the privileged LDAP account over a non-SSL connection is *really* bad juju.  You're trusting root on the client machine, AND the network between them.06:30
pwnguinyou could add a startTLS option06:31
twbTrue.06:31
pwnguinif you're worried about ssl overhead06:31
AnAntI see06:31
AnAntwell, let it be anonymous then06:31
pwnguinbut you're probably only using ldap for passwording06:32
twbFor me, the overhead was "I don't want to waste time learning how to make valid certificates right now"06:32
pwnguinheh06:32
pwnguinits easy, you follow a nine step process and hand over money to thawte06:32
twbpwnguin: if you're using RFC 2307 and no ppolicy overlay, you can't use passwd to reset your password on the client machine *unless* the client's root user has privileged access to the LDAP database.06:33
twbpwnguin: I meant valid within a segregated network, not valid for Firefox users06:33
AnAnttwb: ok, on the other machine, I run: ldapsearch -x -b dc=example,dc=com -H ldap://192.168.1.202, and that works06:33
twbSSL's trust model is basically like GPGs, but with extra annoying complications I didn't want to deal with.06:34
pwnguintwb: ah. then you start your own CA06:34
twbpwnguin: right.06:34
pwnguinyou could probably do it with puppet06:34
AnAnttwb: so why is LDAP authentication working on the server but not the other machine ?06:34
twbThe network in question *was* a trusted network, with very strong physical security, so I just gave up on SSL until I get some more budget.06:34
pwnguinAnAnt: i know enough about ldap to get us all in trouble, but might there be a firewall?06:35
twbAnAnt: probably because on the server, ldap.conf and ldap.secret (the client config) have a valid, privileged bind account details.06:35
pwnguins/i know/i only know/06:36
AnAnttwb: I diffed between the ldap.conf on client and server, and only found this difference:06:36
twbI know enough about LDAP to think of NIS fondly.06:36
kaushalhi06:36
kaushalI need help on Tomcat Client Deployer. Can someone guide me please ?06:36
pwnguinthe endgame at work appears to be activedirectory =(06:36
AnAntnss_initgroups_ignoreusers avahi,avahi-autoipd,backup,bin,couchdb,daemon,ebox,games,gdm,gnats,guest,haldaemon,hplip,irc,kernoops,....06:37
twbpwnguin: acute dysentry is a whole extra layer of hurt06:37
twbAnAnt: you can ignore that06:37
pwnguinfortunately the local user group just gave a talk on tying PAM to AD06:37
AnAntso what's the problem then ?06:37
pwnguinwhich i deftly recorded06:37
twbAnAnt: I don't know.06:37
AnAnttwb: what about this -D thing ?06:38
AnAnttwb: ldapsearch -x -D "dc=example,dc=com", doesn't even work on the server, is that an issue ?06:39
twbAnAnt: -D is the account to bind as06:39
twbIt takes the ldap equivalent of "root"06:39
AnAntok06:40
uvirtbotNew bug: #531150 in php5 (main) "libapache2-mod-php5 is no longer working correctly on lucid" [Undecided,New] https://launchpad.net/bugs/53115006:41
uvirtbotNew bug: #531151 in php5 (main) "libapache2-mod-php5 is no longer working correctly on lucid (dup-of: 531150)" [Undecided,New] https://launchpad.net/bugs/53115106:41
AnAnttwb: should a DNS server be installed on the LDAP server06:41
twbAnAnt: it doesn't matter.06:41
twbAt least, it doesn't if you're using ldap://<IP> rather than ldap://<hostname>06:42
AnAntyup I am using ldap://<IP>06:42
twbThe data *in* the database, i.e. dc=example,dc=net, doesn't have any relation to your domain name, except by convention06:42
twbYou could just as easily call it dc=i,dc=like,dc=waffles06:43
twb(Note: some exceedingly stupid scripts might ASSUME that your IP domain matches the LDAP domain, and most will default to that.)06:43
AnAntsilly me !!!!!!!!!!!!06:48
AnAntldap:///192.168.1.202 !!06:48
kaushalchecking in again for my query ?06:50
persiakaushal: I answered your query in -java06:51
persiakaushal: Also, please try one place at a time.06:51
kaushalpersia: ok06:52
AnAnttwb: sorry for the bother !06:59
persiaAnAnt: This is also a support channel for server-specific stuff.  It's no bother: please ask again (and others learn from backscroll)07:00
AnAntpersia: well, the thing is that I was blind: ldap:/// instead of ldap:// !07:01
twbAnAnt: np07:01
twbIt's because ldapi:/// is the default07:01
twbthe last slash being the root directory07:01
AnAntah !07:01
hyperlinxirc://quakenet/07:56
uvirtbotNew bug: #531180 in ntp (main) "package ntp 1:4.2.4p8+dfsg-1ubuntu1 failed to install/upgrade: " [Undecided,New] https://launchpad.net/bugs/53118008:06
hinkhow do i pass each line of text out of this command to an command as an argument? find . -mmin -60 -type f -exec echo {} \;|cut -d/ -f208:08
hinkfind . -mmin -60 -type f -exec echo {} \;|cut -d/ -f208:08
hinkits late... find . -mmin -60 -type f |cut -d/ -f208:09
kaushalchecking in again for my query ?08:33
hinkfound the answer for anyone who is interested!08:37
hinkfind . -mmin -300 -type f -exec sh -c 'echo $1 |cut -d/ -f2|xargs <command>' {} {} \;08:38
acalvoit seems that the packages dovecot-postfix does not do what it claims because there is no SASL backend working for SMTP (there is no 250-AUTH PLAIN LOGIN)08:42
acalvoalthought all the config files by default seem to be right08:42
lifelessttx: ping08:59
ttxlifeless: pong08:59
lifelesseucalyptus on one machine09:00
lifelessI replied to the bug09:00
lifelessbut I thought real time might be more efficient09:00
ttxlifeless: I didn't even know that was possible, tbh :)09:00
lifelessin short, it works fine, upstream are wrong - don't understand iptables or something.09:00
ttxlifeless: interesting, maybe we should keep your bug open, just at a lesser priority (we are busy fixing the recommended use cases right now)09:01
lifelessI realise some scripts will need a little tweaking to distribute the keys properly etc in this layout, but I think its well worth the reward of making it work by default, rather than folk having to find my blog post, read my wiki edits and manually fix it up.09:01
lifelessFor my next trick I'm going to get it running on my networks DHCP & DNS server.09:02
lifelesswhich I anticipate might be a little tricky.09:02
ttxlifeless: ack, I'll un-invalidate your bug -- it's just a lesser priority for us to support that mode, so we cannot commit to fixing this for lucid09:02
lifelesssure.09:02
lifelesswishlist it09:02
ttxlifeless: ok, and thanks for your testing, btw :)09:02
lifelessde nada09:02
lifelessI needed UEC to work for me so that I could develop the hudson UEC support.09:03
lifelesswhich dx need.09:03
lifelessand as I only had the one suitable machine :- I just assumed bugs and did it.09:03
AnAntI have a question about LDAP authentication. LDAP user "joe"  logged  on machine A. After some while,  machine A got disconnected from the network, hence "joe" cannot login to A, since A cannot fetch the login info, is there a workaround this issue ?09:20
acalvowell, I was wrong. Package dovecot-postfix works and you get the AUTH LOGIN PLAIN if you use STARTTLS09:46
kaushalhi09:46
kaushalanyone using Tomcat Application Server ?09:46
kaushalAt the moment, I stop,kill tomcat and scp the war to webapps folder and start tomcat server. is there a better way to do it ?09:47
pts_Anyone who can confirm that DRBD is broken with latest Lucid update (kernel 2.6.32-15)? FATAL: Error inserting drbd (/lib/modules/2.6.32-15-server/updates/dkms/drbd.ko): Unknown symbol in module, or unknown parameter (see dmesg)09:53
uvirtbotNew bug: #531216 in mysql-dfsg-5.1 (main) "Ubuntu 9.10 Server x86_64 - mysql crashes 'ERROR: The partition with /data/mysql is too full!' but there are at least 16 GB free on each partiton (boot and data)" [Undecided,New] https://launchpad.net/bugs/53121609:56
ivokspts_: drbd needs update in lucid09:57
ivokspts_: which version are you trying to load?09:57
ivoks8.3.3?09:58
ivoks8.3.7 is on the way...09:58
pts_correct09:58
pts_Guess I should use the one in Ubuntu-HA repo09:59
ivoksbug 52459409:59
uvirtbotLaunchpad bug 524594 in drbd8 "[FFE] Please sync drbd8 from ubuntu-ha PPA - 8.3.7" [Undecided,Confirmed] https://launchpad.net/bugs/52459409:59
pts_Is the lucid packages in Ubuntu-HA the ones that will be included in the final 10.04 release?10:01
ivoksyes10:01
pts_I was wrong, I'm using 8.3.7rc2 from the ubuntu-HA10:05
pts_Was apt-cache show that fooled me10:11
pts_I've figured it out; on the ClusterStack/LucidTesting page is says to use repo deb http://ppa.launchpad.net/ubuntu-ha/ppa/ubuntu lucid main , but then changing it to deb http://ppa.launchpad.net/ubuntu-ha/lucid-cluster/ubuntu lucid main I got an update and everything is working again. Should the wiki be updated?10:24
vmlintuAnAnt: sssd or pam_ccreds might do what you want10:45
AnAntvmlintu: what are those ?10:45
vmlintuAnAnt: pam/nss components that store user information locally so that you can still login even if connection to authentication server is broken10:46
=== TREllis_ is now known as TREllis
hemanth_how can i automate server to shutdown and startup everyday at a particular time i tired corn job with ACPI Wakeup is not happening11:49
alvinhemanth_: I think you needs BIOS support for that kind of thing. It will not work with cron, except for the shutdown.11:59
alvinhemanth_: You can also try WOL11:59
hemanth_alvin, bios has that feature11:59
hemanth_okies12:00
hemanth_seeing WOL12:00
alvinhemanth_: Then you need to set up the wakeup time in your BIOS. For WOL, you need a server to send the magic packet12:00
hemanth_alvin, any wiki on the same? or any tool ?12:01
alvinhemanth_: No idea. It's manufacturer related. The best place to look is in your server's manual12:01
hemanth_alvin, you mean serverguide.pdf?12:02
alvinNo, the manual of your server/motherboard12:02
hemanth_alvin, ok :)12:03
hemanth_the issue is this manually i set the alarm it works, but not via cron!12:03
hemanth_if i place the commands in /etc/rc.local will it do the required?12:06
alvinhemanth_: No. Cron can't start jobs if the computer is not powered no12:07
hemanth_alvin, http://pastie.org/private/zjfjevg29vfniaiqdyfarq is what i have done as of now12:07
alvinAh, I see what you're trying to do12:11
hemanth_:)12:11
alvinI have no experience with resuming from S3 or S5, but the shutdown command will shut you down completely (S6 I believe). So, no, this isn't working12:11
alvinYou have to put the computer to sleep or soft off instead (I don't know how from the command line)12:12
hemanth_but manually it does, so if i put the script in startup?12:12
hemanth_manually i set the alarm and then did a shutdown after the given time it started12:12
Omahnecho 4 > /proc/acpi/sleep12:13
OmahnIs how I've done it in the past.12:13
OmahnNot sure if it still works or not.12:13
hemanth_Omahn, 4 as in?12:13
Omahnkirkland will almost certainly know the answer as he's written that tool (name escapes me) that adds power management to servers.12:13
Omahnhemanth_: State 4, suspend to disk I think12:14
hemanth_o kool, is he around?12:14
alvinhemanth_: Maybe this Mythbuntu article will be of some use for you: http://www.mythtv.org/wiki/ACPI_Wakeup12:14
hemanth_alvin, i did my script seeing the same!12:14
Omahnhemanth_: http://acpi.sourceforge.net/documentation/sleep.html12:15
alvinCertainly looks interesting. I think I'll mess a bit with my atom servers at home this weekend.12:15
hemanth_ try automate few server12:16
hemanth_*trying to12:16
hemanth_Omahn, sleep is better than shutdown and power on u suggest ?12:17
hemanth_Omahn, S5 - "Soft Off"?12:18
Omahnhemanth_: Err, depends on your requirements. I personally wouldn't do either, but then we're a big enterprise shop.12:18
hemanth_Omahn, i have collected a stat on the same, shall i send it over a PM?12:19
Omahnhemanth_: Errm, you've lost me. What are you truing to do?12:20
Omahn*trying12:20
hemanth_Omahn, automate server to shutdown and start @ a particular time each day12:21
Omahnhemanth_: Ok, in that case you will need either 1) Wake up time support in your systems BIOS or 2) Another machine on the network to send a magic packet, or wake on lan packet, to wake the machine back up. Do you have either of them?12:22
hemanth_Omahn, yes i have first one, second one is not hard to configure i guess12:23
Omahnhemanth_: In that case I would go with the BIOS wake up time option and just put a cron job entry in as root to do '/sbin/init 0' at whatever time you wish the machine to shutdown.12:24
hemanth_Omahn,  http://pastie.org/private/zjfjevg29vfniaiqdyfarq is what i have done as of now, i have placed the same in cron.daily12:25
hemanth_but  nothing is  happening12:25
Omahnhemanth_: I would put those commands in the root crontab instead of your users, unless you have also updated sudoers those lines will require manual intervention in order to work as they will be requiring password entry.12:27
AnAntvmlintu: so I should add something to /etc/pam.d/* ?12:28
hemanth_Omahn, o! ok will put them in roots cron :)12:28
Omahnhemanth_: Cool. Hopefully that will sort it out.12:28
vmlintuAnAnt: which ubuntu version are you using?12:29
hemanth_Omahn,  there are in the root cron also! cos the user was under sudoers12:29
AnAntvmlintu: 9.10 (karmic)12:29
hemanth_Omahn, have just removed all the sudo, lets see12:31
hemanth_Omahn, if it works the machine must go down in 4 mins12:31
Omahnhemanth_: Hmm, in that case sudo shouldn't have prevented it from working.12:31
Omahnhemanth_: So it's the shutdown that isn't working?12:31
vmlintuAnAnt: for pam-ccreds there's an how-to here: https://help.ubuntu.com/community/PamCcredsHowto12:32
Omahnhemanth_: BTW - Is that your actual crontab? It doesn't have any times listed.12:32
vmlintuAnAnt: I haven't tried that with karmic myself, though12:33
AnAntvmlintu: thanks12:33
vmlintuAnAnt: for sssd you can install the sssd package from the repo, but I've used only the lucid version of it12:33
Omahnhemanth_: If you have those commands in cron.daily then they will only be executed once per day. So the shutdown may not take affect until tomorrow when the crontab has been run.12:33
hemanth_Omahn, yes, i have placed it in cron.daily, should i specify the time explicitly ?12:33
Omahnhemanth_: Yes, and in roots crontab, not cron.daily12:34
Omahnhemanth_: https://help.ubuntu.com/community/CronHowto12:34
vmlintuAnAnt: sssd documents are here: https://fedorahosted.org/sssd/wiki/HOWTO_Configure_1_0_212:34
hemanth_Omahn, i did service restart cron12:34
vmlintuAnAnt: I'm in the process of writing in my blog about sssd with lucid, but it isn't ready yet12:34
Omahnhemanth_: On my system, cron.daily will only be read according to this:12:34
Omahn25 6    * * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )12:34
OmahnSo at 06:25, not on restart of cron.12:35
Omahnhemanth_: Check out that wiki page, it's got a decent amount of info on it.12:35
Omahnhemanth_: I'm signing off for 30 mins or so now, but I'll be back later.12:35
hemanth_Omahn, had read that, have opened it again12:35
hemanth_Omahn, okies see you tomo then :)12:35
hemanth_Omahn, thanks for the inputs12:36
zulmorning12:38
zulmdeslaur: ping how did you regenerate the cert for the mysql testsuite?12:49
mdeslaurzul: I finally decided to use the upstream cert, I dropped my own test cert12:50
zulmdeslaur: how did you do that then?12:51
mdeslaurzul: http://bugs.mysql.com/bug.php?id=5064212:53
mdeslaurzul: I have a patch that updates the certs in the mysql package12:53
zulmdeslaur: ahhhh12:54
zuli might as well go fix the package in universe12:54
mdeslaurzul: oh, yeah, I wanted to do that, but for some reason couldn't get it to compile...but I haven't tried since12:54
zulmdeslaur: k ill have a look at it12:54
mdeslaurzul: oh! you did php-imap, sweet :)13:01
zulmdeslaur: yep and mcrypt and interbase....ive been a busy boy ;)13:02
mdeslaurhehe13:04
Italian_PlumberIf I had a choice, which is better, having a Windows server reading/writing ext3  filesystems, or having an Ubuntu server reading/writing ntfs/fat32 filesystems?13:19
jpdsItalian_Plumber: I would say the latter.13:24
uvirtbotNew bug: #530550 in vm-builder (universe) "ubuntu-vm-builder crashed with libvirtError in defineXML()" [Undecided,New] https://launchpad.net/bugs/53055013:37
zulsoren: ping the server-regression-test is taking whatever is in the archive right?13:41
sorenzul: Yes.13:43
zulsoren: sweet...im testing a fix for the ssl tests13:43
sorenzul: mdeslaur said he had a patch for it.13:44
zulsoren: yeah but he didnt apply it to mysql 5.013:44
sorenzul: Right.13:44
zulsoren: im doing a local build before I upload it13:44
Jeeves_Is there known breakage in Lucid with open-iscsi?13:50
Jeeves_I get the following message:13:51
Jeeves_iscsiadm: initiator reported error (5 - encountered iSCSI login failure)13:51
Jeeves_And see no traffic towards the target13:51
ttxsommer: around ?13:51
ttxsoren: would you take papercut bug 460398 ?13:52
uvirtbotLaunchpad bug 460398 in server-papercuts "/etc/timezone is not set correctly" [Medium,Confirmed] https://launchpad.net/bugs/46039813:52
ttxor are you already overwhelmed ?13:52
ttxit's a vmbuidler bug, supposedly13:53
ttxnot sure how much it still applies to the new release13:53
sorenttx: I'm surprised it wasn't in my last release. I certainly looked at the code and fixed it up, but apparntly didn't merge it back in.13:53
sommerttx: a little bit13:53
sorenttx: I'm happy to accept it as a papercut.13:53
ttxsommer: was wondering about https://bugs.launchpad.net/server-papercuts/+bug/21191513:54
uvirtbotLaunchpad bug 211915 in amavisd-new "Insecure dependency when using sql for Log Reporting" [Undecided,Confirmed]13:54
ttxsommer: should it be made a doc papercut, and if so, would you accept to be assigned to it ?13:54
ttxsoren: deal13:55
sommerttx: sure sounds good to me13:55
ttxok, deal13:55
OmahnAnyone tried an 8.04 to 10.04 upgrade recently? All my upgrades have been failing for a few days now.13:55
OmahnDue to this: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/53063213:55
uvirtbotLaunchpad bug 530632 in initramfs-tools "Upgrading from 8.04 to 10.04 fails on update-initramfs" [Undecided,New]13:55
ttxOmahn: not recently13:55
OmahnI wasn't sure if it was something specific to our environment so this morning I spun up 8.04 with testdrive and did a default install followed by 'do-release-upgrade -d' and it fails.13:56
sorenttx: Thanks for the poke. I'll target the 0.12.3 milestone for right before beta-1 freeze.13:57
ttxOmahn: could you make sure mvo is aware of it ?13:57
Omahnttx: What's the best way of contacting mvo?13:58
ttx(on #ubuntu-devel)13:58
Omahnta.13:58
ttxOmahn: thank you !13:58
kirkland`Omahn: powernap / powerwake13:59
Omahnkirkland`: That's the one :-)13:59
OmahnThe user in question has disappeared now unfortunately. Hopefully (s)he will work it out.14:00
Jeeves_Nobody here with issues in Lucid with iscsi?14:08
zuli dont run iscsi so I cant coment about it, but you might want to raise a bug report in launchpad14:09
cbrownewhere should I ask hardware questions? (I know it's sort of a meta question, but I didn't want to just launch right into it only to be told "wrong room", y'know?)14:10
=== kirkland` is now known as kirkland
smoserkirkland, ping14:15
smoser2 euca questions for you14:15
kirklandsmoser: hit me14:16
smosera.) how should i do an install now14:16
smoserb.) in my 2 machine system, is it easy to --purge and install ? the install from usb key is a PITA14:16
kirklandsmoser: been a while since i tested package-based install, but theoretically it should work; and we need bugs filed if it doesn't work14:17
kirklandsmoser: https://help.ubuntu.com/community/UEC/PackageInstall14:17
kirklandsmoser: i did some work on purge earlier this cycle, around a214:18
kirklandsmoser: it was clean and working when i last left it14:18
smoserkirkland, ok. i might give that a run later today14:19
=== dendrobates is now known as dendro-afk
pmatulisJeeves_: what iscsi issue are you referring to?14:23
Omahnpmatulis: No need to respond to my last comment on that support case, mvo has picked up the bug report on launchpad14:43
pmatulisOmahn: roger14:47
pmatulisOmahn: i'm currently attempting an lts upgrade14:47
pmatulisOmahn: it worked14:48
Omahnpmatulis: From 8.04 to 10.04?14:49
pmatulisOmahn: yes, but interestingly, i used a minimal hardy install via vmbuilder14:50
Omahnpmatulis: Ah, I've not tried it with vmbuilder. I'll give that a go now.14:50
pmatulisOmahn: ok, and i'll update the bug14:50
Omahnpmatulis: ta14:50
pmatulisnijaba: vmbuilder wiki updated14:52
nijabapmatulis: \o/14:52
pmatulisnijaba: what is the story/policy behind duplicating docs in server guide and on h.u.c?14:56
nijabapmatulis: no policy.  Doc teams decides what fits best, eventually discuss it with us14:56
nijabapmatulis: doc team for server generally == sommer14:57
pmatulisnijaba: ok, but it's hard to keep same/similar docs in sync i imagine. like the recent vmbuilder page14:58
nijabapmatulis: lots of work, indeed14:58
StrangeCharmwhat's the right support channel for the apache webserver?14:59
nijabaStrangeCharm: if it is on Ubuntu, feel free to ask your question here15:01
StrangeCharmhow do i add subdomains to my server?15:02
nijabaStrangeCharm: their is a section on this on https://help.ubuntu.com/9.10/serverguide/C/httpd.html15:04
ballWhat is replacing drbd?15:05
StrangeCharmthanks nijaba15:05
nijababall: why do you want to replace it?15:05
ivoksreplacing drbd?15:05
ballnijaba: I don't, especially.  Thought I read on the mailing list that it was being superceded by something else.15:06
nijababall: no, it is removed from the kernel an is a dkms package now15:06
ivoksno :)15:06
ivoksand will be back in the kernel soon :D15:06
nijabaivoks: thanks mainstream ;)15:06
ivokscause drbd is becoming standard part of kernel15:06
ballAh, okay.  That's good to know.15:07
ballI need to find out more about that.15:07
zulivoks: you might want to poke the release team wth respect to drbd though if you havent yet15:07
ivokszul: i'm tired of poking :)15:07
ball...starting to wish the servers had 10gbit network ports handy.15:07
ivokszul: i'll create my own 'super cluster extension for ubuntu' product15:07
ivokszul: and sell it for millions :)15:07
zulivoks: heh clububuntu?15:07
ivokshehe15:08
ballivoks: I only want to cluster two machines ;-)15:08
ivoksball: that will be only two millions :D15:08
ballWe're a non-profit, so that's not going to happen.15:08
ivokshehe15:08
RoAkSoAxlol15:09
ballI need some way to mirror a filesystem across two servers.15:09
ball(for redundancy)15:09
ivoksuse drbd15:09
ivoksthere's a nice howto for lucid15:09
ballivoks: thanks.15:09
ivokshttps://wiki.ubuntu.com/ClusterStack/LucidTesting#Pacemaker,%20drbd8%20and%20OCFS2%20or%20GFS215:09
ball...may have to hire a consultant to do that.15:12
ball...or something.15:12
ivoks? it's a copy-paste tutorial :)15:12
StrangeCharmhow do i make a new database on the default LAMP install?15:13
ballHmm... okay.15:13
=== dendro-afk is now known as dendrobates
Omahnpmatulis: Upgrade works for me too in a VM created with vmbuilder.15:25
pmatulisOmahn: ok15:26
Davieyball: if you draw your full requirements out; you may find that you don't need filesystem replication15:36
ballDaviey: I'm not sure what else to do.15:42
ballDaviey: We want to run two servers side by side and when one fails, the other picks up the load.  Does that sound practical with Ubuntu Server?15:43
Davieyball: make a list of the services and media that need replication :)15:43
Davieyball: yep15:43
ballDaviey: the servers will be running a desktop and a few apps: OpenOffice.org, SeaMonkey, the GIMP etc.15:44
ball(for a few "thin client" graphical terminals)15:44
ShadeShey15:45
ballI need people to see the same filespace regardless of which host they get connected to.15:45
ShadeSmy system keeps hanging after i select install15:45
ShadeS550mhz not going to cut it?15:45
ballShadeS: it's probably not because of your CPU15:45
Davieyball: it is sounding like drbd is well suited.15:45
ShadeSyeah15:45
ballDaviey: thanks.15:45
ShadeSI don't think it's the cpu either15:45
ShadeSis there a slowseek option for the cdrom?15:46
Omahnpmatulis: Was your build 32bit?15:46
pmatulisOmahn: no15:46
alvinball: I think the latest LTSP has clustering capabilities, but I haven't tried it yet15:46
ballalvin: I've heard rumours of those too.15:46
ballalvin: Not sure whether or not to trust that though.15:47
alvinball: No idea. On day, I'll try it in a virtual machine15:47
ballbrb, phone15:48
ShadeSanyone?15:53
ballShadeS: does it just hang?15:53
ShadeSi see a flashing _15:53
ShadeSno keyboard response15:53
ballShadeS: how long have you left it?15:53
ShadeSmore than reasonably long15:53
ballShadeS: Have you tried booting with ACPI disabled?15:54
ballShadeS: How much RAM do you have btw?15:55
ShadeS393216k15:55
ballShadeS: That's tight, but should enable you to boot at least (I've done it on a 256 Mbyte machine)15:56
ShadeSit's just going to bea fileserver15:57
ShadeSi don't need x on it15:57
ShadeSok15:59
ShadeSwell i tried noacpi15:59
ballShadeS: I usually give my fileservers 2Gbytes RAM15:59
ShadeSi'll flip all those options on15:59
ShadeSpardon me, I don't shit gold bricks ;p15:59
ShadeSi wish i could drp that in here16:01
ShadeSbut ic an't ;(16:01
ShadeSi'm going out for a smoke, if it doesn't oad by the time i'm back i'll consider it hung16:02
piotrekmhello16:04
LimCorehi, my LAMP crashes sometimes recently. Nothing in logs.. where one could start debugging?16:09
LimCorehttps://bugs.launchpad.net/ubuntu/+source/apache2/+bug/53144116:10
uvirtbotLaunchpad bug 531441 in apache2 "[karmic] Apache crashes" [Undecided,New]16:10
ShadeSstill hanging16:16
piotrekmanybody knows any example of tc script /tcng file that would limit outgoing traffic on certain ports?16:17
uvirtbotNew bug: #531441 in apache2 (main) "[karmic] Apache crashes" [Undecided,New] https://launchpad.net/bugs/53144116:19
[DS]Hello, I am going to install Ubuntu Server for 1st time ever. I have a mobile broadband connection and need to know how to connect it  through CLI.16:19
ShadeSyeah16:19
ShadeSnumlock/caps are nonresponsive immediatly after i choose to install16:19
mathiazkees: hi - so what should be done for bug 523354?16:19
uvirtbotLaunchpad bug 523354 in libpam-ccreds "[MIR] libpam-ccreds" [Wishlist,Incomplete] https://launchpad.net/bugs/52335416:19
mathiazkees: it seems that this is too late for lucid as adding pam-auth-update would be a new FF16:20
ShadeSAny ideass?16:22
StrangeCharmcan i use a wildcard in a cname or dname dns record? for instance on the dns for foo.tld "* 10800 IN DNAME bar.com."16:24
GhostFreemanStupid question, but how can I set up user directories for apache2?16:39
maxagaz_hi16:39
LimCoreGhostFreeman: in /etc/apache2/hosts-allowed16:40
maxagaz_i have just installed squid, is there a way to forward all the coming traffic (from any interface)16:40
maxagaz_to squid16:40
LimCoreGhostFreeman: look @ example there16:40
GhostFreemanthanks LimCore16:40
maxagaz_in order to follow it with squidview16:40
StrangeCharmwhat's the best way to make an ssl certificate for my domain?16:41
maxagaz_with some iptable...16:41
GhostFreemanLimCore: I'm not seeing a file or directory here called hosts-allowed16:41
uvirtbotNew bug: #531453 in euca2ools "euca-describe-instances shows state "running ", not "running"" [Undecided,New] https://launchpad.net/bugs/53145316:42
uvirtbotNew bug: #531455 in qemu-kvm (main) "daily server ISO install fails with a kernel OOPS in KVM" [Undecided,New] https://launchpad.net/bugs/53145516:42
qman__maxagaz, http://www.ubuntugeek.com/how-to-setup-transparent-squid-proxy-server-in-ubuntu.html16:42
qman__maxagaz_, ^16:42
LimCoreerm16:45
LimCore /etc/apache2/sites-available/16:45
LimCore and sites-enabled16:45
LimCorewell they are symlinks to the later16:45
LimCoreGhostFreeman:16:45
GhostFreemanYes16:46
GhostFreemanthanks again Limcore16:46
uvirtbotNew bug: #531454 in samba (main) "FFE for samba 3.4.6" [High,New] https://launchpad.net/bugs/53145416:46
mathiazzul: bug 74647 -> Should the bug be marked Fixed Released?16:49
uvirtbotLaunchpad bug 74647 in php5 "php5-gd not using bundled GD library" [Undecided,Confirmed] https://launchpad.net/bugs/7464716:49
zuluvirtbot: it should16:49
uvirtbotzul: Error: "it" is not a valid command.16:50
zulmathiaz: it should16:50
mathiazzul: is it part of the changelog?16:50
zulmathiaz: no it isnt, i was made aware after the fact16:50
StrangeCharmi'm trying to add a vserver to my site, which runs on ubuntu 9.10. i've added a new file to /etc/apache2/sites-available, run a2ensite on it, and /etc/init.d/apache2 restart. however, going to subdomain.mydomain.tld gives me an error - cannot find server. the a record for mydomain.tld points to the server's IP, and going to mydomain.tld gives me the main server. what am i doing wrong / should I be doing?16:51
pmatulisre dovecot, anyone using the 'auth_worker_max_request_count' parameter?  server is throwing an error when i use it16:51
AnAnt_sorry, I got disconnected16:53
AnAnt_I installed & setup libpam-ccreds as mentioned in https://help.ubuntu.com/community/PamCcredsHowto. So when the machine is disconnected from the network, sudo getent passwd does show LDAP users (which are cached by pam-ccreds), yet I cannot login as an LDAP user, and I get this error: User not known to the underlying authentication16:53
AnAnt_what is causing this ? I am using karmic (9.10)16:53
=== AnAnt_ is now known as AnAnt
maxagaz_qman__, squid works fine when I'm configure my browser to use it, but not if I set iptables to force all the traffic: iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 312817:15
maxagaz_I don't understand why17:15
maxagaz_Does someone have the answer ?17:15
=== nxvl_ is now known as nxvl
cyphermoxmaxagaz_, my understanding is that while it's essentially an HTTP request, there is some additional stuff that happens when a browser speaks to a proxy, so you'd still need to set your browser to be using a proxy, even if with these iptables settings you could point it to port 80.17:32
maxagaz_cyphermox, okay but that's exactly what I don't want17:33
cyphermoxmaxagaz_, you want to be able to use the internet through a proxy without having to set proxy settings, right?17:35
mathiazcjwatson: hi - does the d-i support static route in preseed? Or should I use a late_command to setup static routes?17:36
maxagaz_cyphermox, yes, without having to set the proxy on every bowser17:37
cyphermoxmaxagaz_, as I look at your iptables rule though  I can't see how the traffic gets redirected to the proxy *server* although it should get sent to the right port17:37
cjwatsonmathiaz: you can use static network configuration and preseed a default gateway and such, but use a late_command for more complicated cases of static routes17:41
mathiazcjwatson: great - thanks17:41
cyphermoxmaxagaz_, shouldn't the iptables rule be -t nat  -A PREROUTING -p tcp --dport 80 -j DNAT --to ip.of.squid.server:3128 instead?17:43
jeeves_Mosscan anyone forward a good howto for setting up virtualmin e-mail?  I've got my domains moved over to Virtualmin, but I can't get the e-mail server to work17:43
maxagaz_cyphermox, it doesn't work better17:45
maxagaz_cyphermox, perhaps something is wrong in my squid's conf17:46
jeeves_Mosscan anyone forward a good howto for setting up virtualmin e-mail?  I've got my domains moved over to Virtualmin, but I can't get the e-mail server to work17:48
piotrekmwhen i configure traffic shaping with htb.init, i can't get a second connection on a port, why is it so?17:57
AnAntvmlintu: can you help with my problem ?18:06
=== LimCore is now known as bender_pharaoh
=== bender_pharaoh is now known as limcore
keesmathiaz: right, adding the pam-auth-update would require a FFe, but it is an isolated change, so I'm pretty sure it would be accepted.18:29
jeeves_Mosshow can I totally purge postfix out of my system?  the package is broken, and I can't use apt or even manually delete it!!18:58
mathiazkirkland: hi19:02
mathiazkirkland: can the VNET_PRIVINTERFACE setting be preseeded?19:02
kirklandmathiaz: hi, not that i know of19:03
kirklandmathiaz: i've never tried19:03
mathiazkirkland: ok - thanks19:03
kirklandmathiaz: i'm checking the code for you now19:03
kirkland        db_get eucalyptus/private-interface19:04
kirkland        private_interface="$RET"19:04
kirkland        set_conf_var VNET_PRIVINTERFACE "$private_interface" || true19:04
mathiazkirkland: awesome thanks19:04
kirklandmathiaz: hmm, well it's at least debconfified19:05
kirklandmathiaz: there might need to be 2-3 lines needed to get preseed to work19:05
mathiazkirkland: hmm... seems like the code will be called only if there are at least 2 interfaces19:06
kirklandmathiaz: hmm, really?19:07
lamontjeeves_Moss: "broken" how?19:07
mathiazkirkland: eucalyptus-udeb.postinst19:07
kirklandmathiaz: yop19:07
mathiazkirkland: in my use case, there will be only one interface at install time19:07
kirklandmathiaz: looks to me like it's called on a cluster install19:08
mathiazkirkland: right - but db_get eucalyptus/private-interface is only called if there are more than two interfaces19:08
mathiazkirkland: my use case is a CC install with only one interface, but on reboot there will a second one coming up (a vlan interface)19:08
mathiazkirkland: I want to set the private interface to be the vlan one19:09
kirklandmathiaz: right19:09
mathiazkirkland: I can always overwrite eucalyptus.conf as a late_command in the preseed19:10
jeeves_Mosslamont, one sec, I'll pastbin it19:10
jeeves_Mosslamont, http://pastebin.ca/182164119:12
Italian_Plumbercan anyone suggest somewhere I might get more targeted exposure for this question? http://ubuntuforums.org/showthread.php?t=141089119:12
lamontjeeves_Moss: what on earth have you done?  that looks like you've manually removed files from the system?19:14
lamontwhat does this do for us:  dpkg --purge --force-depends postfix19:14
lamontthe assumption being that you either don't care about any config files, or have a way to recover them19:15
jeeves_Mosslamont, this is a box that I inheraerated from another junior sys admin.  was working on.  and apparently, in some "brain wave", he tried to compile from source (not using the package manager), and then once that failed, he tried from the package manager, and when that failed, I got called19:15
jeeves_Mosslamont, thanks.  it looks like it killed the error.19:16
lamontheh.19:18
lamontif you remove files from the system dpkg assumes you want them to stay gone...19:19
mathiazcjwatson: is there a limit to the lenght of the early_command string?19:20
sherrItalian_Plumber: I wuld (as was said) try a new SATA cable. If that doesn't help, another SATA card (I think they are very cheap).19:22
sherr*would19:22
sherrCheap SATA - I mean the "StarTech" models ...19:23
Italian_PlumberI should modify the post to mention that I ahve tried another SATA cable.19:34
Italian_PlumberI've seen in several places that it's hard to find a "good" SATA cable -- any creedence to that?19:35
Italian_PlumberIs there any thing specific I should look for in a new card?19:36
=== luis__lopez is now known as luis_lopez
uvirtbotNew bug: #531555 in php5 (main) "php5-cli isn't compiled with SQLite support" [Undecided,New] https://launchpad.net/bugs/53155519:45
sherrItalian_Plumber: I think I have a StarTech PCI in a server I have. Adding 2 internal SATA to an old machine for RAID1. It works fine - and was only £8 or something ($10 or so). Try another one perhaps?19:49
Italian_Plumberanother of the same model?19:50
Italian_Plumberyou don't see errors like this in your syslog?19:50
sherrNo. It isn't a "quality" card - I don't know the model but lspci says "ALi M5281"19:54
sherrThe server is not "critical" though - just a bit of backup (+Jabber)19:54
Italian_Plumberwell I don't keep critical data on this drive either.19:54
Italian_Plumbersomething like this/ http://tinyurl.com/yfwrwwz19:59
Italian_Plumber?19:59
eekeekI have a basic Xubuntu 9.10 server. I want to achieve case insensitive urls. I have mod_rewrite installed and working with a .htaccess file inside the /www folder. But I do not know how to configure the correct apache file. Can someone suggest a good step-by-step tutorial?20:00
cjwatsonmathiaz: it's passed to sh -c, so I think that would be the only limit; brief experimentation suggests that the limit is on the order of 128KB20:00
sherrsherr: Looks OK (I have URL shorteners). I wanted mostly SATA ports inside, didn't care about "RAID capability" expense, I ma using MD RAID.20:01
hggdhwho usually deals with libc/locale bugs?20:04
zulkirkland: which git branch should i be pulling from for the daily-vccs spec?20:15
zulhggdh: someone on the foundations team20:16
kirklandzul: for what? qemu-kvm?20:16
zulkirkland: yep20:16
kirklandzul: well, there's two of interest ...20:16
kirklandgit clone git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git20:16
kirklandgit clone git://git.savannah.nongnu.org/qemu.git20:17
kirklandzul: one is kvm, and the other is qemu20:17
kirklandzul: the first is "more important" to us20:17
zulerm ok20:17
Italian_Plumberis there a command-line utility that can make an ISO from a CD/DVD?20:22
smoserItalian_Plumber, readom20:25
uvirtbotNew bug: #531571 in eucalyptus "Metadata service not documented" [Undecided,New] https://launchpad.net/bugs/53157120:26
Italian_Plumbersmoser: Thanks!  I knew it had to be easy20:29
jeeves__how can I get my virtualmin install to config my e-mail servers corectly?  I have Dovecot and Postfix, and I can't get the servers to set up properly for ANY e-mail boxes (the servers are running, but I can't log in)20:37
MTecknologywhat's the default mail client to queue email for sendmail?20:44
MTecknologyfor /usr/bin/mail20:44
Stargazeusing dynDNS, how can I reach the URL associated to the IP address?20:45
jeeves__Stargaze, what are you trying to do?20:46
Stargazedisplay index.html in /var/www20:47
Stargazeover the internet, not LAN20:47
jeeves__how is your network setup?  are you behind a router?20:48
Stargazeyes20:48
StargazeI think the issue is port forwarding20:49
jeeves__port 80 forwarded to the box?20:49
jeeves__www.portforwarding.com20:49
Stargazeit says: trigger port 80 - public port 80, both tcp20:50
jeeves__first off, see if you can hit the box internally on port 9020:50
jeeves__*8020:50
Stargaze*80?20:50
Stargazeah on port 8020:50
jeeves__just use "http://<box's internal IP>"20:50
jeeves__do you see the web page you have hosted in /var/www ?20:51
Stargazeok20:51
Stargazemoment20:51
Stargazeyes20:52
jeeves__ok, if you can see the webpage internally, give me the dDNS name and I'll look from here20:53
DeepsHi, I had a question regarding security of using samba over unsecured wan links20:53
Stargazeit's gbachot.homelinux.com20:53
Deepsie, how (in)secure is it connecting to a samba server from a windows host?20:53
jeeves__Stargaze, one sec.20:54
jeeves__Stargaze, can you check your IP @ www.whatismyip.com please20:55
Stargazeisn't that potentially dangerous?20:56
jeeves__Stargaze, I want to see what the ddns is resolving to20:56
Stargazeok moment20:57
jeeves__Stargaze, if you ping gbachot.homelinux.com, you'll get the IP.  I just want to make sure that the dDNS name resolves to your IP.  if it does, and you can hit the box internally, then you've got a problem with your router mappings20:57
Stargazeits 81.247.191.17820:58
jeeves__Stargaze, ok, same here.20:58
jeeves__Stargaze, one sec.  I'll port scan you to see what's open20:58
Stargazewhat do you see?20:58
Stargazetnx20:58
jeeves__Stargaze, you'll see a bit of data on your end20:58
Stargazewhere?20:59
jeeves__Stargaze, on your WAN20:59
jeeves__Stargaze, you're in holland, right?21:00
Stargazebelgium21:00
jeeves__Stargaze, ahhh.21:00
jeeves__178.191-247-81.adsl-dyn.isp.belgacom.be21:00
Stargazeyes .be means belgium21:00
jeeves__Stargaze, it looks like your port forwarding didn't work.  NOTHING is open on that IP21:00
Stargazethat's what i thought21:01
jeeves__Stargaze, we've got Belgium draft horses and flemish giant rabbits!21:01
Stargazeis that so!!21:01
Stargazehow very nice :)21:01
jeeves__thanks.21:02
jeeves__ok, model of router?21:02
Stargazeit's a kind of  clone, one moment21:02
jeeves__kk21:02
jevidlStargaze: jeeves__: While evesdropping on your conversation, it occurs to me that the ISP might be blocking port 80 as well. There are ways to work around it, but that also could be the problem beside incorrect port forwarding.21:08
jeeves__jevidl, this is true.  I'm just checking to see what he has open first.  the port scan showed up with everything blocked, so if I could see one hole, I would suspect the same thing.21:09
Stargazeit's a b-box, but it has the same interface as another router, i don't remember which21:09
jeeves__star21:09
jeeves__Stargaze, do you have ANY ports open on it?21:09
Stargazeit's a philips21:09
Stargazei'm new to router configuration21:10
jeeves__Stargaze, ok, if you know it's a clone, you'll have to double check the config on www.portforward.com.  once you've got that done, drop me a line, and I'll have a look @ it again.21:10
jeeves__Stargaze, the problem is unless I know what make/model it is, and I can google it, I can't help you21:11
Stargazeit's Philips SNA 650021:11
jeeves__Stargaze, www.portforward.com21:12
Stargazeyes, i found it there21:12
jevidljeeves__: I need to get going, but a simple way to test the isp blocking theory would be to setup a mapping of 80 - 8080 (or something else high), for LAN port - Public port21:12
jeeves__jevidl, yep.  That's what I'm trying to get him to test21:13
jevidlassuming of course that port 80 doesn't start working :)21:13
jevidljeeves__: cool, good luck to you both :)21:13
Stargazethis is what i find http://portforward.com/english/routers/port_forwarding/Philips/SNA6500-18/Http_File_Server-HFS.htm21:13
StargazeLAN port and public port are both 80, TCP and checked21:24
Stargazeubuntu network tool shows that port 80 as open21:27
stgrabermy guess would be that your ISP simply doesn't allow incoming traffic on port 80, it's surprisingly quite common21:27
Stargazedamn isp21:28
Stargazethanks for the assistance :)21:28
cemcis wiki.ubuntu.com down ?21:56
jeeves__cemc, times out here21:58
cemcsame here21:58
HypnozI have some nfs mounts in fstab that don't exist, and won't time out. anyone know how to make those processes die?22:41
Hypnozdf hangs forever, lsof hangs forever, even ls in the folder the mount points are in hangs22:41
mathiazkirkland: does the default UEC configuration use VLANs?23:02
mathiazkirkland: I'm referring to the default network modem23:03
mathiazkirkland: *mode*23:03
mathiazkirkland: ok - found the answer: VNET_MODE="MANAGED-NOVLAN"23:04
=== dendrobates is now known as dendro-afk
mathiazjdstrand: hi!23:13
mathiazjdstrand: what's the iptables syntax to exclude a range of IP?23:13
mathiazjdstrand: I'd like to say: for all the destination ips *not* on the 10.55.55.0/24 network23:14
jdstrandmathiaz: something like '-d ! 10.55.55.0/24' should do it23:15
mathiazjdstrand: awesome thanks23:16
mathiazjdstrand: and the new syntax is ! -d 10.55.55.0/2423:17
mathiazjdstrand: -d ! 10 ...23:17
mathiazjdstrand: ^^ is deprecated FYI23:17
jdstrandmathiaz: cool, thanks23:18
=== dendro-afk is now known as dendrobates
=== robbiew is now known as robbiew_
kirklandmathiaz: right, novlan is default23:47
kirklandsmoser: http://linux.slashdot.org/story/10/03/03/1947235/Ubuntu-Desktop-In-the-Cloud?from=rss&utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Slashdot%2Fslashdot+%28Slashdot%2923:52
kirklandsmoser: well done ;-)23:52
ShadeShey23:55
ShadeSI select install ubuntu, and all i see is a flashing _23:56
ShadeSany ideas?23:56
ivokskees: oh no, you burried libesmtp :)23:56
=== dendrobates is now known as dendro-afk
keesivoks: yeah, sorry about that.23:57
keesbut it's pretty busted.23:57
ivoksyeah, it's unmaintained23:58
ivoksi'm thinking on building pacemaker without support for it23:58
keesworks for me23:58
ivoksand work on replacing libesmtp with something else for lucid+123:59
ivokswork with upstream on that23:59
ivokshopefully, we could include that in lucid as a SRU :)23:59

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