/srv/irclogs.ubuntu.com/2009/06/26/#ubuntu-server.txt

diffraalfa: that's a known issue00:27
diffrayou need to update the perc 3 firmware.  There's a bug in it.00:28
diffrahttp://bugzilla.kernel.org/show_bug.cgi?id=913300:29
uvirtbotbugzilla.kernel.org bug 9133 in AACRAID "aacraid driver fails with Dell PowerEdge Expandable RAID Controller 3/Di" [Normal,Closed: code_fix]00:29
diffrawow, thanks, uvirtbot.00:29
a1fadiffra01:18
a1fathanks01:18
a1fai'll do this tomorrow01:18
=== scfh_ is now known as scfh
Skaaghow do I get the linux kernel source for my currently running kernel, 2.6.28-13-server02:17
qiyong[09:41:59] <qiyong> what is src group for?02:44
qiyong[09:42:10] <qiyong> what user should my cvs run as?02:44
twbYou probably shouldn't still be using CVS03:01
qiyongtwb: i need slim client side scm, so cvs is better than svn for this03:04
twbqiyong: it's really not worth it.03:05
twbI think you'd be better off investigation a modern DVCS.  CVS will just drive your team insane.03:05
qiyongtwb: DVCS? what is it?03:05
qiyongdistrubted version control system?03:06
twbhttp://en.wikipedia.org/wiki/Distributed_version_control_system03:06
qiyongtwb: i knew svn git hg well03:06
qiyongtwb: but my team need to manipulate huge amount of binary files03:06
qiyongtwb: only cvs run fast enough for this purpose03:06
qiyongsvn downloads too much extra data03:07
twbqiyong: ah, that's a good rationale.03:15
qiyongtwb: i wish i can use a modern replacement03:16
twbqiyong: when you said "slim client side" I thought you were talking about build dependencies or something03:16
qiyongtwb: i didn't find any03:16
twbqiyong: yeah, it sucks.03:16
twbqiyong: out of curiosity, what are the binary files?  medical imaging?03:17
qiyongtwb: i thought svn can be tuned, but it can't03:17
qiyongtwb: yeah, quite closely to, various imaging03:17
qiyongalso pdf03:17
twbYeah, there's not much you can do about that.03:17
twbReally you're hitting an edge case of what VCS is intended to do.03:18
twbYou almost want to use a distributed filesystem or something instead...03:18
twbqiyong: have you looked into something like GFS?  (I admit I don't really know what your requirements are.)03:19
qiyongtwb: i can't data stored centrally03:21
qiyongtwb: s/can't/want/03:21
qiyongtwb: i need some kind of history infomation, so nfs, windows share doen't work03:22
twbFair enough.03:22
twbAlthough you could get lightweight per-file history using RCS instead of CVS -- on top of NFS/CIFS.03:22
twbFor the case where you almost always care about the current version, but occasionally need history.03:22
twb...although I dunno if RCS supports binary files, now I think about it...03:23
qiyongtwb: not sure if RCS has some usable windows client03:23
twbAh, you need Windows support, too.03:23
twbI don't envy that set of requirements! :-)03:23
qiyongi guess RCS was too crude to use03:23
qiyongso i have to stick to cvs, not moving on to svn03:24
twbWell, CVS is basically just RCS with supports for pulling/pushing files without using NFS03:24
qiyongif cvs dead, i'd have to take its source and keep it alive03:24
qiyongi remeber there's still a development cvs and also cvs nt03:25
qiyongso there's three cvs alive now03:25
twbYeah, but they're both pretty dead03:25
twbIn Debian, the latest changes to CVS and CVS-NT were both in 2006.03:27
hikenboothello I am trying to update-initramfs i am getting fatal: modules must be specified suing absolute paths any ideas?03:27
hikenboots/suing /using03:27
twbhikenboot: check /etc/initramfs/modules and /usr/share/initramfs/modules03:27
twbhikenboot: sounds like you installed a third-party package that has a mistake in it03:28
hikenbootcould i get around the problem instead by recreating the initrd image using update-initramfs instead of updating?03:29
hikenbootwhats the ramifications of doing this?03:29
twbhikenboot: what has happened, according to the error, is that a package has asked initramfs-tools to include a kernel module that it thinks is necessary to boot -- but it has not given that module's full path.03:30
twbhikenboot: you need to find this reference and correct it, or purge the broken package altogether.03:30
qiyongtwb: what version of your 2006 cvs?03:31
hikenbootok thanks03:31
twbqiyong: Version: 1:1.12.13-12 and Version: 2.5.03.2382-3.303:32
twbqiyong: note that I meant the last *upstream* release was in 2006 -- there have been Debian NMUs and tweaks since then.03:32
qiyongtwb: so distro still working on it03:35
ajmitchonly the bare minimum of fixes to stop it being unusable03:36
qiyongi'll write a small pkg to help adduser for cvs03:38
twbRight, as ajmitch says03:41
hikenboot hello i am getting boot failed: no such device /dev/mapper/<volume-name> trying to boot a xen kernel anyone able to shed some light on this problem?03:43
hikenbootI tried installing a package or two relative to lvm2 that i thought would help per someones suggestion but it made no difference03:44
hikenbootI am using raid and lvm for my system partiton which is the one it failes on03:44
hikenboots/failes/fails and s /patiton/partition03:48
bcwouldn't this be the master device on the secondary IDE? -> ata2.0103:51
=== Captain`Picard is now known as Hasbro
=== s_markow_ is now known as s_markow
bcnote, that was in dmesg output. wrt, ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen04:40
nandemonaiHiya guys. Quick question about ssh keys. If I setup a key and use it, yet leave password auth enabled, will ssh fallback to password authentication when a key is not used for the same user?05:11
jmarsdenYes.  But the quicker way to find out this kind of thing is to try it :)05:12
nandemonaiI figured. Just wanted to check before going ahead. Much appreciated :)05:13
qiyongi often get connection reset error when i mirror archive.ubuntu.com05:16
qiyongwhy?05:16
=== tonyyaru1so is now known as tonyyarusso
SkaagWhat's the advantage of using LVM on the entire disk, as opposed to just using the entire disk regularly?08:45
Skaagnever mind I found a nice blog post about it08:51
twbSkaag: 1) snapshots; 2) migrating to new hot-swapped disks; 3) resizing; 4) possibly, striping08:57
Skaagyah, and most of these things live08:58
Skaagimpressive stuff08:58
twbIn short: flexibility08:58
a_okwhere can i find the JSON stuff for php5?09:28
ajmitcha_ok: what do you mean by the JSON stuff?09:36
a_okajmitch: the json.so lib in what package is it?09:36
a_okthere used to be a php5-json package but its gone09:37
ajmitchin which version?09:38
ajmitchas far as I know, it's no longer a separate package09:39
a_okas long as I can get JSON extention to work its all fine by me09:39
ajmitchtried using the functions in it with just the normal PHP that's installed?09:40
a_okno09:40
ajmitchsince it looks to have been included from 5.2 onwards, which is why I asked which version09:40
a_okah version of php09:40
ajmitchversion of ubuntu would have told me which version of php as well09:41
a_ok5.2.4-2ubuntu5.609:41
a_okhardy harron09:41
ajmitchok, it should be included then09:41
a_okthank you09:41
* ajmitch doesn't have his hardy laptop turned on to test it out09:41
qiyongi want to upgrade from jaunty to karmic, how advices and procedures?09:50
a_okajmitch: all checks out just fine thanks agian09:51
=== sakjur is now known as i
=== i is now known as sakjur
axisyshow long it takes more the login message to update ?11:33
axisysit said i need to install 3 packages.. i installed it and re-ssh and still getting the same message11:33
axisyshow long it takes for the login message to update ? (typo in prev post)11:34
=== ogra__ is now known as ogra
axisysnow it is gone.. i am guessing about 5 mins ?11:38
axisysalso when I login what is it that gets called and tell me that I have pkgs available to be updated or system needs to be restarted?11:49
hikenboot hello i am getting boot failed: no such device /dev/mapper/<volume-name> trying to boot a xen kernel anyone able to shed some light on this problem12:26
hikenbootI tried installing a package or two relative to lvm2 that i thought would help per someones suggestion and updated initramfs but it made no differenc12:27
hikenboot I am using raid and lvm for my system partiton which is the one it failes on12:27
hikenboots/failes/fails and s /patiton/partition12:27
_rubenusing lilo or grub?12:28
hikenbootgrub12:32
hikenbootoh same thing boots with a non xen kernel12:33
hikenboot_ruben whats the significants of lilo vrs grub?13:04
dthackerIs the power5 CPU supported by ubuntu server?13:25
dthackerSorry, should be specific.  IBM power 513:25
uvirtbotNew bug: #392521 in php5 (main) "Segmentation fault when running any script" [Undecided,New] https://launchpad.net/bugs/39252113:46
uvirtbotNew bug: #392532 in apache2 (main) "apache2.2-common: /etc/init.d/apache2 script is empty" [Undecided,New] https://launchpad.net/bugs/39253214:05
_rubenhikenboot: grub doesnt support /boot on lvm14:10
hikenboot_ruben,  boot is on a separate partition and it has the problem trying to mount the system on the lvm volume14:15
uvirtbotNew bug: #389909 in samba "Nautilus can't browse local network if ISP uses DNS redirection" [Undecided,New] https://launchpad.net/bugs/38990914:25
uvirtbotNew bug: #390556 in openssh (main) "openssh-server dos regression in jaunty (oom_adj)" [Undecided,Confirmed] https://launchpad.net/bugs/39055614:31
heath|workGood morning14:39
sgsaxanother day, another openssl vuln14:39
Appiah_About the automatic updates , i selected install security updates, is there any log on what security updates it applies?14:39
sommerAppiah_: check /var/log/apt/term.log14:42
sgsaxAppiah_: you can also look in /var/log/dpkg.log for recent activity14:43
Appiah_ah14:44
Appiah_thanks14:44
asaavedrahello, is it possible to use dovecot-postfix package (Ubuntu 9.04) using mysql authentication for virtual domains?14:45
sommerasaavedra: sure, you'll just need to add the additional configs to postfix14:53
* sommer isn't sure what they are though14:53
asaavedrasommer: thank you, I'm trying a couple of tutorials, but none is intended for specific package dovecot-postfix14:54
sommerasaavedra: np, the dovecot-postfix package basically just configures postfix for SMTPAUTH using dovecot... so any additional configs you add shouldn't be a problem14:55
uvirtbotNew bug: #390955 in mysql-dfsg-5.0 (main) "package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: subprocess pre-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/39095514:56
uvirtbotNew bug: #390954 in bacula (universe) "package bacula-director-pgsql 2.4.2-1ubuntu6 failed to install/upgrade: subprocess post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/39095414:57
asaavedrasommer: I'll keep trying, thank your for your comments14:57
sommerasaavedra: np, others in this channel may have setup postfix and mysql so if you have specific questions feel free to ask14:58
ragsI was trying password less rsh from differnt hosts using .rhosts file, but only works with ip addresses, so I guess the problem is with name resolution. But my dsn resolves the addresses correctly.15:01
GorlistHi, just grabbing debootstrap from  http://archive.ubuntu.com/ubuntu/pool/main/d/debootstrap - however which one should I be using to install Hardy LTS?15:02
Gorlist1.0.13.tar.gz or.. http://archive.ubuntu.com/ubuntu/pool/main/d/debootstrap/15:03
Gorlistdebootstrap_1.0.13~hardy1.tar.gz15:03
Gorlistno suggestions?15:06
sorenGorlist: You should be using the installer to install Hardy.15:11
sorenReally.15:11
sorenGorlist: What are you trying to achieve?15:11
Gorlist :) w15:11
Gorlistwell15:11
Gorlistim install via a serial console15:11
Gorlistthus using debootstrap, however theirs no script for hardy15:12
Gorlistthe last one is gusty?15:12
sorenHardy's a symlink to gutsy.15:12
Gorlistin version 1.0.1315:12
sorenUnless you're using the version from Gutsy.15:12
Gorlistwhat does that mean?15:12
sorenWhat does what mean?15:12
Gorlistsymlink to gusty15:12
sorenDo you know what a symlink is?15:13
Gorlistnop15:13
Gorlistsoft link,15:13
Gorlistso gusty is hardy?15:13
Gorlistso whats this one for - debootstrap_1.0.13~hardy1.tar.gz15:14
sommercan ldap be used to define samba shares?15:21
sorenGorlist: You really don't need debootstrap to install over a serail connection.15:22
sorenGorlist: In fact, I'm unsure how debootstrap would help you in that situation.15:22
Gorlisthmm15:22
Gorlisthow would you do it?15:22
sorenGorlist: Also, if you don't know what symlinks are, I'm afraid you'll have very little fun indeed using debootstrap.15:22
Gorlistim following this guide15:22
Gorlisthttp://sbmonkey.wordpress.com/2008/06/25/ubuntu-on-serverbeach-a-step-by-step-guide/15:22
Gorlistconsider it a technical exercise :)15:23
sorenGorlist: I don't see where that mentions anything at all about serial connections?15:23
Gorlistwell im running in recovery/ram mode you see15:23
Gorlistvia serial console into that15:24
Gorlistworking so far, just confused on the lack of hardy script in gusty15:24
sorenIt's *gutsy*, not gusty.15:25
sorenAnd why are you running gutsy?15:25
GorlistI don't want to to15:26
Gorlisttoo15:26
GorlistI want to run hardy15:26
Gorlistbut their* is no hardy script inside debootstrap15:26
uvirtbotNew bug: #392124 in openssh (main) "ssh wrong home path" [Undecided,New] https://launchpad.net/bugs/39212415:26
sorenGorlist: Yes there is.15:26
Gorlisterm15:26
sorenGorlist: Where are you looking?15:26
hikenbootcan anyone help with the mount problem I posted earlier this morning for raided lvm on / partition (note boot not raided and using grub) also note works fine for other kernels not the xen kernel15:27
Gorlisthttp://archive.ubuntu.com/ubuntu/pool/main/d/debootstrap/debootstrap_1.0.13.tar.gz15:27
Gorlistscripts/ubuntu15:27
Gorlistbreezy, hoary, gutsy, feisty, warty, edgy and dapper15:28
Gorlistno hardy15:28
Gorlistand 1.0.13 is the latest version?15:29
soren...15:30
sorenYou shouldn't be looking at the tar.gz15:30
sorenThe links are created at build time.15:30
sorenThey're in the deb.15:30
sorenSo when you install debootstrap, they're there.15:30
ScottKkirkland: I was wondering if you could have a look at Bug #374067?  From the duplicate bug it appears to be encryptfs related.15:30
uvirtbotLaunchpad bug 374067 in clamav "9.04 boot process hangs when using clamav-freshclam with pam_mount" [Undecided,New] https://launchpad.net/bugs/37406715:30
kirklandScottK: looking ...15:31
ScottKThanks.15:31
Gorlistsoren: so I should be grabbing debootstrap_1.0.13_all.deb15:31
sorenGorlist: Yes.15:31
Gorlistsoren: doh!15:32
Gorlistsoren: :)15:32
kirklandScottK: this isn't ecryptfs ...  he says he uses pam_mount to mount his home partition15:33
kirklandScottK: i looked at pam_mount's code a year ago, and it was so bad, i wrote pam_ecryptfs15:33
kirklandScottK: his bug could very well be pam_mount related15:33
ScottKkirkland: I see.  I know almost nothing about this part of the system.  I think it's clearly not clamav's problem.  Suggestions?15:34
kirklandScottK: hmm, let me see how i'd debug it ...15:35
ScottKkirkland: Please do.  Whatever advice you can give the reporter would be great.  What I know is "hmmm, encryption on disk ... Ask kirkland."15:35
kirklandScottK: what does clam do with the pam statck?15:35
kirklandScottK: heh, thanks :-)15:36
ScottKkirkland: Nothing.  I think he's got freshclam installing it's data into his home directory (some of the GUI front ends do this).15:36
ivokshello everybody15:53
ScottKivoks: Hello15:54
uvirtbotNew bug: #392474 in mysql-dfsg-5.0 (main) "package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: ??? ??????? pre-removal script ????? ?????? ?? ????????? ?? ???????? ?? 1" [Undecided,New] https://launchpad.net/bugs/39247415:57
axisysi noticed in jaunty when I ssh login to a box if there are any new pkgs pending update it mentions the total number.. unlike older releases.. i like it .. and also curious .. what functions gets called when i ssh in that display those pkg status ?15:58
sommeraxisys: update-motd15:58
axisyssommer: i did not see it in my .bashrc15:58
sommeraxisys: it's run from cron15:59
sommeraxisys: https://help.ubuntu.com/9.04/serverguide/C/update-motd.html15:59
axisyssommer: oh ok .. cool., thanks15:59
sommeraxisys: np16:00
ivoks\sh: interested in testing 8.3.3rc2+some_patches drbd in production? :)16:00
sommerheeeh production patches16:01
axisyssommer: would be nice if it send custom messages to users16:10
axisyssommer: like you are using too much disk space .. i know quota works16:12
sommeraxisys: sure, you'll just need to create a script for that16:14
axisyssommer: thanks16:21
marquinosHi!16:53
marquinosI'm trying (for learn) to create a "tinyurl".16:56
marquinosI tried at work with Windows and it worked.16:56
marquinosBut in Ubuntu server the .htaccess file not works fine.16:56
marquinosRewriteEngine On16:56
marquinosRewriteRule ^([a-zA-Z0-9\-]+)/?$ index.php?codigo=$1  [L,NC]16:56
marquinosAny idea, please?16:56
marquinosThanks!16:56
ivoksdid you enable rewrite module?16:57
ivoksa2enmod rewrite16:57
marquinosyes16:58
ivokshuats: my padwan is ready to become motu; what's our next step? :)16:58
ivoksmarquinos: and you restarted apache?16:58
marquinosa restart the machine16:59
marquinos:P16:59
marquinosthis is the source code:16:59
marquinoshttp://xiki.to/16:59
huatsivoks: already ready to become a MOTU ?16:59
huatsok16:59
huatsI'll take the time to send you the email tomorrow night16:59
ivokshuats: yeah; this is his second run for it16:59
marquinosI'm learning only16:59
huatsivoks: I am a bit surprised since usually it is says that you need to spend a whole cycle working before applying17:00
ivoksmarquinos: sorry, i don't speak spanish :/17:00
marquinoswell17:00
marquinosthe same code & .htaccess worked fine in windows17:01
marquinos*-)17:01
marquinosin Ubuntu server works fine17:01
huatsivoks: if you think he can apply to MOTU there is nothing different to do than for someone else17:01
marquinosbut http://xiki.to/aac not work17:01
marquinosworks17:01
marquinosbut works http://wiki.to?code=aac17:01
marquinosI need rewrite the url from http://xiki.to/aac to http://wiki.to?code=aac17:01
marquinosbut the .htaccess not works in ubuntu :(17:02
huatsivoks: you are sure MOTU no Ubuntu Universe Contributor ?17:02
marquinosI don't undertand17:02
Fenix|workGreetings!17:02
ivokshuats: he knows how to merge, sync, package, patch, where are docs... what else is there to know?17:02
huatsivoks: to become a MOTU ?17:02
ivoksyes17:03
huatshe needs to practice and practice and practice17:03
huats:)17:03
Fenix|workCan anyone assist with dmraid? :)17:03
tomsdalewhat would you recommend as a base for a webserver/mailserver installation on vmware. JeOS or generic, 9.04 or 8.04 LTS.17:38
tomsdaleI gave my provider already an image with 8.04 and the server image but he couldn't boot it due to a kernel error. I couldn't find the JeOS kernel image in the repositories so I'm thinking about redoing the whole image.17:40
Fenix|workHas anything changed in dmraid in the last couple of months?  Ubuntu now sees my ASR array with a different name that's padded with lots of spaces and won't mount the partitions.17:40
ivokstomsdale: what kind of an error?17:43
tomsdaleivoks: he wasn't specific but I had problems before with a 64Bit server image on virtualbox - usually using the generic kernel solves the issue.17:44
ivoksah... 64bit on vmware17:44
tomsdaleI don't know where his error comes from - I am able to run the same image on windows 7/vmware server 2.0.1 without problems on my core duo laptop CPU17:45
ivoksmaybe his vmware is on 32bit system17:46
tomsdaleI guess so - In this case it would be smarter to give him a 32 bit install as well?17:46
ivoksyes17:47
tomsdalesince I have to redo it anyways again - what about JeOS vs Generic and should I stick to 8.04 LTS or go with 9.04.17:49
tomsdaleApparently you can upgrade between LTSes so I'm more thinking it would be smarter to still use 8.0417:49
ivoksi'd go with 8.0417:49
ivoksand then, when inside virtual machine, install linux-virtual kernel17:50
tomsdaleis JeOS only available for 32bit? I tried finding it on the 64bit install but linux-virtual doesn't install.17:51
ivoksi don't even know what jeos is :)17:51
ivoksi've heard rumors about it, but have never seen it :D17:51
tomsdaleI'm actually thinking of starting with the JeOS image. JeOS apparrently is a tuned kernel for virtual appliances.17:51
ivoksso, that's linux-virtual17:51
tomsdalefrom what I understand it's a very basic system to start with.17:52
ivoksubuntu-server it self is very basic17:52
ivoksiirc, jeos was just merged into ubuntu17:52
ivokssoren: could you give us some info?17:53
tomsdalefrom what I know I think it exists since 8.04, 8.10 introduced the vmbuilder but 9.04 I have no idea, nothing in the wiki yet.17:53
ivoksvmbuilder is something else17:54
ivoksor... hm..17:54
ivoksi don't know17:54
ivoksjust use normal ubuntu-server17:54
ivoksinstall linux-virtual and you are good to go17:54
tomsdaleyou have a 32bit install. As I said on the 64it install linux-virtual was not installable.17:54
ivokslinux-virtual is available on 64bit17:55
ivoksFilename: pool/main/l/linux-meta/linux-virtual_2.6.28.11.15_amd64.deb17:55
tomsdalestrange - maybe I'm missing a repository or messed one up. I will double check that.17:56
ivoksor... not :)17:56
ivokshttps://bugs.edge.launchpad.net/ubuntu/+source/base-installer/+bug/28336817:56
uvirtbotLaunchpad bug 283368 in base-installer "linux-virtual cannot be installed with an amd64 iso" [High,Fix released]17:56
ivoksbut that's in installer17:57
tomsdalehm - fix released only for 8.10 - seems 8.04 still has the bug.17:57
ivoksright... virtual isn't in hardy17:58
ivoksfor amd6417:58
tomsdaleI guess one can use a backport but I wonder why they didn't fix it in 8.04. It's a LTS.17:59
ivoksthat's not a fix18:00
ivoksthat's a decission18:00
ivoks-virtual doesn't exist for amd64 in hardy18:00
ivoksthere are probably reasons for that18:00
tomsdaleok ivoks, I'll ask my provider whether his underlying host system is 32 bit and base my desicion on that. In any case thanks for your input.18:04
=== bud_ is now known as Guest90560
rsrhi18:19
rsrim having some trouble. I dont know if its apache related. Maybe someone might help me figure it out. I have joomla running on apache and it was configured on an internal ethernet interface with an ip like 192.168.0.x. Now I have moved it to another location wich required me to reconfigure with another ip. but when I access the server through a browser certain aspects of joomla tries to connect to the old ip 192...18:19
rsrit is running on ubuntu-server LTS18:20
zoopsterrsr: you will need to visit the joomla config and change the references to your new site...always you dns names where possible to avoid these issues18:25
zoopsterrsr: that should have been USE dns names where possible18:25
rsrok zoopster...ive seen it works after a while of trying to load18:26
zoopsterrsr: ah..so it may be a cache issue on your browser18:26
rsrno18:27
rsrive tried accessing from another browser18:27
rsrsame thing18:27
rsrbut its ok18:27
rsrafter it takes a lonk while and loads18:27
rsrfurther loading is quick18:27
ballooozahello hello, I have a question, I hope this is the server channel, can somone18:45
balloooza  confirm this, I have a problem with dhcp server/ ethernet, the server18:45
balloooza  assigns itself an ip address to an interface set up as static18:45
sorenballoooza: Reboot it.18:45
ballooozaI have done that 2 times, it dose it every 5 minuits18:45
sorenballoooza: Let me guess. It was installed using dhcp, and now you changed the config, and it keeps getting reset+18:46
ballooozano, I did nothing, it was on for 71 days, and now it is going crazy (this is only one of the problems) I am fearfull of a security breach of some sort18:46
sorenPut your /etc/network/interfaces somewhere. (on a pastebin)18:47
sorenCheck for dhclient processes.18:47
ballooozamy /etc/network/interfaces is fine, that is what I first checked, and whenever I run dhclient, it resets not only th ewlan ip (for modem) but the ip clearly set as static in /etc/network/interfaces18:50
ballooozait is strange, is there a way to see what the reson the ip was set, I was able to see when it set the ip in the logs, but no justificarion for the static configured interface to accept a dhcp assigned address18:52
ballooozaI mean I can see somthing like: set ip 192.168.2.98 to 00:00:e..... but I would like to see somthing like, Now setting static interfae=eth2 to dhcp, because bang computer and throw out window!=true, this would explain that because I have yet to throw the computer out the window, the address remains dhcp.18:55
ballooozasorry for the hypothetical18:56
ballooozadose anyone know the log file for an interface, I suppose I could run wireshark, but I am more interested in what convinced the interface(eth2) set to static to use dhch to gat an address18:59
_rubeninstalling 9.04-server on a via c3 board .. wonder how that'll go :)18:59
Gorlisthow can I check my root harddrive? (e.g. hd0,0)19:01
Gorlisttried fdisk -l but only comes back with partitions19:01
marquinosHi!19:02
marquinosMy before problem is solved19:02
marquinos:)19:02
ballooozahi19:02
marquinosfor use .htaccess in ubuntu server19:02
marquinosI must edit sudo nano /etc/apache2/sites-enabled/000-default19:02
ballooozathat is good, I wish I had as good of news19:02
marquinosand Options Indexes FollowSymLinks MultiViews19:02
marquinosAllowOverride None19:02
marquinosOrder allow,deny19:02
marquinosallow from all19:02
marquinoschange by :19:03
marquinosOptions Indexes FollowSymLinks MultiViews19:03
marquinosAllowOverride All19:03
marquinosOrder allow,deny19:03
marquinosallow from all19:03
ballooozamarq, stop19:03
marquinos;)19:03
ballooozapaste.ubuntu.com19:03
marquinossorry :$19:04
ballooozathat is cool, the floodbot warning is science fictiony, warning balloooza= leaving, prepare for demensional activity19:07
* genii prepares for dementialistic activities19:10
heath|workI am trying to understand split views in bind, but there are two files: named.conf and named.conf.local .  I am assuming all of the options I want to add should go in the .local file, but should the acl and views be stored in the named.conf ? If so, should I just lose the named.conf.local file?20:08
_rubenheath|work: close .. the named.conf is maintained by the package(r) .. named.conf.local contains your own custom/local changes20:13
_rubenif i recall correctly that is20:13
heath|workhmmm thanks _ruben20:16
LeeQanyone have experience with APE?20:27
LeeQI'm having trouble installing it20:27
LeeQsrc/json.c:251: warning: âjson_callbackâ defined but not used20:27
FFEMTcJCan anyone tell me why the most recient updates that came out are requesting a reboot?20:36
sommerFFEMTcJ: probably a kernel update20:36
heath|workFFEMTcJ,  libssl openssl today20:50
heath|workI'm not sure why there are requesting me to restart though20:51
Abel408Hello everyone! When booting into the ubuntu server cd the computer runs through a bunch of stuff and stops at "Debian GNU/Linux 4.0 www tty1      www login:" and waits for me to enter a username and password.20:54
Abel408Anyone know what the login is?20:54
a1fahey20:55
a1fahas anyone updated dell firmware though ubuntu20:55
henkjan!jdstrand++ # filtering by interface in ufw21:09
ubottuError: I am only a bot, please don't think I'm intelligent :)21:09
jdstrandheh21:11
jdstrandthat was fast, that was my first blog post on my shiny new blog :)21:12
henkjanits agegrated  on planet.ubuntu.com21:13
FFEMTcJtzdata file libssl  libsasl linux-libc-dev openssl libmagic1 libc6 is what i upgraded today heath|work, best i can tell21:16
jdstrandhenkjan: I know, I added myself, I was just surprised at how quickly I got the blog up, integrated and people responding. cool :)21:18
a1fadamn21:19
a1fai dont get it why i am getting such bad performance from these servers21:19
a1fa70mb/s21:19
a1fawhats the secret?21:19
jdstrandheath|work: bacically, many *many* things use libssl. rather then trying to say you have to restart a hundred applications, you are asked to restart21:19
heath|workjdstrand, that makes sense21:19
a1fai have a 2x2 Core 3.2Ghz Intel Xeon, with 5GB of RAM, RAID 5 disk21:20
a1fa15K RPM21:20
a1faand this is what hdparm reports21:20
a1fa Timing buffered disk reads:  204 MB in  3.03 seconds =  67.42 MB/sec21:20
* bogeyd6_ :321:21
a1fathis is just assannine21:21
a1fawtf am I missing?21:22
hikenboothello i am getting boot failed: no such device /dev/mapper/<volume-name> trying to boot a xen kernel anyone able to shed some light on this problem?21:24
hikenbooti am trying to use lvm and raid on ubuntu 9.04 except for /boot which is not raided cause I am using grub instead of lilo21:24
hikenbootit fails on both a debian kernel and also a custom ubuntu kernel...not sure what I am missing21:24
hikenbootbbs21:27
jmarsden|worka1fa: Try using a benchmark more representative of your expected server load? hdparm is for tweaking hard drives, not for serious benchmarking.21:27
a1fajmarsden: i am getting 300mb/s on another server21:35
a1faDell 285021:35
a1faUbuntu 9.0421:35
_rubenhdparm isnt a benchmarking tool21:36
jmarsden|worka1fa: Same disk controller and disks on both machines?  hdparm -tT does odd things on some controllers, at least for me it does... use iozone or bonnie++ or some more "real" disk benchmark to get yourself a better view of what is happening.21:37
_rubeniometer is better (tho far from perfect on linux)21:37
a1fadoes iometer run in shell? and is it fast?21:42
a1faI am doing bonnie++ benchmark right npw21:47
a1faon both servers21:47
a1fa9gb files21:48
a1fa:P21:48
a1faits taking forever21:48
a1fa2850 is literally rockin21:50
a1fa100+ mb/s21:50
a1faas far as my naked eye can tell21:50
a1fa2650 not so much21:50
a1fa[    1.601795] scsi 0:0:0:0: Direct-Access     SEAGATE  ST3300555SS      T106 PQ: 0 ANSI: 521:52
a1faon Dell 285021:52
a1fa[    2.906545] scsi 2:0:0:0: Direct-Access     DELL     PERC RAID5       V1.0 PQ: 0 ANSI: 221:55
a1faon 265021:55
a1fahdparm is pretty much dead on with bonnie++21:59
a1faanyone else with Dell 2650 here?22:01
a1fanvm22:11
a1fawith Raid 5 you can only get single disk speeds22:11
a1fadue to stripping22:11
a1fawith Raid 10 i am bound to get 200mb/s22:11
a1fafucking simple as that22:18
LiraNunahello,22:24
LiraNunaI got a rather disturbing problem on 8.04.222:24
LiraNunait's a production server, and I've just noticed this problem while upgrading the system's RAM22:25
LiraNunawhen I shut it down, it complains it cannot unmount file systems, as it doesn't have permissions22:25
LiraNunathis results in fsck kicking in the next boot22:25
jmarsden|workLiraNuna: Seems odd, but I'd check permissions on / , /etc , and /etc/mtab for sanity22:27
LiraNunapermissions on / ?22:28
jmarsden|workls -ld /22:28
LiraNunaoh, never knew about d22:28
LiraNunahttp://pastie.org/52593722:29
LiraNunaseems okay to me22:29
jmarsden|workLooks OK to me too.  I'm not sure what else to suggest... if the server stays up for months at a time, maybe you don't really care about this and should just get it back online as is?22:30
LiraNunaI'd rather not ignore problems such as this, the server is connected to a UPS, and when it's low it shuts it down. If it will shutdown without clean unmount, it might make stuff worse22:32
LiraNunawhere can I find info about how ubuntu commercial support is working? is there a per-hour basis instead of monthly fee?22:33
jmarsden|workSure.  Then you'll probably want to read the shutdown scripts and see where it umount's file systems,and figure out what is going on from there.22:33
jmarsden|workI don't think Canonical does per-incident support.22:33
LiraNunaI got no experience with shutdown scripts, just startup22:33
LiraNunamind giving me a few pointers if you are knowledgeable?22:34
jmarsden|workI would but it's the middle of my work day... I'm supposed to be working :)22:34
LiraNunaoh whoops, didn't notice that22:35
LiraNunathank you so much for your time22:35
LiraNunaI hope I didn't get you in trouble22:35
jmarsden|workNo problem... if I'm still here as jmarsden in 3 or 4 hours time, ask me again :)22:36
LiraNunajmarsden|work, thank you; highly appreciated22:39
DelphiWorldhello Ubuntu users22:44
DelphiWorldplease anyone here use OpenSer in ubuntu?22:45
DelphiWorldi installed PhpPgadmin but i'm unable to access it using my Browser: 403 Forbidden22:46
LiraNunathose are the errors I get during shutdown: http://pastie.org/52596622:54
LiraNunawhich is rather silly since root is executing that script22:54
LiraNunaI believe the problem is apparmor...23:00
LiraNunaapparently /bin/dash is confined and I can't seem to stop apparmor23:01
LiraNunasame bug as here https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/26888023:02
uvirtbotLaunchpad bug 268880 in apparmor "aa-logprof : multiple Use of uninitialized value " [Undecided,Confirmed]23:02
jdstrandLiraNuna: just passing by, but you don't have to guess-- check /var/log/kern.log for 'audit' errors. see https://wiki.ubuntu.com/DebuggingApparmor for details23:33
LiraNunajdstrand, the problem was indeed apparmor23:33
LiraNunaapparently /bin/dash was enforced23:33
LiraNunaso it couldn't unmount (even root couldn't)23:34
jdstrandthat is a seriously non-default profile23:34
LiraNunaI know, I messed with apache profile23:34
jdstrandah23:34
LiraNunabut I still don't know why /bin/dash was included23:34
LiraNunaI ended up purging apparmor and reloading (since root didn't have the privileges to stop it now!)23:35
jdstrandyou could have just moved the init script aside and rebooted23:35
jdstrandbye purging you likely lost the cause of the problem and how to avoid it23:36
jdstrands/bye/by/23:36
LiraNunatrue ...23:36
sbeattieor rebooted with "apparmor.enabled=0" on the kernel command line23:36
jdstrandah yes, an even better option23:37
jdstrandleave to sbeattie to come up with the ultimate option :)23:37
* LiraNuna takes notes23:38
LiraNunathank you both,23:39
jdstrandnp23:39
LiraNunaokay and it's back23:39
LiraNunaI got no profiles and I just called aa-logprof23:39
LiraNunahttp://pastie.org/52600823:40
LiraNunaat least it stops this time23:40
c0rleoneanyone knows how i fix this ? i cant install apache2... please http://pastebin.com/md8c98ed23:51

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