[00:32] <[Solars]> can you have multiple identd on one machine? [00:43] evening all [00:44] i have problem with 3 network cards , using 8.04 x64. all cards have error similar as this on ifconfig output: Interrupt:251 Base address:0xe000 === fenris_ is now known as e-jat [01:05] i'm looking for someone that uses ltsp [01:05] i have many questions [03:37] I just put a new HDD into my computer.. How do I mount it? [03:38] FFEMTcJ: fdisk -l will list your HDDs [03:39] FFEMTcJ: then, execute "mount [03:39] example: mount /dev/hda1 /mnt [03:40] where /dev/hda1 is the first partition of your first ide [03:40] its sdb1 i guess.. its in ntfs though [03:40] if you want to write, you must install ntfs-3g [03:41] then: mount -t ntfs-3g /dev/sdb1 /mnt [03:41] i want to switch it to ext3 [03:41] also, you can create a new dir, say /windows, and mount it [03:42] to switch to ext3, you must execute "mkfs.ext3 /dev/sdb1" [03:42] ALL your data will be lost [03:42] after that you can choose/create a mount point and mount it [03:42] You probably want a directory such as /mnt/foo or /mnt/bar [03:42] ya.. theres nothin on it [03:42] mount /dev/sdb1 /mount_point [03:42] ok [03:44] i did the mkfs.ext3 and it still shows up ntfs in fdisk -l [03:44] Doesn't really matter. You can use fdisk or cfdisk to change the partition type. [03:44] yes [03:45] fdisk /dev/sdb [03:45] cfdisk is probably an easier interface [03:47] hads: you're right, cfdisk is easier [03:47] ty all [06:16] hi all. I am installing ubuntu server 8.04LTS into virtualbox, but it has been frozen for a while now on 34% of "unpacking required packages" any ideas? [06:20] has anyone installed ubuntu server to virtual box? [06:21] !weekend | Level15 [06:21] Level15: It's a weekend. Often on weekends, the paid developers, and a lot of the community, may not be around to answer your question. Please be patient, wait longer than you normally would, or try again during the working week. [06:22] lol [06:22] ok, will do === freaky[t] is now known as freaky_t [09:10] i run ubuntu server on a laptop. anyone who knows how i can lower the fan speed on the thermal zone? [09:14] i have no idea ;D [09:17] andriijas: you mean it runs full speed all the time? [09:51] ropetin: yes it does [09:52] and thats disturbing my inner peace === mindframe is now known as Guest98777 [12:21] hi. trying to get apache2 to listen on ipv6, but it seems to refuse. any ideas? [12:21] putting Listen [::]:80 into /etc/apache2/ports.conf gives: [Sun Oct 19 12:18:13 2008] [crit] (EAI 9)Address family for hostname not supported: alloc_listener: failed to set up sockaddr for :: [12:33] no one at all?? [13:32] how to redirect simple bind authentication to saslauthd ? [13:54] hi. trying to get apache2 to listen on ipv6, but it seems to refuse. any ideas? [13:54] putting Listen [::]:80 into /etc/apache2/ports.conf gives: [Sun Oct 19 12:18:13 2008] [crit] (EAI 9)Address family for hostname not supported: alloc_listener: failed to set up sockaddr for :: [14:57] :( [15:14] hi guys; why 'dovecot' devs wrote on their wiki "Dovecot is not responsible for mail delivery or storage. Any questions on these issues involve your MTA and MDA. Get those working first.". But Ubuntu server-guide treat it as an MDA! I'm a newbie trying to understand and setup an email intermet server and was just wondering... [15:18] hi all, I've disabled simple authentication using the configuration "security simple_bind=64" in the slapd.conf, but the system refuses to login although I can obtain tickets for the same user which I'm trying to login with and that user is in the ldap database and I can login using it when the binding method is simple; here is what kerberos logs produces http://paste.ubuntu.com/59709/ any... [15:18] ...help please ? [15:46] hi, i was using libapache2-mod-php5 and deinstalled it, deleted all config files depends on this lib (php5.load,php5.conf), now installed it one more time and get no this files installed, what to do? where can i get it? [15:51] aibo: maybe you should try to remove it by "dpkg -P ", this will make sure those config files deleted clearly. And then reinstall again by "apt-get install" [15:52] rascov, oh, it really helped. thx [15:52] but is there any tool for config management in ubuntu? [15:55] aibo: do you mean version control on config files ? [15:56] just config management, maybe version..in gentoo there is dispatch-conf for example === mindframe_ is now known as mindframe [16:10] aibo: I'm not sure about that :( [16:11] rascov, nevertheless, thx :) [16:11] can someone help me out with automounting a dmcrypt/luks device at startup? the root fs is working fine with passphrase entry. I have another storage partition and I want to have it automounted with a key contained in /etc/keys. It simply will not mount during boot. [16:12] will mount with the key file fail if the key file has incorrect permissions? [16:13] or is /etc/ not available when it tries to mount? [17:40] hey all [17:40] anyone know why apache2 isnt listening on ipv6? [17:55] is there a way to estimate requirements for a ltsp base server for 7 clients ? [17:55] is is the min requirements for a ltsp client? [18:23] Is it a big problem to allow all outbound traffic and inbound, established traffic in my iptables? [18:23] * problem = security risk [18:23] hi. trying to get apache2 to listen on ipv6, but it seems to refuse. any ideas? putting Listen [::]:80 into /etc/apache2/ports.conf gives: [Sun Oct 19 12:18:13 2008] [crit] (EAI 9)Address family for hostname not supported: alloc_listener: failed to set up sockaddr for :: [18:32] ?? [18:34] sandstrom: Depends on what services you have running, what's behind the firewall, etc [18:36] It's a webserver running the default setup + apache/mysql [18:36] this is the iptables in the actual server [18:40] sandstrom: You should probably be okej, as long as your mysqld only listens to localhost, which is the defaults nowdays. [18:41] I block all inbound traffic by default [18:41] its only inbound and established that I thought I might allow [18:55] i get the impression nobody runs ubutnu-ltsp [19:21] How can I allow inbound DNS traffic? (or even better, allow all established, inbound traffic) [iptables question] [21:14] Hello, I am having trouble getting my fresh install of ubuntu-server on the internet. Info here: http://ubuntuforums.org/showthread.php?t=952862 [22:36] I'm trying to install kqemu on an Intrepid server. I ran aptitude instal kqemu-common and it finished without errors. However, I cannot modprobe the module. Do I need to run module-assistant or is there a new way? I got a hint somewhere on dkms. Any suggestions?