[00:15] hi guys [00:15] can i do Active directory and domain controller on mixed linux and windows client...? [00:16] any suggestion [00:16] New bug: #538587 in munin (main) "munin fails to work after reboot (/var/run/munin missing)" [Undecided,New] https://launchpad.net/bugs/538587 [00:22] any one to suggest..? [00:35] ruben23: yes you can [00:36] I can't believe my luck hehe, found four unused 300GB drives at work for me to take <3 [00:36] external SCSI drives that I can use in my server system... [00:38] Callum__: can you explain how is done just a background idea [00:39] ruben23: a specially configured Samba server can connect to a Windows Server AD-DS forest (but cannot create one) [00:40] Callum__: i dont have exisitng AD windows server, just want to start with linux server [00:40] ruben23: Samba can only create a NT-style domain, not an Active Directory forest [00:41] Callum__: Samba 4 too? [00:42] jMCg: I'm pretty sure Samba 4 will be able to create an AD-DS forest... [00:48] Callum__:ok so samba 4 can stand alone to be a DC/AD right for my network..? [00:48] ruben23: not sure, plus Samba 4 is pretty unstable right now... [00:49] ow ok [00:49] whatt can you suggest on my requirements..? [00:50] just do simple directory management for mixed windows and linux client [00:56] New bug: #538594 in munin (main) "Please merge munin 1.4.4-1 from Debian testing" [Wishlist,New] https://launchpad.net/bugs/538594 [01:45] do you guys use Apache MINA FTPServer to allow users to ftp to the apache www directory? [02:02] what should I use to setup ftp to my apache www share? [02:05] shizzle: vsftpd? [02:06] ok yeah i instlaled that and can ftp to my box, but goes to users share [02:07] trying to figure out how to make it go to the apcahe www dir [02:08] shizzle: https://help.ubuntu.com/8.04/serverguide/C/ftp-server.html === rberger_ is now known as rberger [02:41] Anyone have experience with Eucalyptus? [02:44] I have a few easy questions for a server admin... [02:50] looking for a good network based enterprise backup solution. anybody have suggestions? [02:52] @lullabud - not jungledisk - way too slow [02:53] hah, good to know, Sattvic. i'll stay away from them. [02:54] i can't remember the one we used at my last company... their windows config tool was ridiculous, but their linux stuff was easy. [02:54] i am hoping to do something with rdiff-backup to an offsite long-term archive. [02:54] or something to that effect... === samferry is now known as sam_ [03:35] How can I make all files in a directory inherit permissions from it's directory? [03:51] hey is this where I can get some help for server applications? [03:55] ubuntuNewBe: yes [03:58] ty lullabud, does anybody here have experience with ssl certs that can answer a question or two? [04:00] ubuntuNewBe: fire away [04:01] I am trying to understand a couple of lines of ssl code on one of the ubuntu pages. [04:01] what do these 2 lines mean? openssl req -new -key smtpd.key -x509 -days 3650 -out smtpd.crt # has prompts [04:01] openssl req -new -x509 -extensions v3_ca -keyout cakey.pem -out cacert.pem -days 3650 [04:01] does the 2nd line create a self signed cert? [04:01] lullabud, does this line create a root self-signed cert? openssl req -new -x509 -extensions v3_ca -keyout cakey.pem -out cacert.pem -days 3650 [04:03] I got this line from the instructions to enable ssl on postfix from this page: https://help.ubuntu.com/community/Postfix [04:03] ubuntuNewBe: no, a certificate will usually have .crt for its file extension [04:03] here is a tutorial you can check out - http://www.akadia.com/services/ssh_test_certificate.html [04:04] you're almost there with what you got [04:04] the's just the last line: openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt [04:04] lullabud, like i said I got this from a ubuntu help page for postfix mail server. So is this cert secure or not? [04:05] ubuntuNewBe: it looks like it's not a certificate, just a request and a private key [04:05] you still have to generate your certificate [04:06] oh okay, I understand what you are saying now. Another line on the tutorial is: openssl req -new -key smtpd.key -x509 -days 3650 -out smtpd.crt [04:06] crt is a certificate. csr is a certificate signing request, and .pem is a key store [04:06] yes [04:06] so is that a secure crt? [04:07] or does it have to signed by a root cert first? [04:07] you know, i'm not the best with ssl, so i can't answer these questions with certainty [04:07] but, it looks like that's a valid self signed cert [04:07] okay, no problem [04:07] or, rather, it will be. [04:07] thanks [04:07] de nada [04:07] good luck with that [04:08] I apprecate the info, and the link [04:42] New bug: #370307 in linux (main) "toshiba_acpi cause system lockup with any vt-x usage" [Undecided,Incomplete] https://launchpad.net/bugs/370307 === MarkB1 is now known as MarkB1_rsn [13:12] hello , im trying to setup zoneminder under ubuntu server 9.1 with a simple webcam. i've managed to save jpegs from the webcam using fswebcam. is there a way i can pipe the output of fswebcam to something that can do streaming for zoneminder ? [13:23] mrcoodles: what kind of stream does zoneminder expect? [13:28] a lot of stuff i suppose, source type is file , local, remote or ffmpeg [13:29] Sounds like you need to understand what those mean [14:33] New bug: #507802 in samba (main) "unable to mount location,failed to mount windows share" [Undecided,New] https://launchpad.net/bugs/507802 [17:16] New bug: #421827 in samba (main) "Installing PlayOnLinux - Starting Winbind hangs" [Undecided,New] https://launchpad.net/bugs/421827 [18:43] how do I rename a user I just created in ubuntu server [18:43] via cli [18:43] useradd -??? [18:46] is it possible to install ubuntu server with legacy grub? [18:46] and not grub2? === larsemil is now known as lam-emil === lam-emil is now known as larsemil [19:21] gop-: usermod modifies user accounts. But I don't think you can rename a user. maybe delete the user and re-create for that. [19:28] hey guys, I just asked this question in #ubuntu-ec2 but maybe one of you know, is there any work being done to automount ebs volumes via udev (on ec2 instances)? [19:28] hey [19:34] I'm trying to learn some grep commands there :) I'm trying to sort out text from ~/.recently-used file alphabetically. I tried like cat ~/.recently-used | grep '' | sort -d but this isn't enough. I'd only like to get from grep: /home/frojnd/Downloads/Proga.odt So without file:// and without at the back.. What option would I need to use in order to get sucuh output? [19:34] Not just for this line, for may lines that are within ~/.recently-used [19:49] any ideas' [19:49] ? [20:08] I got it with cut :) [20:08] cat ~/.recently-used | grep '' | sort -d | cut -c 13- | cut -d "<" -f1 [20:50] http://apache.pastebin.ca/1839946 <-- got this when trying "apt-get install apache2" (done "apt-get update" before) - running 9.10. any good advises? thanks :) [21:06] New bug: #538817 in bridge-utils (main) "wake-on-lan doesn't work on bridged interfaces" [Undecided,New] https://launchpad.net/bugs/538817 [21:52] New bug: #538840 in ntp (main) "ntpd should update time faster during boot" [Undecided,New] https://launchpad.net/bugs/538840 [21:53] im sshed into my server and i have openssh-server installed and kde installed yet its complaining about the user not being added to the X group yet there is no group called X any ideas what im missign? [22:03] im sshed into my server and i have openssh-server installed and kde installed yet its complaining about the user not being added to the X group yet there is no group called X [22:31] New bug: #538848 in openldap (main) "slapd.postinst doesn't mention configuration conversion step" [Undecided,New] https://launchpad.net/bugs/538848 [23:56] New bug: #538871 in authbind (main) "authbind fail on IPv6" [Undecided,New] https://launchpad.net/bugs/538871