/srv/irclogs.ubuntu.com/2009/10/12/#ubuntu-server.txt

wizardslovakso for each i gotta do file in /sites-available??00:03
wizardslovakso in /sites-available i made testing file called forum00:15
wizardslovakthere i change to this00:17
wizardslovakhttp://pastebin.com/m415e693200:17
wizardslovakand when i want to try in in browser i type ip of server and see only example1.com00:18
wizardslovakwhen i type ip/example2 it shows 404 not found00:18
VousDeuxYou would want each virtual host to listen on a different port.00:20
wizardslovakaha00:20
wizardslovakcant i use same port?00:20
wizardslovakbtw this is in vmware+ ubuntu00:20
wizardslovakand its on LAN only00:21
VousDeuxI don't think so, I think they need their own port. Apache just looks at the domain and points the traffic to the correct port.00:21
wizardslovakok00:22
VousDeuxIt can be a port or an IP...come to think of it.00:22
VousDeuxYou can multi-home several IP addresses to the same host, and then define virtual hosts for each IP.00:23
VousDeuxNow that I think about it, I believe the second way would be the better way.00:24
VousDeuxJust assign several IP addresses to the same NIC. Then define a different virtual host for each IP.00:25
wizardslovakwell i got one wan static adress and then vmware has its own LAN adress00:25
wizardslovakcan i assign more addresses to a server?00:25
VousDeuxUse LAN addresses. The all domains would point to the same public address. Then apache would look at the domain and point it to the lan address from there.00:26
wizardslovakso that would called ip-based vhost?00:26
VousDeuxSo, you set up port forwarding for all traffic on your public address to point to your apache server.00:27
wizardslovakok00:27
wizardslovakso lets say i did assign 2 Ips o a server00:28
wizardslovakwhere in apache do i set it up sp apache could read00:28
wizardslovakapache2.conf?00:29
VousDeuxYes, let's say you have example1.com and example2.com...both point to your public IP 100.100.100.100 on port 80.00:29
wizardslovakok00:29
VousDeuxYour router listens for traffic on port 80 and sends it to your apache server.00:30
VousDeuxYour apache server has three private addresses.00:30
VousDeux192.168.0.1, 192.168.0.2, 192.168.0.300:30
VousDeuxYour default domain listens on 192.168.0.1.00:31
VousDeuxYou add two more virtual hosts for example1.com on 192.168.0.2 and example2.com on 192.168.0.3.00:31
VousDeuxIn your virtual host config for each you point them to the proper folder.00:32
VousDeuxAnd you do so in the httpd.conf00:32
VousDeuxThis file should have examples.00:33
VousDeuxhmm...mine seems to be missing examples...googling.00:35
VousDeux<VirtualHost 192.168.0.2>  DocumentRoot "\path"  ServerName example1.com</VirtualHost>00:38
VousDeuxPretty much all there is to it.00:39
wizardslovak_ok let me try it00:39
wizardslovak_one more think00:39
wizardslovak_as far as i know i dont have to register domain name if i want to use it in LAN00:39
VousDeuxYou are better off using something with a .local name if you aren't going to register it. Otherwise you could block yourself from accessing the real registered version. (example.local)00:41
VousDeuxIf you want anyone outside to find it, it has to be registered.00:41
zodlinganyone have any luck with the iscsi install in 9.10 ?00:41
wizardslovak_how do i create alias for eth0?00:42
wizardslovak_sudo ifconfig eth0:0 xxx.xxx.xxx.xxx up?00:43
VousDeuxAre you just trying to multihome?00:44
wizardslovak_i am trying to host 2 websites00:44
wizardslovak_ok it works00:47
wizardslovak_i assigned Ips and it work when i type ip00:48
=== wizardslovak_ is now known as wizardslovak
wizardslovakshould i set ip LAN dns so i can type example1.com and no IP?00:49
VousDeuxsure00:50
wizardslovakdo i have to?00:51
VousDeuxonly if you want to be able to use a friendly name.00:51
wizardslovakdamn00:52
wizardslovaki never set up dns00:52
VousDeuxYou could just put entries in a hosts file for each client.00:52
FireCrotchwizardslovak: I understand you're trying to host two different websites on your ubuntu server?00:52
VousDeuxBut if you have a big LAN, you would certainly want to use DNS.00:53
wizardslovakno00:53
wizardslovaki have only 4 pcs + webserver00:53
VousDeuxIf you don't want to mess with DNS, just use the hosts file.00:54
wizardslovakreason i asked is cause for testing/study purposses i got vmware with ubuntu00:54
wizardslovakbefor i do anything on my reall server i love to try it in wmvare00:54
wizardslovakso i wont mess up reall server00:55
VousDeuxVery good...nice way to setup a lab.00:55
VousDeuxIf your clients are all Linux, you could just create a single, shared hosts file on the server and give your clients symlinks to it.00:56
wizardslovakwell some tiem ago i tried to set up mail server and i crashed my server00:56
wizardslovaknow i dont want to make same mistake00:56
wizardslovaki wish they were , server and i are linux00:57
wizardslovakrest is xps00:57
twbYou can also distribute the hosts database via NIS, LDAP or DNS.00:57
twbFor simple sites, dnsmasq provides a dead easy way to distribute it via DNS, because dnsmasq can just read /etc/hosts on the server00:58
VousDeuxWell, I'm getting way past due for my cigar and beer break.00:58
wizardslovakheh00:58
wizardslovaki will be here for rest of night so dont worry hehe00:58
VousDeuxLOL00:58
VousDeuxgl00:58
wizardslovakheh00:58
wizardslovakbut is it point to set up dns just for 2 i ps?00:59
JanC<VousDeux> You would want each virtual host to listen on a different port.01:00
JanCeh, no reason for that01:00
wizardslovakwell i setted up 2 static ips01:01
wizardslovakeach vhost has one01:01
JanCplease go read the apache docs, they are *very good*01:01
wizardslovaki did read them01:01
wizardslovaki prefer if someone explain some thinks to me01:01
JanCreading the Apache docs takes several hours...  ;)01:02
wizardslovakwell i know01:02
wizardslovaki got book01:02
JanCand really, there is no reason to use multiple IPs for virtual hosts, unless you need HTTPS support for all browsers (including some antique ones)01:04
wizardslovakso how should i do it them?01:05
=== Bilge- is now known as Bilge
wizardslovakVirtualHosts *:8001:05
wizardslovaku mean this http://httpd.apache.org/docs/2.0/vhosts/name-based.html01:07
JanCwizardslovak: exactly like the URL you post says, except that you put all the <VirtualHost *:80>...</VirtualHost> blocks in separate files so that you can enable/disable each virtual host separately01:17
JanCthe separate files part is what README.Debian.gz explains01:19
=== freeflyi1g is now known as freeflying
wizardslovakdamn01:35
wizardslovakso i got mysql01:35
wizardslovakhow do i check if mysql is running?01:36
wizardslovakor how do i rese it?01:36
wizardslovakresset01:36
Zelutwizardslovak: reset or restart?01:37
wizardslovakrestart01:37
Zelutwizardslovak: sudo /etc/init.d/mysql[TAB] restart01:37
Zelut(I don't recall the exact name and I'm not on my ubuntu system at the moment)01:37
wizardslovakso i am running myql on server with ip .106 and website on virtual .10701:38
wizardslovaki am tryin to install phpbb01:39
wizardslovak"Database server hostname " is hostname of server , right?01:40
Zelutthe hostname or localhost. i've often seen localhost as the configuration for web applications accessing the local mysql server.01:41
wizardslovak"Could not connect to the database, see error message below.01:41
wizardslovakLost connection to MySQL server at 'reading initial communication packet', system error: 111"01:41
wizardslovakthats what error i got01:42
wizardslovakdamn01:42
Zelutverify username and password for connecting to the database?01:43
wizardslovakhostnme is example1 and hostname of mysql is example201:43
wizardslovakhow do i change mysql so it will have name of example101:43
Zelutdoes your mysql server need access from anything other than your phpbb installation?01:43
wizardslovakno01:44
Zelutthen you really don't need to give it another IP/hostname.01:44
wizardslovakok01:44
Zelutplus, I believe by default mysql only listens on localhost until you manually open it up on an interface.01:44
wizardslovakok01:45
wizardslovakone more think01:45
Zelutso, my suggestion is configuring phpbb to contact mysql server on 'localhost' and just using the .107 for the web. sounds like you don't need the .106.01:45
wizardslovaki make new user in mysql and gave him all privileges but still when i want to log in with it i cant01:45
wizardslovakeven if i use my system username01:46
wizardslovakonly with root01:46
twbwizardslovak: are you trying to use pam_mysql?01:46
wizardslovakno only mysql01:46
twbYou want to add an account in mysql and then be able to log into unix with that account?01:46
wizardslovakyes01:46
wizardslovakwell its same as system account01:47
twbmysql accounts are totally separate from system accounts.01:47
wizardslovakbut i cant log in with it01:47
twbpam_mysql is a way to store system accounts in mysql, but it's crap.  But then, mysql is crap, too.01:47
Zelutwizardslovak: what is the reasoning behind having a system account + mysql account?01:50
VousDeuxany ideas what this means? slapadd: could not add entry dn="cn={2}nis,cn=schema,cn=config"01:50
ZelutVousDeux: looks like whatever you're using is trying to write to your LDAP server and can't..?01:52
VousDeuxI'm using dpkg-reconfigure slapd as root01:53
ZelutVousDeux: you get the above error when you run dpkg-reconfigure?01:54
VousDeuxMan, nothing can ever just be easy.01:54
VousDeuxyes.01:54
wizardslovakback01:57
wizardslovakbut still i set up new user and still i cant access mysql01:57
wizardslovaki cant login01:57
Zelutwizardslovak: how did you setup the user?01:58
wizardslovaki logged with root and there priviledges and new user01:58
wizardslovaki did it true phpmyadmin01:59
VousDeuxshoot...I just uninstalled and reinstalled slapd and ldap-tools and I get the same error02:00
VousDeux...ldap-utils rather02:00
ZelutVousDeux: you could try uninstall via purge02:01
VousDeuxI'm not sure how to do that...woud it just be apt-get purge slapd ldap-utils?02:02
Zelutwizardslovak: did you give your user access to the phpbb database? (i'm assuming you created a database for phpbb)02:02
wizardslovakyes i did02:02
Zelutso your config is: localhost, newuser, newuser-password?02:02
Zeluti mean, your phpbb config.02:05
wizardslovaklol i used root account and it works lol02:06
VousDeuxIt looks like that purge did the job...thanks.02:06
wizardslovakone more think02:07
wizardslovakto change permissions of file , what does numbers mean ex. 666,64002:07
ZelutVousDeux: np.02:07
wizardslovakwhen i changed config.php to 640 i couldnt access enything02:08
Zelutwizardslovak: that'd be worth looking up on google, but quickly it is as follows.02:08
wizardslovakwhen i changed to 777 i could02:08
Zelutwizardslovak: rwx = read, write, eXecute. also represented numerically r=4, w=2, x=1.02:08
Zelutwizardslovak: 7 means r+w+x. 6 = r+w, etc.02:08
wizardslovaki checked google but nowhere i wouldnt find what numbers mean02:09
wizardslovakdamn02:10
VousDeuxfile permissions: http://www.freeos.com/articles/3127/02:10
twbEach number is an octal byte, where each bit in the byte represents read, write or execute.02:11
wizardslovakbecause i used root login in phpbb for mysql02:11
ZelutI prefer to use the rwx representation, but numeric is common.02:11
twbThis should be covered in RUTE02:11
twb!RUTE02:11
ubottudocumentation is to be found at http://help.ubuntu.com and http://wiki.ubuntu.com - General linux documentation: http://www.tldp.org - http://rute.2038bug.com02:11
wizardslovakwhen i change permissions of config.php02:11
wizardslovaki am not able to use it with username02:11
wizardslovakso in mysql i put password in "login information" and in "password field "hat should i select ? "do not change password""no password" or "use textfield"?02:20
wizardslovakok i got it02:23
wizardslovaki got error with hostname02:23
geniitry 127.0.0.1 instead of localhost02:24
wizardslovakhihi02:36
wizardslovakit works02:36
wizardslovakhihi02:36
wizardslovakso far only on my lan but works02:37
Zelutwizardslovak: congrats :)02:37
wizardslovakhih thx people02:37
wizardslovakthx to this chat i already learned how to run webserver , now forum hehe02:37
wizardslovakmy fav channel02:37
wizardslovakonly think i am having problems with is email server02:38
Zelutwizardslovak: email is tough. good luck.02:38
wizardslovaki know02:39
wizardslovaki tried postfix-dovecot and never couldnt set it up02:39
_bubsyhow to list what package aviliable on apt-get ?02:57
wizardslovakwhat package are you looking for?02:59
_bubsywizardslovak : just try to see how to get list03:00
VousDeuxYou can browse with aptitude.03:00
_bubsyok.. thanks03:00
wizardslovakapt-cahce search <program name>03:01
wizardslovakapt-cache pkgnames03:02
_bubsythanks a lot03:02
wizardslovaklol03:02
wizardslovak_bubsy. use google,03:03
emgentola03:03
pmatulis_bubsy: use for apt-cache searching, add '--names-only' to restrict search to package names, aptitude does this by default03:03
emgenti have some issue with mod_proxy and ProxyRemote rule... someone is up?03:03
wizardslovakso its better to use aptitude then apt-get03:03
emgentScottK: are you around?03:04
VousDeuxif you know exactly what you are looking for, apt-get is much easier03:04
pmatulisVousDeux: how so?03:09
VousDeuxWell, with aptitude you have to type the command, dig through a list, or execute a search, select the program, initiate the install (many steps). With apt-get you just type a single command and you're pretty much done (unless there are options).03:11
pmatulis'apt-get install foo' so much easier than 'aptitude install foo'  ?03:13
VousDeuxOh, I was referring to the menu-driven usage...I didn't even know you could use aptitude like that.03:14
pmatulisVousDeux: i use it all the time like that, i never use the interface03:15
pmatulis(does anybody?)03:16
VousDeuxI just thought the menu-driven function of aptitude made for a nice way to browse available apps.03:17
qman__I still use apt-get out of habit, but aptitude is admittedly better05:04
* ScottK doesn't admit that at all.05:05
ScottKIt is more determined to get to a solution where all the packages get installed, but that doesn't always result in 'better'.05:05
ScottKPersonally I prefer to have apt say "ugh, too hard, you figure it out" than have aptitude decide removing half my system is the best course.05:06
qman__I just meant in terms of options and features05:07
qman__apt-get is a bit lacking05:07
ScottKThe only aptitude feature I use is aptitude why/whynot.  those are nice.05:08
twbI quite like markauto and unmarkauto05:09
ScottKI could see uses for those.05:10
twbWhat I do, is have an equivs dummy package which Recommends all the things I like, kinda like ubuntu-desktop does.05:10
twbAnd then *everything* else is set markauto.05:10
twbThus, I can easily see which packages I have temporarily installed, because they are unmarkauto'd05:10
twbe.g. "oops, I left oo.org installed after I used it once last month."05:11
=== gamla_ko2san is now known as gamla_kossan
uvirtbotNew bug: #449323 in openssh (main) "openssh-server doesn't start automatically at boot time" [Undecided,New] https://launchpad.net/bugs/44932309:16
ragsMy syslog daemon is hanging or due to which the entire system has slowed down. ssh and sudo take ages to complete...I know it's syslog because an strace shows sudo waiting at send() to /dev/log09:54
ragsIf i restart syslogkd it comes bak to normal for 1-2 minutes but starts hanging again..wht could be the problem?09:54
mrchrisadamshi guys10:09
mrchrisadamsI'm seeing a runaway process that's using an insane amount of memory10:09
mrchrisadamsbefore I kill it, how can find out what's been causing it?10:10
jpdsmrchrisadams: strace -p $pid it?10:19
jpdsmrchrisadams: Or you could look into /proc/$PID/fd/ and see what files it has open.10:21
=== Barre_ is now known as Barre
uvirtbotNew bug: #449326 in openvpn (universe) "openvpn doesn't start automatically at boot time" [Undecided,New] https://launchpad.net/bugs/44932610:46
mrchrisadamsis there already a log rotation utility on jaunty server by default?11:04
uvirtbotNew bug: #449395 in qemu-kvm (main) "kvm freezes at graphical boot splash" [Undecided,New] https://launchpad.net/bugs/44939511:06
jpdslogrotate?11:06
mrchrisadamsjpds: hey jon, nice to see you again!11:10
jpdsYou too. :)11:14
mrchrisadamsjpds: I've found out that the server I'm looking after is using stock jaunty logrotate settings11:17
mrchrisadamsand this is a new subject to me11:17
mrchrisadamsdo you know of any good sample log rotate conf files for web serving?11:18
jpdsmrchrisadams: Are you trying to rotate log files which aren't in /var/log/apache2?11:22
Jeeves_cat /etc/logrotate.d/apache211:22
knecht a question about iptables and loging: when i use    iptables -P INPUT ACCEPT (also for output and forward)   and then use   iptables -A OUTPUT -j LOG --log-prefix "Block: "  (also for input) it seems like every package is logged. I have a rule that drop packages, and i just want to show that. Can someone tell me how?11:57
knechtis it right that every package is logged that reaches the log rule? then i know why it works with drop all and accept some. With accept all policy nearly all packages fit to no rule, is that the reason i got them logged?11:59
_ruben"is it right that every package is logged that reaches the log rule?" ... yes12:09
_rubenthat's the whole idea of the LOG target12:09
_rubenLOG logs packets, not just dropped ones12:09
knechti need php5-sqlite3 Support on Ubuntu Intrepid 8.10 Server, but i found no deb packages (no official, no backport). How i can get sqlite3 support for php ? (current php5-sqlite package has Version sqlite 2.x)12:28
knechtcan someone help?12:28
knechti only found this: https://launchpad.net/ubuntu/intrepid/i386/php5-sqlite3/0.5-112:29
knecht_ruben: then i cannot image how to set policy to accept all, then have some drop rules, and then log the dropped packages. what is the way?12:31
uvirtbotNew bug: #449135 in eucalyptus/1.6 "eucalyptus CC segfault in NC adb client when instance count is high" [High,Fix committed] https://launchpad.net/bugs/44913512:31
knechtany hint?12:32
oversizehi, does anyone know whether or not the pure-ftpd packe in jaunty is compile w/o --with-virtualchroot ?  i am not able to follow symlinks to outside the root and guess that the reason might be theat missing --with-virtualchroot option.  (Using: pure-ftpd-1.0.21-11.4ubuntu1) thx12:34
uvirtbotNew bug: #449143 in eucalyptus/1.6 "Assignment of IP 169.254.169.254 on CC is conflicting with UEC avahi publish mechanism" [High,In progress] https://launchpad.net/bugs/44914312:36
_rubenknecht: either duplicate your -j DROP rules with -j LOG (place the LOG rule before the DROP one) .. or create a custom chain called LOG_DROP (iptables -N LOG_DROP), add the appropriate rules (LOG+DROP: iptables -A LOG_DROP -j LOG ; iptables -A LOG_DROP -j DROP) and use it instead of DROP (so -j DROP would become -j LOG_DROP)12:40
knecht_ruben: thanks :D i'll play with it12:46
=== MenZa is now known as lhavelund
kim0Hi .. can I automate dpkg-reconfigure answers in a shell script ?13:54
=== lhavelund is now known as MenZa
_rubenkim0: you can via debconf-set-selections14:04
kim0thank you14:05
kim0hmm .. "/etc/initramfs-tools/conf.d/mdadm" is not available  after installaiton (late command)14:20
kim0however, after system boot, the file is there .. any idea what's up ..14:20
kim0I'm trying to set boot_degraded=true in there14:21
kim0in the installation preseed file14:21
_rubencould be a bug14:31
=== dendro-afk is now known as dendrobates
uvirtbotNew bug: #449530 in eucalyptus (main) "Missing JARs make user registration impossible" [High,Fix committed] https://launchpad.net/bugs/44953015:11
Azizhi everybody15:38
=== Aziz is now known as AzizLight
AzizLightI have a kinda-noobish question: I just setup an ubuntu server (8.04). If I want my application to send emails do I need to setup a mail server in the ubuntu server?15:40
oversizei use ssmtp for my php mailing needs15:41
oversizeits a local smtp and just hands the mails over to another smtp, but your application could easily use any other smtp server15:42
littlebeautyi cannot use ssh to upgrage my server .  when i type "y" , it just stop15:42
AzizLightoversize: ok thanks15:45
tarviddovecot restart failed with "Time just moved backwards"15:57
tarvidntp is s23 and dovecot is s24 in rc*.d15:57
Piciheh15:58
tarvidntp server is default15:58
tarvidis it possible server ntp.ubuntu.com is slow?15:59
tarvidhttps://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/34788116:05
uvirtbotLaunchpad bug 347881 in dovecot "dovecot-imapd incompatible with ntpdate use" [Undecided,Confirmed]16:05
knechti use ubuntu server 8.10 and need sqlite3 support for php. The package php5-sqlites has only 2.x sqlite support. i found no howto or backport for php5-sqlite3 in 8.10. Can someone help? How to get sqlite3 support into php16:07
knechtThanks16:07
th3_b0bHi! Where is logrotation for /var/log/syslog configured? I can't find any specific configuration in /etc/logrotate.conf or /etc/logrotate.d/*, so I thought the default settings (rotate weekly, rotate 4) should apply. But it seems that the file is rotated daily, and only 7 days are kept...16:14
jpdsth3_b0b: I have it in /etc/logrotate.d/rsyslog.16:16
jpds(on my Karmic installation).16:17
th3_b0bjpds: I'm running jaunty, and it isn't present there. could you copy/paste that files content for me, please?16:18
jpdsth3_b0b: Sure, http://paste.ubuntu.com/291647/16:19
th3_b0bjpds: Thx!16:19
mrchrisadamsjpds: hey Jon, what do lines 10 and 11 mean in that pastie?16:24
mrchrisadamspostrotate   \n   invoke-rc.d rsyslog reload > /dev/null16:24
jpdsmrchrisadams: To restart rsyslogd after the rotation is completed.16:25
mrchrisadamswhy do you need invoke-rc.d?16:26
mrchrisadams\rsyslog reload > dev nulll' I can understand - just doing quietly16:27
mrchrisadamsbut I'm not familiar with invoke-rc.d16:27
jpdsmrchrisadams: invoke-rc.d is a wrapper script for /etc/init.d/$thing.16:32
jpdsSo it's the same as saying: /etc/init.d/rsyslog reload16:32
mrchrisadamsah, so you can write 'invoke-rc.d mysql restart' for example?16:33
jpdsOr as the new feature in Karmic with new Upstart: service rsyslog reload16:33
jpdsmrchrisadams: Sure.16:33
mrchrisadamsI'm not sure I see the advantage of using invoke-rc.d  - what does it do differently to /etc/init.d $thing $command ?16:34
jpdsLooking at the source, it seems to check with runlevel is active and other things.16:35
jpdsI just use it because it's easier to tab-complete. :)16:37
kaushalhi16:44
kaushalCan i seek help here for Can i seek help here for16:44
kaushalhttps://help.ubuntu.com/8.10/serverguide/C/samba-ldap.html16:44
kaushal?16:44
kaushalwhere do i need to run smbldap-populate16:48
kaushalis it on ldap server or samba server ?16:48
kaushalbasically i have two different servers ldapserver and samba server16:49
ahasenackkaushal: it can be anywhere as long as /etc/smbldap-tools/smbldap.conf points to the right server and /etc/smbldap-tools/smbldap_bind.conf has the right credentials17:05
ahasenacks/right server/right ldap server/17:06
orudiewith dovecot/postfix how can i block a specific @domain ?17:10
kaushalahasenack: so run it on samba server ?17:11
kaushalsince i have two setups17:11
kaushalone ldap server and one samba server17:12
ahasenackkaushal: I would say you should install it on the samba server, because17:12
ahasenackkaushal: you will likely change the "add user command" and others to use the smbldap-tools counterparts17:12
kaushalahasenack: since that wiki doc has two parts openldap configuration and samba configuration17:14
kaushalbit confused there17:14
kaushalNext, configure the smbldap-tools package to match your environment. The package comes with a configuration script that will ask questions about the needed options. To run the script enter:17:15
kaushalmeans to run the further steps on samba server ?17:16
_pnafternoon all17:17
ahasenackkaushal: does it tell you where to install smbldap-tools?17:17
_pnooh - speaking of ldap - i'm here for that as well!17:18
* _pn is looking for recommendations for identity management on ubuntu server(s) 17:18
kaushalahasenack: its given in the beginning17:18
kaushalits really really confusing17:18
_pnie: what's the best way to do LDAP for ubuntu and os x clients on ubuntu server today?17:18
ahasenackkaushal: so that's where you configure it17:18
ahasenack_pn: don't know about os x17:19
_pnthat's ok - os x will do LDAP v3 authentication nicely17:19
kaushalahasenack: so its in samba server ?17:19
_pnwhat I'm after is a low-stress set of tools (gui's even?) for managing the data I keep in openldap17:19
ahasenackkaushal: I haven't read that doc17:19
_pnor should I say: I wish ubuntu had FreeIPA!  http://freeipa.org17:20
orudie hi, how can i blacklist a specific domain with spam assassin? lets say *.@domain.com ?17:31
VogI just use sender access if it is a postfix server.18:01
Vogor /etc/postfix/sender_access18:02
Vogand add a line "domain.com REJECT"18:04
addisonjhola, anyone here every use Active Directory for linux authentication?18:44
addisonjever*18:44
tomsdaleWhat are my chances of succes to clone a "running" ubuntu webserver (sw raid) to a KVM virtual machine using rsync? Anyone already tried this succesfull or not? I'm worried about device drivers and running databases.18:58
SyLI had a kernel panic while upgrading the kernel and I am back in the system using the old kernel and I can't seem to remove it and reinstall it because I'm getting this error19:05
SyLdpkg (subprocess): unable to execute installed post-installation script: Exec format error19:05
uvirtbotNew bug: #449702 in ntp (main) "Default ntp server list doesn't have any servers enabled" [Undecided,New] https://launchpad.net/bugs/44970219:16
SyLanybody getting kernel panics on the new kosmic server kernel?20:03
SyLerr... karmic.20:03
_bubsyhow is openjdk compare to sun jdk ?20:32
SyLis this a place I can ask for help on kernel panics on ubuntu 9.10?21:58
KurtKrautSyL, I personally tend to use ubuntuforums.org to issues that requires a deeper investigation, testing, log analysis etc.22:01
SyLKurtKraut: ok, thanks. is kernel panic still the term used?22:01
cemcis there a way to isntall the 32bit version of a package if I have 64bit ubuntu installed?22:02
KurtKrautSyL, yes. But if what is in panic is not the kernel, it is probably you. Anyway, this still require further investigation :P22:03
SyLbasically the system becomes unresponsive (numlock & capslock) in under 5 minutes after I upgraded from jaunty to karmic.22:05
KurtKrautSyL, are you aware that systems in production should not use Karmic because it is not considered stable yet?22:05
SyLKurtKraut: it's not in production and my company wants me to set up a eucalyptus cloud on ubuntu 9.1022:07
SyLKurtKraut: I didn't say they were smart, but they pay me. =)22:07
KurtKrautSyL, someone have to pick the hardest jobs :P22:08
KurtKraut*has22:08
SyLheh22:08
SyLKurtKraut: and I removed the working kernle from jaunty. so the 2 paths I have are a) figure out why the system crashs (maybe APIC or something) or b) find that old kernel and install it and hope it goes well.22:10
tomsdaleSyL: shouldn'T you be able to reinstall an old kernel if you boot your system in rescue mode?22:12
tomsdaleand then just apt-get it22:13
SyLtomsdale: the old kernle is from ubuntu 9.04 and I just upgraded to 9.10. the old kernel isn't in the repositories22:15
tomsdaleSyL: can you maybe just enable the jaunty repository in your /etc/apt/sources...   I don't know what will happen though sounds like quite a hack22:17
SyLtomsdale: I'll be finding out soon. =)22:17
tomsdalemake a backup if it's important data. I have no clue about 9.1022:18
SyLtomsdale: always. thanks22:18
tomsdaleI actually have a similar problem. Just rsynced a system from a to b. System b has different hardware and after installing grub the system doesn't boot anymore.22:22
tomsdaleget's stuck after grub because it doesn't seem to find the hd anymore. which command can I give to tell the kernel to reexamine the hardware and recreate the initramfs22:24
SyLtomsdale: weird22:24
tomsdalefirst hd was ATA, the second a SATA controller.22:25
SyLoh... then I would think the harddrives are hda and the sata is sda22:26
SyLerr... ide is hda and sata is sda22:26
tomsdaleyou are correct - old one was ide - new one is sata.22:26
SyLthen check your grub because it's looking for the wrong harddrive22:27
tomsdaleI think there is the initramfs which doesn't know about sata because it was installed on IDE.22:27
tomsdalethat could be as well - let me doubecheck22:27
tomsdalenop - UUID is coorect, just doublechecked in a rescuesession with blkid22:31
tomsdaleahh  - in the menu.lst - there is another UUID, I just checked the fstab22:32
SyLtomsdale: doh. worth a shot22:36
SyLtomsdale: https://wiki.ubuntu.com/KernelTeam/Grub2Testing maybe this will help?22:46
VousDeuxOn my home network I currently have an Active Directory environment that I would like to somehow convert from Windows Server 2003 to Ubuntu Server running in a virtualized environment.23:01
VousDeuxI would also like to configure my Kubuntu laptop to run through OpenVPN as a remote replication server so that I can store duplicate data from my home server on a USB external storage device and basically take my server with me on the road and keep it in sync with my home server.23:01
VousDeuxDoes anyone know of any good documents that speak to this subject?23:01
VousDeuxI already have the Ubuntu virtual server up and running, and an OpenVPN established between my Kubuntu laptop and my router (running DD-WRT).23:03
VousDeuxI mostly just need some help with ideas for the migration from Active Directory.23:03
uvirtbotNew bug: #407175 in openssh (main) "log out fails" [Low,Incomplete] https://launchpad.net/bugs/40717523:51
tomsdaleSyL: bingo - changed the UUID in the /boot/grub/menul23:52
tomsdaleand my machine boots up fine. Lets see whether I this works as well from the /dev/md when I do an rsync.23:53
tomsdalehas anyone more information or know whether I can rsync my root device which is called /dev/md1 from a live session?23:58
tomsdaleI think /dev/md1 is a software array.23:59

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