/srv/irclogs.ubuntu.com/2008/06/05/#ubuntu-server.txt

soulccan someone help with an vsftpd problem?  error @ http://pastebin.ubuntu.com/17028/00:59
soulcI get no love01:09
JanCsoulc: sounds like something is wrong with your PAM configuration01:10
soulcany suggestion on fixing it?01:13
ahasenacksoulc: perhaps something as simple as a too restrictive permission01:13
soulccan you point to docs maybe?01:14
ahasenacksoulc: check the permissions of /etc/pam.d/vsftpd01:14
soulc-rw-r--r--  1 root root  334 2008-05-25 17:05 vsftpd01:14
ahasenacksoulc: and the /etc/pam.d directory?01:15
soulcshould the dir be exicutable?01:15
ahasenackyes, 0755 in that case01:15
soulcdrwxr-xr-x   2 root root     4096 2008-05-25 22:38 pam.d01:16
zulsommer: the openldap in my ppa should be built if you want to test it out01:16
ahasenacksoulc: looks fine, I don't have any more immediate ideas01:17
kgoetzhi all. anyone written a patch for logwatch to report the number of blocked keys/the keys (like failed logins/illegal users).01:17
soulcthansk01:17
soulcer01:17
soulcthanks for the effort.. |-)01:17
ahasenackperhaps the file is empty, or has some bogus content01:17
soulchttp://pastebin.ubuntu.com/17038/01:18
ScottKdendrobates: I don't see a spec for the different flavors of server (e.g. the mail gateway) that we discussed at UDS.01:20
ahasenacksoulc: no immediate clue, sorry01:22
ahasenacksoulc: I would enable debugging somewhere, vsftpd probably01:22
soulcthanks anyway it is kinda strange01:22
soulcok01:22
ahasenackor add some pam_warn.so lines in the pam file to see up to where it is getting01:22
soulcthe error message is saying that it can't load the vsftpd file in /etc/pam.d01:24
kgoetzsoulc: pastebin the error01:24
soulchttp://pastebin.ubuntu.com/17028/01:24
kgoetzsoulc: does the file exist? whats its perms?01:26
soulc-rw-r--r-- 1 root root 334 2008-05-25 17:05 /etc/pam.d/vsftpd01:27
kgoetzwas it created by you or something else?01:28
soulcsomething else01:28
kgoetzi'm sure i've seen the error before, just dont remember the context01:29
kgoetz(eg, how i fixed it)01:29
soulcha ha ha01:29
soulcisn't that always the way01:29
kgoetzyeah :/ it was 10 months ago in a different country :P01:30
soulcI just can't login01:30
soulcit is weird01:30
kgoetzdoes your /etc/ftpusres (or whatever it was called) exist?01:31
soulcyes01:31
soulchttp://pastebin.ubuntu.com/17043/ conf file01:33
slimjim8094guys - anybody know how to set up a ddns-update scheme?01:46
slimjim8094between bind9 and dhcp-server01:46
=== nealmc1 is now known as nealmcb
* danshearer is away: Zzzz02:12
sommerzul: sweet02:23
jjesse_evening02:23
sommerhey jjesse_02:24
=== jjesse_ is now known as jjeses
=== jjeses is now known as jjesse
jjessethats better02:24
jjessehello sommer02:24
ScottKkirkland: Would you please add licensing/copyright info to your ubuntu-vm-builder parameter generator script?  It's be useful for me possibly to reuse it.05:37
kirklandScottK: sure, i'm planning on adding it to ubuntu-vm-builder, soren-permitting05:37
kirklandScottK: would be licensed under the same as that package05:37
kirklandScottK: I'm glad to hear you find it useful ;-)05:38
kirklandScottK: I'll prepare a debdiff/branch for soren tomorrow, okay?05:38
ScottKkirkland: All i need is for you to add it to your .html file on p.u.c.  I plan to modify it.05:39
kirklandScottK: okay....05:40
* kgoetz respams channel with his question - anyone written a patch for logwatch to report the number of blocked sshkeys by ssh-vulnkey (like failed logins/illegal users)05:40
kirklandScottK: see how that looks....05:43
ScottKkirkland: THanks.05:44
kirklandScottK: no prob, enjoy.05:44
=== dantalizing is now known as the_apostle
ca_dslhi all06:08
ca_dslI need some help with compiling a driver06:09
ca_dslspecifically how the heck I get all the headers needed06:09
hadsWhat are you compiling?06:11
ca_dslhighpoint "open source" drivers06:14
ca_dslfor the rocket raid 45406:14
ca_dslI am trying to follow this howto: http://stefan.freyr.org/?page_id=606:15
ca_dslbut am stuck at the make section06:15
ca_dslit is obvious I am missing headers06:15
ca_dslbut I have no idea wich ones or how to get them06:15
hadsIt's not obvious to me without an error message.06:18
hads:)06:18
ca_dslthere are alot of them06:19
hadsPastebin them.06:19
ca_dslhow do I do that?06:19
ca_dslI have been trying to pipe to an output file06:19
ca_dslwith no success06:19
hadsAre you in an SSH terminal or at the console? If a SSH terminal just copy and paste.06:20
ca_dslat the terminal06:21
kgoetzca_dsl: try 'upstream-dev' (it may still be in the repos)06:21
hadsYou should be able to `command > output_file`06:22
ca_dslkgoetz: "Could not find package upstream-dev"06:23
kgoetzls06:23
kgoetzoops. (ls wasa meant for my terminal)06:23
ca_dslhads: i did that but the output did not match what was on the screen06:23
kgoetzpity. it would be handy right now06:23
hadsWell it may be stderr, try `command &> output_file`06:24
kgoetzca_dsl: you might need 2> as well (stderr)06:24
ca_dslahh06:24
ca_dslokay06:24
ca_dslsays that I don't have config.h06:24
hadsDo you have the kernel headers installed?06:25
ca_dslI believe I do06:25
ca_dslyes06:25
hadspastebin the output from `uname -r` and `dpkg -l | grep linux-`06:25
ca_dsl"/usr/src/linux-headers-2.6.24-16-server exists06:26
ca_dslhads: trying now06:26
ca_dslhds: does not come up with anything06:28
ca_dslbut I am sure I did an apt-get install linux-2.6.24-16-server06:28
hadsImpossible. type; uname -r06:28
ca_dsluname-r = 2.6.24-16-server06:29
ca_dsl?06:29
ca_dslI am running Hardy06:30
hadsOK now type dpkg -l | grep linux-header06:30
ca_dsl2 things06:30
ca_dslheader files related to Linux kernal version06:31
hadsThe package name...06:31
ca_dsllinux-headers-2.6.24-1606:32
ca_dsland linux-headers-2.6.24-16-server06:32
hadsOK good06:32
nealmcbca_dsl: did you 'sudo apt-get build-dep <package>?'06:33
ca_dslam running all these commands after a sudo su06:33
ca_dslI never did a build-dep06:34
ca_dslcould that be the prob06:34
ca_dslsimply apt-get install <package>06:34
* nealmcb nods06:34
hadsSounds like the source is too old for the kernel you are running.06:34
nealmcbthat's what its for06:34
ca_dsl*sigh*06:34
ca_dslfigures06:34
kgoetzyour also using your own environment, just be aware that when you switch back to your user some of your files may be owend by root06:34
ca_dslhmm, did not know that but is good to know06:35
ca_dslif I could build the driver then install it the file ownership is not too important06:35
ca_dslI would think any way06:35
ca_dslI need this driver for the rocket raid card as06:36
ca_dslI intend to use the raid 5 array to store the network data06:37
hadshttp://www.archlinux.org/pipermail/arch/2006-December/012952.html06:37
* ca_dsl goes to url06:37
ca_dsl*ponders*06:38
ca_dslcould I copy autoconf.h to config.h06:38
ca_dslsince i have no idea where the reference is for me to change it06:38
ca_dslnm06:38
ca_dslso if I understand that06:39
ca_dslI simply edit the .c file and change config.h to autoconf.h06:40
ca_dslwell that took care of the first error06:41
ca_dslbut there are a whole bunch of others06:41
ca_dslhads: I can send you the file06:54
ca_dslthe output that is06:54
ca_dslahh07:01
ca_dslhads you were right07:02
ca_dslthe source code it too old for the kernal07:02
ca_dslhttp://ohioloco.ubuntuforums.org/showthread.php?t=77784807:02
ca_dslso basically this card is a 4 channel ide card for me07:04
ca_dslwith no raid support07:04
ca_dslif I could download a pre-compiled driver for ubuntu 7 would it work on 8?07:13
ca_dslie compile it on 7 and copy it my server (8)07:14
ca_dsl?07:14
ca_dslwell i guess compile it on a previous kernel07:18
ca_dsland use it on the new kernerl07:18
ca_dslerr kernel?07:19
ca_dslanyone?07:19
kgoetzi doubt it would07:31
kgoetz(read: it wont)07:32
=== nijaba` is now known as nijaba
fyrestrtrdoes the server kernel have PAE support?08:05
thatguyisjamesheylow08:12
thatguyisjamesi have a handfull of qestions... that im shur any of you can easly anwser08:13
kgoetz!ask | thatguyisjames08:15
ubottuthatguyisjames: Please don't ask to ask a question, ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely answer. :-)08:15
thatguyisjamesok... i wanted to wait to make shur you all where alive..08:15
thatguyisjamesi have just installed the 8.04 ubuntu server on a older pc i have siting around. im just goofing around to basicly see what i can do, i want to learn more about web services and servers. now i have a ok knolage of command line, i can get around in CLI, but... i dont know much about servers. i know enuff about IP addresses to setup a small network. but i dont understand how i can get my dommain name to work and stuff..08:17
thatguyisjamesi have currently a static ip address setup... and the server is named \\server  ... the catch is how do i get it so i can go to the firefox addie..and type http://server and it load the page08:18
thatguyisjamesnot just load the page... but load a html page that i made... i dont even know what folder to ftp into ..or if i can even ftp it...08:18
kgoetzyou need a dns server of some sort08:18
kgoetzand an httpd i guess08:18
kgoetzuse scp to copy files around08:18
thatguyisjamesover the network?08:19
thatguyisjamessee im making the webpages on this desktop...and im going to ftp over to it.. or was... cuz thats all ive ever messed with is ftp08:19
kgoetzuse scp to copy files around08:19
thatguyisjamesthe webserver is working.... when i type in the IP it conects and gives me LAMP's defualt of 'its working!'08:19
thatguyisjamesso syntax would be somthign like ' scp ~/site http://server/site08:20
thatguyisjamesor is scp the protacol08:20
kgoetzscp is the tool. man scp08:21
kgoetz(ssh is the protool)08:21
kgoetz*protocol08:21
thatguyisjamesok thats easy enuff so the syntax is pretty simple i omost had it right...08:23
thatguyisjamesscp thatguy@server ~/file.html08:23
kgoetzalmost08:23
kgoetzscp ~/myfile login@server:08:24
kgoetzand you'll probably want to make a public_html in your home on the server, and enable usermod08:24
thatguyisjamesoks.. now..where do i put that on the server..08:24
thatguyisjamesso in the home folder.. i need to make AH HA.. so the home folder is like the main index08:24
thatguyisjamesso make a dir  . then do a chmod 777 on it?08:25
thatguyisjamesi just dont get how the computer takes the ip address and turns it into a webpage08:25
thatguyisjamesi get that apache dose it.. i just dont get what its thinking and like how its ya works08:25
kgoetzdid you bother to read what i said :/08:26
thatguyisjamesyes... make a folder that is public and enable usermod...08:27
thatguyisjamesi made a folder named ... public...08:27
thatguyisjamesand i ran chmod 77708:27
kgoetzyou dont need or want to08:29
kgoetzyou want ~/public_html to be 75508:29
kgoetzand your ~ to be 70108:30
thatguyisjamesok08:30
thatguyisjamesnow how do i view a hosted webpage, i just made a html doc on the server a simple one in nano, and i saved it test.html inside public08:31
thatguyisjamesis that where i should save the file... what i dont you understand is i am completly dumbfounded on how apache is hosting this i dont understand the background workings...so everything else is magic cuz i dont know the workings08:32
kgoetzit would be easier to work with you if you used english.08:33
thatguyisjamesand i cant find crap online thats helpful... everything is telling you how to install apache .. bla bla ..but isnt explaing where to store the files.08:33
thatguyisjames(my apologies for bad spelling and punctuation.) i will try and type slower so that its clearer, its just i am geting frustrated. all im looking for is a short explination on where to store my html files so that i can go to firefox, and type http://www.server.net/index.html  and get a page i made08:35
kgoetzif you visit http://server.net/~yourusername/index.html you will see the index.html in ~/public_html on the server08:36
kgoetzif you visit http://server.net/index.html you will see index.html in /var/www/ on the server (thats its default location at least)08:37
kgoetzto get server.net to resolv to an IP address you will either need to add it to your clients hosts file, or setup a dns server of some sort08:37
thatguyisjamesok and is that the /etc/resolv.conf (somone elses wrote a readme on how to setup LAMP) they mentioned this.08:39
thatguyisjameshttp://onlyubuntu.blogspot.com/2007/05/ubuntu-704-feisty-fawn-lamp-server.html08:39
thatguyisjamesthats what i followed08:40
kgoetzno its not. its the hosts file ( /etc/hosts) for static configuration, or a dns server08:42
thatguyisjamesok i found host.conf it says08:43
thatguyisjamesorder host,bind08:43
thatguyisjamesmulti on08:43
kgoetzdid you find /etc/hosts?08:44
thatguyisjamesyes.. its /etc/host.conf08:44
kgoetzNO ITS NOT08:44
thatguyisjamesoks.. i did ls |home so i can see it all....08:45
thatguyisjamesi have host.conf hostname hosts08:45
thatguyisjamescat hostname prints out server08:46
thatguyisjamesshould i change that to server.net or .com?08:46
kgoetzno. server is fine08:46
thatguyisjamesoks now with the home dir it dont seem to be working, i cant accsess the server trew the name yet. ive just been doing http:// ip address/ and it brings up the index.html that is in /var/www08:48
kgoetzhave you done this? : (17:07:28) kgoetz: to get server.net to resolv to an IP address you will either need to add it to your clients hosts file, or setup a dns server of some sort08:49
thatguyisjames'add to your clients host file' that means on this comptuer .. i have to add server to the hosts file?08:50
kgoetzyes08:50
uvirtbot`New bug: #237557 in openssh (main) "chroot fails if compiled with SELinux support" [Undecided,New] https://launchpad.net/bugs/23755708:51
kgoetzthatguyisjames: pastebin the contents of your hosts file and i'll give you an example08:51
kgoetz!pastebin | thatguyisjames08:51
ubottuthatguyisjames: pastebin is a service to post multiple-lined texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu.com (make sure you give us the URL for your paste - see also the channel topic)08:51
thatguyisjamesdude i got it... just add the ip and then add the name server08:52
kgoetzno, then the servers name08:53
thatguyisjamesyep, in my case the name of the server is server08:54
kgoetz"name server" means something else again :)08:54
thatguyisjamesyep http://server/ now gives me the it index page ... found in /var/www on the server08:54
kgoetzwoot :)08:56
thatguyisjamesoks thats a pretty simple fix, this is just a 'in house' fix tho... for small networks. my desktop is the only comptuer that knows to think of 192.168.1.2 as server every one else just sees the ip address08:56
thatguyisjamesnow ... if i type http://server/thatguy/index.html i get a not found error08:56
kgoetzneeds to be http://server/~thatguy/08:57
kgoetz(notice tilda)08:57
thatguyisjamesyep.. i noticed it..but i figured it was a typo08:57
thatguyisjamesstill gives me a error saying not found on server08:58
thatguyisjamesdo i need to chmod 755 the html file too?08:58
kgoetz644 should do08:58
thatguyisjamesstill its not finding it09:00
thatguyisjamesdo i need to do a link in the /var/www/ folder or dosnt apache need to know what folders to share to the 'net'09:01
kgoetzsounds like the module isnt enabled properly (without knowing the error your getting)09:01
thatguyisjamesits a 404 error09:02
thatguyisjames' the reqested url was not found on this server09:03
kgoetzhow did you enable the userdir module?09:03
thatguyisjames... i installed LAMP... http://onlyubuntu.blogspot.com/2007/05/ubuntu-704-feisty-fawn-lamp-server.html09:04
thatguyisjamesi fallowed this read me exactly down to the static ip...09:05
thatguyisjameslook this whole thing is a learning experiance. im just trying to learn how all this works.i dont know anything about any of this. i know linux, i dont know web or server info at all09:06
kgoetzright. so having installed a lamp server, you have to work out how to enable userdir09:08
kgoetzbtw, have you looked at https://help.ubuntu.com/community/ApacheMySQLPHP ?09:09
thatguyisjamesyes? ... as in i havnt done it yet09:09
thatguyisjamesi have googled everything i can thing of and cant find any good resorces ... just to explain the software...09:09
thatguyisjamesok so it tells me to make a new file called 'mysite' inside of /etc/apache2/sites-available/ and point it to my home/user/public_html09:17
thatguyisjamesive done this... now the name defualt means this is the defualt page loaded when the server is reached... how do i make it view the 'mysite' option?09:17
thatguyisjamesahh.. im done for the night.. ill bug you peeps later. thank you for the link, that was very helpful, and you did help me understand alittle bit more then i did.09:25
krautmoin09:27
mnemoi installed windows server 2008 a while back, then I booted the hardy live cd and used gparted to resize my main NTFS and create a small ext2 fs as well.... when I rebooted the machine it failed to boot because gparted has overwritten tbe MBR... this is NOT good because tons of people will never install linux ever again if this happens10:44
mnemo(I was able to restore the MBR with dd etc but most windows users won't have a chance to recover from such an error)10:45
mnemoi believe this is a new bug which happens only with windows server 2008 because I did the same thing at home with my vista home premium and there everything worked fine10:45
bimberimnemo: Please report a bug at https://bugs.edge.launchpad.net/ubuntu/+source/gparted/+filebug11:15
mnemoi dont have access to the windows server 2008 machine any more so I can't provide any detailed info on it11:16
mnemoi posted a bug now anyway --> https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/23758511:26
uvirtbot`Launchpad bug 237585 in gparted "gparted makes MBR unreadable by win2008" [Undecided,New]11:26
danshearerhello all11:27
danshearerI want to create my first test blueprint. Any clues how to associate it with Ubuntu Server?11:28
danshearerI went to https://blueprints.launchpad.net/specs/+new11:28
danshearerThen searched for a project: ubuntu-server, ubuntuserver, serverteam....11:28
danshearer?11:28
danshearerah ha, I found this via the wiki: https://blueprints.launchpad.net/~ubuntu-server/11:32
koutaexperience with hardy on dell m1000e enclosure and m600 blades anyone?11:37
bimberimnemo: thanks :)11:38
uvirtbot`New bug: #237587 in samba (main) "crash application before upgrade" [Undecided,New] https://launchpad.net/bugs/23758711:57
nijabadanshearer: you just have to subscribe "ubuntu-server" to the blueprint. use "Subscribe someone else" on the left side. Also it is a good idea to mark Rick Clark/dendrobates as the approver.12:01
cjsstablesikonia:  I have an ubutu client authenticated to my network server but the client cannot play sound from a cd rom.  Client does have access to the cd but just no sound.  I have verified that nothing is muted.  Any help here?12:04
cjsstablesikonia:  umm.. I'm authenticated using ldap12:05
ikoniacjsstables: hello, what's up12:05
ikoniajust reading12:05
ikoniacjsstables: the cdrom is not local ?12:05
cjsstablesyes cdrom is local on the client.  it is playing fine.  just no sound on the client12:06
ikoniahow can it be playing fine on the client, but have no sound on the client ?12:06
ikoniacan you be a bit more specific12:06
cjsstablesWhat I mean is the I have rhythem box running.  IT accesses the cdrom just fine. and begins playing the Audio CD,  but I have no sound output12:08
ikoniacjsstables: ok, can anything else work/play sound ?12:08
cjsstablesno12:09
ikoniacjsstables: is your user in the audio group ?12:10
cjsstablesIf I log on to the client with a local user (non network authentication) sound plays just fine.  Also on boot up I get the ubuntu drum roll...12:10
ikoniaok, so it looks like your central authenticated user is not in the audio gorup12:10
ikoniagroup12:10
ikonia(at a guess)12:10
cjsstablesmy guess is no the user is not in the audion group since the user is an ldap authenticated user12:10
ikoniaok, so make a ldap audio group12:11
cjsstablesok.  I know how to make an ldap group, but I don't know the ins and outs of making a specific audio group12:12
ikoniaon your local box the sound stuff is controlled via a group called "audio" with a gid of 30 (I think) easy think to do is to match that up in ldap12:12
ikoniayou can do it in am ore awkward way, but thats the easy way12:13
cjsstablesok.  I use phpldapadmin to edit groups after I create them, so once created then use phpldapadmin to change gid to 30 right12:14
ikoniacall it audio too to keep it simple, but the key is the gid12:14
ikoniasee how that effects your client12:14
ikonia(I now see why you where pointing out it was authed against ldap)12:14
cjsstablesok I can do that...  how can I verify that the local client uses gid30 for audio?12:15
ikoniacjsstables: look in /etc/group at the adutio group12:15
ikoniaaudio12:15
ikoniaor do "id" on your local user12:16
ikonia(the one that works)12:16
ikoniaor "groups"12:16
spiekeyhello12:17
cjsstablesok.  I gotta switch users and be back....  thanks12:17
spiekeycould anyone please give me a dns server ip (anything but a german dns)12:17
Nafallo208.67.222.22212:17
ikoniaerrr, most dns servers will be locked down from public use12:18
spiekeyNafallo: thanks!12:18
Nafalloalso 208.67.220.22012:19
cjsstablesikonia:  guess I have a problem with the local client.  I get the drum roll at the login screen, but no sound after a local login.12:27
* nijaba bbl12:28
cjsstablesso I guess I'll hold off on doing the audio group at the server and try to figure out why local sopund doesn't work12:28
cjsstablesanyone know of a good sound diagnostic wiki?12:30
ograhttps://wiki.ubuntu.com/DebuggingSoundProblems ?12:30
=== slimjim8094____ is now known as slimjim8094
cjsstablesorga:  Thanks..  got that debugged...12:39
=== [gquit]bombadil is now known as gquit|bombadil
cjsstablesikonia:  i did smbldap-groupadd -g 30 Audio and got error adding group12:49
mohamed_hello all, i have ubuntu-server installed but alsa not installed by default, what package  i need to install for alsa to get sound working ?13:05
sorenmohamed_: For general (not server specific) support visit #ubuntu13:11
mohamed_thanks soren i'll do now13:12
soren:)13:12
mohamed_i only because i installed ubuntu-server :)13:12
=== danshearer is now known as danshearerimnots
=== danshearerimnots is now known as danshearer
jjessemorning13:41
sommermorning jjesse13:41
zulsommer: thanks for testing13:44
jjessehow are you sommer?13:45
sommerzul: no problem, I'm going to update my test production machine this morning to check for regressions, but so far looks good :)14:04
sommerjjesse: I'm good, need some more sleepy time, heh14:04
jjessesommer: don't we all, was up watching the red wings game instead of going to bed14:04
sommerya that looked like a good game, but I missed it14:07
jjesserecorded it and saved it to my dvr14:07
milestonehi all14:08
milestoneis it no longer possible to configure software raid through the server installer?14:08
zulsommer: sweetness14:09
zulsommer: let me know as soon as possible if anything goes wrong14:09
milestonei have to say software root raid14:10
milestoneas far as i remember it is possible with the etch installer14:11
saltedlighthi. can anyone point me to a good tutorial to make a network server?14:27
sommersaltedlight: https://help.ubuntu.com/8.04/serverguide/C/index.html14:29
stickystyleIn your ~/public_html folder you can put your files, php is supported.14:29
stickystylesorry, wrong #14:29
lukehasnonamesaltedlight: what sort of "networked server"14:33
lukehasnonameweb, ftp, file, etc14:33
lukehasnonamerouter14:33
lukehasnonamewell sommer covered it.14:34
melteris there a proper way to remove old kernels from /boot?14:44
lukehasnonameyes14:47
lukehasnonameI don't know it >_>14:47
saltedlighti have a system that is connected to internet using pppoe on eth0. what i wanna do is to share the internet connection with other computers. for this i have the second network card, eth1, wich is connected to a switch. other computers should just be pluged in to the switch and they should get an local ip and get connected to internet14:48
saltedlighti'm not shure if is the proper way to do that, but i just remove the old kernels from /boot/grub/menu.lst and then delete each of them from /boot14:49
\shmelter, apt-get remove linux-image-<version> ?14:50
uvirtbot`New bug: #237630 in mysql-dfsg-5.0 (main) "package mysql-server-5.0 5.0.51a-3ubuntu5.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 - fails due to AppArmor" [Undecided,New] https://launchpad.net/bugs/23763014:52
lukehasnonamehttp://mibbit.com/pb/BYl9df14:52
lukehasnonamesaltedlight look at that14:52
lukehasnonamenot sure if it will help14:53
tomshis there some howto for ubuntu server 8.04 and raid installation?14:56
zuljdstrand: can you look at that new mysql bug?14:57
henoHi soren. Filed a qemu bug for you, complete with screenshot and patch :) bug 23763515:04
uvirtbot`Launchpad bug 237635 in qemu "qemu mouse and keyboard grab is an accessibility problem" [Medium,Triaged] https://launchpad.net/bugs/23763515:04
jdstrandzul: responded15:06
zuljdstrand: thanks..15:07
=== uvirtbot` is now known as uvirtbot
sorenheno: Heh.. thanks.15:22
tomshis it possible having /boot partition on a ubuntu server raid installation?15:23
_rubensure15:24
tomshwhen i try with installer it fails15:25
_ruben/dev/md0 on /boot type ext3 (rw)15:27
_rubenworks like a charm15:27
_rubendidnt do anything special to make it work either15:28
tomshi create only one raid device15:30
tomsh#015:30
sorenso where's your root partition?15:30
tomshi try o use only one raid device with all partition on it15:30
tomshand i have boot and / partition on the same software raid device15:32
tomshpartman fails with this error15:33
tomshError running tune2fs -l dev/md/015:33
ikoniaerrr, most dns servers will be locked down from public use15:40
ikoniacjsstables: how did you get on15:40
ikonia(oops, ignore the first line)15:40
_rubentomsh: you cant create multiple partitions on a md device, you need a single md device for each partition15:45
_rubenbut im out .. bbl15:45
tomshok15:45
tomshthanks15:45
sorentomsh: Er..15:45
sorentomsh: How would you put more than one filesystem on a single block device?15:45
sorenLVM?15:45
tomshno15:46
Ali_ixHi, i need a web-based GUI for an ubuntu server running apache and some ftp server (proftpd maybe) to do the accounting and general monitoring. any suggestions or recommendation?15:46
tomshsoren: you are right but installer permits this way15:49
sorentomsh: How?15:51
=== lamont` is now known as lamont_
=== lamont_ is now known as lamont__
=== lamont__ is now known as lamont
tomshsoren: installer fails during partitioning but permit to put more than one filesystem using menu15:54
sorenhow`15:54
soren?15:54
tomshafter creating raid device15:55
tomshif i use guided partitioning15:55
tomshit put / and swap on the same raid device15:55
sorenThe guided partitioning did?15:56
tomshyes15:56
tomshi'm tryng with a virtual server now15:56
sorenI'd talk to the good folks in #ubuntu-installer about this, if I were you.15:56
tomshi have to do other test15:56
tomshnow grub fails...15:57
tomshcoffee break now... :)15:57
jjesseany way to get official cds of the ubuntu server?16:25
GuiriHey guys. I've implemented an icecast2 server, but using ffmpeg2theora with oggfwd renderse horribly out of sync videos. I'm working on an mplayer hack right now that'll encode from raw streams sitting in a buffer. In the meantime, any other ideas for a small streaming server for 5 people?16:26
zuljjesse: shipit.ubuntu.com is what you are probably looking for16:26
jjessezul: can i get official server cds from there?  i know i can get official ubuntu cds but didn't know if i can get official server cds16:27
zuljjesse: I believe so but if you download the iso thats offical as well16:28
jjessei know  was hoping for something shiny and nice like i got at UDS Boston16:28
zuljjesse: yes you can get an offical server cds fom shipit16:30
jjessezul thanks16:30
jjessezul: thanks for the info always used shipit.kubuntu instead of shipit.ubntu16:32
Guiriany idea why permission to copy files would be denied to the Darwin Streaming Server ./Install? I'm running as sudo and tried as root.16:35
sixstonehi all, is there anyone who have tried heartbeat in hardy using IPaddr2 as clone resource?16:44
=== ogra_ is now known as ogra
Guirianyone on permissions problem above?17:02
zulmathiaz: ping17:56
zulmathiaz: so I went through all of the upstream openldap bugs and divided them into crashers/hangs, syncrepl bugs, and other ran the openldap testsuites, sommer is running it on his test servers without any problems so far and I just have to file all the SRU paperwork and do the upload to proposed17:59
mathiazzul: awesome !18:09
mathiazzul: which bug number ?18:09
zulmathiaz: still writing up the bug :)18:10
zulmathiaz: bug #23768818:16
uvirtbotLaunchpad bug 237688 in openldap2.3 "[SRU] openldap 2.4.9 from 8.04.1." [Undecided,New] https://launchpad.net/bugs/23768818:16
babolatA newbie here. just got LAMP working. I was wondering if there was a way to assign my IP a public hostname when I have dynamic service. i'd love a live test/demo site for this little project im doing..18:17
zulbabolat: dyndns.org18:19
* danshearer is away: blah18:20
mathiazzul: where the two test run sucessful ?18:22
zulmathiaz: yep18:23
mathiazzul: hm - were qa-regression and upstream tests sucessful ?18:23
mathiazzul: did some of them failed in 2.4.7 ?18:23
zulmathiaz: yeah there are two tests that are know to fail18:24
zuls/know/known/g18:24
mathiazzul: known to fail in 2.4.7 and 2.4.9 ?18:25
mathiazzul: or only 2.4.7 ?18:25
zulmathiaz: known to fail in 2.4.7 and 2.4.9 because of the way we build openldap I believe18:25
uvirtbotNew bug: #237688 in openldap2.3 (main) "[SRU] openldap 2.4.9 from 8.04.1." [Undecided,New] https://launchpad.net/bugs/23768818:26
mathiazzul: I'd update the bug description to specify that both test suites are sucessful18:27
mathiazzul: and that the tests that fail, also failed on 2.4.718:27
mathiazzul: ie no regression were introduced as far as tests are concerned18:27
lsali may joined the discussion a bit late and I dont know what you guys were talking about but i just gave up on openldap yesterday since i could not implement tls18:29
zulmathiaz: grr its complaining about a bad md5sum18:30
mathiazlsal: would this be your problem: http://www.openldap.org/its/index.cgi/Software%20Bugs?id=5360;selectid=5360 ?18:30
mathiazlsal: could you try openldap 2.4.9 for hardy - it's available in zul PPA - https://launchpad.net/~zulcss/+archive18:31
lsali will scratch the whole thing and start it now. I am following this procedure for the certificates http://www.openldap.org/faq/data/cache/185.html18:34
lsalis anything else to add in the slapd.conf or ldap.conf18:35
keeskirkland: random thought while review my TODO list, can you add to the "Private directory" blueprint the need to document the adduser configuration files better so that admins can set home dirs to 700 by default if they want to?18:46
kirklandkees: sure18:46
keesthx :)18:47
zulmathiaz: uploaded to hardy-proposed18:51
ryoohkitest18:52
kirklandkees: done, added to "Outstanding Issues" -- https://wiki.ubuntu.com/EncryptedPrivateDirectory18:53
=== the_apostle is now known as dantalizing
keesperfect18:55
franco81I'm having trouble with a new install of mysql whereby I cannot log in as the root user, only as user mysql, and in which case I cannot access the mysql db and edit the users table...any help appreciated19:04
keescan we add http://sourceware.org/systemtap/wiki/utrace/tests to a checklist somewhere for kernel testing once the intrepid kernel is out?19:07
zulkees: we should start a wiki page on u.c that lists how to run test suites on our packages19:10
ctx144khello all19:33
ctx144k iam using ubuntu8.04 (server)19:33
ctx144k is there a way to set default-grub-parameters in a config. so that after an update they will allways use automaticly19:33
ctx144ki mean grub-parameter like  ro quiete splash19:33
keesctx144k: edit your /boot/grub/menu.lst line '# defoptions=...'  changing "..." to whatever you want, and then "sudo update-grub"19:34
ctx144kkees, one moment, ill look for it19:35
ctx144knice, ill try19:36
ctx144kkees, that is not what i mean19:49
ctx144kafter a kernel-update grub is reconfigure the menu.lst19:49
ctx144ki need lang=de_DE for the new kernel19:50
JanCctx144k: did you read 'man update-grub' ?19:59
JanCand the comments in the default menu.lst ?19:59
slimjim8094sup guys20:20
slimjim8094anyone there?20:20
mathiaz!ask | slimjim809420:22
ubottuslimjim8094: Please don't ask to ask a question, ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely answer. :-)20:22
kirklandkees: regarding EncryptedPrivateDirectory, I'm going to need to get ecryptfs-utils from universe into main, so we'll probably need to have a code review of it at some point, right?20:23
slimjim8094ubuntu server 8.04 with bind9 authoratative for my domain and dhcp3-server on the same computer. need dhcp3-server (or alternately the dhcp client) to update the ddns records in bind20:23
kirklandkees: can we set aside some time for that during our July sprint?20:24
keeskirkland: sure, that sounds good20:28
keeskirkland: it might be a good idea to start the MIR process for it now anyway, since there is more than just the audit to do.20:28
kirklandkees: you bet, i'm capturing that in the outstanding issues in the spec, at the moment20:29
keeseeeexcellent</burns>20:30
emgentheya people :)20:33
keesheya emgent20:33
=== slimjim8094 is now known as Guest63888
=== slimjim8094____ is now known as roblaptop
=== roblaptop is now known as slimjim8094
=== nijaba` is now known as nijaba
slimjim8094regex n00b help: " named\[.(computer|192.168.1.100)"21:15
slimjim8094never mind21:16
kirklandzul: debdiff uploaded to https://bugs.edge.launchpad.net/ubuntu/+source/apache2/+bug/23529421:34
uvirtbotLaunchpad bug 235294 in apache2 "[SRU] apache2 mpm-worker segmentation fault." [Undecided,Confirmed]21:34
=== dantalizing is now known as the_apostle
mathiazkees: is there any reason to keep the logic and dependencie on openssl-blacklist in ssl-cert in intrepid ?22:49
mathiazkees: IIUC we don't need to check that the snakeoil cert has been generated with a vulnerable openssl since we'd only upgrade from hardy22:50
keesmathiaz: hm, well, I'm unsure.  What about hardy-to-LTS+1?23:09
mathiazkees: hm.. we support upgrade from LTS to LTS+2 ?23:11
keesdunno, but since hardy was affected, I'd guess we'd want to keep it.23:11
mathiazkees: hardy has an updated version of ssl-cert - and before starting a dist-upgrade, end user are supposed to run an update23:12
kees"supposed to" is the key there.  I'm certainly on the fence about it.23:12
mathiazkees: keeping around means we'd support from hardy that haven't installed the ssl-cert update23:12
keesyeah, I think perhaps not then -- double check with jdstrand, though.  he spent much more time on the ssl cert part of the problems.23:13
=== erichammon1 is now known as erichammond
uvirtbotNew bug: #237768 in krb5 (main) "Please sync krb5 1.6.dfsg.3-2 (main) from Debian unstable (main)." [Wishlist,Confirmed] https://launchpad.net/bugs/23776823:21
ajmitchif they've still got bad ssl certificates by the time they go to upgrade, they've got issues23:31
sorenmathiaz, kees: I'd prefer to keep it.23:40
mathiazsoren: why ? it's the only diff with debian.23:40
sorenThere's a difference between which upgrades paths are supported and which upgrade paths we'll accept might leave you with a highly vulnerable system.23:41
sorenmathiaz: What has debian done to combat the ssl problem in ssl-cert? Nothing?23:41
mathiazsoren: AFAICT yes23:41
sorenI'd much rather work towards getting the cool stuff into Debian and then keep it.23:41
sorenI for one sometimes upgrade from odd versions of Ubuntu to whatever is current.23:42
mathiazsoren: right - that's the another option23:42
soren...because I'm perfectly fine with the "if it breaks, I get to keep both pieces" policy.23:42
sorenI'm not so much fine with the "if you don't do exactly what we say, your system will be horribly, horribly insecure" idea :)23:43
shelbyscateshey guys23:58
shelbyscatesi just installed ubuntu server hardy on a new server i got hold of23:58
shelbyscatesim 13 and im a unix "user" but very new to ubuntu23:58
shelbyscatesand i know how all nice you guys are to n00bs... :P23:58
shelbyscatesso i was wondering if i could ask for a bit of help23:59
kirkland!ask23:59
ubottuPlease don't ask to ask a question, ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely answer. :-)23:59

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