[01:16] is ebox going to be added for hardy? [01:17] someones planning to [01:24] zul I thought a bit of it was already in gutsy, with lots more to come [01:24] nealmcb: ah [01:34] Hi [01:35] I run the NFS server on my machine. Apparently the default install does not include rpc.ugidd, which I want to use to map GID/UIDs across my client systems [01:36] What would be the best way to get it? Will I need to manually configure and compile the nfs server [01:44] nealmcb: Yes, I have to configure ACPI as disabled in BIOS, -or- alternatively I can boot the kernel with acpi=off option [01:45] both are functionally the same result meaning if I don't do either one, then there's a kernel panic, and if I do one or both of those there is no kernel panic and everything is working as it should [01:46] zul: I've updated the community Xen document [01:46] (wiki) [01:50] Hi. I've upgraded to Gutsy and once again my LVM stuff is dead. Help. [01:53] Though I'm not running a server, this channel is supposedly more knowledgeable about LVM. [02:11] Unfortunately we cannot overcome the limitations of your not being connected to hear the answer [02:12] lol [02:12] or... [02:12] So, you feel that your LVM stuff is dead, do you? [02:13] Ah... and you think this is a reoccurring experience! This is very interesting. [02:14] hehehe. bloody emacs users [02:15] wash your mouth out [02:18] ?? [02:23] cursing emacs users [02:24] oh right. [04:09] easy question that I thought I knew the answer to but apparently not, how do I set the hostname on an ubuntu system, including the fqdn? [04:10] I would like hostname to return 'foo' and hostname -f to return 'foo.example.com' [04:12] apache keeps saying its unable to determine its own hostname [04:12] and the reverse dns points to foo.example.com [04:14] scotth: yeah - a surprisingly complicated question. [04:15] I feel like an old tymer, but back in my day all you had to edit was /etc/hosts and /etc/hostname [04:16] those two are usually involved, for sure. exactly what does apache say? [04:16] and do other things work? [04:16] what does `hostname` return [04:18] scotth: the way I make that apache error go away is to set the ServerName directive in /etc/apache2/apache2.conf or in the sites-available/default config file. [04:18] scott run hostname --fqd see what it returns [04:18] sommer: I set ServerName in the sites-avaliable [04:18] and make sure /etc/init.d/hostname.sh is started [04:19] scotth: there was a change to /etc/hosts with recent Ubuntu releases which may affect you, it involves changing 127.0.0.1 to 127.0.1.1 for the hostname [04:19] mmmMMM... might also add ServerName localhost to apache2.conf [04:19] nilson: it returns outkast [04:20] even with the --fqd option? [04:20] nilson: yes [04:20] looks like your server doesn't know its domain [04:20] jnc: my entry is still 127.0.0.1 [04:21] nilson: I have domain set in /etc/resolv.conf [04:22] hm [04:23] its a pretty old install that I believe started with dapper and is now at gutsy [04:24] * ScottK wonders if Bug #8980 might be relevant. [04:24] Launchpad bug 8980 in netcfg "hostname -f does not return a proper FQDN" [Medium,Confirmed] https://launchpad.net/bugs/8980 [04:26] ScottK: that got it, reordering to outkast.sjhserv.net outkast got the fqdn working [04:26] thanks, odd little behavior [04:27] scotth: in hosts? [04:27] yup [04:27] Yeah mine's set up that way. I saw that it says 127.0.1.1 now too, which I found odd [04:27] I thoght it was a mistake.. [04:27] though apache is now using 127.0.0.1 as my hostname [04:28] but doing the 127.0.1.1 thing fixes that [04:28] way weird [04:29] jnc whats the reason for that switch [04:32] tec/hostname should just be the alias (eg kgoetz), /etc/hosts should have (eg) kgoetz.id.au then kgoetz [04:32] iirc [05:00] Hi, I'm looking for help installing Ubuntu 7.10 onto RAID 0 === highX|Humpy is now known as Humpy [05:43] hey ubuntu folks couldnt help me. i want to edit iptables for http, ftp, ssh, and vpn <- if anyone knows how do do vpn. any help? [05:44] can you be more specific in your qeustio? ;) [05:44] eg what aobut iptables do you need to edit? [05:45] why do you need to? [05:45] need to b/c they are wide open right now. and i need to set them up [05:45] set them up to do what? [05:46] i want to shut all ports besides 80, 21, 22 , 1194, and enable what i need to for vpn [05:47] use this as an example: [05:47] iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j ACCEPT [05:48] that accepts all packges on interface eth0 goin to port 443 [05:48] and if your opening ssh to teh world, look at this http://www.debian-administration.org/articles/187 [05:49] also http://www.debian-administration.org/articles/23, if this is a gatway === sahafeez is now known as sahafeez_away [05:50] so the 443 is for https, the first link is for ssh, i can do 21 from the example you gave me for https. you know anything about the vpn world? [05:50] nownott: easier solution is get another computer and run Smoothwall distro on it [05:50] click that junk with a mouse. [05:51] jnc: thanks but id really like to get this working [05:54] nownott: look at openvpn [05:54] jnc: a (dedicated) gateway might be overkill for his purpose [05:59] kgoetz: i have openvpn installed and configed. i cant get traffic to get fowarded believe it was the way i have iptables/firewall setup [06:00] i can connect to it just fine just no packet fowarding [06:01] nownott: openvpn? tried looking at the logs? asked #openvpn? [06:01] openvpn was no help what so ever, and logs no havent checked there [06:01] you mmight need to turn up the loggin, perhaps rrun the daemon in the forground [06:14] kgoetz: i enterd the first rule you gave me for https but it had no effect on my firewall [06:15] nownott: looked at the links i gave you? [06:16] yes [06:17] setup your firewall like the gateway guide says? (with port forwarding if its a gatway)? [06:18] didnt read that one b/c its not a gateway [06:18] it will probably have rules you need [06:18] but i just realised i didnt ask - how did you test 'no effect' with your firewall? [06:19] no effect? [06:20] 14:44 < nownott> kgoetz: i enterd the first rule you gave me for https but it had no effect on my firewall [06:20] how did you check that? [06:20] sudo iptables -L -v [06:29] well i ended up doing them like this iptables -A INPUT -p udp --dport 21 -j ACCEPT [06:30] SSH is a tcp based protocol [06:30] iirc [06:30] well hmm when i saved i see the prerouting that you dold me to put in there [06:30] vpn will be udp [06:30] i have my vpn to use tcp instead [06:31] what is prerouting [06:32] you should read the iptables readme files [06:32] /usr/share/doc/iptables/ [06:32] rustys explanatio of prerout/postrout etc will be better then mine ;) [06:33] so do you know about the vpn stuff i need to foward etc. the tun etc [06:33] if its a vpn server, you need to allow in the port listed in the vpn config file, if its a client dong worry [06:33] *dont [06:34] ya i can connect but like i said i believe it was the port fowarding that was getting me [06:34] i doubt it tbh. more likely to be your routs/dns are broken [06:35] but until you check out the logs and or turn up debug, who knows [06:46] kgoetz: you have amin to look at my iptables? [06:47] nownott: not atm, i'm at work :) [07:55] moin [08:26] Hi, i have a brief question about cowbuilder: Is it really possible to build 32bit stuff with it in a 64bit environment? [08:26] I tried many variations of arch=i386 in many places and it always goes back to amd64 packages [08:26] cowbuilder is a variant of pbuilder, right? [08:27] Yes, it seems so. [08:27] RealMurphy: What you need to do is to make sure that the chroot is created as an i386 chroot. [08:28] This is usually achieved by passing --arch i386 to debootstrap. [08:28] Due to the way pbuilder accepts options, you need to pass --debootstrapopts --arch --debootstrapopts i386 to pbuilder. [08:28] RealMurphy: ...but these questions are actually more suitable for #ubuntu-motu. :) [08:32] yes, sorry, was distracted [08:33] ok, thanks alot - I was mostly overwhelmed by the number of channels available :) [08:33] soren: I havent used that way to use mutliple --debootstrapopts, i'll try that or go to greyskull [08:34] RealMurphy: :) [08:42] soren: You hit the problem right on its head and it gone now. Thanks a lot :) [08:42] np :) === `6og is now known as Kamping_Kaiser === ivoks is now known as ivoks_zzz [12:43] how can i find out what version i'm running ? [12:59] stork: cat /etc/issue [13:00] cheers [13:00] is it possible to upgrade from 6.10 to 7.10 without doing a clean install ? [13:04] stork: Skipping a release is not support. You need to do 6.10 -> 7.04 -> 7.10. [13:05] "supported", I mean. [13:07] soren: or you could whipe everything clean and just install 7.10 === zul_ is now known as zul [13:07] or poke your eye out with a rusty fork.. [13:07] or you could do that but thats the easy way out [13:09] Indeed. [13:10] For some definition of possible that goes well into really painful and you probably don't want to do it, yes. It's possible. === dendro-away is now known as dendrobates === ivoks_zzz is now known as ivoks === dtghadgtnadgtnad is now known as dendrobates [15:38] @schedule Bahia [15:38] Schedule for America/Bahia: 23 Oct 12:00: Server Team | 23 Oct 13:00: Kernel Team | 30 Oct 13:00: Kernel Team | 08 Nov 12:00: Community Development Team [15:46] server team meeting in 15 minutes, #ubuntu-meeting - https://wiki.ubuntu.com/ServerTeam/Meeting [17:08] what do i need to do to get apache to stop complaining about not being able to reliably determine the server's fully qualified domain name? i'm guessing i need to set something up with hostname ? [17:09] pteague_work: try setting "ServerName localhost" in /etc/apache2/apache2.conf [17:20] sommer> cool, thanks... i wasn't sure but what it was a hostname issue in the linux setup [17:21] np [17:21] Hello [17:22] I'm on a Gutsy lamp server. I tried to install fluxbox but when I run startx I get an error about the font directory [17:22] I've ran fc-cache and dpkg-reconfigure fontconfig [17:24] Guiri: you'll probably also need to install x-window-system-core xserver-xorg... if they aren't already [17:24] thanks. let me check [17:25] I was missing the core, which is conveniently install the 75 and 100 fonts packages [17:25] Thanks [17:26] np [17:28] Now it errors with no devices detected. I thought I set the 'intel' driver in xorg. But the vesa throws the same error. === dendrobates is now known as dendro-away === gamble6x is now known as gamble|lunch === dendro-away is now known as dendrobates === gamble|lunch is now known as gamble6x [19:43] greetings... how do I go about adding framebuffer to my server install? [19:51] Fenix|work: do you just want a higher resolution font? if so I just add vga=791 to the end of the kernel line in /boot/grub/menu.1st [19:52] I did that... didn't work [19:52] perhaps I did it wrong [19:52] I'll look at it in a sec [19:52] just reinstalling [19:53] you could also edit the line from grub before booting... sometimes it's up to your video card if it'll work or not I've noticed [19:54] yeah... had those problems with gentoo ... [19:54] but man, 80x25 blows :) [19:54] ssh is always whatever resolution you want :) [19:55] yeah, haven't advanced to that stage yet though :) [19:55] I don't have any networking set up just yet [19:55] (deliberately set it up that way) [19:56] getting this set up for cloning [19:57] sweet [20:50] sommer, for SSH, I need to install OpenSSH? [20:51] yep, openssh-server to be exact [20:52] is there a firewall already installed? [20:52] if there are no services running, there is no need for a firewall [20:52] DNS [20:52] that being said, you can install iptables [20:52] iptables is, but you'll need to configure it. [20:52] and soon openssh [20:52] well, those are things you added ;) [20:52] last I want is outside to access ssh [20:55] garr... [20:55] umm, how does one fix all the stupid characters that show up in aptitude when using ssh? [20:55] putty to be specific [20:56] what stupid characters? [20:56] my putty is set to utf-8 [20:57] and instead of lines, I get lqqqqqqqqqqqqqqqqk\nxReally quite Aptitude?x\nmqqqqqqqqqqqj [20:57] obviously a characterset thing ... [21:18] anyone know of a way to do page accounting with cups and samba? [21:19] printing from a Windows client to a network printer shared through Samba [21:54] after upgrading from 7.04 to 7.10 I lost ldap-pam support, everything ldap-nss still works, and config for ldap-pam is still there... any idea's? [22:10] hi there all... [22:10] need to upgrade a headless ubuntu-server box to gutsy from feisty [22:10] Calin24, i can help per se, but i have pam-ldap working on 7.10 using the example configuration [22:11] was sure there were instructions for this on ubuntu's site.... seem to have disappeared [22:12] ah... here: http://www.ubuntu.com/getubuntu/upgrading [22:13] it seems to be misconfigured, since my user.log is showing can't reconnect to ldap server, but i'll be darned if i know where 7.10 does the config... i know nss_ldap got rid of needing nss-ldap.conf and nss-ldap.secret but no clue about pam. [22:14] Calin24, /etc/ldap.conf [22:14] iirc [22:15] hrmm should be working then, since nss_ldap is using the same config file, and works... [22:15] Calin24: you might need to rename nss-ldap.secret to ldap.secret [22:16] Calin24: were you using secret files? Are you using TLS? [22:16] already done... every config file 7.04 needed is gone, and all that's left is /etc/ldap.conf /etc/ldap.secret and /etc/ldap/ldap.conf [22:17] no to TLS.. just secret files [22:18] Calin24: I just scrolled back, it seems you have nss-ldap working fine. [22:19] Calin24: if nss works pam should as well. What are you seeing in the log's regarding pam? [22:19] right.. it's just pam auth that fails [22:20] pam_Oct 23 17:00:39 bowser sudo: pam_ldap: ldap_simple_bind Can't contact LDAP server [22:22] Calin24: did you save a copy of your old pam-ldap.conf? [22:23] yeah [22:23] Calin24: the only issue I know of, is the use of URI when doing TLS. I'd try copying the pam-ldap.conf over ldap.conf. [22:24] perhaps there is something specific to your config that was missed in the new debconf scripts. [22:25] Calin24: if that fixes it, I'd like to see a diff. [22:31] there an easy way to reboot pam without rebooting? or is it like nss and should auto pickup changes [22:33] Calin24: it should be automatic. [22:39] hrmm nope isn't working even with the old pam-ldap.conf ... and just tried samba, it's definately only pam that's missing some sort of config to be working [23:01] hello, i have the problem, that my raid-arrays are not stopped correctly when rebooting: https://bugs.launchpad.net/ubuntu/+source/mdadm/+bug/111398 [23:01] Launchpad bug 111398 in mdadm "mdadm fails to stop RAID on shutdown" [Undecided,Confirmed] [23:02] as there is no solution there yet, I hoped, that you would have an idea, how to prevent this. [23:04] I have 3 raid-partitions: swap, /boot and / ; until now either swap or /boot where not correctly shutdown. [23:27] what are recommended web interfaces for ubuntu-server? ebox seems minimal and webmin doesn't seem to exist [23:33] * ScottK likes vim, but ebox is planned for Hardy. [23:33] !webmin | marchpumpkin [23:33] marchpumpkin: webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system [23:35] so webmin is a no-go....and ebox will be good whenever Hardy comes out....what would anyone suggest for the time being? [23:35] Dunno. I don't use a web interface. [23:42] BIND is way too complicated for my small (dozen+) network... what would be a simple replacement? [23:53] Can't boot Gutsy with my LVM system any longer. Was told -server might be a better place to ask.