/srv/irclogs.ubuntu.com/2010/01/24/#ubuntu-server.txt

=== Xpistos is now known as Xpistos|dinner
uvirtbot`New bug: #511743 in ntp (main) "typo in ntpdate manpage (patch included)" [Undecided,New] https://launchpad.net/bugs/51174300:41
erichammondPatrickDK: If your end goal is using EC2, then I'd recommend using EC2 from the start.  You skip a big Eucalyptus learning curve which is not necessary for using EC2 and you avoid various Eucalyptus-specific issues and incompatibilities.  They keep getting fixed and a lot of progress is being made, but I think your life would be simpler not getting into it if you don't have to.  EC2 is pretty cheap to fool around with if you don't l00:47
=== Xpistos|dinner is now known as Xpistos
MTecknologyAny idea how I can stop these messages from winding up in /var/mail/michael ?01:18
MTecknologynot there - but just not generated01:18
jpdsMTecknology: Cron messages?01:20
MTecknologyya01:20
MTecknologyI know I can set MAILTO="" in crontab; but I do want messages from some of them01:20
jpdsPipe the ones you don't want to /dev/null01:20
MTecknologypipe or redirect?01:21
jpdsThe latter.01:22
MTecknologyso this? @daily /home/michael/.bin/sync-logs 2>&1 > /dev/null01:22
MTecknologyor do I not need the 2>&1 anymore?01:22
jpdsShouldn't be necessary.01:23
MTecknologyok, thanks :)01:24
PatrickDKerichammond, hmm, I was estimating costs, and it looked like around 2k for 2 days01:27
PatrickDKand if I scaled ec2 up to a development + testing time of 1week, heh01:28
MTecknologyPatrickDK: what's that for?01:31
PatrickDKto mirror a production envioment, so it can stay live, while the physical infrastructure is moved01:31
MTecknologyfun..01:35
=== sub_ is now known as sub
usrvwhat's the best way to encrypt a raid that will just be used for storage under ubuntu server?04:31
erichammondusrv: I'm not sure about "best", but I use cryptsetup with LUKS.  Once I find something that works, I tend to stick with it, so I'm probably a few years behind the hottest new encryption setup.07:44
erichammondusrv: This won't apply directly to every situation and you should understand every aspect of the tools you are using when security is at stake, but it might give you some pointers to follow: http://alestic.com/2009/10/ec2-disk-encryption07:45
erichammondusrv: If you're talking "server" there is a big question about where you store your decryption key and if you need to re-enter it manually on a reboot.07:47
sabgenton!network install09:00
sabgentonI want to install sever over the netowork as  you can make a usbstick of ubuntu-server09:01
sabgenton!tcp install09:01
wortbitIt it possible to run instances on the uec clc?10:07
cHarNe2hi guys, dont know if am at the right place, but ill give it a shot,11:25
cHarNe2i got a ubuntu server at witch i am using as file-server etc.11:25
cHarNe2and im doing a _lot_ mv, rm, rar, you name it. but i want to make this easier.11:26
cHarNe2i want to make C-w erase untill '/' or ' ', not just ' '.11:27
cHarNe2how or where do i fix this?11:27
dayohow do i undo the rules i've added to iptables from this tutorial and then restart iptables? http://www.cyberciti.biz/tips/linux-setup-transparent-proxy-squid-howto.html11:59
dayohow do i restart iptables in ubuntu? `/etc/init.d/iptables restart` doesn't work.12:09
mealstromcheck iptables-save iptables-restore12:15
mealstromand iptables-apply12:15
DrNick_does anyone know what happened to ubuntu server on Sun hardware? I'm assuming that idea kinna died a death...12:26
uvirtbot`New bug: #511888 in samba (main) "Samba Panic" [Undecided,New] https://launchpad.net/bugs/51188812:36
uvirtbot`New bug: #511893 in mysql-dfsg-5.0 (universe) "install of mysql-server-5.0 fails" [Undecided,New] https://launchpad.net/bugs/51189312:51
auhm, I am running ubuntu 9.10 server with apache and it appears to ignore my server tokens that I have put in the apache2.conf, is this normal?12:51
auI have ServerSignature On12:55
auand ServerTokens Prod12:55
auin apache2.conf but it still says Apache/2.2.12 (Ubuntu) Server at 10.0.0.3 Port 80 -- I have restarted Apache, still the same12:55
=== JimiDini_mobile is now known as JimiDini
wortbitIs it possible to run isntances on the same machine that runs e.g. the clc?15:00
ckontrosWith "unattended-upgrades" is "Ubuntu karmic-main"; a proper "Allowed-Origins"17:51
ckontros?17:51
wortbitIs it possible to run the node software/instances on the same machine that runs the cluster controller?18:36
jpdsckontros: No.18:47
jpdsckontros: Just "Ubuntu karmic-updates"; - should do it.18:48
ckontrosjpds: That should get me any updates from main,universe and so on? I also want to add a PPA. What should the formatting be like for them?19:12
jpdsckontros: All in your sources.list, yeah.19:13
jpdsNever have used it for a PPA though.19:13
ckontrosjpds: Even an enabled PPA? Neat.19:13
ckontrosOh19:13
resnowhats the best way method of databack up on a home server.20:01
jMylesI'm running ubuntu-server as a gateway / router with two NICs.  It's working great, but I think some traffic is being blocked by iptables that I don't want blocked.  I am logging it and tailing the log, but I'm not sure what I'm looking at.  For example, I'm running wifidog (a captive portal auth and gateway) and it is supposed to ping clients once a minute.  However, the pings are not arriving.20:17
MTecknologyAnyone know offhand a directory I can't use ls on if I'm not root?20:25
guntbertMTecknology: what do you want to test?20:25
MTecknologyguntbert: I'm trying to show the difference between root and not root to a user - I'm trying to explain what sudo does20:26
guntbertMTecknology: well you could/should set the permissions for /root to 700 - or you try to cat /etc/shadow20:27
MTecknologyI found one - /etc/ssl/private20:28
MTecknologyguntbert: thanks20:28
guntbertMTecknology: you're welcome :-)20:29
MTecknologyI always seem to need to type my password in twice to do anything :S20:29
jMylesI have some questions about iptables - can I send my iptables -L -v to somebody and ask some questions?21:11
guntbertjMyles: in any case (I cannot assist at the moment) you could !pastebin it21:15
guntbert!pastebin21:15
ubottuFor posting multi-line texts into the channel, please use http://ubuntu.pastebin.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from  command line | Make sure you give us the URL for your paste - see also the channel topic21:15
jMylesguntbert, yeah, I'm hoping somebody can work with me one-on-one for a little while and help me firmly grasp what I'm looking at.21:16
jMylesbtw, I just started using pastebinit - what an awesome little piece of software!21:18
guntbertisn't it?21:19
Tobi_2hey guys, have a question to server networking. have in my intranet some devices with static ip adresses in a specified subnet. is it possible to handle 2 subnets with one network interface (eth0)21:45
Tobi_2hope you can help me21:45
subyes, using an alias/sub-interface21:46
Tobi_2is there an article in man or web?21:46
Tobi_2i tryed with iface eth0:1 inet static address 196.168.0.1..stuff but ifconfig only shows the direct eth0 configuration - and i can't ping devices in this 196... subnet21:51
subtry starting with eth0:021:54
Bizzehis it possible with ubuntu server to set up your own cloud?22:52
andolBizzeh: Actually, that is *possible* with pretty much any operating system. That said, using ubuntu server might give you a few more building blocks in place.22:55
DrNick_there's loads of cloudy stuff up on the ubuntu website about it at the moment.  you get the impression they seem to rather like the idea.23:17
internalkernelDoes anyone have any good online references for setting up Quotas in Dovecot referencing mysql? (Ubu 9.10, Dovecot 1.1, postfixadmin)23:24
internalkernelI've read http://wiki.dovecot.org/Quota/1.1 over and over and over... to no avail23:24
internalkerneland google produces a lot of garbage that brings me back to that page...23:24

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