=== nictuku [n=yves@ubuntu/member/nictuku] has joined #ubuntu-server === yves [n=yves@ubuntu/member/nictuku] has joined #ubuntu-server === Kelerion [n=craig@cpc1-leed2-0-0-cust808.leed.cable.ntl.com] has joined #ubuntu-server === kermitX_ [n=kermit@unaffiliated/cxg] has joined #ubuntu-server === NineTeen67Comet [n=justin@040M16.oasis.mediatti.net] has joined #ubuntu-server [04:59] g'day all .. Anyone in here privy to running Gallery2 as installed by apt? .. I've manually ran it for years, but never let the OS install it for me then use it .. [05:00] And .. is there a reason there is no ssh server default install for Ubuntu-Server? It went really nice, except I had to find apt-get's keyword for sshd .. it's all up now (sept my hard drives for the sites look like they didn't handle the change in servers quite so well .. === RShadow [n=sbunn@211.209.126.124] has joined #Ubuntu-Server === NineTeen67Comet [n=justin@040M16.oasis.mediatti.net] has joined #ubuntu-server [07:21] Aarrg .. Switching distro's has made my firing up Apache with all my sites not fun .. I created my own file inside /etc/apache2/sites-enabled .. then told /etc/apache2/apache2.conf to seek that file Include /etc/apache2/sites-enabled/justinsteiger.conf .. it's a replica of the 000-example.conf page that was there .. just made sure the directories reflected, and such .. then /etc/init.d/apache2 reload .. leads to a plethora of unha [07:21] like [07:22] apache2.conf includes the sites-enabled directory by default. Explicitely including a file from there as well will lead to it being included twice. [07:22] Well .. it's only mad about the server name now .. using the servers ip address instead .. Do I ca [07:23] Do I need to add my server's name in the apache2.conf file spacificly? Or can I edit /etc/hosts /etc/hostname or what not? [07:23] Is it complaining that it can't reverse resolve your IP? [07:23] infinity: okay, I'll toss the # I put on there and take mine away .. [07:23] If so, you should add it to /etc/hosts, yes. [07:24] infinity: okay .. thank you .. hope this'll get the sites visible again .. mysql is next on my firing line .. [07:26] It tells me now .. [Tue Jul 18 23:34:28 2006] [warn] NameVirtualHost *:0 has no VirtualHosts [07:27] I think it's reading the 000_example.conf file now too .. [07:27] You mean 000-default? [07:27] "a2dissite default" [07:27] K .. # out the original and un-# my line with just my file .. it's all good now .. [07:27] yeah 000-default [07:28] Yeah, the whole point of "sites-enabled" is to be a symlink farm back to ../sites-available ... You can add/remove the symlinks manually, or use a2ensite/a2dissite to do so for you. [07:29] Yes, I realise it's unintuitive for people used to a monolithic httpd.conf, but it makes perfect sense to those of us who've had to deal with sites with hundreds/thousands of vhosts. [07:29] aha okay .. I haven't read up on a2ensite etc .. [07:30] I see it's usefullness .. So I build new vhost.conf files in available then use a2ensite to add them to sites-enabled? .. one vhosts page per site? [07:31] Well, whatever works for you, really. [07:31] infinity: I only run at most 10 sites for people, so it's not too bad to go in and # out the vhost lines .. but if I can do it all with a few commands, that's perfect'er .. [07:32] On some hosts, I use one per site (www.foo.com, site2.foo.com, www.bar.com, etc), on others I'll use one file per domain (www.foo.com and site2.foo.com both in the "foo.com" file), and on some sites, I use on file per customer, with all their sites in there... [07:32] I still don't get it .. my default site (let alone all the others) is still not coming up .. No errors etc .. I just dunno .. [07:32] And some people just ignore the whole thing entirely, stop using the includes, and dump everything in the default site, or whatever. [07:33] It's intentionally flexible, so you can bend it to your needs. [07:33] infinity: I'll probably go the single file per client idea .. easier to edit I think .. for my small stuff anyhow .. [07:35] Is there something else I need to change to get Apache running? I went into apache2.conf and other then the admin email the sites-enable directory is all I needed to change .. The server is still stock (as far as Ubuntu-server LAMP goes) .. === harisund [n=harisund@ip24-255-87-152.br.br.cox.net] has joined #ubuntu-server === allee [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-server === uniq [n=frode@ubuntu/member/frode] has joined #ubuntu-server === lionelp [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-server === dieman [n=dieman@3.14159265358979323846264338327950288419716939937510582097.org] has joined #ubuntu-server === maswan [i=maswan@kennedy.acc.umu.se] has joined #ubuntu-server === spike [n=spike@unaffiliated/spike] has joined #ubuntu-server === beezly [n=andy@terrapin.shef.ac.uk] has joined #ubuntu-server === RemoteViewer [n=555@160.45.32.162] has joined #ubuntu-server === shawarma [i=foobar@sirius.linux2go.dk] has joined #ubuntu-server === daxxar [i=daxxar@daxxar.com] has joined #ubuntu-server === ajmitch [n=ajmitch@ubuntu/member/ajmitch] has joined #ubuntu-server === screeb [n=screeb@pons2.rez-rennes.supelec.fr] has joined #ubuntu-server [07:37] If I use the external ip for my router (210.233.209.40) all comes up roses, but the URL doesn't work .. could it be my dynamic ip people? they have the correct IP address .. [07:38] How are you doing vhosting? [07:38] NameVirtualHost * [07:38] [07:38] blah blah [07:39] [07:39] ? [07:39] infinity: Well, I had just edited/copied the 000-default.conf file .. or is that pointing to my vhost files? .. I need to read it more I think .. [07:39] If you have a dynamic IP, you almost certainly don't want to be using "NameVirtualHost 1.2.3.4:80", or any other such craziness. [07:40] infinity: I've been using NameVirtualHost *:80 .. for years .. I just looked and all it had was NameVirtualHost * .. I'm in there now reading up to make sure I didn't over simplify what it needed .. [07:41] So, what hostname(s) should be working there? [07:41] http://210.233.209.40/ shows me a site at any rate. [07:42] Yeah that's the 'default' site .. I'm justin and I run a few other sites for people off the little server I've got .. I've been using Gentoo for a few years (got tired of things breaking with each upgrade) .. [07:42] The others I see listed from that page all resolve to 210.233.218.6 [07:42] Which I suspect is your problem. [07:43] Your IP seems to have changed. [07:43] The others .. hum .. No the IP is good but afraid.org might not have updated them all .. lemme check with them .. [07:45] Yeah something is fishy then .. afraid.org shows all the sites as pointing to 210.233.209.40 .. [07:45] It's been like this for a few weeks (same ip) .. Maybe they are broken or something .. I'll pop an e-mail off and check .. [07:55] n'kay .. e-mail fired off .. Hope that's not it, cuz I've TOTALLY redone my server because of this .. lol [07:55] Well, I can tell you what IP those resolve to from here, and it's 210.233.218.6, so... [07:56] Yeah .. I told them that .. Hopefully they'll be quick'ish .. They have been great in the past .. (they meaning "him") .. [07:57] Thanks for your time . off to work for this guy .. take care .. === NineTeen67Comet [n=justin@040M16.oasis.mediatti.net] has left #ubuntu-server [] === kintaro [n=ad0lf@203.177.212.164] has joined #ubuntu-server === thefish [n=thefish@unaffiliated/thefish] has joined #ubuntu-server === Stonekeeper [n=lea@194.82.229.100] has joined #ubuntu-server [11:20] hi. Which dhcp server do people here use? The ISC one seems very old. Thanks. [11:26] ah, i see there's a dhcp3-server :) === allee [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-server === NineTeen67Comet [n=justin@040M16.oasis.mediatti.net] has joined #ubuntu-server [01:35] Hi all .. recently fired up my LAMP Ubuntu Server and am now trying to get CUPS to play nice with the Printer port attached printer (and share it) .. but the how to I found is lame at best .. so far .. any good links for a headless printer sharing how to? [01:40] any amavis-new wizards here? === RemoteViewer [n=555@stan.physik.fu-berlin.de] has joined #ubuntu-server [01:53] RShadow: what is your question ? [01:53] lionelp, I'm getting this error (amavis[10592] : (10592-01) ask_av (ClamAV-clamd) FAILED - unexpected result: /var/lib/amavis/tmp/amavis-20060718T110236-10592/parts: lstat() failed. ERROR\) and I don't have a clue where to start [01:54] RShadow: adduser clamav amavis [01:54] lionelp, I did [01:54] RShadow: on all the parts [01:55] lionelp, what do you mean all the parts? [01:55] On all the messages you have this error [01:55] or only sometimes [01:55] lionelp, all the messages === J_P [n=jp@200.146.37.219] has joined #ubuntu-server [01:58] hi all [01:59] RShadow: you restarted clamd after adding the user clamav to the amavis group ? [01:59] lionelp, I prolly didn't.. let me give that a try.. right now I think I have a bigger issue.. I think my fs has become corrupt.. errr.r.. I hate virtual servers === NineTeen67Comet [n=justin@040M16.oasis.mediatti.net] has left #ubuntu-server [] === Ries [n=Ries@200.63.220.5] has joined #ubuntu-server === mpathy [n=mm@stgt-d9beb91e.pool.mediaWays.net] has joined #ubuntu-server [02:15] Hi there.. [02:16] First a little survey: Whats the best filesystem for a Server? ;) === Stonekeeper hides from the ensuing flamewar [02:16] hehe are their so much? :) [02:16] only want to know if ext3 reiserfs or xfs :) [02:18] And another question: I want to get my ubuntu-server on my rootserver.. Thought about installing it here on my laptop on a seperate partition configuring it, and then uploading that to my rootserver - is it a good idea? And if no, do someone have a better one? ;) [02:19] -(first) my [02:20] my webserver is like that: http://a15197305.alturo-server.de/phpsysinfo/ and my notebook is a P4 2,45 Ghz - should work hmm? If I include all network drivers? [02:31] mpathy: you have a good article on file systems comparison on http://www.debian-administration.org/articles/388 [02:31] there is no universal answer [02:39] And about my server installation "idea"? [02:39] Nowhere you get ready images for Ubuntu.. *sigh* [02:39] at rootserver providers === kintaro [n=ad0lf@203.177.212.164] has joined #ubuntu-server === truz_`24 [n=truz_`24@74.129.166.232] has joined #ubuntu-server [03:02] lionelp: Okay, XFS was also a choice of me.. ;) [03:02] Whats about my idea of installing Ubuntu Server on my home computer and uploading the whole filesystem to my server? [03:03] Because of my problem of not having a provider who installing my Ubuntu Server for me.. [03:03] I understand your problem [03:04] it depends on what kind of access you get [03:23] I have a rescue system.. Debian one, I think [03:24] and I can also install Debian Sarge Minimal and Suse via web interface [03:25] shell.. and a backup ftp in the same size as my hard disk === tmarble [n=tmarble@user-0cdvpct.cable.mindspring.com] has joined #ubuntu-server [03:30] mpathy: the rescue system is network bootable ? [03:30] or it is another partition ? [03:31] its network bootable. I think :) [03:32] I didnt see another partition [03:32] than mine [03:33] right now it runs already a server, on a Debian Sarge as you see in my link above.. but I want to start over and install my server new but with Ubuntu. [03:33] in my link above you also see the partitions right now [03:34] I would use debootstrap instead of doing an image personnaly [03:35] but you can try your method :) [03:37] how I debootstrap ubuntu-server? i want it exactly as the configuration on the cd ;) [03:39] 3rd and probably easiest method would be, install the debian minimal system and change sources.list to ubuntu and make a dist-upgrade.. but thats a again no "ubuntu server" installation.. [03:43] if I debootstrap: sudo debootstrap --variant=buildd --arch i386 dapper /something/ http://archive.ubuntu.com/ubuntu/ - or is there a special URL for ubuntu-server [03:44] There is no special URL for Ubuntu-server [03:44] Ubuntu-server CD install ubuntu-minimal and ubuntu-standard [03:44] (meta packages) [03:49] lionelp: But there must be something special, or do you want to tell me its the same setup as if I use a Ubuntu CD and type server at start? [03:50] it is exactly the same [03:50] the only difference is the kernel installed by default and the CD content [03:51] btw funny package selection via debootstrap.. Is it possible that it wants to install alsa drivers, but for example no "man"? [03:52] lionelp: really? :/ thats something I can handle without a special CD.. so its only the name.. [03:53] once you have debootstrap, apt-get install ubuntu-minimal and ubuntu-standard [03:53] install the server kernel [03:53] grub [03:53] and that's it === Ries [n=Ries@200.63.220.5] has joined #ubuntu-server === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-server [04:14] lionep: and thats the same package selection as on Ubuntu-Server [04:14] ? === Ries [n=Ries@200.63.220.5] has joined #ubuntu-server [04:33] and whats the difference between linux-image-server and linux-server? only the name? [04:36] is there a tool to restore user permissions across a filesystem?? [04:39] and what are these harden-* packages? are they useful? [04:41] sorry mpathy [04:41] yes, that is the same selection as on Ubuntu Server installation with what i told before [04:42] linux-server depends on linux-image-server [04:42] thare are empty meta packages [04:42] so linux-server is always right? ;) [04:42] yes [04:43] I do not use the harden packages personnaly [04:43] lionelp; are these harden-* packages useful? i found them right now [04:44] be carefull, they come from universe, which means no officiel security support [04:44] ah okay.. hmm yes I think I know myself what ports should be open and which not.. or whatever they are supposed to be ;) [04:44] they are in debian also.. but okay I decided not to use them [04:47] hmm.. it looks like I am ready to go ;) [04:49] only one question - on the cd there is an option "Install LAMP server" - which packages does this install? Apache2, mod_php, php5 mysql5? [04:55] yes, it is only an apt-get install at the end [04:55] I am not sure to remember the exact line [04:56] lionelp: where can I check it? is the sourcecode somewhere? [04:56] don't know [04:56] okay.. but I think its sth like that [04:57] it is something like [04:58] apt-get install mysql-server apache2-mpm-prefork libapache2-mod-php5 php5-mysql mysql-client === DJ_Mirage [n=martijn@biggetje.xs4all.nl] has joined #ubuntu-server === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-server === Ries [n=Ries@200.63.220.5] has joined #ubuntu-server === allee [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-server === liberie_work [n=liberie@64.233.178.4] has joined #ubuntu-server === A-Kaser [n=francois@83-217-92-6.adsl.realdsl.be] has joined #ubuntu-server [08:44] poy poy === [Grendel] [n=Grendel@xdsl-195-14-206-137.netcologne.de] has joined #ubuntu-server === skateinmars [n=skateinm@bea13-1-82-228-105-196.fbx.proxad.net] has joined #ubuntu-server === Mussi [n=bah@unaffiliated/mussi] has joined #ubuntu-server === Toadstool [n=jcorbier@ubuntu/member/toadstool] has joined #ubuntu-server === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-server