/srv/irclogs.ubuntu.com/2008/12/11/#ubuntu-server.txt

badawiwhat's the linux-virtual package? how is it different from linux-server? doesn't linux-server kernel have the xen support?00:09
ivokslinux-virtual is for guest operating systems00:10
ivoksso, if you ubuntu runs in vmware, use linux-virtual00:11
ivokss/you/your00:11
badawiahh i see00:11
badawiivoks: thanks00:11
ivoksnp00:12
=== espacious_ is now known as espacious
tonyyarussoClearly I don't understand Avahi...04:27
LokinCan someone help me set up my web server? Got a domain name and DNS A record set, also port forwarded :80 But it still doesn't work07:10
Lokinanyone?07:26
Gargoylemornin all09:40
_rubenmornin09:46
Scare|WorkingHi all11:15
=== badawi_ is now known as badawi
=== SWAT___ is now known as SWAT
dsandagecan anyone help me with a postifix issue?15:55
dsandagepostfix, sorry15:55
ScottKdsandage: What issue?15:57
dsandageah... ill give you the err as seen in /var/log/mail.err15:58
dsandagefatal: parameter smtpd_tls_session_cache_timeout: bad time value or unit: 3600a15:59
ScottKdsandage: Please pastebin the output of postconf -n16:00
_ruben3600a is most likely a typo for 3600s16:00
ScottKProbably.16:00
dsandageit ends a16:01
dsandagebut ill go find the output of postconf here in a minute16:01
dsandageill have to return16:03
dsandageAHHH!16:07
dsandageI see what you mean I think the line with the cache_timeout reads 3600a but should read 3600s16:07
ScottK3600s is the default anyway, so there's no need to specify it.16:12
dsandageat the end of setting up postfix it tells me to telnet into the "mail.example.com" on port 25, I telnet into my mailserver at port 25 but I don't see the lines that the documentation suggests16:13
dsandageit doesn't do anything actualy16:13
dsandageit has you type "ehlo mail.example.com"16:13
dsandageI get nothing when plugging in ehlo and my server name16:14
dsandageany thoughts?16:19
=== sommer_ is now known as sommer
ballDaviey: so what's the server-side news?17:11
ballhello EtienneG_laptop17:15
EtienneG_laptophello ball, but who are you?17:18
Davieyball: talking about puppet right now17:21
ballDaviey: remote control?17:27
ballEtienneG_laptop: nobody of importance, happily :-)17:28
EtienneG_laptopball, ok, greeting nonetheless!  :)17:29
ballDaviey: screen with the status bar would break compatibility with actual teletypes though.17:31
ball(and perhaps hamper logging)17:31
ivoksball: thing about it as a 'special multipourpuse ubuntu maintainance shell'17:32
ivoksnot a replacement for screen17:32
ivoksor shell17:32
Davieyball: just an idea at the moment17:32
ballDaviey: I hope it gets shot down in flames, or at least made optional (perhaps a program that you can choose to launch once you log in)17:32
ivoksit won't be default, of course17:33
ballOh good!17:33
Davieyi said it's reinventing zsh (hi jpds)17:34
jpdsDaviey: o/17:35
* ball isn't familiar with zsh17:35
ballIs that a Bourne derivative?17:35
ballhey, it's lunch time!17:35
ivokszsh supports multerminal interface?17:35
Daviey!zsh17:35
ubottuSorry, I don't know anything about zsh17:35
Daviey:(17:35
ivokszsh is a shell17:35
ball!lunch17:35
Davieyjpds: please fix :)17:35
ubottuSorry, I don't know anything about lunch17:35
jpds!info zsh17:36
ubottuzsh (source: zsh): A shell with lots of features. In component main, is optional. Version 4.3.6-4ubuntu1 (intrepid), package size 3888 kB, installed size 11540 kB17:36
jpdsDaviey: Still use my .zshrc?17:36
Davieyjpds: not since i reinstalled17:37
Daviey:(17:37
Davieyjpds: can you give it to me again?17:37
Davieyit's backed up at home, would be nice to have here :)17:37
jpdsYeah, I have it here - just don't have anywhere to dump it at.17:37
Davieyemail?17:37
jpdsDaviey: Sent.17:38
Davieywinner \o/17:39
Davieyafk17:42
Fenix|workGreetings19:41
Fenix|worka Jr. admin of mine accidentally ran chmod on / with the permissions 77019:41
Fenix|worknow no user can log in... any quick fix? :)19:41
sommerchmod -R 755 /home/19:42
sommererr no -R, sorry19:42
maswanehm. if it wasn't recursive, just chmod the / dir back to 75519:46
maswanif it was recursive, you're out of luck19:46
Fenix|workit was recursive19:55
nrpilhi people20:10
nrpilany kvm users here ?20:10
chimpIf you accidently send shutdown now without -r on it, is there a way to make the server come back to life (i haven't done this)20:14
Deepsif it has WOL you might be able to magic packet it, assuming you ahve another machine on the same subnet to send from20:18
=== ikonia_ is now known as ikonia
sorenchimp: I'd advise you to take a look at molly-guard at any rate..20:37
sorenIt wraps reboot, shutdown and halt, checks if you're logged in remotely and asks you to enter the name of the machine you think you're shutting down.20:37
sorenThat way, you don't accidentally shut down a remote machine.20:38
sorenFor local logins, it doesn't do anything. Only remote logins.20:38
tonyyarussobtw, why is it called molly-guard?  Who is this molly?20:39
tonyyarussoMeanwhile, is there anyone who understands dnsmasq and avahi?  Technically I think the changes I need to make are on my router running DD-WRT, but if someone knows about those applications here that might be enough to figure it out.  (Issue explained at http://www.dd-wrt.com/phpBB2/viewtopic.php?p=238861#238861)20:42
Fenix|workok... I need some advice20:46
chimpsoren: That sounds great, I was thinking of doing alias' but that seems better20:46
Fenix|workmy jr adm screwed up the permissions royally on this and two other boxes that were NFSed to this one... if I use apt-get install ubuntu-minimal ... how badly is it going to mess up my current config?20:47
sorenHe managed to uninstall ubuntu-minimal?20:48
hadsI believe it was a chmod -R /20:49
Fenix|worksoren, no... he managed to run the following --- find . -type d -exec sudo chmod 770 {} \;20:49
sorenFenix|work: apt-get installing ubuntu-minimal is not going to help that.20:50
Fenix|workI was thinking it may fix permissions20:50
hadsGood time to test your backups :)20:51
Fenix|workhads, would be if this thing would even boot :)20:52
Fenix|workmy backups are all on tape20:52
hadsYour backups rely on the server being going?20:52
Fenix|workyes...20:53
Fenix|work... even if it were a brand new install... which takes no time with ubuntu, I need a live server to restore to20:53
Fenix|workand my restore will restore everything to just the way it were20:53
Fenix|workalthough I had just started on experimenting with making live cd's of my installs... I hadn't finished in my vm environment20:54
Fenix|worksoren, is it safe to say that all directories outside of var should be permed at 755?20:59
Nafallohrm21:01
ivoksno21:01
NafalloI'm doing it wrong.21:02
* Fenix|work smacks his forehead ... /bin = 660 ... everything21:02
Nafallothis virtual machine should not use on of the hosts IPs externally...21:02
Nafalloone even21:02
=== MenZa_ is now known as MenZa
LamoI set up a Hardy web server and am having trouble getting my .htaccess file working. I created a .htaccess file in ~/public_html that looks like http://nopaste.com/p/aDsE6kD2M and used htpasswd -c /etc/apache2/passwords to create the file passwords. yet I am still able to load the page without being prompted for a usr/pass?21:49
jmarsden|workLamo: check permissions on the .htaccess file, and then restart your web server and retest?21:54
Lamo64421:54
tonyyarussoalso, check that .htaccess is enabled in your apache config - I don't think it is by default21:57
Lamothat's apache2.conf?21:58
tonyyarussoI think it's in sites-available/default actually21:59
NafalloLamo: rather enable the correct modules with a2enmod21:59
tonyyarussoThe option's called AllowOverride21:59
NafalloLamo: that will load in the correct options and enable the module.22:00
* tonyyarusso defers22:00
LamoI ran a2enmod and it gives me many choices but I don't see AllowOverRide in there22:02
drateWhat am I missing:  I am trying to setup postfix per the documentation for Ubuntu Server 8.10, here is a pastebin of my postconf -n followed by a link of the step at which I encounter an issue:22:05
dratehttp://pastebin.com/d283b6664     https://help.ubuntu.com/8.10/serverguide/C/postfix.html#postfix-testing22:05
drateThe expected behavior is shown in the second link, the actual behavior is the computer equivilant of a blank stare.22:06
Lamoaha22:06
Lamoneeded to change none to all in my default config22:07
Lamolike you were saying22:07
Lamothanks22:07
lamontdrate: I'm going to guess that is a modified output of postconf -n and that you've tweaked anything like hostnames and IPs, which may or may not be of significance... .what does /var/log/mail.log have to say on the subject?22:07
lamontand anyway, about to run off for the evening, myself22:07
Lamowhere do I find my server error log?22:08
drateyou are correct, I am doing this for my place of business so I figured certaind details should be masked... I'll go get what you asked for22:08
DBAmethystok I got a DL360 and I just installed 8.04.1 server.  Bios shows up both P3 1.266 procs yet a cat /proc/cpuinfo only shows up one22:08
DBAmethysthow can I change this22:08
Fenix|workI'm trying to run chroot from the livecd and I'm getting the following: chroot: cannot run command `/bin/bash': Permission denied22:10
Fenix|workI'm logged in as root (as I've sudo bash, and then passwd22:10
Fenix|workany ideas?22:12
dratehttp://pastebin.com/d7a4b5be1   http://pastebin.com/d660e5f5422:15
dratethere are cats of mail.log and mail.err respectively22:15
dratelamont  I think I do see something I might can track down myself but another that I cannot22:18
dratethe SASL can't connect to  private auth/client no such file or directory I might can trace22:19
dratebut the no sasl mechanisms I cannot22:19
dratelamont: do you think they are related?22:19
dratelamont: correction I am completely confused, it is in the /etc/postfix/main.conf exactly as indicated by the documentation22:23
ScottKI guess he left.22:46
ScottKIf he turns up again, he should look in /etc/postfix/sasl/smtpd.conf22:47
=== ogra__ is now known as ogra
=== chuck_ is now known as zul
uvirtbotNew bug: #307291 in dovecot (main) "Security hole in ManageSieve: Virtual users can edit scripts of other virtual users" [Undecided,New] https://launchpad.net/bugs/30729123:47

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