=== dendrobates is now known as dendro-afk [00:31] does anyone happen to know the file number limit for a directory? [00:32] that depends on your filesystem [00:33] ext3, which apparently has a directory number limit of 31998, but does that also go for files? [00:34] the number of files varies based on the options you used when you created it [00:34] I'm up to 637 and counting, but the end result will be over 40 thousand files unless it borks. [00:34] "The maximum number of inodes (and hence the maximum number of files and directories) is set when the file system is created. If V is the volume size in bytes, then the default number of inodes is given by V/213 (or the number of blocks, whichever is less), and the minimum by V/223. The default was deemed sufficient for most applications. The max number of subdirectories in one directory is fixed to 32000." [00:34] qman__: it would have been what ever the defaults are. [00:34] qman__: ah, I see [00:35] you can check how many inodes are used/free with df -i [00:36] qman__: apparently I've only used 2% on a 320 GB disk. [00:36] (2% inodes, that is) [00:46] qman__: thank you [00:47] no problem [01:19] Wasn't GNU supposed to AVOID arbitrary limits in its code? [01:19] Oh right, Linus and his mates aren't GNU [01:46] * bc found out that waiting for 40 thousand sequential http requests isn't very amusing. === dendro-afk is now known as dendrobates [02:57] got a kvm guest (karmic for guest and host) that keeps saying 'EXT3-fs warning: maximal mount count reached, running e2fsck is recommended.' but I can't seem to get it to run on boot. Touching /forcefsck (as root) and then rebooting doesn't seem to alter that message, but /forcefsck does disappear after the next boot. Any ideas? [02:59] dumpe2fs -h also shows that the fs was last checked ages ago, and not when I last used /forcefsck [03:01] hi guy i am having this problem. http://www.mail-archive.com/samba@lists.samba.org/msg102804.html how i can upgrade my samba version (reliable) fro my ubuntu 9.10? [03:01] is there any way to reset a stuck tty? my tty2 locked up, I killed off the processes that were running on it, and tried 'sudo stop tty2; sudo start tty2' but it's still stuck [03:08] qman__: try 'sudo initctl stop tty2 ; sudo initctl start tty2' [03:08] still stuck [03:08] but yeah, stop and start should do the same [03:08] it spawned new processes and everything [03:08] but the screen is stuck [03:09] scroll lock? Ctrl-Q? [03:09] hey, I think that's working [03:10] thanks [03:10] np [03:10] good ol' flow control [03:10] was using irssi, hit spell check, and it hard locked [03:11] but that got the screen back, never even noticed scroll lock turned on [03:11] what's the key spell check? [03:11] alt+s [03:11] haha, hit ctrl+S insteda methinks [03:11] instead even [03:12] possibly, the keyboard is a bit wonky [03:12] yeah.. easy done [03:12] one time I sort of mashed the right alt/win/context keys [03:12] and it turned scroll lock on [03:15] qman__: ^Q or ^A^Q to turn it off [03:15] And stty -xoff to disable it forever in that shell [03:16] thanks [03:16] is that per bash, or per tty, because I'm using screen [03:19] so any ideas on forcing an fsck on a karmic server with no console access? [03:21] which filesystem is it? if it's non-root, you could try unmounting it and running fsck manually [03:25] root unfortunately [03:25] I see hints on the net to 'sudo touch /forcefsck' then reboot, but no luck [03:27] cef: in fstab you must have fsck/dump options that aren't 0 [03:50] I just took a hardrive out of a P3-733 with Ubuntu 8.04, and put it into an AMD 2800+. I have no ethernet now. lspci shows a "00:12.0 VIA Technologies, Inc VT6012 [Rhine-II] (rev 74)" card, and I've loaded via-rhine module, however still no eth0 device. Ubuntu 9.10 was on this machine previously [03:51] SJrX, it's probably eth1 [03:51] eth3 oddly enough [03:51] any idea why? [03:52] if you want it to be eth0, wipe the old interface out of /etc/udev/rules.d/70-persistent-net.rules [03:52] and change the new one to eth0 [03:52] Ad [03:52] Ah [03:52] it dynamically assigns them, then keeps them in that file [03:52] so that when you remove and re-insert a device, it keeps the same name [04:21] SSH doesn't respond [04:21] For some reason when I connect to the machine, I never get a login prompt. Ubuntu 8.10. It works locally but from two other machines, it's just hanging. The port is open. [04:26] SJrX: can it ssh out? [04:27] Yeah [04:27] weird it was an out of memory problem [04:27] apparently something went wrong with the raid array [04:28] SJrX: indeed! sounds messy. [04:29] "md: array md0 already has disks!" is what the messages said [04:29] but it printed about 1000 times a second in messages [04:29] SJrX: examine /proc/mdstat [04:30] It looks good afaik, not sure how to read that, active raid1 [04:30] SJrX: pastebin it, then [04:30] mdadm --detail /dev/md0, says the State: is clean. [04:31] Events: 0.40166 [04:41] I also get "md: could not bd_claim sdc1" on boot [06:01] hi guys, i am upgrading a file server and sharing files for users...but when i move the data i am not sure why some users can see their thata and some of them doesn't im not getting any error in the log event? any idea? [06:03] again. hi guys, i am migrating a file server and sharing files for users...but some users can see their thata and some of them don't. I just check the logs and im not getting nothing. any idea? i have ubuntu 9.10 and samba 3.4.0 [06:03] thata ->data [06:07] Roxyhart0: I assume you checked permissions with ls -la [06:21] yes i did [06:21] is the same permisions [06:22] group:users [06:40] twb: argh!!!! damn fstab.. thanks [06:42] any idea why one particular kvm guest I have 1) always starts first 2) crashes when it is set to autostart and starts at boot, but works fine if manually started from virsh? [06:44] if I can figure out why it starts first, i can narrow the issue down to the actual vm, or just cos it starts first [06:44] (and it's not alpha-sorted or date-sorted) [06:46] New bug: #522482 in samba (main) "Domain Members can not join to Samba DC (ubuntu 9.10). " [Undecided,New] https://launchpad.net/bugs/522482 [07:06] It's unlikely, but whatever is looking at "directory full of VM definitions" might be listing the directory's inode without applying any sorting at all [07:06] cf. ls -U [07:15] twb: indeed that makes sense [07:16] and yup, that indeed seems to be the case.. now to change that around a bit... [07:17] Stupid libvirt [07:17] You should file a bug against it for doing things that way [07:18] yeah [07:19] oh you gotta be kidding me [07:19] every time I create a new copy of the machine, it ends up at the top of ls -U [07:22] well, time to go home [07:22] will hit it (or mebbe the dev) with a hammer tomorrow [07:23] twb: ta for the help btw [07:27] hello someone who can help me with ubuntu korganizer? [07:32] i got another question...I got a samba server and I configurated users folders . They can see some data in their folder and some dont. For example, I just copy data from the server to each user folder they can't see this new data, just the old one and the permisions are the same "users". i mean it does not refresh? any idea? [08:06] hi somebody know what i need to do to refresh it, i dont know why the users can not see the info on the folder [08:07] somebody has trying to share folder in a samba server? [08:09] i am following http://shapeshed.com/journal/chroot_sftp_users_on_ubuntu_intrepid/ to setup a sftp server, and i get "Bad condition X11Forwarding" [08:10] Error404NotFound: at which part? [08:10] thebwt, the line which defined "Match group sftp X11Forwarding no ......" [08:12] Error404NotFound: haveed leaving out "X11Forwarding no" [08:12] have you tried* [08:12] yup, then it says same error on Chroot.... [08:13] hmm, then double check "Match group sftp" [08:13] sounds like it's trying to read X11Forwarding as a condtion [08:13] or whatever comes in it's place [08:21] i get Directive 'ChrootDirectory' is not allowed within a Match block now that i did it separately, e.g. first i defined Subsystem and then a Match group sftp [08:30] damn, ssh version < 4.8 [08:41] hi some question i am migrating to new PDC, Id recover the ldap database and the name of the Domain is the same. Do i need to joing again the windows client to the domain? [09:12] hy [09:15] I have an issue with preseed. Everything is automatic except netcfg: after getting all the stuff with DHCP, it still asking for a confirmation of the hostname [09:16] documentation say that using "d-i netcfg/get_hostname string unassigned-hostname" should prevent that question, but not seems right for my installation [10:00] is there a way to list the last removed packages ? [10:00] what package allows to mount usb devices automatically ? [10:04] maxagaz_: gnome [10:05] twb, no, I have it [10:05] twb, their must be some package [10:06] NFI [10:06] udev, if you mean a specific serial ID [10:07] udev is properly installed [10:08] If I had a list of the 20 last removed/installed packages, I guess it would help me to understanf [10:08] d [10:10] maxagaz_: that's /var/log/dpkg [10:14] twb, thanks [10:18] hi by error I delete my logs folder, where is going the openldap log? [10:18] how i can increment the log level ? [10:22] New bug: #522542 in mysql-dfsg-5.1 (main) "[Lucid] updating of libmysqlclient16 fails because file isn't downloadable" [Undecided,New] https://launchpad.net/bugs/522542 === fhermeni_ is now known as fhermeni [11:52] hi [11:52] is there any dhcp monitoring tool? [11:52] dhcp server, I meant [11:54] acalvo: you could try monitoring with dhcping [11:55] it seems dhcping is an audit tool [11:56] I find hard to manage the dhcp pool from command line [11:58] acalvo: I dont know of a gui for that. I define pools in dhcpd config then leave it. Do you need to modify it regularly? [11:58] I'd like to trace if there is any error related to DHCP [11:58] we have several APs which relay on a peer dhcp pool [11:58] and some users have reported random disconnections [11:59] acalvo: there many be verbose/debug flags in the server config. Monitor DHCP in the system logs. [11:59] btw, having a pool lifetime greater than 4h is not a good idea, since the network, which is a /22, gets full pretty quickly [12:00] sherr: yes, but we don't see any error (just some DNS updates denied, but DHCP is looking good) [12:01] acalvo: sounds like you just stated your problem. Can you use a larger network and NAT? [12:02] well, we've here around 250 unique users... getting 1022 MACs seems pretty unbelievable [12:04] so the /22 gets full, even though you only have 250 users? [12:05] yes [12:05] must say we're an university, so the wireless is not protected [12:05] but the range does not reach outside the building [12:06] even if some not-student users connect to the wireless network, seems pretty odd that the /22 gets full [12:07] acalvo: so are you getting multiple IPs assigned to a single MAC with overlapping times? [12:07] that should not occur, since the lifetime of a DHCP address is 2h [12:08] but some users, while having a good signal rate, suffer some disconnection problems [12:11] you say that multiple leases to one MAC should not occur, but how else are you filling that /22? [12:46] screen-x: is what I don't get... [12:51] acalvo: how many dhcp servers do you have? [12:52] I've a dhcp peer pool with 2 dhcp servers [12:52] managing 3 subnets [12:52] morning [12:55] acalvo: have you tried comparing dhcpd.leases from both servers? [13:04] screen-x: mm no [13:40] I was just checking my log files.... Does anyone else get IPs from china and the chech republic trying to break into there server? [13:41] their* [13:48] Sorell: That's not unusual [13:48] just checking, the server has been up for like 3 days [13:48] and it's already banned 42 IPs [13:48] thought that was a little werid. [13:50] sorell: no, that's not a little weird :) [13:51] k [13:52] ty guys [13:54] Sorell: http://isc.sans.org/survivaltime.html [13:56] New bug: #522074 in kvm (main) "fails to install due to differing kernel versions between installer and installee" [Low,Incomplete] https://launchpad.net/bugs/522074 [13:59] morning jkakar [14:00] it's tuesday, this must be atlanta [14:01] jiboumans: Heyas! Yep, we're in Atlanta, sprinting away. [14:11] New bug: #521392 in php5 (main) "(capital) FALSE is evaluted to int(0) whether to bool(false)" [Low,Incomplete] https://launchpad.net/bugs/521392 === dendrobates is now known as dendro-afk [14:16] New bug: #522373 in openssh (main) "PublicKey authentication fails because of onerous permission rules" [Medium,Incomplete] https://launchpad.net/bugs/522373 [14:22] New bug: #505493 in openssh (main) "ssh offers without question all your keys to any server" [Undecided,Incomplete] https://launchpad.net/bugs/505493 [14:28] Hi all :) [14:28] can someone tell me whether packages of ubuntu for NAT and firewall there, so does the server (ubuntu) as a firewall and router? === cvincenzo is now known as hyperlinx [14:31] hy, I have trouble with preseed and the network configuration [14:32] when it finished getting its stuff with dhcp, it still ask for the hostname while it knows it [14:32] is there any prouser who can help me ? === dendro-afk is now known as dendrobates [14:39] hello any body there ?? [14:40] hyperlinx, you'll be more lucky if you ask right away what you want instead of asking if someone is active here. [14:40] *luckier [14:48] ttx: i have php 5.3 packaged in a ppa Im going to send out an email to ubuntu-devel and -server to ask people to test and report back bugs [14:48] zul: ok [14:49] hyperlinx, you need to make your help request here and in english. [14:57] good morning all. [15:02] hey smoser [15:07] New bug: #522671 in samba (main) "package winbind 2:3.4.0-3ubuntu5.4 failed to install/upgrade: podproces installed post-installation script zwrócił kod błędu 139" [Undecided,New] https://launchpad.net/bugs/522671 [15:07] Sorell: how did you block IPs? hardware firewall? [15:11] fail2ban auto blocks IPs [15:11] through software [15:11] if someone tries to login X times with wrong pass [15:12] never heard of that, thanks! [15:14] np :) [15:17] acalvo you may also want to install clam if you haven't already [15:18] Sorell: that's one of my ToDo, install ClamAV, spamassasin and squidguard [15:18] :) [15:18] thanks you so much! [15:18] Good luck [15:21] New bug: #522686 in libvirt (main) ""virsh save" hangs forever" [Undecided,New] https://launchpad.net/bugs/522686 [15:25] grrr [15:26] debhelper-- [15:31] Sorell: fail2ban is pretty awesome, support a lot of protocols [15:55] mathiaz_, ping [15:56] smoser: ! [15:56] smoser: how is you swap day going? [15:56] hey, good. [15:56] https://bugs.launchpad.net/ubuntu/+bug/521121/comments/1 [15:56] Launchpad bug 521121 in ubuntu "[needs-packaging] txAWS" [Medium,Triaged] [15:56] mathiaz_, it got swapped :) [15:56] to friday or next monday. so i could get these packaging done [15:56] mathiaz_, in above url, you said [15:56] * The source package should be name txaws since this is the upstream name. The binary package should be name python-txaws as required by the Debian python policy. [15:57] should that be the case with my ruby packages also (right-aws and right-http-connection) === mathiaz_ is now known as mathiaz [15:58] smoser: hm - that would be a good idea as well [15:58] smoser: especially if the upstream tarball follows the same convention [15:58] upstream tarballs are named right_aws and right_http_connection respectively [15:59] smoser: ok - so you could name the source package right-aws [15:59] so those changes and others to address your comments are available now in the branches linked from [15:59] bug 521002 [15:59] Launchpad bug 521002 in ubuntu "[needs-packaging] right_aws" [Medium,Confirmed] https://launchpad.net/bugs/521002 [15:59] and bug 521121 [15:59] Launchpad bug 521121 in ubuntu "[needs-packaging] txAWS" [Medium,Triaged] https://launchpad.net/bugs/521121 [16:00] and both are lintian clean under lucid now [16:00] i'll get to work on the other 2 packages on that list. [16:01] mathiaz, ^ [16:01] Hi - when installing Karmic via PXE, how can you prevent it asking the country/region questions, as it hasn't loaded 'preseed.cfg' yet? [16:01] smoser: great - I'll have a look at them later [16:02] smoser: I'm almost done with the puppet integration in cloud-init [16:02] smoser: I've added a hook (config-puppet) to CloudConfig.py [16:02] ok. i'll read that when you're ready. [16:04] mathiaz, shoudl theree be only one entry in debian/changelog for ruby packages ? [16:04] i'm guessing yes. so i'll change that. [16:04] smoser: yes - since it's a brand new package [16:04] smoser: for the ubuntu archive [16:05] k [16:05] smoser: we don't care about the previous life of the package [16:05] smoser: it's a new born in the Ubuntu archive [16:05] smoser: there isn't any concept of reincarnation in the Ubuntu archive [16:10] hey guys, I updated my UEC front-end and nodes, and now when I try to run an instance, it goes from pending to terminating and once again I am getting the "in MANAGED-NOVLAN mode, priv interface 'eth1' must be a bridge, tunneling disabled" [16:10] I thought this problem had been fixed already [16:12] mathiaz: o/ [16:13] ttx: o^12 [16:13] smoser: I did the Perl package to offload you a bit === nxvl_ is now known as nxvl [16:13] ttx is swell [16:14] Hello. [16:14] Any ideas how to make automatic upgrades work? [16:15] smoser: race is on for the PHP package. [16:15] ttx, i will do it. thanks. [16:15] for the perl. [16:15] smoser: i did it already [16:15] it's uploaded [16:15] oh. yeah. i meant, i will do the php. [16:15] smoser: ok :) [16:16] smoser: was wondering about bug 504883 status [16:16] Launchpad bug 504883 in udev "job with "mounted MOUNTPOINT=/ and net-device-up IFACE=eth0" blocks boot" [Medium,Triaged] https://launchpad.net/bugs/504883 [16:16] smoser: How critical is it to boothooks delivery ? If it is indeed necessary to fix it, I should bump it to alpha3 milestone [16:16] well, i pinged Keybuk on that friday. the response was "bugs are fixed after feature freeze" [16:16] soren: hi! is there a wiki page describing how to ues kvm autotest in the way that you demo'd? [16:17] i suggested that "sooner rather than later" on this would be nice. [16:17] smoser: how does it impact the feature, the bug is not very clear [16:17] ? [16:17] ttx, it doesn't prevent anything, just makes the boothooks run later (and less determinably than i would have liked) [16:18] less determinably : (other upstart jobs could be running) [16:18] smoser: hhrm. So, when the bug is fixed, you can move to earlier in the boot process ? [16:18] i would like for it to be fixed "sooner rather htan later" because it might have some fallout when we move to running that early. [16:18] I'll target it for alpha3 [16:19] but, yes. thats what steve has found. [16:19] you want a comment in there ? [16:19] I'll do it [16:21] New bug: #522710 in libvirt (main) "libvirtd does not have a man page" [Undecided,New] https://launchpad.net/bugs/522710 [16:24] ttx, http://paste.ubuntu.com/377702/ [16:24] i'll post that in the bug unless you think its not clear [16:24] aubre: not sure that error message is the cause to your instance run issues [16:25] smoser: works from me [16:25] for [16:25] arrh [16:25] ttx: agreed. I tried using the UEC web interface to get a 32-bit image and tried to start it - no joy [16:26] ttx: everything was working fine until I upgraded to the latest packages [16:26] aubre: define "latest" ? lucid ? [16:26] ttx: karmic - I haven't made the jump yet [16:27] aubre: so latest = ? [16:27] ttx: sec [16:28] ttx: what's the command to see what version you have installed? I'm having a senior moment [16:29] ttx: it's the latest from "sudo apt-get dist-upgrade" [16:29] ttx: I'm wondering if it has to do with this https://bugs.edge.launchpad.net/ubuntu/+source/eucalyptus/+bug/503180 [16:29] Launchpad bug 503180 in eucalyptus "[SRU] eucalyptus-cloud doesn't reply to requests (eucalyptus doesn't work after reboot or services restart issues due to upstart networking behavior)" [High,Fix committed] [16:30] aubre: "dpkg -l | grep euca" ? [16:30] ttx: 1.6~bzr931-0ubuntu7.4 [16:32] ttx: I can rebuild using the latest lucid isos if you think that might correct the problem [16:32] aubre: i don't know what the problem is :) [16:33] ttx: oh ok :P [16:33] 1.6~bzr931-0ubuntu7.4 runs instances alright [16:33] (usually) [16:33] ttx: I've tried launching instances with command line as well as landscape and they have the same problem [16:36] ttx: in nc.log I get doTerminateInstance() invoked (id=i-4DAC09AA) followed by ERROR: doTerminateInstance() failed error=101 [16:39] aubre: anything in libvirt logs ? [16:39] ttx: checking [16:41] ttx: interesting, it doesn't look like any logs have been created in /var/log/libvirt/qemu since I have been having the problem [16:43] ttx: an ID is being assigned , but no instance gets to a running state [16:43] ttx: the instances I am using are from the store [16:44] aubre: could you pastebin your nc.log ? [16:44] ttx: I mean images [16:44] ttx: sure [16:44] aubre: I'm more interested in error messages when ie starts up (rather than error messages when it terminates) [16:45] tt: k [16:45] ttx: k [16:50] ttx: http://paste.ubuntu.com/377721/ [16:51] aubre: now that's strange [16:51] aubre: look into cc.log [16:51] because the nc never gets contacted to run the instance :) [16:54] ttx: ok [16:54] (the strange thing being... it gets contacted to terminate them) [16:55] so from the NC perspective, everythign is alright [16:55] ttx: ok that makes sense [16:58] aubre: got to go now [16:58] aubre: if you find something fishy, file a bug :) [16:59] ttx: thanks for helping - will do [17:23] with quotas, is it possible to override a group quota (giving a user a different quota)? [17:38] ttx: bug #522746 [17:38] Launchpad bug 522746 in etckeeper "[MIR] etckeeper" [Undecided,New] https://launchpad.net/bugs/522746 === abeman_ is now known as abeman [18:03] hi, I am having some issues setting up postfix behind a corporate proxy for wordpress === rberger_ is now known as rberger [18:04] i think it might be also due to the dns not resolving the smtp relay [18:04] any suggestions? [18:13] mathiaz, you have any way you can give me accesss to your UEC that reproduces bug 520707 [18:13] Launchpad bug 520707 in euca2ools "euca-describe-snapshots invalid literal for int() with base 10" [Medium,Confirmed] https://launchpad.net/bugs/520707 [18:17] smoser: bug 522292 [18:17] Launchpad bug 522292 in ubuntu "Lucid UEC image 20100215 unable to start on UEC" [Undecided,New] https://launchpad.net/bugs/522292 [18:39] I'm in a hurry: does anyone know why a dhcp server receive dhcpdiscover, sends an offer but does not receive a dhcpack? [18:39] it seems to be a little random [19:00] smoser: working on my cloud-init-puppet upstart job [19:00] smoser: I'd like to have the puppet cloud config hook run *after* apt repositories have been setup [19:00] smoser: on which job should I depend on in the cloud-config-puppet job? [19:01] smoser: start on started cloud-apt-update-upgrade? [19:01] started ? [19:01] i think cloud-apt-update-upgrade is right , but dont know about started [19:01] would that possibly let you run before that job is finished ? [19:03] http://cdimage.ubuntu.com/ubuntu-server/daily/current/ doesn't appear to contain a .iso .... [19:05] kirkland, ping [19:10] I'm not really sure if this is a samba issue or an OpenOffice issue, but hopefully someone can help... I have a Samba share set up, with create mask and directory mask of 0775, file permissions with g+w, yet whenever a user tries to open project2.odp, they get the message "This document is locked for editing by Unknown User". What's wrong? [19:11] (It works fine with an SFTP mount.) [19:14] @tony Did you try opening a text file in the same folder using gedit? If it's a samba issue, it should show up here, too. [19:14] mathiaz, from started(7), [19:14] A task that must be run after another task or service has been started might use: [19:14] start on started postgresql [19:15] hm... first read of that indicated to me more clearly that 'another task' would have already finished. i dont know though. [19:16] pgoetz: Yeah, it seems to only be OpenOffice and MS Office files that are affected. [19:16] but only when accessed via samba. [19:16] what version of samba/ubuntu server/oofice? [19:17] smoser: right - I think it's the right definition [19:17] smoser: and cloud-apt-update-upgrade will update the apt sources? [19:18] yes [19:18] pgoetz: 3.4.0-3ubuntu5.4, 9.10, 3.2 [19:18] smoser: great thanks [19:18] mathiaz, but will also have run apt-upgrade (if configured) [19:18] smoser: np [19:19] smoser: the use case here is to be able to configure another apt repostory [19:19] smoser: to pull in a new version of puppet if desired [19:20] What about opening an openoffice doc using koffice? [19:20] pgoetz: I can give you access to the share if that would be helpful. [19:21] I suppose I could try installing koffice on something - I don't have it currently. [19:22] Should be easy to install (assuming you already have other KDE stuff) and might help narrow the problem down. [19:23] is there a read-only flag somewhere internal to the ODF format? [19:24] http://blogs.sun.com/oootnt/entry/read_only_writer_documents [19:26] pgoetz: nope, not that. [19:27] New bug: #522797 in postfix (main) "Cancelled the Postfix configuration window. It then crashed." [Undecided,New] https://launchpad.net/bugs/522797 [19:27] pgoetz: KPresenter appears to have opened it okay? [19:28] weird. Sounds like it must be a problem with oo 3.2. [19:32] Hi! Does someone have a link for a "best-practices HOWTO" for setting up your own APT Repository? [19:33] nandersson: are you looking to mirror existing ones or create your own for certain software? [19:34] tonyyarusso, Create my own for certain software on my private server [19:34] nandersson: I'd try asking Seveas if he's online. [19:35] tonyyarusso, Ok, thanks! I'll look out for him then :) [19:37] nandersson: (not likely to be in here necessarily, use /whois) [19:38] tonyyarusso, Ah, ok, Thanks! [19:40] lamont: do you know what postfix version enabled 'smtp_sasl_auth_cache_name' and a few other suchlike things? [19:41] not off the top of my head, no [19:41] lamont: i'm looking at the changelogs and i can't find anything. man page just says "since 2.5" [19:42] then 2.5.0-1 :-D [19:46] lamont: hmm [19:47] well, I expect so anyway [19:47] lamont: ok, thx === shang is now known as shang_QC [20:24] i've got a strange problem while trying to set up KVM on a karmic server: for some reason I get an class A netmask and bcast-address instead of what I specified in network/interfaces, see https://textb.org/t/7ac34qqvrw/ [20:24] someone has a hint? === RoyK^ is now known as RoyK === shang_QC is now known as shang [20:49] Is their any update on libmysqlclient? === dendrobates is now known as dendro-afk [20:51] jiboumans: fyi, I just filed bug #522845 [20:51] Launchpad bug 522845 in libvirt "compiling with libcap-ng disallows qemu/kvm access to files not owned by root" [Undecided,Triaged] https://launchpad.net/bugs/522845 [20:52] jiboumans: soren updated libvirt to be compiled with libcap-ng for the lxc stuff [20:52] jiboumans: this has some side-effects for the qemu/kvm driver [20:53] jiboumans: as it turns out, the AppArmor security driver is preventing this problem-- however, if someone disables the AppArmor security driver and has disk files, etc owned by non-root, then there will be problems [20:54] jiboumans: I marked it as Triaged, but I'm uncomfortable making changes atm [20:55] jiboumans: mostly, I wanted you to be aware of the potential problems for any installs that disable the AppArmor security driver [20:59] jiboumans: I've heard that some eucalyptus deployments do this (though I have no idea why) [21:21] New bug: #521815 in mysql-cluster-7.0 (universe) "breaks all builds requiring libmysqlclient-dev" [Critical,Fix released] https://launchpad.net/bugs/521815 [21:29] kirkland: hey, fyi on backscroll starting with '14:51 < jdstrand> jiboumans: fyi, I just filed bug #522845' [21:29] Launchpad bug 522845 in libvirt "compiling with libcap-ng disallows qemu/kvm access to files not owned by root when not using AppArmor" [Undecided,Triaged] https://launchpad.net/bugs/522845 [21:30] kirkland: can you also let ttx know in case I forget? [21:30] jdstrand: let ttx know what exactly? [21:30] jdstrand: that you filed the bug? [21:30] heh [21:30] kirkland: not that I filed it per se, but there is a potential problem, as reported in the bug :) [21:30] jdstrand: okay [21:31] jdstrand: i subscribed him to the bug [21:31] kirkland: I really don't know what is going on the lxc and don't know what kind of priority (if any) this will have for you guys [21:31] * jdstrand should have thought of that [21:32] kirkland: thanks [21:32] jdstrand: np [21:32] ompaul isn't helping much [21:33] * genii grumbles about wrong channels [21:33] kirkland: say, have you done much with kvm-autotest? [21:33] jdstrand: sadly, no [21:33] jdstrand: i'm familiar with it [21:33] kirkland: yeah, me either... [21:33] jdstrand: i watch/follow the threads about it [21:34] jdstrand: soren's presentation was interesting [21:34] kirkland: do you know if an iso is *required* to be used with it? [21:34] kirkland: it was indeed! [21:34] jdstrand: i'm pretty sure it's not required [21:34] kirkland: cool, thanks [21:34] * jdstrand sees what he can do with it... === dendro-afk is now known as dendrobates === rberger_ is now known as rberger === dendrobates is now known as dendro-afk [22:30] hello, I have a quick problem, I have a server computer at work, when I go to install ubuntu ( any iteration) when i click install only a dialog box appears [22:31] I believe the computer is not letting the CD load to RAM [22:32] any help? === cs278|| is now known as cs278 [23:07] Click Install? Is this an "install" icon on the desktop - off a live CD? [23:33] my usb wont mount any advices [23:33] advice [23:42] hello everyone [23:45] I have a server that recently started freezing on me, first the mysql daemon mysteriously died one day, now the thing is freezing intermittently anywhere from 1.5 hours to 15 hours after boot, on the actual monitor hooked up to the server it usually says something about one of my deamon processes hanging (java, apache2, or mysql usually) [23:46] any guesses to my problem? I updated everything and no recent changes to my setup to precipitate this, all partitions have plenty of free space, so I'm thinking hardware like memory or cpu [23:59] Th0th: did you check the logs? [23:59] Th0th: did you check dmesg?