/srv/irclogs.ubuntu.com/2009/11/17/#ubuntu-server.txt

jakobkssorry00:00
jakobksits verly fucked, its says that error when i try to make a site command to my ftp server00:00
uvirtbotNew bug: #483907 in samba (main) "package samba-common-bin 2:3.4.0-3ubuntu5.1 failed to install/upgrade: problemas de dependĂȘncia - deixando desconfigurado" [Undecided,New] https://launchpad.net/bugs/48390700:11
=== dendrobates is now known as dendro-afk
xperiahello people. this question is maybe asked allready a few times but why i cant create a mysql table with this command here00:46
xperia"sudo mysqladmin -uroot create gallery200:46
xperiamysqladmin: connect to server at 'localhost' failed00:46
xperiaerror: 'Access denied for user 'root'@'localhost' (using password: NO)'00:46
xperiado i need really to setup first a password for mysql before i can use it ?00:48
xperiahmmm i catn even setup the password for the user root !00:56
xperiamysqladmin -u root password ********00:56
xperiamysqladmin: connect to server at 'localhost' failed00:56
xperiaerror: 'Access denied for user 'root'@'localhost' (using password: NO)'00:56
zashduno about mysqlamin, but you run `mysql -u root -p******`01:03
qman__xperia, you set the root password when you install mysql01:03
zroyschhello01:03
zroyschi'm trying to install rubyripper on ubuntu server. its giving me an error when i try and configure without gtk01:04
zroyschhttp://pastebin.ca/167423301:04
xperiaqman: till yet i didnt used mysql nor i touched it !01:04
zroyschsince i dont have a gui01:04
xperiaso the password was not set til yet !01:04
qman__xperia, it's part of the install process, when you install mysql, it asks you to put in a password01:04
qman__that is the mysql root password01:05
xperiahmmmm in this case i cant remember it anymore01:05
qman__xperia, a 'sudo dpkg-reconfigure mysql-server' should do it, I think01:05
xperiaahh okay will try !01:05
xperiaqman_: for some reason "sudo dpkg-reconfigure mysql-server" wont work !01:09
qman__zroysch, I don't know enough about that package, but it looks to me like you need another option to disable the GTK part01:09
qman__xperia, try 'sudo dpkg-reconfigure mysql-server-5.0'01:11
qman__xperia, if that doesn't work, this is the manual way: http://ubuntu.flowconsult.at/en/mysql-set-change-reset-root-password/01:11
xperiaqman_: that works great ! was able to change my lost password !01:12
zroyschqman__: yea i tried using ./configure --disable-gtk2 --enable-cli01:12
zroyschseem to get the exact same result01:12
uvirtbotNew bug: #483928 in openssh (main) "ssh-keyscan(1) exits prematurely on some non-fatal errors" [Undecided,New] https://launchpad.net/bugs/48392801:21
=== MarwolTuk_ is now known as MarwolTuk
uvirtbotNew bug: #484004 in vsftpd (main) "package vsftpd 2.2.0-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/48400404:43
sqrrlI've got a question. I'm trying to setup a virtualhost. Everything appears to be setup correctly but something isn't working properly. When I try to view my domain through a browser it timesout. When I run dig from my home computer everything appears to be setup properly. Anyone have any clue what might be going on here?05:37
sqrrlI'm not much of a server admin05:37
=== howie1 is now known as howie
=== war10ck is now known as pan1nx
macrocosmIs it logical to use ubuntus built in virtualization in the Amazon cloud?  I'm thinking id like to separate my database and mail servers from my main web server.  I will have a large instance with a high availability setup so I don't see any reason why resources would be a problem.07:57
macrocosmIm thinking it may save me some money over creating separate instances for each?07:57
macrocosmSeems to make sense to me but I was wondering if there were any big reasons not to that I have missed in my research.08:00
=== maxb is now known as Guest71681
billybigriggeranyone here familiar with creating certificates?08:21
twb!anyone08:22
ubottuA large amount of the first questions asked in this channel start with "Does anyone/anybody..."  Why not ask your next question (the real one) and find out?08:22
billybigriggeri'm trying to follow the server guide, and trying to create a non-passphrase key for my internet deamons, apache, postfix, etc08:22
twbbillybigrigger: go on08:22
billybigriggerwell i can't seem to create a key without a passphrase08:22
billybigriggeri could sit here and hit enter all night when it asks for one08:22
twbDon't you just hit Return?08:26
billybigriggerya, and then it asks for a passphrase again08:26
billybigriggerand again...08:26
billybigriggerand again...08:26
billybigriggeryou get the idea :P08:26
twbI haven't made an ssl keypair in a while, but I thought it was just like making a passphraseless ssh keypair.08:27
=== Boohbah is now known as cCeZXfiwSP
=== cCeZXfiwSP is now known as Boohbah
jmarsdenbillybigrigger: I just followed the instructions for creating a self-signed cert in https://help.ubuntu.com/9.04/serverguide/C/certificates-and-security.html and they worked fine here.09:57
jmarsdenbillybigrigger: Note that those instructions *do* need to you use a real passphrase at some points in the process, even to create an insecure key.09:58
dayoin /etc/dhcp3/dhcpd.conf can next-server be the IP of the local machine, if that's where tftp is going to be installed?10:14
_rubendayo: cant think of a reason why it wouldnt work .. unless "local machine" is the client in this context ;)10:23
dayo_ruben: no, local is not the client. it's the dhcp server for a subnet10:24
GammelSokkmine \ NoPE10:24
maxagazhow to run an application on a distant machine from ssh ?10:26
maxagazan application like firefox10:26
maxagazi need to run it so that it appears on the remote computer's screen10:26
zashmaxagaz: ssh -X firefox --something10:27
zashmaxagaz: ssh remotehost -X firefox --something10:28
maxagaz--something ?10:28
zashmaxagaz: i remember something about firefox needing some option or it will start a local instance somehow10:28
maxagaz--display=DISPLAY ?10:29
maxagazbut how to list the display i can use ?10:29
zashno, that's automagicaly handled by ssh10:29
zashwith a env var10:30
maxagazI tried to ssh on the machine and then "firefox --display :0.0", but it doesn't work10:34
zashmaxagaz: firefox "does some funky x11 signaling to maintain one instance" according to google10:35
maxagazthere's no instance of firefox on my machine10:35
zashssh -N -X remotehost firefox -no-remote10:36
zashtry that10:36
zashor10:36
zashskip -N10:36
zash-N = don't execute remote command ...10:37
zashwas confusing stuff with setting upp ssh-proxies10:38
maxagazit doesn't work10:38
maxagazlet's try with gcalctool10:39
maxagazhow to run it on the display of the distant machine ?10:40
zashwait10:40
zashhm10:40
zashssh remotehost10:40
zashDISPLAY=:0.0 someprogram10:40
zashif you want to run on that computers host10:40
zashi thougt you wanted x11-forwarding to your local screen10:41
maxagazi tried this: DISPLAY=:0.0 gcalctool10:43
maxagazbut it didn't work10:43
maxagazit didn't appear on the remote computer's screen10:44
zashcan you run echo $DISPLAY in a terminal directly on the remote?10:44
maxagazzash, nothing is echoed10:45
zashas in10:46
zashnot over ssh10:46
zashbut can you ssh -X remote gcalctool10:46
maxagazyes I can10:47
zashis it the same user that owns the x session on remote?10:48
RoyKyes10:49
maxagazyes10:52
alvinIf you want DISPLAY=... to work, you need to run X without '-nolisten tcp' (default settings)11:02
acalvoanyone using gnawrl?11:35
majukHey guys, I'm really sucking wind trying to set up my bind server. digs on the domain result in SERVFAIL, so clearly something in my zone config is incorrect. Here it is. Feel free to mock me. http://dpaste.org/VKZn/11:50
Jeeves_ // in a bind zone?11:56
Jeeves_Comments start with ;11:56
acalvomajuk: there is an utility to check the zones11:57
acalvocan't remember the name now11:57
acalvobut google probably will11:58
Jeeves_ /var/log/daemon.log is usually filled with debugging too11:58
_rubensoa looks incomplete as well12:02
_rubennot sure if that matters tho12:02
Jeeves__ruben: No12:02
Jeeves_I mean. Why?12:03
Jeeves_:)12:03
_rubenwouldnt know how pedantic bind/dns is about (certain) records :)12:04
majukJeeves_! You nailed it, bind was complaining about one of my comments. gg checking the correct logs.12:04
_rubenbut daemon.log would be my first bet as well12:04
majukNov 17 05:45:39 tlpserv named[2285]: /etc/bind/zones/thelearningpad.com.db:1: unknown RR type 'replace'12:04
majuk><12:05
majuk_ruben! ...and now it's complaining that my SOA record is incomplete. lol12:09
majukJeeves_! _ruben! Thanks for the guiding, I'm making some headway on this thing now. Really appreciate it.12:19
Jeeves_yw12:22
* zash still unshure if high or low swappiness is best for a server with 192M ram13:18
alvinWill there be an ubuntu-server 9.10.1 ?13:22
KurtKrautalvin, no. Why do you expect that?13:26
alvinWell, most bugs I encountered with this release are related to booting. so, I expected a new version.13:27
alvinAlso JeOS (linux-virtual) is missing modules and there are still boot problems. A fresh cd with most of these things fixed would be a relief.13:31
_rubennetwork boot/install ftw13:31
alvinNever tried it, except in Debian (long time ago). Does it use NFS? Because NFS  in Karmic is just a horrible experience.13:32
_rubeni use pxe + local http mirror for installations13:33
alvinSometimes I wonder wether Windows file sharing (samba) is getting more attention than NFS.13:33
alvinah, http13:33
alvinnetwork install would fix some things, but I'm especially annoyed at bug #461133, bug #351307 and bug #44603113:36
uvirtbotLaunchpad bug 461133 in mountall "karmic: nfs shares are not mounted at boot" [Medium,Incomplete] https://launchpad.net/bugs/46113313:36
uvirtbotLaunchpad bug 351307 in libvirt "Libvirt NFS mount on boot." [Low,Incomplete] https://launchpad.net/bugs/35130713:36
uvirtbotLaunchpad bug 446031 in ifupdown "statically configured network interface does not come up at boot" [High,Confirmed] https://launchpad.net/bugs/44603113:36
alvinThe current cd also suffers from bug #462961. I do all installs with separate /boot, so the result of fresh installs wasn't nice...13:39
uvirtbotLaunchpad bug 462961 in grub2 "auto-resize install renders previous system with separate /boot unbootable" [Medium,Fix released] https://launchpad.net/bugs/46296113:39
\shalvin, did you check the fix in bug #44603113:44
uvirtbotLaunchpad bug 446031 in ifupdown "statically configured network interface does not come up at boot" [High,Confirmed] https://launchpad.net/bugs/44603113:44
\shalvin, or if you can not build your own ifupdown package, try this: http://www.sourcecode.de/content/fun-upstart13:45
alvin\sh: Not yet. The machines suffering from this are currently used in production. I can probably free another machine and test.13:45
alvin\sh: I switched them to DHCP for the time being.13:46
alvin\sh: Thanks for the link. I'll try it that way.13:48
\shalvin, it could be, that you encounter other problems during bootime, because of time some upstart timing problems13:49
\shalvin, if so please file bugs and fill it with as much info as you can without disclosing some company secrets :)13:50
alvin\sh: Oh, I already did. I'm not sure about bug #351307. The bug was reported before karmic, but I'm only experiencing it after the upgrade to karmic. (probably) due to timing problems, libvirt does not succeed in mounting netfs storage pools, so virtual machines fail to start. I also noticed this weekend that it was no longer possible to use NFS for storing qcow2 images, but I didn't check that on another setup.13:53
uvirtbotLaunchpad bug 351307 in libvirt "Libvirt NFS mount on boot." [Low,Incomplete] https://launchpad.net/bugs/35130713:53
alvin(I'm glad we don't have a lot of company secrets, except for some perl scripts. We use ubuntu for XDMCP and reading and writing huge amounts of xml files. At least the karmic kvm servers no longer crash when a guest was doing that (best burn-in test ever). But now there are those NFS problems.)14:00
heath|workwhat is the command to view a partitions UUID?14:07
alvin...and the test succeeds. (virtual Jaunty on NFS share. Works on Jaunty kvm and on Karmic kvm. The image was raw.)14:07
alvinheath@work: blkid14:07
heath|workthanks14:07
heath|workalvin: we run all of our virts on NFS14:08
alvinheath|work: Do you use raw images or qcow2?14:08
heath|workah qcow214:08
alvinNo, that's good to know. Here (@work) the test succeeds, but at home, I have a similar setup and it didn't work. As soon as I copy the qcow2 image to the NFS share, I can no longer boot. Do you use nfs4? Is it an Ubuntu server?14:09
heath|workit is an ubuntu jaunty server with nfs414:10
alvinGood, similar to what I use at home. Weird. I wonder how to debug something like that. There are no errors. It just stops after checking the disk.14:11
heath|workthe virt stops?14:11
alvinI see nothing more in the console. Just the first disk checks.14:12
heath|workWhat does your exports file look like?14:12
alvinAfter that, all is idle. I copied the image back (created it locally too, because the installer couldn't create partitions) and everything works. Have to use it locally now.14:12
alvin/srv/libvirt    192.168.1.0/24(rw,async,no_subtree_check)14:13
alvinat work (where it works) it's actually zfs on solaris that does the sharing. That line is where it doesn't work. idmap etc,.. is ok though.14:16
heath|workwhat is your kvm machine? Is that ubuntu as well?14:16
alvinYes, karmic14:16
heath|workI'm logging in to double check my exports14:17
alvinAs storage pool, I used 'directory', because netfs doesn't work. (libvirt can't mount nfs at boot) But that probably doesn't make any difference. libvirt also does not use nfs4, but nfs3.14:17
heath|workalvin: I have: /mnt/systems192.168.1.0/24(rw,sync,no_subtree_check,no_root_squash)14:23
alvinheath|work: Well, I'll adapt my system and do some tests now. Let's see if that works.14:24
heath|workalvin: for the mount in /etc/fstab: 192.168.1.240:/mnt/systems /mnt/systems nfs rw,hard,intr 0 014:26
heath|workalvin: I have also been experimenting with dropping the network to see how the virts will handle the loss. So far it's transparent. They just keep running on the virt server and when the connection comes back up they are good to go. I haven't experienced any data corruption or anything yet.14:30
heath|workI was looking into glusterFS and may start to migrate over to it in the future for redundency14:30
alvinheath|work: I did that once by accident... Was very surprised to see that it actually worked.14:31
alvinheath|work: My collegue does not believe in automatic failover and such :-) We use 2 servers and mirror the images weekly. They don't change much. All data is on a SAN  (ZFS +NFS) that is mirrored too. The images on NFS are for testing only.14:33
alvinSo far, I did not succeed in live migration too. There is some documentation missing about that.14:34
heath|workalvin: me neither14:34
heath|workI have the same computers with the same share and same bridge setup... still no idce14:35
heath|workdice **14:35
=== chuck_ is now known as zul
alvinheath|work: Thanks for the tips, but I used them all (sync, no_root_sqauash, other fstab options) to no avail. There was a difference when trying nfs instead of nfs4. On nfs4, the network of the virtual guest can start (I can ping it. No ssh) Using nfs, that didn't even work.14:59
alvinThere is something weird here. I'm going to search for some documentation about kvm on nfs. Maybe there is a method to see what is actually happening during boot.15:00
heath|workalvin: sorry it's being such a pain. Are you using a gigabit?15:01
alvinheath|work: Thank you, but I can live with locally shared storage there. It's only a home server. At work it works. I only want to find out why. I'm using gigabit. I will now convert the qcow2 image to raw to see if the result is different.15:04
alvin(The image contains my kolab mailserver, so having it on my RAID5 fileserver would of course be nicer than on a local disk.)15:05
=== Vog_ is now known as Vog
=== Sam-I-Am1 is now known as Sam-I-Am
=== dendro-afk is now known as dendrobates
alecmuffettHi All.  Question: is it possible to host a repository on an (essentially) static website, eg: by creating all the files and directories and rsync-ing it an actual webserver on the Net?  All the "create a repository" documentation I have seen talks about installing CGI and poking Apache, which I would love to do but my hosting provider makes hard.15:26
alvinomg! I found it. kvm is running as libvirtd, and the GID of libvirtd does not exists on the NFS server...15:42
alvinSo, another problem arises. The server has the group 'lpadmin' with GID 109, and the client has GID 109 for libvirtd. How does one solve things like that? (without LDAP or Kerberos) Just a nudge in the right direction is good for me.15:46
foolanois there any system rescue cd based on ubuntu like systemrescuecd?15:53
mushroombluehas anyone ever successfully connected an Ubuntu machine to an OS X 10.6 server running OpenDirectory?15:53
heath|workalvin: you are running ldap at home and your gids are conflicting?15:58
alvinheath|work: I'm not using ldap. Just system users and groups, and the gids are conflicting.15:58
alvinheath|work: In the future, I want to use ldap15:59
alvinNow, I see that the lpadmin group has no files on disk, so it's probably easiest to just change the gid and create a libvirtd group with the same gid as on the client.15:59
heath|workoh... lp sorry, my eyes are playing with me16:01
heath|workthat's your cups group16:01
alvinyes16:01
heath|workI don't think it would be a problem to change it.16:02
Fenix|workGreetings and salutations!16:03
alvinGreetings too :-)16:06
Fenix|workCan anyone tell me how to avoid log duplication with rsyslog on karmic?  I've configured rsyslog as a central logging server and get both remote and local logs in /var/log and in the location I set up for remote logs.16:06
alvinWell heath|work, thanks for all the assistance. I changed the lpadmin group and added libvirtd. Works flawlessly.16:07
alvinMeanwhile, I found out why live migration does not work: it's probably bug #46200016:07
uvirtbotLaunchpad bug 462000 in libvirt "apparmor disallows qemu+tcp:// connections" [Low,Fix committed] https://launchpad.net/bugs/46200016:07
=== dendrobates is now known as dendro-afk
orudiewhats a good way to set up FTP for one of my customers ?16:12
heath|workbah... appamor at it again16:14
Fenix|workWould it be considered a 'bug' that rsyslog is configured to log to /dev/xconsole when X isn't installed by default on ubuntu server?16:14
heath|workorudie: https://help.ubuntu.com/9.10/serverguide/C/ftp-server.html16:15
heath|workalvin: glad that fixed it16:15
heath|workdamn gid's16:15
Fenix|workheath|work, you running karmic server?16:16
alvinyes, I want to use LDAP, but I hate to learn it first.16:16
heath|workI'm probably running at least one of each since hardy16:16
Fenix|workalvin, that's half the fun...16:16
Fenix|workheath|work, you have an untouched copy of /etc/rsyslog.conf ?16:17
heath|workalvin: virtualmin is a good start. It will get you up and running then you can learn the commands16:17
heath|workit requires hardy though16:17
alvinFenix|work: Certainly! But I will not do this on servers I need on a daily basis.16:17
Fenix|workI've modded the crap out of mine to get dynamic directory creation working, and I didn't think to make a copy of the base.  I'd like to file some rsyslog 'bugs'16:17
alvinI can run a virtual hardy :-)16:17
heath|workFenix|work: I'll paste my desktop one if that's ok16:18
Fenix|workheath|work, that would be fantastic.16:18
Fenix|workbefore I file these bugs, could I run them by the channel to ask for bug-worthiness?  If they fail the sniff test here, I won't post 'em on launchpad16:19
heath|workFenix|work: http://ubuntu.pastebin.com/d5fc303a716:19
alvinvirtualmin looks like a big system16:20
heath|workalvin: it is, but one thing they have right: You can still manually config all the files and it will just read them16:20
heath|workmost of those systems use custom crap, virtualmin uses the actual system files16:21
heath|workIt's great... I love it16:21
Fenix|workheath|work, fantastic, thanks.16:21
alvinheath|work: Now, THAT is a good feature! I'm often wary about such tools for that reason16:21
Fenix|workwould you guys consider a it a bug that rsyslog on server wants to log to /dev/xconsole out of the box?16:21
heath|workFenix|work: np16:21
Fenix|work(considering that X is required to use xconsole)16:22
heath|worklol... Fenix|work that does sound strange16:22
Fenix|workok, just checking my sanity16:22
Fenix|workthe other bug I'm going to file has to do with file/directory ownership and permissions.  The base rsyslog config doesn't allow for the creation of dynamic directories because the perms are a little messed up16:23
uvirtbotNew bug: #483110 in samba (main) "package samba-common 2:3.4.0-3ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,Won't fix] https://launchpad.net/bugs/48311016:24
alvinFenix|work: Good luck with filing the bugs. I will profit from that in the near future :-) (rsyslog is on the menu). I'm going home now.16:30
Fenix|workalvin, thanks16:35
=== dendro-afk is now known as dendrobates
Mosxhi I've configured ssl for apache - but where do i put content ? - there is a public_html folder - do I need to create private_html as well ?16:39
ivoksprivate web pages are in ~/public_html16:41
ivoksgeneraly, apache looks in /var/www/16:42
=== RoAkSoAx is now known as RoAkS
=== RoAkS is now known as RoAkSoAx
MosxI mean ssl , rather than user location16:49
=== chuck_ is now known as zul
Mosxapache is looking in /var/www/16:49
MosxI'm using virtual hosts - so I have aDovumentRoot /srv/www/sitename/public_html/16:50
ReepicheepMosx: generally https and http web content are handled the same by the server ..  you can put the content where ever you like.. just make sure that the virtualhost in your instance points at the correct "DocumentRoot"16:53
Mosxoh, I see I need <VirtualHost 192.168.1.2:443>16:54
Reepicheep"public_html" is not related to whether it is server over SSL or not .. it's just a directory16:55
Reepicheepyeah.. that's it..  443 = https = SSL16:55
Mosxsure, ok, so I have two entries in the VirtualHost file for each site...16:55
Mosxif I make the Document root the same then presumably the site can be viewed either over ssl or plain http ??16:56
Reepicheepyeah.. that's how that works16:56
Mosxok, so if i do that....and then I also want to secure another certain directory for the same site... ?16:57
Mosxyou follow ?16:57
ReepicheepMosx: basicly everything with in one virtualhost (SSL or not) needs to be with in one "DocumentRoot" ..16:58
Reepicheepyou can use Aliases to link to other directories from within one virtualhost though16:59
Mosxah...ok, I don't know about them16:59
=== kane__ is now known as kane_
=== Ng_ is now known as Ng
lezzanyone have experience getting exim running on ubuntu on ec2?17:07
Mosxok, I don't get it, over http i see my content, over https i get sent to the 'It works!'17:08
MosxI've used the same DocumentRoot setting in each virtual host17:09
=== erichammond1 is now known as erichammond
Reepicheeplezz: what is your exim issue?  it probably doesn't matter that it is on ec2 or not17:22
moparisthebestI'm having a problem with dnsmasq17:36
moparisthebestI specify addresses like this, for example:17:36
moparisthebestaddress=/mediacenter/192.168.1.2017:36
moparisthebestbut a lookup for 'mediacenter' fails, where a lookup for 'mediacenter.' succeeds17:37
=== david is now known as Guest75053
=== erichammond1 is now known as erichammond
=== chuck_ is now known as zul
SockPantshey all18:29
diffraHello18:30
SockPantsi'm wondering what's the easiest way to transfer files to and from a ubuntu server running in virtualbox with only the command line18:30
diffrascp18:31
diffraeasy + secure!18:31
SockPantsis it on by default?18:31
diffrascp /path/to/localfile user@remotehost:/remote/path/18:31
diffrayou have to enable ssh on the remote host18:31
SockPantsif i installed openssh is it enabled on ubuntu server?18:32
SockPantsit seems to be18:33
SockPantslets see18:33
SockPantsit says permission denied on the local file18:34
=== dendrobates is now known as dendro-afk
SockPantsnvm, it was the remote path that was bad18:35
SockPantsi think it works :D18:35
SockPantsthis is great18:36
SockPantsand scp is installed by default on mac os x afaik, because it works18:36
rcaskeyhey all, should I bridge from wmaster0 -> eth0 or wlan0-> eth0? I'm having trouble finding info on wmaster019:04
uvirtbotNew bug: #290680 in kvm (universe) "Partial display corruption when booting intrepid amd64 dvd iso in kvm" [Low,Fix released] https://launchpad.net/bugs/29068019:20
uvirtbotNew bug: #360825 in kvm (universe) "kvm 0.84 doesn't create three drives in the guest" [Medium,Fix released] https://launchpad.net/bugs/36082519:33
ppineHello, is just installed ubuntu server (karmic) with only ssh, what is the best way now to start setting up an email server ?19:40
epinkyppine: decide which MTA you want to setup?19:42
=== chuck_ is now known as zul
=== RoAkSoAx is now known as RoAkS
=== RoAkS is now known as RoAkSoAx
=== erichammond1 is now known as erichammond
jfluhmannppine, you might also check out -  mail-server from tasksel.  You could do an apt-get install mail-server^ -s to see what it would install21:02
jfluhmannppine, http://www.ubuntu.com/products/whatisubuntu/serveredition/features/mailserver21:04
BookmanWhy would my password all of a sudden not be accepted by my smtp server?  It works just fine on their web based interface so I know their servers are working fine.21:12
Davieynxvl: i stab you.21:13
=== erichammond1 is now known as erichammond
jpdsDaviey: ...21:16
Davieythat was supposed to be a pm21:17
diffrasmtp auth is probably misconfigured, bookman21:18
diffrathey probably allow from the webmail servers regardless of password21:18
diffrawhich is why that works21:18
jpdsDaviey: Well, we know not to mess with you: http://tinyurl.com/yaxzazj21:24
Davieyheh21:25
uvirtbotNew bug: #484458 in excalibur-logkit (main) "excalibur-logkit shouldn't build-depend on libjboss-j2ee-java" [Medium,Triaged] https://launchpad.net/bugs/48445822:02
=== erichammond1 is now known as erichammond
davidboy1How would I set up a cron job to run at a specific time?22:35
kane_davidboy1: google's your friend here: http://clickmojo.com/code/cron-tutorial.html22:36
davidboy1kane_: Thanks22:36
twisted_steelis there any way to determine the default list of packages that are supposed to be pulled in during a ubuntu server install?22:37
=== WALoeIII_ is now known as WALoeIII
twisted_steelthe main reason I was asking was to see if openoffice is supposed to be installed by default22:44
twisted_steelcould someone check on their system? I'm trying to determine if this is by design or a problem with the netboot installer setup22:44
zulopen office is not installed by default on ubuntu-server22:46
Infomomohey guys, having trouble changing resolution on ubuntu-server 9.1022:46
twisted_steelweird ... it was pulled in on mine along with X, Java, etc22:46
Infomomoanyone has the tutorial22:46
twisted_steelmaybe I screwed up the netboot install, though there didn't seem to be too many options to deviate22:50
Infomomotwisted_steel: ok22:51
twisted_steelInfomomo: sorry, I wasn't referring to your issue22:52
Infomomotwisted_steel: ok bro22:52
=== erichammond1 is now known as erichammond
=== dendro-afk is now known as dendrobates
Bo7Do I need a firewall?23:52
smcquaygood evening. I'm trying to stand up and connect to a Eucalyptus VM. It stands up, but denies my public key. Things are rather vanilla on my setup, but I've set up ssh keys for root between the CC and NC. Could this have gotten in the way of things?23:54

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