/srv/irclogs.ubuntu.com/2010/11/02/#ubuntu-server.txt

claydusing 10.04.  how do you set up apache so that it opperates as a user?  i.e. shared web hosting server, client uploads wordpress and installs, any fill generated by apache is automaticly chowned by the user00:29
ivosthello00:50
ivostwhat's the best way to switch from 32bit server to 64bit server?00:51
ivostinstall the 64bit server and than install the same packages as the 32bit version and then copy the config files=00:51
ivost?00:51
claydpull anything you want to keep and start from scratch?00:52
ivostit's quite a bit of work :( since there are many services, ldap, mysql, bind, samba, radius, etc...00:53
claydyes but there are many of thoose that run differently and install differently depending on if they are on 32 or 64 bit system00:54
ivostmaybe I can get at least a list of all installed packages00:58
ivostso that I can simply install them again in the 64bit version00:58
erichammondivost: Don't forget to copy your data as well :)01:03
erichammonder, clayd: ^^^01:03
erichammonder, er, er, ...01:03
ivostI will install the new system to a SSD, so the old data will be still available :D01:04
ivostand i've got a dayli backup of my server01:04
claydis this a physical system or a coud system?01:12
clayd*cloud01:12
ivostphysical01:14
uvirtbotNew bug: #669739 in tomcat6 (main) "unable to setup ip-based virtual hosting due to "Bugzilla 48612"" [Undecided,New] https://launchpad.net/bugs/66973901:56
ndrofthelinehello01:56
ndrofthelinehow do i change the display mode01:56
ndrofthelineon server01:56
ndrofthelinemy monitor displays all the loading stuff just fine01:57
ndrofthelinebut then when it gets to a login prompt, the screen flips out01:57
ndrofthelineit keeps blanking randomly01:57
ndrofthelinehow do i change the display mode?01:57
claydfrom what I am finding i think this is partially a permisions issue to start02:42
claydsorry wrong place02:42
ndrofthelinecan anybody help me set the display mode02:51
iisjmiiCan anybody tell me if the base install of ubuntu server includes Python?02:52
MTecknology!info php5-pfm maverick02:53
ubottuPackage php5-pfm does not exist in maverick02:53
MTecknology!info php5-fpm maverick02:53
ubottuphp5-fpm (source: php5): server-side, HTML-embedded scripting language (FPM-CGI binary). In component universe, is optional. Version 5.3.3-1ubuntu9.1 (maverick), package size 2875 kB, installed size 7624 kB02:53
ScottKiisjmii: It does.03:05
MTecknology!info nginx maverick03:14
ubottunginx (source: nginx): small, but very powerful and efficient web server and mail proxy. In component universe, is optional. Version 0.7.67-3ubuntu1 (maverick), package size 332 kB, installed size 808 kB03:14
ndrofthelinei've got my ubuntu-server installed but i'm having a few problems: display and internet connection. i can't get them to work properly, any hel?03:16
ndrofthelinei need to change my display mode03:19
ndrofthelinemy monitor's trippin03:19
ndrofthelinehelp03:19
uvirtbotNew bug: #669751 in bind9 (main) "bind listens on 127.0.0.1:53 rather than *:53" [Undecided,New] https://launchpad.net/bugs/66975103:26
=== bastidra1or is now known as bastid_raZor
icekhey i have a dhcpd/nat/firewalled ubuntu server that replaces my traditional router, I have several clients using this server to get internet, I would like to monitor what websites/what services they are using, basically know what websites or webprograms they are using (like msn etc etc)) and monitor how long03:36
icekthey are using them for03:36
icekwhat tool can do that?03:36
c0nv1cticek, a transparent proxy would make that pretty easy03:45
icek?03:45
c0nv1ctor you could log every single packet on outgoing port 80, lol03:45
KB1JWQicek: That's legally dubious.03:46
khusseinand port 80 won't capture all the traffic ;).03:46
icekthis is a home network03:46
icekso legality isnt an issue03:46
c0nv1ctkhussein, it'll catch enough to make layer 7 filtering still too much work :P03:47
khusseinhaha .. well said.03:47
icekhow would a transparent proxy make that easy c0nv1ct03:50
c0nv1cticek, it would force all http traffic to go through the proxy and make logging simpler and with less extra data03:51
c0nv1ctlogging through iptables would produce way more data than you'd need03:51
icekbut thats only port 80 traffic?03:51
c0nv1ctwell, 443 as well if you tell it to proxy https03:52
c0nv1ctthat would still account for almost all traffic since nonstandard port usage isnt very common at all03:52
c0nv1ctplus, you could set it up under the guise of a caching proxy to make everyones intertubes faster ;)03:53
c0nv1ctany specific data you are after or are ya just trying to catch a roomate browsing porn?03:54
iceknah my internet is slow and i just wanted to analyze all the traffic flowing without having to do a low level wireshark analysis03:55
c0nv1ctyou could even toss privoxy into the mix and provide automatic ad blocking for the entire network03:55
icekit seems to get slow at certain times of the day or week and i figured if i logged it all nicely i could maybe see some pattern03:56
iceki wouldnt otherwise see03:56
c0nv1ctare you sure it is http traffic causing the slowdowns?03:56
icekno i am not sure, which is why i said http traffic plus other web traffic03:56
c0nv1cthttp is web03:56
iceklike all internet traffic03:56
iceki mean internet03:56
c0nv1ctso like ports 0 through 6553503:56
icekall packets03:56
icekyes03:57
c0nv1ctlol03:57
=== rmk_ is now known as rmk
icekand i dont want so much to log all packets as i want to analyze it and keep statistics03:57
c0nv1ctsounds like what you really need is some traffic shaping03:57
icekit'd just be nice to know how much of each type of packet is going through (like based on port) and based on comptuer03:58
icekso see how many packets per port overall and how many packets per port per computer over all03:58
icekor something like that03:58
icekbut really mostly what i need is to know how many mbs of traffic over a given time period each computer uses03:58
icekso i can figure out whose draggin the network down03:58
c0nv1ctlook into vnstat then03:59
c0nv1ctthat might be simpler than logging packets and trying to sort through that data04:00
icekcooool04:02
icekapt-get install vnstat?04:02
c0nv1cthttps://help.ubuntu.com/community/HowToMonitorInternetTrafficTotals04:02
c0nv1ctnever used ipac-ng, but that looks interesting04:02
icekvnstat seems kinda dumb thou, only montiors mbs passed through an interface O_O04:05
c0nv1cthmm, i thought it could log more than that04:07
icekim testin04:07
icekbut we will see04:07
icekif ya look at the bottom of the page of that link u sent04:07
c0nv1cti use iptraf for realtime monitoring, but you want something to log right?04:07
icekit shows example output04:07
icekwell i suppose logging but i will take whateve ri can get04:07
icek:D04:07
icekwhats iptraf do?04:07
c0nv1cta per connection breakdown on usage04:07
c0nv1ctper interface04:08
iceki just got iptraf, how do i start it? sudo iptraf?04:08
c0nv1ctya04:08
c0nv1cticek, bring up Ip traffic monitor for your internal interface04:09
iceksweet04:09
iceksweet04:10
c0nv1ctyou could just leave it running in a screen session04:10
icekcan it show me data per ip leased on my network?04:11
c0nv1cti dont think it can do a totals breakdown for that04:12
icekdamnnn04:14
icekit can04:14
icekits my moms damn fishville!!04:14
c0nv1ctit uses that much bandwidth?04:14
icekit lists 9 internal ips, a total of 1349149 bytesIn and my mom is at 1023618 bytes in04:15
icekand out is very similiar04:15
icekthats a total of 13 mbs in and 10 mbs of that is my moms fishville04:15
icekI just started running this!04:15
c0nv1ctif shes saturating the output then that'll likely slow the entire internet down for you04:15
iceka total of 2217 my mom is 1655 of them and second place has 28004:16
c0nv1ctyou can use QoS to queue locally instead of letting your ISP do it04:16
icek*packets04:16
MTecknologywhere do you usually find sample configs in a package? I can't remember..04:19
c0nv1ctMTecknology, /usr/share/packagename04:19
MTecknologythanks :)04:19
MTecknologyc0nv1ct: I decided I really ought to have examples in my package.. so I'm going to work on that tomorrow04:22
c0nv1ctgood idea :)04:22
MTecknologyc0nv1ct: ya- especially considering it's nginx :P04:22
MTecknologyprobably a few very well commented configs - and a tutorial on some of the most common issues :)04:23
MTecknologythe last package I built took an hour to build.. fun04:24
c0nv1ctyou need more megahertz04:25
c0nv1ctor use tmpfs! OOo only takes 30mins to build in tmpfs04:26
MTecknologyc0nv1ct: I was building php504:26
MTecknologyon launchpad04:27
c0nv1ctah, i'm not familiar with how launchpad works, i always build locally04:27
MTecknologyI'm building so others can use :)04:31
c0nv1ctMTecknology, you can build debs locally too, but i guess crosscompiling is a bit more work04:33
MTecknologyc0nv1ct: but you can't just upload a compiled package to launchpad04:34
MTecknologyc0nv1ct: This is what I'm working on -> https://launchpad.net/~nginx04:34
MTecknologyI guess it's /usr/share/doc/APP_NAME/examples/04:35
c0nv1ctoh i see, for ppa use04:37
=== roflwafflez is now known as dotdotdot
=== _Techie_ is now known as _TechAway_
=== _GoRDoN__ is now known as _GoRDoN_
=== _TechAway_ is now known as _Techie_
EventyretMorning08:02
uvirtbotNew bug: #669808 in nagios3 (main) "Nagios3 checks not scheduled after clocks change from DST" [Undecided,New] https://launchpad.net/bugs/66980808:16
uvirtbotNew bug: #669812 in dhcp3 (main) "package dhcp3-server 3.1.3-2ubuntu3 failed to install/upgrade: vidinis procesas installed post-installation script nutrūko gražindamas reikšmę 127" [Undecided,New] https://launchpad.net/bugs/66981208:36
EventyretRoyK:  *waves*08:41
RoyKhi08:42
EventyretRoyK: was considering getting webmin or something how is that to use ?08:44
RoyK!webmin08:52
ubottuwebmin 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.08:52
RoyKEventyret: as I said yesterday, it really isn't too much work to learn the basics, and you'll get far further with learning the command line than trying to use some web gui08:53
EventyretRoyK: well i got the FTP up on my user so im getting there xD09:04
RoyK:)09:04
EventyretRoyK: so what you up to today ?09:06
HackeMatehello, I have installed a dhcp server in an ubuntu 7, it is very old, so I want upgrade it, my question is: is possible run a liveCD with the dhcpd.conf on the fly?09:13
qman__possible but inadvisable, since a power failure or other cause for a reboot would deconfigure your DHCP server, breaking your network09:16
qman__I suggest you back up your confiugration file, install 10.04, and set it up09:17
HackeMateit will be for a few hours only09:21
HackeMateif it will work is ok09:21
HackeMatethansk09:21
HackeMateso, thanks09:21
qman__no problem, setting it up is just the same as an installed server09:21
qman__apt-get the packages, drop in the files09:21
HackeMateqman__: another quick question, i have a dhcp server in an ubuntu server, but this server does only run the dhcp process09:33
HackeMatedo i need the server version really?09:33
progre55hi guys. I've got a server with several users. What's the best solution to restrict those users' privileges? chroot them to their own home dir? or any better ways?09:35
qman__HackeMate, that's a reason to run the server version over the desktop version09:37
qman__less overhead, less going on09:37
qman__NetworkManager can easily get in the way of anything networking related, DHCP included09:38
qman__though, running ubuntu _just_ to do DHCP is quite a waste09:39
qman__nearly anything with ethernet can pull that off09:40
=== _Techie_ is now known as _TechAway_
sorenhggdh: If you didn't work it out yet, it's too late, I'm afraid. The trick was to have signed the participant agreement.09:43
=== _TechAway_ is now known as _Techie_
HackeMateqman__: what you could use to run a dhcp server?09:56
RoyKHackeMate: apt-get install dhcp3-server10:04
HorzAis there a "howto" how i can install ubuntu server without cd-rom?10:06
RoyKHorzA: there are several - you can use PXE, which requires a little work, but should be easy when it's installed, or you can use an usb pen10:08
RoyKHorzA: it's pretty well detailed here how to use a USB drive http://www.ubuntu.com/server/get-ubuntu/download10:09
HorzAi have made a usb but during installation it keeps asking where the cd-rom is10:09
RoyKhuh?10:09
HorzAtrying to install server without cdrom on the computer10:45
\shHorzA: netboot is your friend :)10:51
serardHi10:52
yann2netboot quite complex as you need another computer/server for that... usb usually works, that's how I installed my netbook :)10:52
HorzAso it isn`t possible to install from usb?11:01
TeTeTHorzA: it should be, please check https://help.ubuntu.com/community/Installation11:15
jmazaredohow do i create virtual nic just put it in /etc/network/interfaces ?11:39
jpdsjmazaredo: Like eth0:0 ?11:40
jmazaredoyes11:40
jpdsYes, and ifup eth0:0, I believe.11:40
jmazaredoso just in that file11:41
pmatulis_jmazaredo: treat aliases (eth0:0) like eth0, that's all11:42
jmazaredowill try now thanks11:42
=== MagicFab is now known as Guest66223
RoyKjmazaredo: eth0:n is an old way of dealing with aliases12:21
RoyKadd something like "up ip addr add 192.168.0.1/24 dev eth0" at the end of the eth0 section12:22
corecodehey14:10
corecodeanybody use ipmitool with isol?14:10
corecodei only get garbled output, as if the bitrate was wrong14:10
corecodebut no matter which bit rate i pick14:11
noaXesshi all14:14
noaXessfor 3ware raid controllers, there is a command to check status of the 3ware.. didn't remember it.. thanks14:14
hallynkirkland: in case you're wondering what happened with that merge request from yesterday - this time i think the package was perfect, but i messed up creating the bzr tree.  One more try...14:14
kirklandhallyn: howdy14:14
kirklandhallyn: okay, is the current one "ready"?14:15
hallynkirkland: if you want to just look at the package, then yes, it's in ppa:serge-hallyn/virt (for natty).  but the bzr tree, sadly, no14:15
hallyni'm re-checking-out maverick bzr so i can rm -rf *; cp -a from my other tree, and check that in.  hopefully that'll do the trick14:16
=== RoAk is now known as andreserl
RoAkSoAxmathiaz: howdy!! were you the one that was gonna look into openvswitch?14:24
mathiazRoAkSoAx: not that I know of14:24
RoAkSoAxmathiaz: do you remember who was gonna do that :)?14:24
hallynkirkland: think that one shoudl do the trick - it'll spend some time pushing though :)14:25
mathiazRoAkSoAx: nope - I wasn't in the session14:25
RoAkSoAxmathiaz: oh lol sorry about that :)14:25
hallynoh, huh, that was fast...14:25
hallynkirkland: merge request on its way14:26
bbharthi all, question about 10.10-alternate and booting to a preseed.  This doc (https://help.ubuntu.com/community/InstallCDCustomization) references isolinux/isolinux.cfg but that doesn't seem to exist.14:47
bbhartIs the equivalent now boot/grub/grub.cfg?14:47
bbhartAnd would I pass all my "append" params on the 'linux' line now?14:47
noaXesswhat are the 3ware commands in terminal? i though that there are some commands to get state of the 3ware controller15:04
=== Guest66223 is now known as MagicFab
Hatrix76I  was used to the IOSTAT command and at some debian installations the iostat utility give ma all information in one line, as in (vmstat 1) ... but now on lucid iostat gives me statistics vertically, it's so hard to read changes if you do a iostat 1 ... is there a way to change the format to be on one line again? I did not find anything in the man pages .... or is this a new iostat?15:11
consumerism%sudo ALL=NOPASSWD: ALL15:14
consumerismthat's at the bottom of my /etc/sudoers, but a user in the sudo group is still prompted for a password when i try to use sudo15:14
consumerismhow could i troubleshoot this?15:14
Hatrix76sudo is a special group, create a group like admins and try again, i had problems on debian with the default sudo group not having the same path etc.15:15
SpamapSyeah, there's already a group for that15:15
SpamapSconsumerism: either create a 'superadmin' group or something, or just change the %admin group's perms15:16
kirklandhallyn: okay, merged, and built source package15:16
kirklandhallyn: looking good;  one minor comment, the patches we carry should have a description in their header (ideally, a git hash of the upstream commit, if it exists)15:16
kirklandhallyn: uploaded15:19
CharlieSuIs there a way to do automated Ubuntu installs?  Is it done w/ the alternate CD?  Could someone send me a URL w/ the most recent 10.04 documentation on doing this?  I have similar hardware and want to just pop in a CD that does partioning and package installation15:47
Hatrix76CharlieSu you should read the part about the preseed file in the server documentation15:48
CharlieSuHatrix76: thanks15:50
Hatrix76np15:51
laenI'm trying to use the install "Auto mode" in combination with netcfg/disable_dhcp=true, but it doesn't seem to work.15:56
laenActually, it does work, but Lucid 10.04.1 doesn't understand auto as alias of auto=true priority=critical.. using auto=true priority=critical with the netcfg works fine.15:57
uvirtbotNew bug: #663343 in cheetah (main) "Please merge cheetah 2.4.2.1-1 (main) from Debian unstable (main)" [Undecided,Fix released] https://launchpad.net/bugs/66334315:57
laenIs it a known thing, that simply "auto" doesn't work with the 10.04.1?15:57
Hatrix76laen, i only use auto=true priority=critical15:57
laenHatrix76: Yeah, that works.. but apparently just auto, should be the same. Not working.15:57
Hatrix76afair i got my fair share of this bugs so i just stick to what's working, if you do moderate installations it's fine to type, if you do it more often, PXE with bootp and you have not to type anything anymore ...15:58
laenTrue, but not gonna happen here (not my descision).15:59
Hatrix76yeah, I hear you ...16:00
geoffmcc_I have a user uploading a file right now using WinSCP. If i run w user does not show up - only way i can see is if i check ps -ef... shouldnt w show as logged in?16:20
dubphilHi everybody, where are the init scripts of squid ? they are no longuer in /etc/init.d/16:22
bluethundrI need to remove and reinstall ldap-server in Ubuntu Server 10.04 but aptitude remove/purge doesnt' seem to do the trick: http://pastebin.ca/197967616:24
pmatulisgeoffmcc_: i believe you need a vt session for the user in order for w to pick up the user login16:24
pmatulisgeoffmcc_: vt = virtual terminal16:24
=== jono__ is now known as jono
dubphilanyone using logcheck here ?16:33
geoffmcc_pmatulis: thank u. I also notice that the user shows up as 104 instead of name in ps -ef, the user has one more letter than mine that must be doing it - any way to change that?16:34
ttxJamesPage: about the work items on your blueprints... They need to follow conventions at https://wiki.ubuntu.com/WorkItemsHowto16:34
ttxJamesPage: so you need a colon before status... and if it's not assigned to a specific LP account, just leave out the [..] part16:35
pmatulisgeoffmcc_: user shows up where?  maybe provide a screenshot16:36
JamesPagettx: ok will update16:37
geoffmcc_if i ps -ef it shows all processes running. they all show names execpt one, the user i refered to. He shows as 10416:38
geoffmcc_sorry 100416:38
geoffmcc_his username is 9 char long - the ones showing as names are 8 or less16:38
pmatulisgeoffmcc_: i guess ps will not truncate a name longer than 8 characters.  it uses the id instead in that case16:40
pmatulisgeoffmcc_: you can do a few tests to prove that16:40
geoffmcc_pmatulis: your right, i shoulda thought about it more- will read man on ps to see if option to show the name16:41
fly9can anyone give me some tips on a socat problem?16:44
fly9trying to read data from a remote serial port and push it out of a virtual tty16:47
fly9so from the client i'm typing: socat pty,link=/dev/virtualttyS0,raw exec:'ssh -l root serverip "socat - /dev/ttyS0,raw,echo=0"'16:49
fly9and I get: 2010/11/02 07:47:50 socat[9015] E tcgetattr(3, 0x7fffdad321d0): Inappropriate ioctl for device16:50
=== NG_ is now known as ng_
fly9i think i'd be better off using UDP since I just want to read whatever comes across16:51
fly9but I can't find any examples online16:52
uvirtbotNew bug: #670032 in mysql-dfsg-5.1 (main) "package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/67003217:11
=== ivoks is now known as ivoks-afk
freedayi would like to run my script (script.sql) for MySQL on my USB, but I dont know its location/directory17:24
SpamapSfreeday: is this on a desktop system?17:41
freedaySpamapS: im running ubuntu server on VMware17:49
freedayalready install MySQL and it is already running17:50
freedayI want to run my script in my USB...but im not able to do something like (source drive:/script.sql)17:50
slestakanyone have any wise words for installing python-ldap on ubuntu-server?18:15
=== cyphermox__ is now known as cyphermox
slestakbeen at this all morning.18:15
=== khussein_ is now known as khussein
=== pk is now known as pkstef
pkstefhey can anyone help with creating a seedbox using ubuntu server?18:16
slestaknm.  i see what i was doing wrong.18:17
pkstefhey can anyone help with creating a seedbox using ubuntu server?18:20
=== Hatrix76 is now known as Hatrix
=== Hatrix is now known as Hatrix|away
=== _Techie_ is now known as _TechAway_
zulSpamapS: which one is the bug you were talking about/18:47
SpamapSzul: bug 660227 was the one that has already been verified in proposed18:48
uvirtbotLaunchpad bug 660227 in php5 "php5-pgsql crash on getting an error back from postgres" [High,Fix released] https://launchpad.net/bugs/66022718:48
zulSpamapS: i was thinking the one thats in the sponsorship queue18:49
SpamapSoh libdbi-drivers..18:54
SpamapSzul: bug 66099018:55
uvirtbotLaunchpad bug 660990 in libdbi-drivers "undefined symbol: _dbd_parse_datetime" [Medium,Confirmed] https://launchpad.net/bugs/66099018:55
zulSpamapS: thanks18:55
RichardRaseleyHello all. I am running Ubuntu 9.04 as a VM under Hyper-V. It functions solely as an FTP server and has been working great for quite some time now. Recently we had a host that went down and the machine automatically migrated to another host (as others did without issues), but then I started receiving complaints from users that they weren't able to connect to the machine. I have tried to troubleshoot the issue (removing the interfac19:01
RichardRaseleyCould someone possibly assist me in troubleshooting this issue? My Ubuntu experience is limited, so I am not sure where to look next.19:01
RichardRaseleyIf anyone feels up for helping me troubleshoot the issue, please send me a PM as I have to step away for a moment. Thank you in advance.19:05
=== _TechAway_ is now known as _Techie_
Steve[cug]afternnon everyone.....I seem to be having an issue and woudl like to request some help.  I just performed an apt-get dist-upgrade on a server to upgrade the kernel so that I can reboot it.  The server crashed midway through the upgrade and I was forced to perform a hard-reboot.  after the reboot I was unable to boot the server (it looked like the kernel would start up but nothing else).20:02
Steve[cug]as a result I booted from the CD and ran in recovery mode to finish installation of the packages in question.  After that the kernel looked like it was successfully upgraded to current and all of the other packages as well, however once i reboot I have the same issue as before.20:03
Steve[cug]here is a pastebin of the packages that I upgraded: http://pastebin.com/Ya9BVW5r20:03
Steve[cug]I am unfortunately at a complete loss20:03
cradektry update-grub?20:10
=== ivoks-afk is now known as ivoks
Steve[cug]cradek: ive tried :(20:52
cradekdid you try to dpkg-reconfigure relevant packages?20:55
cradek(I'm just guessing things I'd try...  if I didn't get it pretty quick I'd probably just restore backup.)20:56
=== ng_ is now known as NG_
=== NG_ is now known as ng_
Steve[cug]yeah i did21:01
Steve[cug]some of the stuff didnt like that udev wasnt loaded as part of the cd's kernel, but all in all everything seemed to go ok21:02
Steve[cug]when it boots, I get the usual writethrough caching errors (normal) but it just dies after that point21:02
cradeksorry, I have nothing21:03
Steve[cug]yeah no worries21:04
Steve[cug]im in a situation that if I wanna prove its the hardware,I need to install RHEL anyway21:04
Steve[cug]thankfully my data is on a seperate partition21:04
andres_whitch channel is for php21:08
b0otAnyone here know how to use socat?21:23
guntbertandres_: ##php21:24
andres_guntbert: gracias21:24
andres_guntbert: thank21:24
guntbertandres_: if I remember correctly you must be registerd/identified to talk there21:25
guntbertandres_: no problem :)21:25
andres_what do yo mean?21:25
guntbert!register | andres_21:25
ubottuandres_: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick <nickname> » to select your nickname. Registration help available by typing /join #freenode21:25
=== _Techie_ is now known as _TechAway_
andres_ubottu: i get21:27
mathiazkirkland: hallyn: you may wanna add more information/set the status on bug 66707621:46
uvirtbotLaunchpad bug 667076 in libvirt "Ubuntu's libvirt is compiled with VirtualBox driver disabled by default" [Wishlist,Confirmed] https://launchpad.net/bugs/66707621:46
kirklandmathiaz: you got it pretty much right ...21:47
kirklandmathiaz: i guest "won't-fix" is probably appropriate21:47
* mathiaz nods21:47
hggdhsoren: there? Q for you when available21:51
=== ng_ is now known as NG_
sorenhggdh: Shoot.22:11
qkumbershello all, I'm following the guide at https://help.ubuntu.com/10.04/serverguide/C/openldap-server.html to install and secure openldap on ubuntu server. I'm able to enable and connect to the openldap via LDAPS, but I cannot get Ubuntu to authenticate over the secure connection. any help would be appreciated22:17
=== DodgeThis_ is now known as DodgeThis
_Neytiri_is there a active directory liek server on ubuntu?22:47
remix_tj_Neytiri_: for the moment no, you can only emulate the old NT Domain Controller22:51
remix_tjwith samba22:51
remix_tjin future samba will replace also active directory22:51
_Neytiri_i ant lookign to connecto windoes machines i am lookign for it to use on a pure linux netowrk22:51
remix_tj_Neytiri_: you can take a look to mit-kerberos22:54
_Neytiri_does that have the same functionality as active direcotry?23:07
bluethundrwhat's the best way to install db4 (berkeley DB) on Ubuntu Hardy? http://pastebin.ca/198013023:17
bluethundrthis resulted after installing  aptitude install -y db4.4-util23:19
=== _TechAway_ is now known as _Techie_

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