/srv/irclogs.ubuntu.com/2008/07/29/#ubuntu-server.txt

zulkirkland: I know I regularily get email ;)00:47
Sp0tterWhy does a guided LVM put all the available space in the / partition?  You can't shrink that while its up, so then whats the pointin the LVM?01:10
Sp0tternijaba: how do i keep my fully auto install from never ending?  install, reboot, install, reboot ?02:22
twbHow can I find the section (i.e. main, restricted, universe or multiverse) for each installed package?02:23
twb(I've been asked for the licensing details for all software on my server.)02:24
hadsSomeone gave me a one-liner for that ages ago let me see if I can find it.02:25
twbOn Debian I'd just check the Section: for a slash (e.g. admin/non-free), but that doesn't seem to work on Ubuntu.02:26
hadscomm -12 <(apt-cache dumpavail | grep-dctrl -nsPackage -FSection universe/ |sort) <(dpkg --get-selections | awk '$2 == "install" { print $1 }'|sort)02:27
hadsUgly huh02:27
twbgrep-status probably would be shorter02:28
ScottKsommer: I don't know if guilt will work or not, but saying pretty please hasn't gotten anything except from you.02:31
twbhads: I'm not convinced its working02:36
hadsOK02:36
twbFor example, I'm pretty sure mg is in universe02:37
twbYeah, it is02:37
twbhads: this is a shorter version of your original one-liner, but it still has the same problem: grep-status -nsPackage,Section -FStatus "install ok installed" | paste -sd "  \n" | sort | grep universe/02:38
twbThis has better success: aptitude search ~i~s^universe/02:40
hadsThat's nicer02:44
=== PV2 is now known as PrivateVoid
twbHmm, I'm still a bit suspicious of false negatives, but I've stopped caring.03:07
=== PV1 is now known as PrivateVoid
twbThanks for your time.03:07
uvirtbotNew bug: #252784 in openldap (main) "ppolicy+smbk5pwd password modify" [Undecided,New] https://launchpad.net/bugs/25278403:21
=== freaky[t] is now known as c1|freaky
twbAnybody got pam ldap auth working correctly (against slapd, running on the same Ubuntu 8.04 host)?05:03
twbI had kerberos working, then I was told to switch it over to ldap (because there are no shiny GUIs for krb).  Now I broke both of `em, and I'm about to blindly follow a zimbra weenie's auth-client-config setup and see if it magically works.05:04
twbLast time I looked at this box (some weeks ago), we determined that slapd had the appropriate values in its database (PosixUserAccount, IIRC) but for some reason pam_ldap can't see them.05:05
HefferMooMoDoes anyone know why postfix hangs in telnet?06:11
ScottKIt doesn't here.06:18
HefferMooMoScottK: That's odd. It says "Escape character is '^]'. then lets me type in and everything, but nothing works06:19
ScottKDo you get a line after that that starts with 220?06:20
ScottKHefferMooMo: ^^06:21
HefferMooMonope, that's what i got earlier. it then stopped working06:21
HefferMooMoScottK: i then got despirate enough to reformat06:21
ScottKThen your postfix is dieing and you need to be looking in the logs.06:22
HefferMooMoi looked in syslog, and it didn't say anything06:22
ScottKHefferMooMo: OK.  What's your current situation?06:22
HefferMooMocurrent situation is that i havn't a clue why it hangs like that, and i don't know of any specific log that could help =(06:22
ScottKHefferMooMo: As a general rule in Linux and other Unix like operating systems you'll have more luck trying to understand the problem and fix it than nuking it from space everytime it misbehaves.06:23
hads:)06:23
ScottKAre you logged into the server now?06:23
ScottKHefferMooMo: ^^06:23
HefferMooMoyea, but not on this computer. Normally i woudln't nuke it, but i just switched the server over from a windows06:23
ScottKHefferMooMo: It's past 1AM here, I'm tired, and I'm not paid to do this, so please pay attention.06:24
HefferMooMoI am paying attention. I just type slowly sometimes06:24
ScottKssh into the server and do tail -f /var/log/mail.log06:24
ScottKOK06:24
ScottKHefferMooMo: Once you've done that, telnet to the server again and see what the logs say.06:25
ScottK!pastebin | HefferMooMo06:25
ubottuHefferMooMo: 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)06:25
ScottKThat's where you should put your results06:25
HefferMooMothanks, it's not much, it seems to be something about some /etc/aliases.db06:26
ScottKPlease pastebin what is says06:27
ScottKAll of it.06:27
hadsBeing out of date? If so, you need to update it06:27
ScottKI'm guessing, but I'd rather read the whole log entry before I get excited.  That shouldn't make Postfix crash.06:27
hadsYeah sorry, just interrupting :)06:28
ScottKYou wanna take over so I can go to bed?06:28
HefferMooMossh doesn't work (i apparently don't have it setup on my server)06:28
hadsScottK: Yah I can.06:29
hads(although I'm at work so may be slow)06:29
HefferMooMoThanks ScottK06:29
ScottKhads: Please do.06:29
hadsnp06:29
* ScottK has to be up in ~4 hours.06:29
ScottKThanks.06:29
hadsGo sleep06:29
hadsHefferMooMo: So can you pastebin the log?06:30
HefferMooMoyea, had to go to pastebin on the server first (i have xubuntu desktop installed)06:30
HefferMooMohttp://paste.ubuntu.com/31588/06:31
hadsOK, run `sudo postalias /etc/aliases`06:32
hads/etc/aliases is a text format file which is 'compiled' into a binary file for postfix to access.06:33
hadsYou need to run that command any time you update the text file.06:33
HefferMooMoah06:33
HefferMooMothanks, that seemed to work06:33
hadsPostfix is pretty good at telling you what is wrong so usually if you look in the logs you'll get the idea.06:34
lamonthads: or you can be a traditionalist and 'sudo newaliases'06:34
HefferMooMofresh install worked the first time, then it acted up like this, i gotta keep a note of this. Thanks06:34
hadslamont: I was going to... but I chose that for consistancy with the other postfix mapping files :)06:34
HefferMooMothe newaliases, lots of googling had me look at that, but isn't that automatically run at install?06:35
lamontISTR that I only run it if I created /etc/aliases, or added to it06:35
lamontabout to face plant into the keyboard though, so I'm not going to go look06:35
hads:)06:36
HefferMooMoi'm still new to ubuntu some what so it's not real surprise that i didn't know which log file it modified06:36
HefferMooMoi thank you all for your help06:36
lamontfor values of "I" == postfix's postinst script06:36
* lamont -> bed06:37
krautmoin08:07
=== crummygummy_ is now known as CrummyGummy
=== MenZa_ is now known as MenZa
uvirtbotNew bug: #252843 in php5 (main) "hardy php5 max execution time" [Undecided,New] https://launchpad.net/bugs/25284309:11
nanderssonIs the Ubuntu 8.10-release now in sync with Fedora 10 or is it just a coincidence that you release within two days?09:28
sorennandersson: What do you mean by "in sync"?09:33
nanderssonwell, like the call Mark did for syncing the releases09:34
nanderssoni.e the release dates09:34
nanderssonMarks mark09:34
sorenI'm not familiar with any alignment of release dates. Ours was set months ago.09:34
nanderssonsoren, either it is happening - or it is just a "happy coincidence"09:35
nanderssonCould be a coincidence then - or the Fedora team actually likes the idea of aligning the release dates09:35
nanderssonI think it's a great idea09:35
sorennandersson: Apparantly, their release date is at least as old as ours.09:36
nanderssonlooks promising though :)09:37
nanderssonthe release dates are just within a two day time span09:37
toastmakerHello! I plan to run a cluster using Ubuntu 8.04 server edition and I would like ask if there is a support for Infiniband communication and Fibre Channel connection to disk array in Ubuntu or if it is more probably to expect some problems... The only Linux distros which are confirmed by the HW vendors are SLES and RedHat, but I would like to use Ubuntu if it works.. Has anyone some experience with this and could redirect me to propper web resourc09:46
sorenI've not personally tested it, but both should work just fine.10:01
sorentoastmaker: ^10:01
toastmakersoren: thanks for the comment.10:08
toastmakerBy the way, don't you know about any HPC (High performance computing) site dedicated to Ubuntu? I've found https://wiki.ubuntu.com/UbuntuClusters, but last edit comes from the year 2006..10:08
sorenI've heard of some, but I don't remember who they were, and if I did, I'm not sure if I were at liberty to tell you about it :)10:09
sorenOh, you mean "site" as in "web site2?10:10
soren"?10:10
toastmakerweb page :)10:12
toastmakersoren: or portal10:13
ghostcubeahhhhhh10:52
ghostcubelol know it makes sense no one answers me in #ubuntu10:53
ghostcubeok guys little question about the new kernel updeate10:53
ghostcube2.6.x.2010:53
ghostcubeno chance to boot it up on my machine 2.6.x.19 does fine10:53
ghostcubeso can anyone tell me what changed so heavy that it doesnt boot10:53
_rubenproviding any errors you might be seeing might help11:00
_rubenhrm .. i wonder if there's a way to configure a nic to "up" but not get an ip address assigned to it11:00
_rubenguess i could configure some bogus ip for it, but that'd be nasty11:01
ghostcube_ruben: i get no errors11:01
ghostcubeit just stops from the 3rd row on startup11:01
ghostcubeit just freezes11:01
ghostcubex.19 works fine11:01
ghostcubex.20 not11:01
ghostcubeanyone an idea  maybe11:05
ghostcubeits en sempron 2800 + and 2 250 gig sata 211:05
ghostcubewith 1 gig ram11:05
ghostcubehah11:18
ghostcubethere is an update11:18
ghostcubemaybe this fixes it rofl11:18
sommerjdstrand: I figured out my issue with the auth-client-config kerberos_example profile... my regular user had the same password as the kerberos principal13:41
sommerjdstrand: is there a way for the password to be the same and to get a ticket using pam on login?13:41
sommerjdstrand: and have ccreds, heh13:42
sommerif not we can always add something to the documentation about it13:42
jdstrandsommer: unfortunately I am not a pam stacking expert-- however, I bet slangasek could help you14:26
jdstrandsommer: he is writing something that is supposed to get all the stacking right out of the box14:27
uvirtbotNew bug: #250841 in php-imagick (universe) "Image Magic Libraries missing (dup-of: 203023)" [Undecided,New] https://launchpad.net/bugs/25084114:27
sommerjdstrand: ah cool, I'll ping him about it... might do some more reading myself14:28
sommerjdstrand: thanks14:28
jdstrandnp-- thanks for trying to improve this :)14:28
=== c1|freaky is now known as fReAkY[t]
uvirtbotNew bug: #252980 in postfix (main) "mydestinations can't be preseeded" [Undecided,New] https://launchpad.net/bugs/25298015:56
nealmcbserver team meeting in 2 min in #ubuntu-meeting15:58
=== ivoks_ is now known as ivoks
lukehasnonameI see someone in the debian-devel ML took up my call for apache www root to be relocated to /srv16:34
CyberSnooPDoes anyone know if there are any implications of having your BaseDN not be of a "dc=example,dc=com" format?17:10
sommerCyberSnooP: I think that's mostly convention, but you may need a dc="something" at the end17:11
* delcoyote hi#17:12
nealmcbnijaba: I'll just miss you at linuxworldexpo in san francisco - I'm in oakland until Saturday, then on to LA etc17:22
=== RoAk is now known as RoAkSoAx
Buzzonshi -- question :: When i reboot an ubuntu box it gets past grub and hangs just after "Starting up" with a flashing cursor18:14
Buzzonsif i boot to recovery mode it boots ok -- what could be wrong with the main boot option18:15
uvirtbotNew bug: #253032 in likewise-open (main) "likewise-open-gui needs a better menu item name" [Undecided,New] https://launchpad.net/bugs/25303218:16
lukehasnonameYou know what would be interesting? Taking some books that are really popular like "Linux Server Hacks", go through them, "Ubuntuize" them, and get permission to republish them as certified instructions for Ubuntu Server18:48
nijabanealmcb: too bad!  I'll see you in Dec I'm sure18:56
Bnydelldoes anyone know of a tutorial to install a GUI for my server?19:01
Deepsapt-get install xubuntu-desktop?19:05
Bnydellit says could not open lock file var/lib/dpkg/lock - open (13 Permission denied)19:13
lukehasnonameBnydell: You have a package manager already running, I believe19:14
lukehasnonameor you didn't "sudo" that command19:14
lukehasnonameyou need to run installs with sudo19:15
Bnydelli tried sudo apt-get install xubuntu-desktop19:15
BnydellDo i need to have the installation cd in?19:15
lukehasnonameas I said, make sure you aren't already running an install, apt-get, or aptitude19:17
BnydellLet me restart the machine. See if it will work19:18
maw_Bnydell: if your package manager crashed sometimes the lock file can remain19:19
maw_you can remove it19:19
maw_and then launch apt again19:19
lukehasnonamehaha check this: Apache/2.2.8 (Ubuntu) mod_python/3.3.1 Python/2.5.2 Server at www.washingtontimes.com Port 8019:19
Bnydelli am new to ubuntu so i do not know how to do that.19:19
maw_lukehasnoname: I tried emailing the webmaster but the mail just came to me... ;)19:20
maw_how helpful is that?! :P19:20
maw_Bnydell: where you using "apt-get" ?19:20
Bnydellyes19:20
BnydellI tried sudo apt-get install xubuntu-desktop19:21
lukehasnonamemaw_: Ya, pwnt. looks like their site got "Drudged"19:21
maw_try a "ps aux | grep -i apt" without quotes, is there anything running?19:21
=== backenfutter is now known as [backenfutter]
maw_legitimate dDOS situations are funny... damn you ./, digg etc...19:21
maw_err /.19:22
Bnydellmaw it had one line of stuff come up after i typed in the command19:22
maw_paste me that line please, it was probably just the result from bash19:22
BnydellLet me type it out, im on my laptop19:22
Bnydell1000 4335 0.0 0.0 3004 824 tty1 S+ 14:22 0:00 grep -i apt19:23
maw_ok, so apt isn't running19:24
maw_what is in "ls -l /var/lock"19:24
Bnydellwell i restarted the system.  a while ago. But i just typed in Is -1 /var/lock and it didnt come up with anything19:25
maw_and what is the error again when you try "sudo apt-get install <your package>"19:25
Bnydelllet me retype that command hold on19:25
BnydellReading package lists... Done19:26
Bnydellbuilding dependency tree19:26
Bnydellreading state information... Done19:26
BnydellE: couldn't find package xubuntu-desktop19:26
maw_the computer you are running that command on has internet access?19:27
Bnydelluh.  not currently I would need to disconnect the ethernet from this laptop to do it19:27
Bnydellshould i run the command after connecting in the cable?19:27
maw_well, I think by default it tries to use online repositories19:28
maw_unless you modified apt to use local media19:28
maw_so just to confirm, you want to install xfce desktop?19:28
Bnydelli have not modified anything. I just installed ubuntu server 20 minutes ago19:28
Bnydelldid nothing to it yet19:29
Bnydellits a clean install19:29
Bnydelli want to install a GU19:29
BnydellGUI*19:29
maw_ok, and you want xfce?19:29
Bnydelldeeps said to type in apt-get install xubuntu-desktop19:29
maw_I see, well that probably won't work on a server install19:30
BnydellIf posible.  I do not know the difference between that and other GUI's if there is any at all19:30
maw_http://packages.ubuntu.com/hardy/xubuntu-desktop19:30
maw_http://packages.ubuntu.com/hardy/xfce419:31
jonesyfinally found virtualbox and can install the ubuntu server edition :-D19:31
maw_you probably want to do "sudo apt-get install xfce4"19:31
maw_xfce is a desktop environment like gnome and KDE19:31
maw_it is more lightweight19:31
Bnydellso it can insatll on this server, am i correct?19:31
maw_and might be better suited for a server install19:31
Bnydellok19:31
Bnydellso i should connect the internet cable and then type in the command sudo apt-get install xfce419:32
Deepsthere are very few GUI tools to configure server services btw19:32
maw_well seeing how the first link I sent you says "This package depends on all of the packages in the Xubuntu desktop system" and you have SERVER... I dont think it will work19:32
Deepsit's not like windows, where everything is configured through a gui19:32
maw_desktop != server19:33
maw_and ya, what Deeps said...19:33
Bnydellyea19:33
maw_and I agree with Deeps that server install is better to manage from shell19:33
BnydellI do not have any knowledge at all of command line.  and the only reason we are using ubuntu is it is free not like the other servers.      We wanted a gui for it so that we can do things easyer.    we are really only using this server as a file server and maybe printer serveer19:36
maw_just use windows then19:37
maw_unless your office is all *nix machines19:37
jonesyguis are harder.19:38
maw_or use "openfiler" if all you need is a filesystem19:38
maw_err file server19:38
jonesyyou'd not spend any more time learning the gui if you're not familiar with the gui.19:38
jonesyor... any *less* tiem.19:38
jonesyerr. time.19:38
maw_http://www.openfiler.com/19:38
maw_^ free and is a NAS/SAN19:38
uvirtbotmaw_: Error: "free" is not a valid command.19:38
maw_lol?19:39
Bnydelllol19:39
maw_anyways.. use openfiler19:39
Bnydellany free programs...19:39
maw_otherwise you are going to have to setup everything manually on ubuntu to work with your windows environment19:39
Bnydellor can i just use something that is already on the ubuntu server19:39
maw_and since it sounds like you have limited *nix experience, you might be best with a windows file sevrer19:40
maw_Bnydell: what would you use?19:40
maw_do you know of something?19:40
maw_do you think SMB is ready to sync with your active directory?19:40
Bnydellwe did not want to pay for a windows file server19:40
maw_a W2K3 license is 500-1000$... or just use MSDN license19:41
maw_before you totally cheap out you should consider how much time you will need to spend implementing and maintaining your solution19:41
Bnydellwell thanks for your guys help19:41
maw_good luck19:42
maw_try openfiler if you dont want to spend any money19:42
maw_and you want a out of box solution19:42
maw_WITH gui19:42
Bnydellok i will look into that19:42
maw_or go buy yourself a "linux system administration" book and start doing it all off ubuntu :)19:43
Deepsheh19:43
maw_you should learn sometime19:43
Bnydell'holy shit just had a huge earthquake19:43
Deepsbecome an MS partner and get the action pack starter kit19:43
Deeps300 euros19:43
Bnydellexcuse my french19:43
Deepsgets you 2 server licenses, 10 desktop licenses, and a whole bunch more19:43
maw_Bnydell: lol? glass shatter?19:43
Deepsincluding office, exchange, visual studio19:43
maw_http://www.openfiler.com/products/screenshots/19:44
Bnydellno, but everything in the office just started shaking, lated a abou 10-20 seconds19:44
Deepsopenfiler looks nice19:45
Bnydellheh was over 5.019:46
Bnydelllooking on http://quake.usgs.gov/recenteqs/ and that big red thing is basicaly covering where i work and live19:47
lukehasnonameI just saw19:50
lukehasnonamehttp://earthquake.usgs.gov/eqcenter/recenteqsus/Quakes/ci14383980.php19:50
Bnydellwe are a few milies from episenter, was 5.8 earthquake19:51
Bnydelleh there goes aftershock19:52
lukehasnonamethat's 4.2 too weak <_<19:52
Bnydellwhat waas 4.x?19:53
Bnydell4.2?19:53
lukehasnonameI was implying that a 10.0 would be a sight to see19:54
Bnydellyea.  but i would rather not be in one :)19:56
lukehasnonamethen again that would kill hundreds of thousands19:57
Bnydellyea19:57
Bnydellwell thanks guys again for your help19:58
BnydellI will be sure to pop back in if i need further help on my quest to getting this server fully working19:58
Bnydellhave a good day.19:58
lukehasnonameAnyone know how the Ubuntu engineer spec is coming?20:02
zulthe what spec?20:05
=== fReAkY[t] is now known as freaky[t]
lukehasnonameon the wiki there is a page discussing the development of a certification for Ubuntu users20:11
lukehasnonameboth server and desktop oriented20:11
lukehasnonameholy hell it already exists20:12
lukehasnonameto the wiki!20:12
maw_Deeps: ya I have used openfiler for DEV purposes and it suits my needs for cheap RAW storage quite well20:16
maw_Deeps: http://supermicro.com/products/system/3U/6035/SYS-6035B-8R+.cfm + openfiler = win20:17
uvirtbotNew bug: #227229 in libnss-ldap (universe) "LDAP and AD connection problem with hardy" [Undecided,New] https://launchpad.net/bugs/22722920:22
kirklandmathiaz: hey, do you have any iscsi-initiator experience?20:35
kirklanddendrobates: or do you?20:35
dendrobateskirkland: my knowledge ends at the definition.  :)20:36
kirklanddendrobates: ;-)  okay, well, i'm running an iscsi target in one kvm, and I'm running an iscsi initiator on a second... i can get the second to detect the first...  but I'm trying to figure out the "next step"20:37
kirklanddendrobates: should it show up as a block device, or what.....20:37
dendrobateskirkland: that is my understanding.  I'd shoot soren an email.20:38
kirklanddendrobates: k20:39
mathiazkirkland: it should show up as a standard block device20:39
mathiazkirkland: that you can format, etc...20:40
kirklandmathiaz: /dev/.... what?20:40
mathiazkirkland: hm - I don't know exactly - look in dmesg20:40
mathiazkirkland: there may be some clue there20:40
kirklanddendrobates: evand is sitting next to me, will give me a d-i architecture tour later today20:40
kirklandmathiaz: i looked, nothing yet20:40
mathiazkirkland: it may be an issue with udev then20:40
mathiazkirkland: may be the udev rule is not setup correctly20:41
kirklandmathiaz: also, looks like an MIR may be needed for open-iscsi20:41
mathiazkirkland: hm - open-iscsi is already in main20:42
kirklandmathiaz: right, nevermind20:43
dendrobateskirkland: another thing to about, is a way to allow a user to enter a landscape key in d-i, that would be unobtrusive to those that don't care.20:44
kirklanddendrobates: okay20:44
kirklanddendrobates: i'm reading about debconf now20:44
PenolJul 29 21:45:39 ubuntu oidentd[13237]: Connection from mediatraffic2.fi.quakenet.org (195.12.59.196):020:47
PenolJul 29 21:45:39 ubuntu oidentd[13237]: [mediatraffic2.fi.quakenet.org] 53896 , 6667 : ERROR : NO-USER20:47
Penoloidentd wont work!20:47
Penolsomone here that can help?20:47
nhandlerCould someone give me a hand? I'm trying to add a status function to the init script in openvpn, but I'm having some issues20:48
zulKoon: ^^^20:53
mathiaznhandler: what are your issues ?20:54
nhandlermathiaz: I was trying to look at some of the other patches that have been prepared to add a status function. However, for openvpn, it looks like it has multiple pid files (/var/run/openvpn.*.pid). This is making it difficult for me to figure out how to add the status_of_proc call.20:55
mathiaznhandler: IIRC kirkland said there was a loop somewhere in the init script20:56
mathiaznhandler: you'd probably need to do something similar and check that every vpn is running20:56
kirklandnhandler: you might try something like ....20:58
kirklandfor i in `ls /var/run/openvpn.*.pid`; do20:58
kirkland  status_of_proc -p $i $DAEMON openvpn($pid) || status=$?20:59
kirklanddone20:59
kirklandpulling the pid into $pid20:59
nhandlerOk, the part that I was running into issues before were because I was trying to figure out how to have the exit 0 || exit $? part in the loop. I didn't think to use a variable20:59
kirklandyeah, don't exit in the loop21:00
nhandler:)21:00
kirklandstart off status=021:00
kirklandset status=$? if any is not running21:00
kirklandand exit $status21:00
kirklandit'll be 0 if they're all running21:00
kirklandnon-zero if any one is not21:00
kirklandit ain't perfect, but it's the best we've got atm21:01
mathiazright - another option would be to print out which vpns are not running21:01
nhandlerOk, so it doesn't need to show the status of each individual one? Because using this method, you won't be able to tell the difference between one not running and 5 not running21:01
kirklandmathiaz: status_of_proc() will do that too21:02
mathiazit may require more code to track which are up and which one are down21:02
mathiazkirkland: ah right - with the DESC21:02
kirklandmathiaz: i was suggesting identifying each by its pid21:03
kirklandoutput would look like21:03
kirkland * openvpn(2113) is running....21:03
kirkland * openvpn(23938) is not running....21:03
kirkland* openvpn(3223) is running...21:03
mathiazkirkland: isn't the name of the vpn in the pid file ?21:03
kirklandmathiaz: yup, awk/sed that out21:03
kirklandin the for loop I suggested up there21:03
mathiazkirkland: that would be more useful IMO21:04
kirklandand pass to status_of_proc as the last argument21:04
kirklandmathiaz: instead of a simple "openvpn" as the description, pass "openvpn\($pid\)"21:04
kirklandmathiaz: oh, you mean the ***name*** of the vpn?21:05
mathiazI'd rather see something like this:21:05
kirklandmathiaz: okay, that works too21:05
mathiaz * openvpn(office1) is running...21:06
kirklandmathiaz: sorry, i have no experience with openvpn, no idea what it looks like21:06
kirklandmathiaz: yeah, that sounds brilliant21:06
mathiazIIRC the init script is set so that the name of the vpn is in the pid filename21:06
mathiaznhandler: you'd have to check this out21:07
nhandlermathiaz: I'll do some tests and see what I can do.21:07
kirklandnhandler: the important hints are:21:07
mathiaznhandler: but if you could come up with a patch that results in giving an output similar to the one I mentionned above, it would be perfect21:07
kirklandnhandler: a) loop over all the pids21:07
mathiaznhandler: * openvpn(office1) is running...21:08
kirklandnhandler: b) identify each vpn uniquely by name or pid21:08
kirklandnhandler: c) don't exit inside the loop, but after the loop is done21:08
nhandlerStrangely, when I run openvpn, it does not create a pid file in /var/run. As a result, the status function will fail to run because the ls command won't find any files21:48
jdstrandzul: debdiffs attached to openldap bug #229252 and bug #24352522:30
uvirtbotLaunchpad bug 229252 in openldap "slapd gssapi failure - apparmor profile doesn't support kerberos gssapi" [Undecided,In progress] https://launchpad.net/bugs/22925222:30
uvirtbotLaunchpad bug 243525 in openldap2.3 "slapd needs apparmor changes for cn=config" [Medium,In progress] https://launchpad.net/bugs/24352522:30
jdstrandzul: these are for hardy SRU22:30
zuljdstrand: cool Ill get to them22:31
jussi01is there a text based browser in the default install of ubuntu server?22:33
mathiazjussi01: w3m22:34
jpdsjussi01: w3m22:34
jussi01ahh, thanks22:34
=== backenfutter is now known as [backenfutter]
kirklandwoohoo!!!22:58
nhandlerWhat kirkland ?22:58
kirkland192.168.122.34:3260,1 iqn.2006-01.com.openfiler:tsn.3713b16e725722:59
kirklandthat, my friends, is in fact an iSCSI target.22:59
kirklandit's alive23:00
* kirkland is cooking with grease now23:00
jdstrandmathiaz: are you still preparing an openldap update for intrepid?23:03
uvirtbotNew bug: #253121 in dovecot (main) "dovecot sieve sends vacation messages with null envelope sender" [Undecided,New] https://launchpad.net/bugs/25312123:05
jdstrandkirkland: \o/23:05
kirklandjdstrand: i even have an /dev/sdb :-)23:06
kirklandthis is big time23:06
jdstrandyour *awesome* :)23:06
jdstrands/your/you're/23:06
kirklandjdstrand: oh, yeah jdstrand, i have some *awesome* in my possession23:07
jdstrand;)23:07
kirklanddendrobates: mathiaz: ^^^  ;-)23:09
mathiazjdstrand: yes23:12
jdstrandmathiaz: can you then pull in the apparmor changes I just gave to zul as part of your update?23:12
mathiazjdstrand: yes :)23:13
keeszul: if your eyes have uncrossed, can you triage a mess of xen CVEs for me?23:14
keesI'm trying to understand which apply to what versions, and if they apply to things beyond xen (like qemu, etc)23:14
jdstrandthanks mathiaz!23:23
zulkees: got a list for me?23:48
zulkees: never mind23:49

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