[01:17] I know it isn't possible to set a console to a widescreen resolution, but is it possible to set a console font to something that's really tall and thin, so that it works well on a widescreen monitor? [01:24] hey guys, i'm trying to install the latest version varnish but 8.04 LTS only has really old packages, anyone know a way to backport karmic packages or another way? [01:25] <|Mike|> pin is the solution ! [01:26] huh? [01:27] <|Mike|> hun doesn't sound like an question nor an answere. [01:29] what is pin? [01:30] <|Mike|> *sigh* [01:30] <|Mike|> you can pin packages in ubuntu [01:34] ok i read the wiki [01:34] backport packages [01:34] there isnt any for varnish [01:46] whats the best way to backup a failing raid5 md partition and compress it at the same time? i'm getting a mount: wrong fs type, bad option, bad superblock on /dev/md2, error when i try mounting it. i have to fit about 1.1tb in 920gb [01:52] I was wondering, what would you guys recommend for a noob server guy who wants to setup his own email server, calendar, and some form of opendirectory to host all my work related files on [01:54] dassouki, for email, I suggest postfix+dovecot [01:54] no suggestions for the other things [01:55] qman__: thanks :D [02:35] New bug: #528814 in puppet "Unit tests error: NoMethodError: Internal error: The :group setting for must be 'service'" [Medium,Triaged] https://launchpad.net/bugs/528814 [02:41] New bug: #528817 in puppet "Unit tests error: test_correct_type_assumptions, test_paramblocks: undefined method `element'" [Medium,Triaged] https://launchpad.net/bugs/528817 [03:27] anyone here using ispconfig ? [04:11] hi guys, [04:11] ive got nagios installed on my ubuntu-server [04:11] i got a socket timeout on my webmail service [04:11] any body can advise me a solution? [04:11] and how i can troubleshoot this? [04:11] coz the webmail url is accessible [04:12] the check is check_http [04:13] guys, what's the function of check_http in nagios? [04:29] hi, i have had a PCI ethernet card connected to my server for years now, and I have just removed it and switched over to the onboard NIC (e100). The computer still recognizes the onboard one as eth1 and now eth0 has no device for it. How do I make it back the way it should be? [04:38] i am looking for a wiki on how to make a ubuntu server secure .. only ssh on and some internal hardening .. and detection of ddos as much possible and drop it to deny .. all details.. i dont want to go with openbsd [04:41] axisys, ubuntu is secure by default, there's only a few minor tweaks I usually perform [04:41] any suggestion on where to start would be appreciated [04:41] such as removing shells from all the builtin users [04:42] regarding ddos attacks, look into the iptables recent module, and fail2ban [04:42] qman__: i want to built few server as jumpstations.. they will be used with ssh + rsa two factor securid auth .. [04:43] and users will need to access them to access company network [04:43] qman__: ufw ssh limited .. cool [04:43] don't know about ufw, I never use it myself [04:43] qman__: then i wont need fail2ban .. correct [04:43] I write my firewalls in iptables [04:44] qman__: gotcha.. [04:44] but yeah, fail2ban and the firewall approach the same problem in different ways [04:44] qman__: so for my case i will need shell.. anything else you can suggest.. [04:44] the firewall will slow down ddos attackers, while fail2ban will ban failed logins [04:44] qman__: correct [04:44] find a guide on configuring SSH in general [04:45] it's pretty much the same as any other unixy system running openssh server [04:45] qman__: ih yeah.. ssh also has some parameters to slow down the attacks [04:45] qman__: true [04:45] qman__: but how about some internal config change ..? [04:45] what for? [04:45] qman__: what users can do and cannot.. wonder if i should drop every users in their own jailed env [04:46] SSH supports chrooting right in the main configuration now [04:46] so you can lock users down to their home directories easily [04:46] qman__: since i will need valid shell.. users will access company backbone network elements only accessible from these boxes [04:47] qman__: i did not know that .. cool! [04:47] that's not on by default, but it's fairly simple to configure [04:47] qman__: yes.. i am pretty comfortable w/ sshd configs.. [04:48] qman__: thanks for the chroot suggestion thru ssh [04:49] qman__: how does ubuntu compare w/ openbsd or solaris or freebsd btw as far as security and stability.. ? [04:49] well, I haven't seen any robust comparison testing done, but ubuntu is a secure by default setup [04:50] there are no extraneous services running, and all the 'tasks' have reasonably secure defaults [04:50] qman__: ok [04:50] SSH allows password auth by default, you may want to disable that [04:50] and some builtin users have shells defined, though they're not able to log in [04:51] but all very minor things [04:51] ubuntu disables root by default [04:51] and uses sudo instead [04:51] qman__: that last one is my favorite [04:51] root disable by default [04:52] yeah, I set that up whenever I use BSD or other systems [04:53] we use rsa securid auth .. so root cannot login .. but i need to disable passwd auth .. or ssh will allow root to use local [04:53] like you suggested [04:53] the default dovecot config allows non-SSL connections too, but that's a very simple configuration change [04:53] only relevant if you want a mail server [04:53] well [04:54] qman__: hmm.. another server will be also ubuntu server and mail server [04:54] password auth is enabled, and permitrootlogin is yes, but root doesn't have a password, and as such can't log in [04:54] qman__: so postfix + dovecot probly [04:54] qman__: right [04:54] yeah, postfix + dovecot is the typical setup for ubuntu, that's what the built in mail server task uses [04:55] qman__: so tasksel has a option to setup mail server? [04:55] they have pretty good defaults, other than dovecot allowing non-ssl connections [04:55] even the SSL crypto is limited to SSLv3 methods [04:55] yes [04:55] i see tasksel has mailserver [04:56] qman__: does it use hardware crypto accelorator card if available? [04:56] not sure about that, I know you can, but I don't know if it requires additional configuration [04:56] qman__: ok [04:56] Does ubuntu-server 10.04 default to running X (or perhaps if certain things are chosen in tasksel/the package screen?) [04:57] Overand, no, ubuntu server does not have a GUI [04:57] qman__: btw.. would be nice if there is a wiki that compile all these suggestion you have here [04:57] qman__: 10.04 does use a graphical GRUB menu though, right? [04:57] This machine for some reason is sticking thge monitor into an unusable frequency apparently more or less immediately after GRUB starts [04:57] with the push to make puppet an integrated part of lucid, anyone know why facter is quite a few versions old? [04:58] Overand, not sure what you mean by that, I don't know a lot about grub2 myself [04:58] qman__: Well, I just did a fresh install - and all I get is my monitor complaining about being run at 85 hz, heh [04:58] axisys, yeah, a conglomeration of security tips would be a good idea [04:58] qman__: yep [04:58] johnf: puppet will be integrated w/ lucid ? that is a news to me [04:59] Overand, well, lucid is still two months from release, those kinds of things happen [04:59] axisys: well a lot of work has been done to get puppet into main and integrate with etckeeper [04:59] qman__: aye - but I'm curious to see if i can figure out 'why' [04:59] or so my memory of server team meeting minutes notes holds [04:59] Overand, #ubuntu+1 might be of more help [05:02] qman__: is there any tool there to buil chroot env for user ? [05:03] qman__: ChrootDirectory is the sshd_config's option .. thanks again! [05:03] axisys, I've used jailkit in the past, but I don't think that's needed with chrootdirectory [05:04] my servers all run hardy so I haven't set it up the new way yet [05:04] this is the chrootdir option -> http://pastebin.com/AKuZvb7f [05:05] ah [05:06] well, jailkit can do that, though it may not be the best option, since it's designed to chroot the old way [05:06] qman__: hmm [05:07] makejail ? [05:07] still looking [05:15] guys, how do i check if my ubuntu-server requires a reboot after ive updated it? [05:18] swift__: cat /etc/motd [05:19] axisys, how can i determine if it needs to be updated? [05:19] swift__: it will show up there .. in few mins [05:20] axisys, in that file.. it shows ifit needs to be rebooted? [05:20] swift__: make sure you have this , update-notifier-common installed [05:20] axisys, how can i check if it's installed? [05:20] and if it's not installed.. i wont know from the motd file? [05:21] swift__: http://pastebin.com/q2xs450R <- i am suppose to reboot this one [05:22] swift__: no [05:22] oh.. dman [05:22] i dont think ive got it installed [05:23] how can i checkif the notifier is installed? [05:23] apt-cache policy update-notifier-common [05:24] hey,... it shows me installed:0.70.10 [05:24] means.. i's there right? [05:24] swift__: http://pastebin.com/g23uCeX6 [05:24] swift__: yes [05:24] yahoo! [05:24] so, motd will notify [05:25] i i dont see that restart is needed [05:25] coool [05:25] axisys:.. that's my motd file :http://pastebin.com/Y56rLp6c [05:26] please confirm if it's fine [05:26] swift__: looks fine [05:26] so no reboot.. thanks!! [05:26] ur a lifesaver [05:26] swift__: you are welcome [05:28] cat /etc/cron.d/update-motd .. it should show motd gets updated every 10 mins [05:29] axisys.. it's not there [05:29] that means, it's not running [05:29] hmmm [05:30] swift__: do you have this file ? /usr/sbin/update-motd [05:31] no axisys [05:31] swift__: dpkg -S update-notifier-common , what does it show? [05:32] shows me the locations where it's present [05:32] dpkg -S /usr/sbin/update-motd ? [05:32] ..../usr/share/... [05:33] dpkg -L update-motd , what does it say? [05:33] no ... /usr/share/doc/... [05:33] you will need update-motd [05:33] these are docs [05:33] ohk [05:33] sudo apt-get install update-motd [05:33] gosh [05:34] is it safe to install? [05:34] coz this is a production machine [05:35] swift__: yes [05:36] got this error: E: Couldn't find package update-motd [05:37] swift__: u r using karmic ? [05:37] karmic? [05:37] what's that? [05:38] lsb_release -a ? [05:38] sudo lsb_release -a ? [05:39] or cat /etc/issue [05:39] it's LTS 8.04 [05:39] 8.04.4 [05:40] swift__: hmm.. i dont have that release.. [05:40] oh... [05:40] swift__: what pkg did you install that you are wondering about reboot ? [05:40] my LILO got updated [05:40] i guess i need to reboot [05:41] swift__: lilo ? wow ! forgot about it ... i am using grub2 [05:41] im surprised too.. that it's LILO [05:41] swift__: you got new kernel ? [05:41] I use regular old grub [05:41] yep [05:42] yeah, then you'll need to reboot to use the new kernel [05:42] swift__: then obviously you will need to reboot :-) [05:42] ye.. wanted to know if there's a better check though [05:42] swift__: i should have asked you that long time ago [05:42] no probs [05:43] swift__: there is no update-motd in that release.. we established that.. may be a PPA version.. avail [05:43] oh [06:05] should I be able to install ubuntu server on x2250 .. this site does not mention anything http://www.ubuntu.com/partners/sun [06:38] hi im running a script that call the finction die(), somebody know where i can finf this function? i mean which package? [06:39] Roxyhart0: the script should define the function itself if it isn't sourced from another script [06:40] im running a script that i run before on gentoo but apparently the sintaxis is a little bit different [06:41] Roxyhart0: does the script source any other script files using the "." or "source" commands? [06:41] no [06:41] in that case if die() isn't defined in the script itself it shouldn't work properly... [06:42] well before was function die() now i just wrote die() and is working but still the sintax with the rest of the script is different [06:43] Roxyhart0: well, modify your die() function according to the syntax the script uses =) [06:43] yes, i think gentoo and ubuntu doesn't work with the same sintax for shell script [06:45] Roxyhart0: shell script compatibility depends on the shell being used to interpret the script. Ubuntu and Debian use dash by default, while IIRC Gentoo uses bash, which as quite a lot of non-standard extensions to the shell scripting langauges. See https://wiki.ubuntu.com/DashAsBinSh for more information [06:45] thanks a lot :) i will right now [06:46] Roxyhart0: if the script you are using is a "bash" script rather than a POSIX-compliant shell script, it would be a good idea to change the shebang at the top of the script from "#!/bin/sh" to "#!/bin/bash" [06:47] yes you are right...that is the problem apparently [06:47] Ubuntu still uses bash as the default login shell, therefore it is included with the distribution [06:51] yes, i suppose i should run it with bash myscript but still doesn't recognize the sintax so i will try to change it [08:08] help! My ubuntu server is losing its network connection intermittently [08:08] it happens with both the onboard NIC and PCI one [08:09] stiv2k: Wouldn't it be good to check the other side, or the cable? :) [08:09] Jeeves_: what do you mean other side? [08:10] Jeeves_: i think it started happening with one of the latest kernels [08:10] i kept booting 2.6.28.x and it was fine but 2.6.31.x seemed to always have this problem [08:13] anyone? [08:18] stiv2k: what do the logs say...? [08:18] gah [08:18] it froze again [08:18] i dont know what you said [08:18] my other nick is from my server which just lost connection [08:18] just that one line ☺ [08:18] JanC: which log? [08:20] syslog for example [08:20] ok [08:20] search for network-related errors just before you lost connection [08:25] uhhh [08:25] JanC: all i see is smbd, ntpd, and CRON [08:25] in the syslog [08:33] JanC: what can i do to fix it? [08:37] well, first you have to find what happens... [08:37] JanC: im looking through the logs, but i dont know what i should be looking for [08:37] does the server lock up completely? [08:38] i don't think so [08:38] but i could be wrong [08:38] i connected a keyboard and screen to it this time [08:38] so i'll be able to answer that question in a couple minutes [08:52] JanC: looks like the whole machine is locked up [08:52] JanC: i get no response from the caps lock lights [08:53] so, that's more difficult to debug ;) [08:55] hi ...i am using ldappassword to change password users, but when i connect froma windows client it doesnt work unless i change the password with smbpasswd. somebody know if there are any bug with it? [08:55] JanC: damn [08:55] JanC: what do i do? [09:25] Hello. I still got serious problems using samba as my primary domain controller. [09:25] Would anyone be willing to help? Most of the information can be found here: http://ubuntuforums.org/showthread.php?p=8889517 [09:35] mcol: I would have a look at the changes made from samba 3.2 to 3.4 and see if any might cause your problems. First, concentrate on the 3.3 and 3.4 changes (others are mainly bug fixes). v3.4 has some significant changes to "domain authentication" for instance. Here : http://www.samba.org/samba/history/ [09:36] sherr: Significant changes to "domain authentication" sounds like my problem. Thank you for providing the link. [09:37] Have you backups or password/configuration? If all else fails, you can always revert to your previous version i.e. remove 3.4 and put 3.2 back - build from source perhaps. Not ideal - but takes pressure off while you look to find the problem in 3.4. [09:39] sherr: Everything is backed up. In the company, we got some new machines, though. With windows 7, which spawned the problem of me having to update samba. [09:39] A complete revert would only postpone the problem. [09:46] New bug: #528894 in apache2 (main) "SSL name-based virtual hosts are supported" [Undecided,New] https://launchpad.net/bugs/528894 [10:10] Hello. I still got my problem documented at: http://ubuntuforums.org/showthread.php?p=8889517 [10:10] I've read in the changelogs, and assume that newer samba versions could solve my problem. Can someone please provide a package for a stable new samba release, or can provide information on how I get one. [10:17] are there any dimdim of adobe seminar alternatives ? that I can install on my server [10:21] Update: After migrating smbpasswd to tdbsam, the windows xp machines can log in again. The windows 7 machines still dont want to join, though. [10:56] mcol: Haqve you looked at the Samba list/archives? http://lists.samba.org - or Google search for : site:http://lists.samba.org/archive/samba "Windows 7" [11:00] sherr: I've googled a lot, and have set those registry entries mentioned in http://wiki.samba.org/index.php/Windows7 [11:04] Done! I'll document everything over here: http://ubuntuforums.org/showthread.php?p=8889630 [11:04] Thank you all for your help! [11:11] mcol: great news! Please do document and I am happy I could offer some help. [11:24] hi how i can know the mac address from a IP? [11:24] Roxyhart0: rarp [11:25] Err, I always get that backwards. Sorry. arp. [11:31] thanks a lot very helpull the command [11:32] do you know is there are easy way to detect with with is this IP conected? [11:33] Note that you won't get arp/rarp data unless you're able to communicate unrouted (as the two hosts will have exchanged MAC addresses). Depending on your environment, you may need to track down nodes one-by-one along the way (especially when walking through NAT, etc.) [11:33] I usually use ping or nmap to detect things about IPs. [11:34] You can use arp/rarp to tell your local host stuff that it didn't autodiscover, which can let you e.g. use nmap on a host on a different subnet but on the same segment without hitting the router. [11:34] yes i did, arp work fine but i am not sure which swith is this IP conected [11:35] I'm not going to give you detailed instructions on how to dig out information on remote segments (even if you control them) without a prior trust relationship (because such information is easily abused). [11:36] At a broad level, you can likely track it down by either investigating data available on the switches concerned, or by analysing the network packets available from attempted communication with the target host. [11:37] My apologies at the lack of useful response, but I hope you understand my reasoning. [11:40] i already detect that this computer have virus and is dropiing the connection with port 80 [11:41] i tryied to detect it from the switches but this address i cant find [11:56] do you know how i can block the trafic from a particular IP? [12:07] somebody know how i can check by internal IPs with tcpdump...? [12:11] Roxyhart0: You can block with iptables (and I think ufw is the recommended tool to manage this. [12:11] ok, thanks [12:42] hi i am trying to block the access to a IP but still it is accessing, this Ip have virus..i did with -iptables -A FORWARD -i eth0 -p udp -s 172.17.9.160 -j DROP [12:44] As long as you're only intending to block udp, that ought work. Depending on the nature of traffic, you may also want to block tcp, icmp, gre, etc. [12:45] i want to block anything with this ip [12:45] but when i do iftop still it have movement [12:45] how i can say "anything"? [12:46] I don't know, but "-p udp" says UDP. [12:47] The manpage claims one can send "-p all", but I've no idea if it works. [12:47] i dont know how stop this IP have virus and i am getting blacklisted my domain [12:47] The manpage also has lots of other lovely tidbits :) [12:48] you know i try manything and still [12:48] Where are you running the command? If you're getting complaints from an external party that some device on your network is sending packets, you'll need to drop or block the packets somewhere between the offending device and the network gateway (or at the network gateway), and running them locally may not help. [12:48] maybe is iftop is laying and is not the real IP [12:49] Hello. I have a problem with postfix. If a send an email to @yahoo.com it ends up in Spam.... what's the problem ? [12:50] maybe you are balclisted like me [12:50] because maybe you got virus in your network [12:50] Because of what? This is the first time I send an e-mail with my server. [12:51] hehe [12:51] well i got similar problem, do you receive a message from where? [12:51] spamhouse or something like that? [12:52] You are talking about the mail headers ? [12:53] what do you mean with Spam? [12:53] In yahoo's spam :D [12:53] what is the message that you receive [12:53] No message.... If i check the email .. it's in spam. [12:53] :| [12:53] is just yahoo? [12:54] i got same problem with hotmail, and they say i needed to configure the dns with s spf file [12:54] I see gmail too. [12:55] check this address http://www.dnsbl.info/dnsbl-details.php?dnsbl=cbl.abuseat.org [12:55] with your IP from you are going outside [12:56] Waaa.. looks bad :)) [12:56] dnsbl-3.uceprotect.net [12:56] are you blacklisted? [12:56] dnsbl-2.uceprotect.net [12:56] Just in thoes 2. [12:57] you need to pay...they ask for pay i think [12:57] i hate virus...i am getting this problem now [12:58] for hotmail i had a lot of headache, they say i need to setting my dns with a spf file or something like that [12:59] It's my subnet to blaim. [12:59] still i cant drop packages from a infected IP... [13:15] Nicador_fl: http://www.openspf.org/ may be helpful (if you don't get a better answer here), especially http://www.openspf.org/Support [13:15] anyone running on ext4 on a server ? [13:15] I think ext3 for /boot is best [13:20] persia, I'm not going to end up nowhere. My ISP is listed in a main spam database http://www.uceprotect.net/. And as far as I know my ISP has problems keeping my internet up and running. No point in asking them to resolve spam issues with other customers, and uceprotect wont make an exception for a single person. [13:22] Nicador_fl: That makes it tricky then :) You might be able to arrange service with a mail provider or seek an alternate ISP. I'm not convinced there's anything you can do in postfix otherwise :( [13:23] somebody know how i can block a IP and the port, for everything i try but doesn't work [13:25] persia, my ISP it's only broadband provider here. An other choice it's DSL but it's not a static IP there. [13:26] are u using a NAT? [13:26] anyway you just need to request unlisk form uceprotec.net it usually take a couple of hours [13:27] No. I'm using direct LAN not class c. [13:27] and then when you are unlist you need to try again to send to hotmails account if you are unlisted and still it is going to junk list for hormail maybe you need configurate the spf file [13:28] uceprotect said they not make anything for individual. I have to fix the ISP to fix myslef. [13:29] i am the queen of blacklisted for this virus and always there are a way to unlist [13:30] I don't think it's a virus in my ISP. I live in romania, then land of ebay, paypal scams :)) [13:32] Nicador_fl: finding another mail provider is likely your only solution, and using it as a smarthost (perhaps with some pull feature to get mail from there back to you). [13:32] if you dont have those security system doesn't matter...the viruses are internationals :) and travel aroud the world [13:32] guys, no-one using ext4 yet > [13:32] ? [13:33] persia, I used google apps in the past... but I need the php mail() function :) [13:33] im ext3, is more safety for me [13:33] It's easyer to me to build websites with mail features using mail() than to write a SMTP class each time. [13:35] Roxyhart0: Iḿ with you there, but what is your reason for the safety ? [13:36] My ISP has a SMTP server for clients with PPPoE that have 25 blocked. But it seams I can't access it cause I have 25 running LOL [13:38] im not sure really i ask time ago and is more probed and work fine, i lost information before with anothers formats and ext3 worked fine so i prefare stay there [13:41] Nicador_fl: postix can work in smarthost mode, if all you want is php mail() [13:42] I hate deppending on the google servers :( [13:46] Roxyhart0: I have everything running ext3 also [13:47] Roxyhart0: just setting up a new server with lvm on softraid [13:47] and again... ubuntu server has ext4 in the list :s [14:27] cjwatson: could offer a hint on https://bugs.edge.launchpad.net/ubuntu/lucid/+source/eucalyptus/+bug/527648 when you get a chance? [14:27] Launchpad bug 527648 in eucalyptus "Running instances can't be contacted from CLC in CLC+Walrus / CC+SC / NC topology" [High,Confirmed] [14:27] cjwatson: see the thread in the bug [14:27] (mostly me talking to myself) [14:30] whats the best way to backup a failing raid5 md partition and compress it at the same time? i'm getting a mount: wrong fs type, bad option, bad superblock on /dev/md2, error when i try mounting it. i have to fit about 1.1tb in 920gb [14:33] zroysch: might be worth looking at clonezilla? I think there are many other backup/archiving solutions around as well. [14:54] sherr: i have a clonezilla boot cd.. is there an application i can install so i dont have to connect a monitor and keyboard etc to the server [15:13] zroysch: OK - what about using partimage or even just dd + gzip? [15:13] http://www.partimage.org/Main_Page [15:13] yea someone mentioned i could pipe it from dd to bz/gzip [15:14] but partimage requires a mount, i think [15:15] I don't think so - but why guess? Read the docs ... [15:19] Hmm [15:19] I need to edit main.cf in the postfix config to enable an ipv6 smarthost [15:21] sherr: thanks trying partimage now [15:23] hmm yea its not showing my md2 partition [15:37] yet it shows the md1 raid1 [15:41] zroysch: I guess md2 needs to be started perhaps? check /proc/mdstat [15:41] sherr: its running [15:41] http://pastebin.ca/1813571 [15:41] not sure if anything is wrong here [15:41] hmm. [15:42] when i run partimage without sudo, it shows md2 [15:42] strange [15:43] with sudo http://pastebin.ca/1813575 [15:44] without sudo http://pastebin.ca/1813576 [15:46] zroysch: sorry no idea. Maybe there are verbose/debug flags on the CLI, and get more information about errors/warnings [15:49] true [15:49] sherr: thanks i'll try finding a command [15:51] New bug: #529056 in eucalyptus (main) "instances disk size needs to be bigger than filesystem size" [Undecided,New] https://launchpad.net/bugs/529056 [15:55] http://www.partimage.org/forums/viewtopic.php?p=754&sid=913e061b7f2d8edc54aac2e6e8345080 [15:55] hmm seems to be an old problem [16:03] sherr: yes, seems pretty bad. can't tell from the "changes" file if it's been fixed - but lots of "applied patch from ..". maybe compile and try. === dendro-afk is now known as dendrobates [16:11] Hi again. How do I change the reverse of my ip? * Dns resolved 86.126.159.38 to 38-159-126-86.rdspt.ro [16:28] Nicador_fl: that looks like an ISP DNS record - so maybe ask them. === dendrobates is now known as dendro-afk [17:46] Hi Guys. I created Virtual Domains on my server last week. www.thefinancefacility.com and www.secret-eye.com [17:46] Now if I type secret-eye.com without the www the financefacility.com website shows up. How dO i stop that happening and make it go to the correct site? [17:55] garymc, make sure your Apache config (I assume it's apache and virtualhosts) has a line ServerAlias with your alternate urls (without www) [18:00] cybermox take a look at my file see if its ok. I thought I did that http://pastebin.ca/1813775 [18:10] hello, me working for a media agency which have to send a few million mails per week, ... want to change our mail system from exim4 to postfix in ubuntu hardy cause of better sopport for dkim,... but postfix seem to have some mighty 78 charakter per line restrictions ??? any ideas ? [18:36] is there any website where I can upload the pdf files and get the link for forum so that the pdf can be viewed directly in forum like we do with imges in forum [19:08] hi, how do I change the boot params ? I need to set nomodeset so my server doesnt crash [19:10] stiv2k: /boot/grub/menu.lst and after that run update-grub [19:11] BulleTh0: is that gonna change it for all future ones? [19:12] stiv2k: For all futer ones what? :) [19:12] future kernel installations [19:13] stiv2k: I can't answer that :) I never updated my kernel. [19:13] BulleTh0: why? [19:14] 5 years ago I updated the kernel and the OS got busted :) [19:14] lol [19:18] :D [19:21] Like .. why scrach a leg if you don't have a ich ? :)) [19:21] BulleTh0: and because a mechanic borked my car 5 years ago I never let one touch it any more ;-) [19:21] BulleTh0: because you should arm yoruself with anti-itch powder so that an itch doesnt develop in the future [19:23] No way. If my box runs smooth, I don't have to scrach myself. [19:25] dammit [19:25] BulleTh0: and that little amount my brakes are deteriorating I don't even notice ;-) [19:25] BulleTh0: i ran update-grub and rebooted and now it says error 11: unrecognized device string [19:25] wht now [19:25] any idea if btrfs is to stabilise soon_ [19:25] ? [19:26] mhh, my ubuntu server does not see my dynalink modem on the ttys0 [19:26] stiv2k: And it wont boot ? [19:26] BulleTh0: yeah [19:27] it put it on 2 lines [19:27] kernel /boot/vmulinuz.... and then on a separate line it has root=UUID=blahblah [19:27] and i know it worked before on another server with the same modem [19:27] Reboot. And in the GRUB menu press E. [19:28] i already did [19:28] what to edit? [19:28] https://help.ubuntu.com/community/BootOptions?action=AttachFile&do=get&target=grubvga.png [19:28] Like so. [19:29] aha [19:29] i fixed it [19:29] i put them back on one line and it worked [19:29] why does update-grub put it on 2 lines?!?!? that broke it [19:30] criminals [19:30] lol @ stiv2k === dendro-afk is now known as dendrobates [19:41] New bug: #529160 in openssh (main) "package openssh-server 1:5.1p1-6ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2" [Undecided,New] https://launchpad.net/bugs/529160 [22:31] wow you should check this http://bit.ly/bFi9I4 [22:46] sarah93: SPAM! [22:46] sherr: They're gone.