[00:07] I just got bit on the arse by a permission change on vmlinuz files (kernels) on my netboot server. [00:08] Just to rule this out: was there any change in lucid where new kernels are supposed to be (say) r-------- instead of rw-r--r-- ? [00:21] Never mind, I can demonstrate the problem is not in ubuntu's code [00:22] Wait, no I can't [00:22] http://paste.debian.net/103860/ is what I'm seeing === jjohansen is now known as jj-afk === BadTypoRugu is now known as MGodwin === MGodwin is now known as Amgine [02:05] hi [02:05] anyone know if thier any type of thing like drobo raidz system for ubuntu or linux [02:06] tha tis open source and free [02:06] but works that ssame way [02:07] mrroth: what's drobo "raidz" ? [02:07] drobo is the nas, that allows you to add disk of diff sizes [02:07] and still hav redunency [02:07] and allow the raid array to grow is size [02:08] If by "RAIDZ" you mean ZFS -- no, you can't have a good ZFS on Linux. [02:09] it's some sort of RAID 5 it seems [02:09] I've seen RAIDZ before sold as "ZFS uses RAID5, but fixed to be more gooderer" [02:10] but different [02:10] what does drobo call it [02:10] so drobo is bassicalaly zfs [02:10] "http://www.drobo.com/products/drobo-fs.php" [02:10] actually, it might be similar to btrfs [02:11] Well, ZFS *is* similar to btrfs :-) [02:11] "Data Robotics BeyondRAID solves these two critical issues, delivering flexibility without downtime. Built on an advanced storage virtualization platform, BeyondRAID chooses the correct RAID algorithm based on data protection needs at any given moment. Since the technology works at the block level, it can write blocks of data that alternate between data protection methodologies." [02:11] oh [02:11] I wanted to see if I could bulid a ubuntu server that had the same features [02:12] Ubuntu cannot guarantee no downtime [02:12] oh [02:12] That's, uh, technically impossible [02:12] that what thier website said [02:12] :( [02:12] it seem illogical [02:12] drobo can't guarantee that either ;) [02:13] RIght [02:13] oh [02:13] but at least the feature to keep adding new disk or replacing smaller disk with a bigger one [02:13] to achive more space [02:14] they offer that, I wonder if it was just some repackage opens ource stuff or maybe there was somethign in the Open source community that did the same [02:14] I would say: buy two 2TB disks and put them in a system that can take at least three disks. [02:14] you can do that with normal linux software raid, but the smallest disk will decide how much of every disk will be used then... [02:14] RAID1 them. At upgrade time, buy two nTB drives and migrate to a new RAID1 of those. [02:15] you can always move from RAID 1 to RAID 5 [02:15] This is a simple, predictable and comprehensible solution. [02:16] oh [02:17] so at upgrade time, just copy data from the mirror, to the nTB biggersize disk [02:18] then remove the two smaller nTB disk [02:18] and mirror the Second nTB biggersize disk [02:19] mrroth: you add the new disks to the array, wait for the sync to finish, remove the old disks, then tell mdadm to grow to the new disks' size [02:20] oh so I can remove disk from the raid 1 array [02:20] that will allow you to do everything without downtime [02:20] sweet [02:20] that acutally good idea [02:20] and mdadm will expand disk to new disks ize [02:20] size [02:21] but I would have to have four bays right twb? [02:21] Technically you can do it with only two bays [02:21] It's just a little less fiddly if you can put all four disks in at once [02:21] how do i get to add two more members to the array [02:21] or I remove one smaller disk [02:21] add the bigger one [02:21] mrroth: you forcibly degrade the array [02:21] and when it done synching [02:22] oh so you degrade by removing one of the smaller disk from the raid 1 array [02:22] put bigger one, it will synch and have same space as smaller disk [02:22] then remove smaller disk, add second bigger disk [02:22] always make sure you have backups of important stuff when you do such things though ;) [02:22] rebulid the array [02:22] and then use mdadm [02:23] JanC: well, the backup is one half of the array you degraded and removed :-) [02:23] IS THIER A ubuntu based NAS applaince? [02:23] yea because it mirror [02:23] but always have a offsite backup [02:23] raid is not backup :) [02:23] there are several Debian-based ones [02:24] mrroth: probably, but Ubuntu itself is a generic OS, not a NAS OS. [02:24] oh thier a debian based one hmm [02:24] oh [02:24] JanC which debian do you recoemnd or I can google Debian +nas [02:25] I think FreeNAS is now Debian-based? [02:25] mrroth: normally one would roll their own setup on top of Ubuntu or Debian to get a NAS [02:25] oh http://www.debonaras.org/ [02:25] http://wiki.debian.org/DebianPureBlends [02:25] freenas is what I was using [02:25] A NAS is not a very complicated thing [02:26] Just install ubuntu-server and then install (say) samba and nfs-kernel-server. [02:26] OH I see [02:26] well, the nice thing about some NAS OS'es is that they automaticly detect additional disks etc. [02:26] but I would need a frontend webbased management right [02:26] oh they do hmm [02:26] I like drobo but it 600 bucks [02:27] and NO disk [02:27] the NO disk part is fine, but the cost is huge [02:27] Unless you're handing the system on to idiots, a CLI is the Right Thing. [02:27] true that true [02:27] and I can use ubuntu software raid [02:27] :) [02:28] I want three thigns, ssh (sftp), samba , NFS, and a webbased torrnet client, to download linux ISO [02:28] :) [02:29] linux isos my ass [02:29] most commercial home NAS boxes have torrent clients already ;) [02:29] oh [02:30] even many home routers have that nowadays, if they have an USB port [02:30] yea but no redunecy :( [02:30] hmm [02:30] thanks dude [02:31] I have a 4-bay Netgear device which costed about 300-350 EUR without disks IIRC, but I think it was an end of series or something ;) [02:31] mrroth: two USB sticks, then :P [02:31] mrroth: if you want a file server with backup, try what i do...raid-1 between two disks that export via nfs and samba, and use rdiff-backup to copy that data to a 3rd hard drive on the same machine [02:31] JanC does it allow extra APPS, or is it just for samba [02:32] right now I have three 500 gig disk [02:32] it runs some sort of minimal Debian-derivative and there is a toolchain available [02:32] jforman: not rsnapshot? :P [02:32] one USB encoulser [02:32] twb: never heard of it. [02:32] it has a SPARC CPU though, so not exactly mainstream [02:32] I would like to mirror both disk, and just use enclouser for backup [02:33] jforman: it's a perl shim for cron+rsync+cp -al [02:33] twb: yeah, thats basically what rdiff-backup is [02:35] Yeah, I thought so. [02:35] JanC is your 4-bay Netgear device fast (throughput)/ [02:36] who cares [02:36] oh [02:40] it's certainly not the fastest, but in general fast enough I guess [02:41] cool [02:46] Hi, i just installed a server with lamp to find PHPmyadmin wasn't included. then ln'd it from my usr/share/ to my www. But now i get error code 1045 anyone know what this means? [02:52] nevermind i needed to install mcrypt [03:36] ahoy... people of ubuntu [03:36] anyone who successfully created a ubuntu image for openstack compute? [03:47] how does one get on the ubuntu server team? [03:47] I wonder why this build fails: [03:47] http://launchpadlibrarian.net/61691370/buildlog_ubuntu-lucid-i386.php5_5.3.5~snap201101060130-0~blueyedppa1_FAILEDTOBUILD.txt.gz [03:48] error seems to be: Zend/zend_stream.c:239: error: 'PROT_READ' undeclared (first use in this function) [03:48] I am basically using a mashup of the Debian/Ubuntu packaging and the PHP 5.3 snapshot. [03:49] This worked for 5.3.4 snapshots some weeks before, but now fails. [03:51] hello... anyone who successfully created a ubuntu image for openstack compute? Please... === RudyValencia- is now known as RudyValencia [04:29] This is somehow triggered by the apache2filter package, where HAVE_SYS_MMAN_H is undef because of "checking for sys/mman.h... no" during configure. [04:34] hello... anyone who successfully created a ubuntu image for openstack compute? Please... === sresu is now known as sre-su [05:02] hello... anyone who successfully created a ubuntu image for openstack compute? Please... [05:02] how did you guys do it? any documentation that tells the steps? [05:05] JohnFury: I do not know what an "openstack compute" is. [05:13] hi is this the channel to be for openssh issues [05:15] anyone? [05:25] theamazingbeat, it is the channel for server issues, just ask [05:26] okay So I have a sshkey dilema [05:26] you can follow up: #ubuntu-beginners-team [05:26] err wrong link [05:26] sorry [05:26] http://ubuntuforums.org/showthread.php?t=1659447&page=2 [05:26] there you can follow up^ [05:27] anyway I have tried basically everything to set this thing up and it simple just wont work out the way I want [05:34] theamazingbeat, you should be able to just copy or append the key to ~/.ssh/authorized_keys on the server side and it should work [05:34] well when u use puttyGen doesn't it edit the key and change it [05:35] assuming /etc/ssh/sshd_config allows for RSAAuthentication and PubkeyAuthentication [05:35] better question, should i generate a key on my windows machine, or should i take the key already generated on my ubuntu machine [05:35] they are and PasswordAuthentication is not allowed [05:36] My NFSv3 server is using 10% of the CPU just for lockd at the moment. [05:36] it really shouldn't matter, you should be able to import the private key into putty or export the public key to the server [05:36] That's a bit excessive; how do I "restart" lockd (it's a kernel thread)? [05:36] 10% of a quad-core Xeon, that is. [05:36] i don't use putty that much, i use SecureCRT on the rare occasion i am on a windows box, so i cant help much with that [05:38] should i edit the authorized_keys with VIM editor or text editor? or does it not matter [05:39] cuz i hate VIM editor anyway [05:40] lol it shoudlnt matter, and you dont need an editor really [05:41] unless you have more than one key, you can just copy the public key over and rename it to authorized_keys [05:42] okay i have 2 files in my ~/.ssh/authorized_keys.... one named: aithorized_keys.swp and one named .authorized_keys.swo? [05:43] OMG [05:43] i fixed [05:43] it [05:43] those other two look like temporary files from having an editor open to me [05:44] lol for some reason my authorized_keys file got put into my Home folder [05:44] so all i did was move it to the .ssh folder [05:44] lol, there ya go [05:44] and BAM [05:44] dude i have been working this since thursday [05:44] almost 1 week [05:44] cuz I am brand new to ubuntu [05:44] lol, i've been using rsa key auth for years [05:44] it took me a while the first time too [05:44] well now i know how to do it [05:45] Persistence pays off [05:46] now the trick is not to lose the private key ;) [05:46] ya ima triple backup that file [05:47] While I have you I just have one more question. How do I basically map my laptop (windows box) to my linux so if I am not home I can access both drives via SFTP [05:48] map my laptop drive* [05:49] best bet for that would probably be cifs [05:49] just basic windows file sharing [05:52] though for a server you should really have the laptop map a drive off the server instaed [05:56] Basically what I want is if both my machines are at home, I go to a remote location, I connect to my linux box, how do i get to see my laptop drive as well at thew same time [05:57] you can just share a folder in windows like you normally would and map that to a directory in linux [05:57] ya how do i do that in linux? [05:58] check out both the samba server and client info ubuntu offers [05:58] :P [05:58] doing a client on the server is a bit more complicated because it is all command line [07:10] how did you guys created the image of ubuntu for Openstack? [07:10] the one that's on this site: http://wiki.openstack.org/RunningNova#Get_an_image === milligan_ is now known as milligan [08:38] I have ipv6 disabled at the kernel level. [08:38] However, getent hosts (DNS) still returns IPv6 entries. [08:38] Can I tell nsswitch.conf that its DNS resolver should ignore AAAA records? [09:11] hi ppl :) made myself an udev rule so that it loads my usb-wifi-driver. works well but i have to replug the device if i reboot. could anybody tell me where i have to make a udev rule so it runs at startup? [09:12] or is there a better way? [09:28] udev shouldn't care whether the device was inserted at boot time [09:37] twb, so there is no udev rule i could create that checks devices at boot time? so it would be easier to just use rc.local? [09:47] hey all. [09:48] to install de_CH locale i need just the package language-pack-de and it's dependencies, right? [09:51] noaXess: Well, at least as long as you want the de_CH UTF-8 locale. These are the locales setup by that package - http://paste.ubuntu.com/551004/ [09:51] New bug: #698028 in backuppc (main) "Please merge backuppc 3.2.0-2 (main) from Debian unstable (main)" [Undecided,Confirmed] https://launchpad.net/bugs/698028 [09:51] andol: yeah.. thats what i want :).. and if iso? [09:53] andol: how you checked that? [09:53] noaXess: Not sure if there's a package which will setup that for you, but you can always stick a fiile yourself, under /var/lib/locales/supported.d [09:53] noaXess: you can check available locales by running "locales -a" [09:53] andol: do i need also language-support-de? [09:54] locale -a ;) [09:54] w/o s [09:54] äh no.. not need language-support-de cause that will install.. openoffice.. uaaa [09:56] noaXess: -base [09:57] noaXess: or you can simply request a specific locale... "sudo update-locale de_DE.UTF-8", IIRC [09:57] chroot $template_dir locale-gen ${LANG:-en_US.UTF-8} [09:57] do i need restat anything after installing language-pack-de? [09:57] chroot $template_dir update-locale LANG=${LANG:-en_US.UTF-8} [09:57] That's what I do, it provides only the locale I ask for [09:57] Note: I only use CLIs, so it may not be appropriate for a desktop [09:57] twb: i don't need change the language.. de_CH is just for the correct deciaml and tausend seperator of numbers.. also for date's.. [09:58] noaXess: just set LC_DATE and LC_NUMERIC, then [09:58] twb: we are in ubuntu-server ;)... so no desktop [09:58] Sorry, LC_TIME not LC_DATE [09:58] twb: set it in /etc/default/locale? [09:58] It's all in the locale(1) manpage [09:58] noaXess: in your .profile, unless you want it to be system-wide [09:59] twb: hm.. maybe just for one user.. that runs a specific server application, openerp [09:59] If you want it to be system-wide, try "update-locale LANG=en_US.UTF-8 LC_TIME=de_CH LC_NUMERIC=de_CH" [10:00] twb: thanks.. but i will test it just on that specific user.. is there also a command to do it just for a specific user instead of do it manually in .profile? [10:01] noaXess: not that I know of [10:01] twb: so manual way.. === WinstonSmith_ is now known as WinstonSmith === sre-su is now known as sresu === sresu is now known as sre-su === twister004_ is now known as twister004 [13:24] is it advisiable to put a template for joomla first, then install virtuemart or its ok to do in any order? [13:27] hggdh: can you see if the test rig is unbroken today? === oubiwann is now known as oubiwann_ === oubiwann_ is now known as oubiwann [13:42] I have a problem: trying to install vhcs and got thisE: Package 'proftpd-mysql' has no installation candidate [13:42] E: Unable to locate package libmd5-perl [13:42] E: Package 'libperl5.8' has no installation candidate [13:42] E: Package 'php4' has no installation candidate [13:42] E: Unable to locate package php4-mcrypt [13:42] E: Package 'php4-mysql' has no installation candidate [13:42] E: Package 'php4-pear' has no installation candidate [13:42] E: Package 'libsasl2' has no installation candidate [13:42] E: Package 'apache2-common' has no installation candidate [13:42] E: Package 'libapache2-mod-php4' has no installation candidate [13:42] !paste | shaggy2 [13:42] shaggy2: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [13:43] sorry [13:43] do I need to paste to that now that it's there? [13:43] shaggy2: no [13:44] ok ummm just noticed I have php5 installed, thats trying to install php4 would that cause errors on my server? [13:45] shaggy2: how are you installing vhcs? [13:45] http://ubuntuforums.org/showthread.php?t=25722 [13:46] shaggy2: pastebin your sources.list file [13:46] ok gimme a sec please [13:47] shaggy2: also note that this forum post is from 2005 [13:49] http://paste.ubuntu.com/551072/ [13:50] I understand that, but it's the most recent that I could find for ubuntu, I don't trust any tutorials that are not on ubuntu forums as I found a few that tryed to open security holes, as informed by a few people in the #ubuntu irc [13:53] pmatulis: u still there? [13:53] pmatulis: http://paste.ubuntu.com/551072/ [13:53] shaggy2: well downloading a shell script and letting it do whatever it wants on ubuntu is just not supported at all [13:53] say what??? [13:53] shaggy2: do you have any idea what it's doing to your system? [13:54] (wget http://www.siemens-mobiles.org/vhcs/vhcs.sh) [13:54] well vhcs is ment to make easy manage for a webhost [13:54] no no no no I never went for that opt... I went for the other option to install manualy [13:55] I didn't trust the as it wasn't coming from ubuntu or the creators (vhcs) website [13:56] I would never using a shell script [13:58] pmatulis: ok so can I continue with that tutorial or is it unsafe? [13:58] pmatulis: keeping in mind I am not using the shell script [13:59] shaggy2: i would drop it. you are trying to install stuff in a non-standard way on ubuntu. simply put, there is no vhcs ubuntu package [14:00] just like there is no cpanel for ubuntu either, webmin does not have the features that these other 2 have [14:01] shaggy2: webmin is not supported either [14:01] !webmin [14:01] webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. [14:01] witch it did being the reason I removed it [14:02] so is there a system manager that is supported and can manage a Vhost? [14:02] shaggy2: i don't know if the ebox framework can do what you want [14:02] !info ebox [14:02] ebox (source: ebox): common library used by eBox platform modules. In component universe, is optional. Version 1.5-0ubuntu1 (maverick), package size 529 kB, installed size 3528 kB [14:04] from what I find on google ebox is for ubuntu and xbox 360 [14:04] * shaggy2 confused [14:06] xbox? [14:06] google search = ubuntu 10.10 ebox [14:07] top result = [ubuntu] Xbox Live and Ubuntu 10.10 - Ubuntu Forums [14:07] shaggy2: anyway, you'll need to either take a different approach or risk the use of unsupported s/w + deal with the install problems [14:08] ok but where could I find help on the different approach? [14:08] shaggy2: http://www.zentyal.org/ - ebox is now zentyal [14:50] what is the apache user and how do i chown /var/www/joomla15 to it [14:56] azizLIGHTS: sudo chown www-data:www-data -R /var/www/joomla15 ? [14:58] is that a answer? r question [14:58] *or [14:58] going to try it [14:59] azizLIGHTS: you can find out the user who is running your web server by running 'ps auxww | grep apache'..the first column is the user running the process [14:59] youre right thanks [14:59] cortex|sk and jforman [16:02] can you run puppet and puppetmaster on the same server? [16:03] hmmh [16:04] you should be able, but im not 100 % sure [16:04] wtf is puppet(master)? [16:04] configuration tool [16:04] and central management [16:05] ah - that one... [16:05] * RoyK forgot [16:05] however i dont see point to run puppet on puppetmaster [16:06] from http://bitfieldconsulting.com/puppet-tutorial <-- it should be pretty simple to run both on the same machine [16:28] yes it should [16:34] !backup [16:34] There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning [16:34] !raid [16:34] Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto [16:36] !askthebot > mrroth [16:36] mrroth, please see my private message [16:37] !zfs [16:37] For information concerning ZFS and Ubuntu, see: https://wiki.ubuntu.com/ZFS [18:07] New bug: #698210 in tomcat6 (main) "package tomcat6 6.0.28-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/698210 [18:29] how do i do this command "sudo mv ~/VirtueMart_1.1.6_eCommerceBundle_Joomla_1.5.22/ /var/www" .... it makes a new dir called VirtueMart_1.1.6_eCommerceBundle_Joomla_1.5.22 ... but i want it to dump directly to /var/www [18:30] hmmh [18:30] you want to move data from ~/VirtueMart_1.1.6_eCommerceBundle_Joomla_1.5.22/ to /var/ww? [18:31] i want to move contents of that dir virtuemarket [18:31] and subdirs as they exist [18:31] go to the directory ~/VirtueMart_1.1.6_eCommerceBundle_Joomla_1.5.22/ and then sudo mv * /var/www [18:31] into /var/www and not /var/www/virtuemarket/ [18:31] o [19:00] woot PPA stats [19:00] clint@clint-MacBookPro:~/src/lptools$ ./get-ppa-stats cassandra-ubuntu stable [19:00] cassandra 0.6.8-0ubuntu1 26 [19:01] kirkland: seen the PPA stats feature yet? [19:01] doh [19:01] timing is everything [19:05] azizLIGHTS: the easiest way is to create a redirect from /var/www [19:05] or you could change the apache setting for that virtualhost [19:09] Hello, I am experiencing frequent system crashes with ubuntu-server (8.04, kernel 2.6.24-28-openvz) on many production servers. The system hangs. Is there a kernel guru around? Here is a syslog extract of the bug: http://pastebin.com/P5pmLw2k [19:10] hmmh [19:11] are you admin of openvz-environment [19:11] or buying your machines as virtual machines [19:11] yes [19:11] i would checkout your NFS and openvz-environments CPU usages [19:15] it always happens on the same vz guest, always apache httpd. CPU and NFS usages are high since it is a very busy website, but they are stable.. nothing out of control. === jjohansen is now known as jj-afk [19:50] anyone know when grub 1.99 will go into the installer ISO? [19:55] deadsmith: Probably April with Natty. apt-cache policy grub2 shows: Candidate: 1.99~20110104-2ubuntu1 [20:16] is there an ubuntu image specifically for virtual machines? [20:19] yes there is [20:27] sorry, there was [20:27] cannot find it anymore [20:37] AndyGraybeal: there is a kernel for virtual machines, and there is minimal install from the boot menu for small VMs [20:37] AndyGraybeal: but the old JEOS has been abandoned [20:38] AndyGraybeal: under which hypervisor are you planning to run these VMs_ [20:38] ? [20:41] yep, jeos was the thing i wass looking for him :) [20:42] it's available from the standard install disk [20:42] press F4 IIRC [20:43] ok [20:52] what permissions should have /var/www so that www-data user and proftpd user can write and read and execute? [20:54] RoyK: kvm [20:55] jeos yes [20:55] bad ass thank you guys. [21:08] anyone here know how to turn on dynamic DNS in the service easydns? [21:10] fgfi [21:11] RoyK: were you talking to me? [21:13] harrisonk: there are several dynamic dns systems out there [21:14] RoyK: I know === JanC_ is now known as JanC === Steve[cug] is now known as Steve[work] [21:54] hey, is there a Cobbler analog for Ubuntu? [21:55] where something can pxe boot, and get added to a list somewhere [21:55] and then have an installation profile applied to it, so it can provision itself? [21:56] SpamapS: we're actually working on cobbler for ubuntu right now [21:56] sparc: ^ [21:56] aah ok [21:56] sparc: we do have something called "uec-provisioning", which does the pxe booting magic, etc. [21:57] hmm ok, that's cool [21:57] sparc: but we're abandoning it in favor of getting cobbler working [21:57] sparc: we should have something alpha quality in ubuntu natty next week-ish [21:57] i have PXE boot working now, i followed the automated install pdf directions [21:57] my boss likes it wiehn i can prsent pretty guis and things [21:57] hehe [21:58] sparc: pointy hair? [21:58] i'm fine with just running tftp and dhcpd [21:58] tho [21:58] kirkland: haha [21:58] Can anyone tell me a good PCI Wifi Card for that is linux compatible out of the box? [21:58] he's technical, but his boss has the pointy hair [21:58] using Ubuntu server [21:59] ideaman: the orinoco and the aironet have had support for 10 years or so [21:59] ideaman: there are several - most chipsets are supported [21:59] I was just checking Amazon and all the name brands said nothing about linux so I wasn't sure [21:59] thx [21:59] yeah, they don't mention linux in the marketting :( [22:00] what about PCI/PCIE for desktops/servers, same ? [22:04] sparc: same story for a PCI slot on a desktop/server? [22:05] yeah, PCI and PCI-e work fine in my servers [22:05] on either of those brands? [22:22] hi! [22:23] i need someone with pam+ldap expertise [22:23] pam_groupdn, will this have to be a posixgroup or groupofnames or what? [22:24] because i have set pam_groupdn to some group and this seems to be just ignored, i.e. any user can login [22:46] thanks for reopening #ubuntu-virt btw === loadedwithwyrms is now known as wyrms|dinner