/srv/irclogs.ubuntu.com/2010/02/16/#ubuntu-server.txt

=== dendrobates is now known as dendro-afk
bcdoes anyone happen to know the file number limit for a directory?00:31
qman__that depends on your filesystem00:32
bcext3, which apparently has a directory number limit of 31998, but does that also go for files?00:33
qman__the number of files varies based on the options you used when you created it00:34
bcI'm up to 637 and counting, but the end result will be over 40 thousand files unless it borks.00:34
qman__"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
bcqman__: it would have been what ever the defaults are.00:34
bcqman__: ah, I see00:34
qman__you can check how many inodes are used/free with df -i00:35
bcqman__: apparently I've only used 2% on a 320 GB disk.00:36
bc(2% inodes, that is)00:36
bcqman__: thank you00:46
qman__no problem00:47
twbWasn't GNU supposed to AVOID arbitrary limits in its code?01:19
twbOh right, Linus and his mates aren't GNU01:19
* bc found out that waiting for 40 thousand sequential http requests isn't very amusing.01:46
=== dendro-afk is now known as dendrobates
cefgot 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:57
cefdumpe2fs -h also shows that the fs was last checked ages ago, and not when I last used /forcefsck02:59
Roxyhart0hi 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
qman__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 stuck03:01
cefqman__: try 'sudo initctl stop tty2 ; sudo initctl start tty2'03:08
qman__still stuck03:08
cefbut yeah, stop and start should  do the same03:08
qman__it spawned new processes and everything03:08
qman__but the screen is stuck03:08
cefscroll lock? Ctrl-Q?03:09
qman__hey, I think that's working03:09
qman__thanks03:10
cefnp03:10
cefgood ol' flow control03:10
qman__was using irssi, hit spell check, and it hard locked03:10
qman__but that got the screen back, never even noticed scroll lock turned on03:11
cefwhat's the key spell check?03:11
qman__alt+s03:11
cefhaha, hit ctrl+S insteda methinks03:11
cefinstead even03:11
qman__possibly, the keyboard is a bit wonky03:12
cefyeah.. easy done03:12
qman__one time I sort of mashed the right alt/win/context keys03:12
qman__and it turned scroll lock on03:12
twbqman__: ^Q or ^A^Q to turn it off03:15
twbAnd stty -xoff to disable it forever in that shell03:15
qman__thanks03:16
qman__is that per bash, or per tty, because I'm using screen03:16
cefso any ideas on forcing an fsck on a karmic server with no console access?03:19
qman__which filesystem is it? if it's non-root, you could try unmounting it and running fsck manually03:21
cefroot unfortunately03:25
cefI see hints on the net to 'sudo touch /forcefsck' then reboot, but no luck03:25
twbcef: in fstab you must have fsck/dump options that aren't 003:27
SJrXI  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 previously03:50
qman__SJrX, it's probably eth103:51
SJrXeth3 oddly enough03:51
SJrXany idea why?03:51
qman__if you want it to be eth0, wipe the old interface out of /etc/udev/rules.d/70-persistent-net.rules03:52
qman__and change the new one to eth003:52
SJrXAd03:52
SJrXAh03:52
qman__it dynamically assigns them, then keeps them in that file03:52
qman__so that when you remove and re-insert a device, it keeps the same name03:52
SJrXSSH doesn't respond04:21
SJrXFor 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:21
thebwtSJrX: can it ssh out?04:26
SJrXYeah04:27
SJrXweird it was an out of memory problem04:27
SJrXapparently something went wrong with the raid array04:27
thebwtSJrX: indeed! sounds messy.04:28
SJrX"md: array md0 already has disks!" is what the messages said04:29
SJrXbut it printed about 1000 times a second in messages04:29
twbSJrX: examine /proc/mdstat04:29
SJrXIt looks good afaik, not sure how to read that, active raid104:30
twbSJrX: pastebin it, then04:30
SJrXmdadm --detail /dev/md0, says the State: is clean.04:30
SJrXEvents: 0.4016604:31
SJrXI also get "md: could not bd_claim sdc1" on boot04:41
Roxyhart0hi 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:01
Roxyhart0again. 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.006:03
Roxyhart0thata ->data06:03
MTecknologyRoxyhart0: I assume you checked permissions with ls -la06:07
Roxyhart0yes i did06:21
Roxyhart0is the same permisions06:21
Roxyhart0group:users06:22
ceftwb: argh!!!! damn fstab.. thanks06:40
cefany 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:42
cefif I can figure out why it starts first, i can narrow the issue down to the actual vm, or just cos it starts first06:44
cef(and it's not alpha-sorted or date-sorted)06:44
uvirtbotNew bug: #522482 in samba (main) "Domain Members can not join to Samba DC (ubuntu 9.10). " [Undecided,New] https://launchpad.net/bugs/52248206:46
twbIt's unlikely, but whatever is looking at "directory full of VM definitions" might be listing the directory's inode without applying any sorting at all07:06
twbcf. ls -U07:06
ceftwb: indeed that makes sense07:15
cefand yup, that indeed seems to be the case.. now to change that around a bit...07:16
twbStupid libvirt07:17
twbYou should file a bug against it for doing things that way07:17
cefyeah07:18
cefoh you gotta be kidding me07:19
cefevery time I create a new copy of the machine, it ends up at the top of ls -U07:19
cefwell, time to go home07:22
cefwill hit it (or mebbe the dev) with a hammer tomorrow07:22
ceftwb: ta for the help btw07:23
SeR_Xhello someone who can help me with ubuntu korganizer?07:27
Roxyhart08i 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?07:32
Roxyhart08hi somebody know what i need to do to refresh it, i dont know why the users can not see the info on the folder08:06
Roxyhart08somebody has trying to share folder in a samba server?08:07
Error404NotFoundi am following http://shapeshed.com/journal/chroot_sftp_users_on_ubuntu_intrepid/ to setup a sftp server, and i get "Bad condition X11Forwarding"08:09
thebwtError404NotFound: at which part?08:10
Error404NotFoundthebwt, the line which defined "Match group sftp X11Forwarding no ......"08:10
thebwtError404NotFound: haveed leaving out "X11Forwarding no"08:12
thebwthave you tried*08:12
Error404NotFoundyup, then it says same error on Chroot....08:12
thebwthmm, then double check "Match group sftp"08:13
thebwtsounds like it's trying to read X11Forwarding as a condtion08:13
thebwtor whatever comes in it's place08:13
Error404NotFoundi 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 sftp08:21
Error404NotFounddamn, ssh version < 4.808:30
Roxyhart08hi 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?08:41
fhermenihy09:12
fhermeniI 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 hostname09:15
fhermenidocumentation say that using "d-i netcfg/get_hostname string unassigned-hostname" should prevent that question, but not seems right for my installation09:16
maxagaz_is there a way to list the last removed packages ?10:00
maxagaz_what package allows to mount usb devices automatically ?10:00
twbmaxagaz_: gnome10:04
maxagaz_twb, no, I have it10:05
maxagaz_twb, their must be some package10:05
twbNFI10:06
twbudev, if you mean a specific serial ID10:06
maxagaz_udev is properly installed10:07
maxagaz_If I had a list of the 20 last removed/installed packages, I guess it would help me to understanf10:08
maxagaz_d10:08
twbmaxagaz_: that's /var/log/dpkg10:10
maxagaz_twb, thanks10:14
Roxyhart08hi by error I delete my logs folder, where is going the openldap log?10:18
Roxyhart08how i can increment the log level ?10:18
uvirtbotNew bug: #522542 in mysql-dfsg-5.1 (main) "[Lucid] updating of libmysqlclient16 fails because file isn't downloadable" [Undecided,New] https://launchpad.net/bugs/52254210:22
=== fhermeni_ is now known as fhermeni
acalvohi11:52
acalvois there any dhcp monitoring tool?11:52
acalvodhcp server, I meant11:52
screen-xacalvo: you could try monitoring with dhcping11:54
acalvoit seems dhcping is an audit tool11:55
acalvoI find hard to manage the dhcp pool from command line11:56
screen-xacalvo: 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
acalvoI'd like to trace if there is any error related to DHCP11:58
acalvowe have several APs which relay on a peer dhcp pool11:58
acalvoand some users have reported random disconnections11:58
sherracalvo: there many be verbose/debug flags in the server config. Monitor DHCP in the system logs.11:59
acalvobtw, having a pool lifetime greater than 4h is not a good idea, since the network, which is a /22, gets full pretty quickly11:59
acalvosherr: yes, but we don't see any error (just some DNS updates denied, but DHCP is looking good)12:00
screen-xacalvo: sounds like you just stated your problem. Can you use a larger network and NAT?12:01
acalvowell, we've here around 250 unique users... getting 1022 MACs seems pretty unbelievable12:02
screen-xso the /22 gets full, even though you only have 250 users?12:04
acalvoyes12:05
acalvomust say we're an university, so the wireless is not protected12:05
acalvobut the range does not reach outside the building12:05
acalvoeven if some not-student users connect to the wireless network, seems pretty odd that the /22 gets full12:06
screen-xacalvo: so are you getting multiple IPs assigned to a single MAC with overlapping times?12:07
acalvothat should not occur, since the lifetime of a DHCP address is 2h12:07
acalvobut some users, while having a good signal rate, suffer some disconnection problems12:08
screen-xyou say that multiple leases to one MAC should not occur, but how else are you filling that /22?12:11
acalvoscreen-x: is what I don't get...12:46
screen-xacalvo: how many dhcp servers do you have?12:51
acalvoI've a dhcp peer pool with 2 dhcp servers12:52
acalvomanaging 3 subnets12:52
zulmorning12:52
screen-xacalvo: have you tried comparing dhcpd.leases from both servers?12:55
acalvoscreen-x: mm no13:04
SorellI was just checking my log files.... Does anyone else get IPs from china and the chech republic trying to break into there server?13:40
Sorelltheir*13:41
Jeeves_Sorell: That's not unusual13:48
Sorelljust checking, the server has been up for like 3 days13:48
Sorelland it's already banned 42 IPs13:48
Sorellthought that was a little werid.13:48
jiboumanssorell: no, that's not a little weird :)13:50
Sorellk13:51
Sorellty guys13:52
ttxSorell: http://isc.sans.org/survivaltime.html13:54
uvirtbotNew bug: #522074 in kvm (main) "fails to install due to differing kernel versions between installer and installee" [Low,Incomplete] https://launchpad.net/bugs/52207413:56
jiboumansmorning jkakar13:59
jiboumansit's tuesday, this must be atlanta14:00
jkakarjiboumans: Heyas!  Yep, we're in Atlanta, sprinting away.14:01
uvirtbotNew bug: #521392 in php5 (main) "(capital) FALSE is evaluted to int(0) whether to bool(false)" [Low,Incomplete] https://launchpad.net/bugs/52139214:11
=== dendrobates is now known as dendro-afk
uvirtbotNew bug: #522373 in openssh (main) "PublicKey authentication fails because of onerous permission rules" [Medium,Incomplete] https://launchpad.net/bugs/52237314:16
uvirtbotNew bug: #505493 in openssh (main) "ssh offers without question all your keys to any server" [Undecided,Incomplete] https://launchpad.net/bugs/50549314:22
cvincenzoHi all :)14:28
cvincenzocan someone tell me whether packages of ubuntu for NAT and firewall there, so does the server (ubuntu) as a firewall and router?14:28
=== cvincenzo is now known as hyperlinx
fhermenihy, I have trouble with preseed and the network configuration14:31
fhermeniwhen it finished getting its stuff with dhcp, it still ask for the hostname while it knows it14:32
hyperlinxis there any prouser who can help me ?14:32
=== dendro-afk is now known as dendrobates
hyperlinxhello any body there ??14:39
KurtKrauthyperlinx, you'll be more lucky if you ask right away what you want instead of asking if someone is active here.14:40
KurtKraut*luckier14:40
zulttx: 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 bugs14:48
ttxzul: ok14:48
KurtKrauthyperlinx, you need to make your help request here and in english.14:49
smosergood morning all.14:57
zulhey smoser15:02
uvirtbotNew 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/52267115:07
acalvoSorell: how did you block IPs? hardware firewall?15:07
Sorellfail2ban auto blocks IPs15:11
Sorellthrough software15:11
Sorellif someone tries to login X times with wrong pass15:11
acalvonever heard of that, thanks!15:12
Sorellnp :)15:14
Sorellacalvo you may also want to install clam if you haven't already15:17
acalvoSorell: that's one of my ToDo, install ClamAV, spamassasin and squidguard15:18
Sorell:)15:18
acalvothanks you so much!15:18
SorellGood luck15:18
uvirtbotNew bug: #522686 in libvirt (main) ""virsh save" hangs forever" [Undecided,New] https://launchpad.net/bugs/52268615:21
Jeeves_grrr15:25
Jeeves_debhelper--15:26
acalvoSorell: fail2ban is pretty awesome, support a lot of protocols15:31
smosermathiaz_, ping15:55
mathiaz_smoser: !15:56
mathiaz_smoser: how is you swap day going?15:56
smoserhey, good.15:56
smoserhttps://bugs.launchpad.net/ubuntu/+bug/521121/comments/115:56
uvirtbotLaunchpad bug 521121 in ubuntu "[needs-packaging] txAWS" [Medium,Triaged]15:56
smosermathiaz_, it got swapped :)15:56
smoserto friday or next monday. so i could get these packaging done15:56
smosermathiaz_, in above url, you said15:56
smoser* 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:56
smosershould that be the case with my ruby packages also (right-aws and right-http-connection)15:57
=== mathiaz_ is now known as mathiaz
mathiazsmoser: hm - that would be a good idea as well15:58
mathiazsmoser: especially if the upstream tarball follows the same convention15:58
smoserupstream tarballs are named right_aws and right_http_connection respectively15:58
mathiazsmoser: ok - so you could name the source package right-aws15:59
smoserso those changes and others to address your comments are available now in the branches linked from15:59
smoserbug 52100215:59
uvirtbotLaunchpad bug 521002 in ubuntu "[needs-packaging] right_aws" [Medium,Confirmed] https://launchpad.net/bugs/52100215:59
smoserand bug 52112115:59
uvirtbotLaunchpad bug 521121 in ubuntu "[needs-packaging] txAWS" [Medium,Triaged] https://launchpad.net/bugs/52112115:59
smoserand both are lintian clean under lucid now16:00
smoseri'll get to work on the other 2 packages on that list.16:00
smosermathiaz, ^16:01
PeanutHi - 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
mathiazsmoser: great - I'll have a look at them later16:01
mathiazsmoser: I'm almost done with the puppet integration in cloud-init16:02
mathiazsmoser: I've added a hook (config-puppet) to CloudConfig.py16:02
smoserok. i'll read that when you're ready.16:02
smosermathiaz, shoudl theree be only one entry in debian/changelog for ruby packages ?16:04
smoseri'm guessing yes. so i'll change that.16:04
mathiazsmoser: yes - since it's a brand new package16:04
mathiazsmoser: for the ubuntu archive16:04
smoserk16:05
mathiazsmoser: we don't care about the previous life of the package16:05
mathiazsmoser: it's a new born in the Ubuntu archive16:05
mathiazsmoser: there isn't any concept of reincarnation in the Ubuntu archive16:05
aubrehey 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
aubreI thought this problem had been fixed already16:10
ttxmathiaz: o/16:12
mathiazttx: o^1216:13
ttxsmoser: I did the Perl package to offload you a bit16:13
=== nxvl_ is now known as nxvl
zulttx is swell16:13
PupenoHello.16:14
PupenoAny ideas how to make automatic upgrades work?16:14
ttxsmoser: race is on for the PHP package.16:15
smoserttx, i will do it. thanks.16:15
smoserfor the perl.16:15
ttxsmoser: i did it already16:15
ttxit's uploaded16:15
smoseroh. yeah. i meant, i will do the php.16:15
ttxsmoser: ok :)16:15
ttxsmoser: was wondering about bug 504883 status16:16
uvirtbotLaunchpad bug 504883 in udev "job with "mounted MOUNTPOINT=/ and net-device-up IFACE=eth0" blocks boot" [Medium,Triaged] https://launchpad.net/bugs/50488316:16
ttxsmoser: How critical is it to boothooks delivery ? If it is indeed necessary to fix it, I should bump it to alpha3 milestone16:16
smoserwell, i pinged Keybuk on that friday.  the response was "bugs are fixed after feature freeze"16:16
jdstrandsoren: hi! is there a wiki page describing how to ues kvm autotest in the way that you demo'd?16:16
smoseri suggested that "sooner rather than later" on this would be nice.16:17
ttxsmoser: how does it impact the feature, the bug is not very clear16:17
ttx?16:17
smoserttx, it doesn't prevent anything, just makes the boothooks run later (and less determinably than i would have liked)16:17
smoserless determinably : (other upstart jobs could be running)16:18
ttxsmoser: hhrm. So, when the bug is fixed, you can move to earlier in the boot process ?16:18
smoseri 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
ttxI'll target it for alpha316:18
smoserbut, yes. thats what steve has found.16:19
smoseryou want a comment in there ?16:19
ttxI'll do it16:19
uvirtbotNew bug: #522710 in libvirt (main) "libvirtd does not have a man page" [Undecided,New] https://launchpad.net/bugs/52271016:21
smoserttx, http://paste.ubuntu.com/377702/16:24
smoseri'll post that in the bug unless you think its not clear16:24
ttxaubre: not sure that error message is the cause to your instance run issues16:24
ttxsmoser: works from me16:25
ttxfor16:25
ttxarrh16:25
aubrettx: agreed. I tried using the UEC web interface to get a 32-bit image and tried to start it - no joy16:25
aubrettx: everything was working fine until I upgraded to the latest packages16:26
ttxaubre: define "latest" ? lucid ?16:26
aubrettx: karmic - I haven't made the jump yet16:26
ttxaubre: so latest = ?16:27
aubrettx: sec16:27
aubrettx: what's the command to see what version you have installed? I'm having a senior moment16:28
aubrettx: it's the latest from "sudo apt-get dist-upgrade"16:29
aubrettx: I'm wondering if it has to do with this https://bugs.edge.launchpad.net/ubuntu/+source/eucalyptus/+bug/50318016:29
uvirtbotLaunchpad 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:29
ttxaubre: "dpkg -l | grep euca" ?16:30
aubrettx: 1.6~bzr931-0ubuntu7.416:30
aubrettx: I can rebuild using the latest lucid isos if you think that might correct the problem16:32
ttxaubre: i don't know what the problem is :)16:32
aubrettx: oh ok :P16:33
ttx1.6~bzr931-0ubuntu7.4 runs instances alright16:33
ttx(usually)16:33
aubrettx: I've tried launching instances with command line as well as landscape and they have the same problem16:33
aubrettx: in nc.log I get doTerminateInstance() invoked (id=i-4DAC09AA) followed by ERROR: doTerminateInstance() failed error=10116:36
ttxaubre: anything in libvirt logs ?16:39
aubrettx: checking16:39
aubrettx: interesting, it doesn't look like any logs have been created in /var/log/libvirt/qemu since I have been having the problem16:41
aubrettx: an ID is being assigned , but no instance gets to a running state16:43
aubrettx: the instances I am using are from the store16:43
ttxaubre: could you pastebin your nc.log ?16:44
aubrettx: I mean images16:44
aubrettx: sure16:44
ttxaubre: I'm more interested in error messages when ie starts up (rather than error messages when it terminates)16:44
aubrett: k16:45
aubrettx: k16:45
aubrettx: http://paste.ubuntu.com/377721/16:50
ttxaubre: now that's strange16:51
ttxaubre: look into cc.log16:51
ttxbecause the nc never gets contacted to run the instance :)16:51
aubrettx: ok16:54
ttx(the strange thing being... it gets contacted to terminate them)16:54
ttxso from the NC perspective, everythign is alright16:55
aubrettx: ok that makes sense16:55
ttxaubre: got to go now16:58
ttxaubre: if you find something fishy, file a bug :)16:58
aubrettx: thanks for helping - will do16:59
pmatuliswith quotas, is it possible to override a group quota (giving a user a different quota)?17:23
zulttx: bug #52274617:38
uvirtbotLaunchpad bug 522746 in etckeeper "[MIR] etckeeper" [Undecided,New] https://launchpad.net/bugs/52274617:38
=== abeman_ is now known as abeman
abemanhi, I am having some issues setting up postfix behind a corporate proxy for wordpress18:03
=== rberger_ is now known as rberger
abemani think it might be also due to the dns not resolving the smtp relay18:04
abemanany suggestions?18:04
smosermathiaz, you have any way you can give me accesss to your UEC that reproduces bug 52070718:13
uvirtbotLaunchpad bug 520707 in euca2ools "euca-describe-snapshots invalid literal for int() with base 10" [Medium,Confirmed] https://launchpad.net/bugs/52070718:13
mathiazsmoser: bug 52229218:17
uvirtbotLaunchpad bug 522292 in ubuntu "Lucid UEC image 20100215 unable to start on UEC" [Undecided,New] https://launchpad.net/bugs/52229218:17
acalvoI'm in a hurry: does anyone know why a dhcp server receive dhcpdiscover, sends an offer but does not receive a dhcpack?18:39
acalvoit seems to be a little random18:39
mathiazsmoser: working on my cloud-init-puppet upstart job19:00
mathiazsmoser: I'd like to have the puppet cloud config hook run *after* apt repositories have been setup19:00
mathiazsmoser: on which job should I depend on in the cloud-config-puppet job?19:00
mathiazsmoser: start on started cloud-apt-update-upgrade?19:01
smoserstarted ?19:01
smoseri think cloud-apt-update-upgrade is right , but dont know about started19:01
smoserwould that possibly let you run before that job is finished ?19:01
pgoetzhttp://cdimage.ubuntu.com/ubuntu-server/daily/current/ doesn't appear to contain a .iso ....19:03
smoserkirkland, ping19:05
tonyyarussoI'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:10
tonyyarusso(It works fine with an SFTP mount.)19:11
pgoetz@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
smosermathiaz, from started(7),19:14
smoserA task that must be run after another task or service has been  started might use:19:14
smoserstart on started postgresql19:14
smoserhm... first read of that indicated to me more clearly that  'another task' would have already finished. i dont know though.19:15
tonyyarussopgoetz: Yeah, it seems to only be OpenOffice and MS Office files that are affected.19:16
tonyyarussobut only when accessed via samba.19:16
pgoetzwhat version of samba/ubuntu server/oofice?19:16
mathiazsmoser: right - I think it's the right definition19:17
mathiazsmoser: and cloud-apt-update-upgrade will update the apt sources?19:17
smoseryes19:18
tonyyarussopgoetz: 3.4.0-3ubuntu5.4, 9.10, 3.219:18
mathiazsmoser: great thanks19:18
smosermathiaz, but will also have run apt-upgrade (if configured)19:18
mathiazsmoser: np19:18
mathiazsmoser: the use case here is to be able to configure another apt repostory19:19
mathiazsmoser: to pull in a new version of puppet if desired19:19
pgoetz What about opening an openoffice doc using koffice?19:20
tonyyarussopgoetz: I can give you access to the share if that would be helpful.19:20
tonyyarussoI suppose I could try installing koffice on something - I don't have it currently.19:21
pgoetzShould be easy to install (assuming you already have other KDE stuff) and might help narrow the problem down.19:22
tonyyarussois there a read-only flag somewhere internal to the ODF format?19:23
pgoetzhttp://blogs.sun.com/oootnt/entry/read_only_writer_documents19:24
tonyyarussopgoetz: nope, not that.19:26
uvirtbotNew bug: #522797 in postfix (main) "Cancelled the Postfix configuration window. It then crashed." [Undecided,New] https://launchpad.net/bugs/52279719:27
tonyyarussopgoetz: KPresenter appears to have opened it okay?19:27
pgoetzweird.  Sounds like it must be a problem with oo 3.2.19:28
nanderssonHi! Does someone have a link for a "best-practices HOWTO" for setting up your own APT Repository?19:32
tonyyarussonandersson: are you looking to mirror existing ones or create your own for certain software?19:33
nanderssontonyyarusso, Create my own for certain software on my private server19:34
tonyyarussonandersson: I'd try asking Seveas if he's online.19:34
nanderssontonyyarusso, Ok, thanks!  I'll look out for him then :)19:35
tonyyarussonandersson: (not likely to be in here necessarily, use /whois)19:37
nanderssontonyyarusso, Ah, ok, Thanks!19:38
pmatulislamont: do you know what postfix version enabled 'smtp_sasl_auth_cache_name' and a few other suchlike things?19:40
lamontnot off the top of my head, no19:41
pmatulislamont: i'm looking at the changelogs and i can't find anything.  man page just says "since 2.5"19:41
lamontthen 2.5.0-1 :-D19:42
pmatulislamont: hmm19:46
lamontwell, I expect so anyway19:47
pmatulislamont: ok, thx19:47
=== shang is now known as shang_QC
clbri'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
clbrsomeone has a hint?20:24
=== RoyK^ is now known as RoyK
=== shang_QC is now known as shang
lbrinkmaIs their any update on libmysqlclient?20:49
=== dendrobates is now known as dendro-afk
jdstrandjiboumans: fyi, I just filed bug #52284520:51
uvirtbotLaunchpad bug 522845 in libvirt "compiling with libcap-ng disallows qemu/kvm access to files not owned by root" [Undecided,Triaged] https://launchpad.net/bugs/52284520:51
jdstrandjiboumans: soren updated libvirt to be compiled with libcap-ng for the lxc stuff20:52
jdstrandjiboumans: this has some side-effects for the qemu/kvm driver20:52
jdstrandjiboumans: 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 problems20:53
jdstrandjiboumans: I marked it as Triaged, but I'm uncomfortable making changes atm20:54
jdstrandjiboumans: mostly, I wanted you to be aware of the potential problems for any installs that disable the AppArmor security driver20:55
jdstrandjiboumans: I've heard that some eucalyptus deployments do this (though I have no idea why)20:59
uvirtbotNew bug: #521815 in mysql-cluster-7.0 (universe) "breaks all builds requiring libmysqlclient-dev" [Critical,Fix released] https://launchpad.net/bugs/52181521:21
jdstrandkirkland: hey, fyi on backscroll starting with '14:51 < jdstrand> jiboumans: fyi, I just filed bug #522845'21:29
uvirtbotLaunchpad 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/52284521:29
jdstrandkirkland: can you also let ttx know in case I forget?21:30
kirklandjdstrand: let ttx know what exactly?21:30
kirklandjdstrand: that you filed the bug?21:30
jdstrandheh21:30
jdstrandkirkland: not that I filed it per se, but there is a potential problem, as reported in the bug :)21:30
kirklandjdstrand: okay21:30
kirklandjdstrand: i subscribed him to the bug21:31
jdstrandkirkland: 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 guys21:31
* jdstrand should have thought of that21:31
jdstrandkirkland: thanks21:32
kirklandjdstrand: np21:32
geniiompaul isn't helping much21:32
* genii grumbles about wrong channels21:33
jdstrandkirkland: say, have you done much with kvm-autotest?21:33
kirklandjdstrand: sadly, no21:33
kirklandjdstrand: i'm familiar with it21:33
jdstrandkirkland: yeah, me either...21:33
kirklandjdstrand: i watch/follow the threads about it21:33
kirklandjdstrand: soren's presentation was interesting21:34
jdstrandkirkland: do you know if an iso is *required* to be used with it?21:34
jdstrandkirkland: it was indeed!21:34
kirklandjdstrand: i'm pretty sure it's not required21:34
jdstrandkirkland: cool, thanks21:34
* jdstrand sees what he can do with it...21:34
=== dendro-afk is now known as dendrobates
=== rberger_ is now known as rberger
=== dendrobates is now known as dendro-afk
ebartilsonhello, 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 appears22:30
ebartilsonI believe the computer is not letting the CD load to RAM22:31
ebartilsonany help?22:32
=== cs278|| is now known as cs278
sherrClick Install? Is this an "install" icon on the desktop - off a live CD?23:07
usuario_my usb wont mount any advices23:33
usuario_advice23:33
Th0thhello everyone23:42
Th0thI 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:45
Th0thany 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 cpu23:46
twbTh0th: did you check the logs?23:59
twbTh0th: did you check dmesg?23:59

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