/srv/irclogs.ubuntu.com/2010/02/27/#ubuntu-server.txt

qman__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:17
mangoshey 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:24
|Mike|pin is the solution !01:25
mangoshuh?01:26
|Mike|hun doesn't sound like an question nor an answere.01:27
mangoswhat is pin?01:29
|Mike|*sigh*01:30
|Mike|you can pin packages in ubuntu01:30
mangosok i read the wiki01:34
mangosbackport packages01:34
mangosthere isnt any for varnish01:34
zroyschwhats 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 920gb01:46
dassoukiI 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 on01:52
qman__dassouki, for email, I suggest postfix+dovecot01:54
qman__no suggestions for the other things01:54
dassoukiqman__: thanks :D01:55
uvirtbotNew bug: #528814 in puppet "Unit tests error: NoMethodError: Internal error: The :group setting for must be 'service'" [Medium,Triaged] https://launchpad.net/bugs/52881402:35
uvirtbotNew bug: #528817 in puppet "Unit tests error: test_correct_type_assumptions, test_paramblocks: undefined method `element'" [Medium,Triaged] https://launchpad.net/bugs/52881702:41
dassoukianyone here using ispconfig ?03:27
swifthi guys,04:11
swiftive got nagios installed on my ubuntu-server04:11
swifti got a socket timeout on my webmail service04:11
swiftany body can advise me a solution?04:11
swiftand how i can troubleshoot this?04:11
swiftcoz the webmail url is accessible04:11
swiftthe check is check_http04:12
swiftguys, what's the function of check_http in nagios?04:13
stiv2khi, 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:29
axisysi 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 openbsd04:38
qman__axisys, ubuntu is secure by default, there's only a few minor tweaks I usually perform04:41
axisysany suggestion on where to start would be appreciated04:41
qman__such as removing shells from all the builtin users04:41
qman__regarding ddos attacks, look into the iptables recent module, and fail2ban04:42
axisysqman__: i want to built few server as jumpstations.. they will be used with ssh + rsa two factor securid auth ..04:42
axisysand users will need to access them to access company network04:43
axisysqman__: ufw ssh limited  .. cool04:43
qman__don't know about ufw, I never use it myself04:43
axisysqman__: then i wont need fail2ban .. correct04:43
qman__I write my firewalls in iptables04:43
axisysqman__: gotcha..04:44
qman__but yeah, fail2ban and the firewall approach the same problem in different ways04:44
axisysqman__: so for my case i will need shell.. anything else you can suggest..04:44
qman__the firewall will slow down ddos attackers, while fail2ban will ban failed logins04:44
axisysqman__: correct04:44
qman__find a guide on configuring SSH in general04:44
qman__it's pretty much the same as any other unixy system running openssh server04:45
axisysqman__: ih yeah.. ssh also has some parameters to slow down the attacks04:45
axisysqman__: true04:45
axisysqman__: but how about some internal config change ..?04:45
qman__what for?04:45
axisysqman__: what users can do and cannot.. wonder if i should drop every users in their own jailed env04:45
qman__SSH supports chrooting right in the main configuration now04:46
qman__so you can lock users down to their home directories easily04:46
axisysqman__: since i will need valid shell.. users will access company backbone network elements only accessible from these boxes04:46
axisysqman__: i did not know that .. cool!04:47
qman__that's not on by default, but it's fairly simple to configure04:47
axisysqman__: yes.. i am pretty comfortable w/ sshd configs..04:47
axisysqman__: thanks for the chroot suggestion thru ssh04:48
axisysqman__: how does ubuntu compare w/ openbsd or solaris or freebsd btw as far as security and stability.. ?04:49
qman__well, I haven't seen any robust comparison testing done, but ubuntu is a secure by default setup04:49
qman__there are no extraneous services running, and all the 'tasks' have reasonably secure defaults04:50
axisysqman__: ok04:50
qman__SSH allows password auth by default, you may want to disable that04:50
qman__and some builtin users have shells defined, though they're not able to log in04:50
qman__but all very minor things04:51
qman__ubuntu disables root by default04:51
qman__and uses sudo instead04:51
axisysqman__: that last one is my favorite04:51
axisysroot disable by default04:51
qman__yeah, I set that up whenever I use BSD or other systems04:52
axisyswe use rsa securid auth .. so root cannot login .. but i need to disable passwd auth .. or ssh will allow root to use local04:53
axisyslike you suggested04:53
qman__the default dovecot config allows non-SSL connections too, but that's a very simple configuration change04:53
qman__only relevant if you want a mail server04:53
qman__well04:53
axisysqman__: hmm.. another server will be also ubuntu server and mail server04:54
qman__password auth is enabled, and permitrootlogin is yes, but root doesn't have a password, and as such can't log in04:54
axisysqman__: so postfix + dovecot probly04:54
axisysqman__: right04:54
qman__yeah, postfix + dovecot is the typical setup for ubuntu, that's what the built in mail server task uses04:54
axisysqman__: so tasksel has a option to setup mail server?04:55
qman__they have pretty good defaults, other than dovecot allowing non-ssl connections04:55
qman__even the SSL crypto is limited to SSLv3 methods04:55
qman__yes04:55
axisysi see tasksel has mailserver04:55
axisysqman__: does it use hardware crypto accelorator card if available?04:56
qman__not sure about that, I know you can, but I don't know if it requires additional configuration04:56
axisysqman__: ok04:56
OverandDoes ubuntu-server 10.04 default to running X (or perhaps if certain things are chosen in tasksel/the package screen?)04:56
qman__Overand, no, ubuntu server does not have a GUI04:57
axisysqman__: btw.. would be nice if there is a wiki that compile all these suggestion you have here04:57
Overandqman__: 10.04 does use a graphical GRUB menu though, right?04:57
OverandThis machine for some reason is sticking thge monitor into an unusable frequency apparently more or less immediately after GRUB starts04:57
johnfwith the push to make puppet an integrated part of lucid, anyone know why facter is quite a few versions old?04:57
qman__Overand, not sure what you mean by that, I don't know a lot about grub2 myself04:58
Overandqman__: Well, I just did a fresh install - and all I get is my monitor complaining about being run at 85 hz, heh04:58
qman__axisys, yeah, a conglomeration of security tips would be a good idea04:58
axisysqman__: yep04:58
axisysjohnf: puppet will be integrated w/ lucid ? that is a news to me04:58
qman__Overand, well, lucid is still two months from release, those kinds of things happen04:59
johnfaxisys: well a lot of work has been done to get puppet into main and integrate with etckeeper04:59
Overandqman__: aye - but I'm curious to see if i can figure out 'why'04:59
johnfor so my memory of server team meeting minutes notes holds04:59
qman__Overand, #ubuntu+1 might be of more help04:59
axisysqman__: is there any tool there to buil chroot env for user ?05:02
axisysqman__: ChrootDirectory is the sshd_config's option .. thanks again!05:03
qman__axisys, I've used jailkit in the past, but I don't think that's needed with chrootdirectory05:03
qman__my servers all run hardy so I haven't set it up the new way yet05:04
axisysthis is the chrootdir option -> http://pastebin.com/AKuZvb7f05:04
qman__ah05:05
qman__well, jailkit can do that, though it may not be the best option, since it's designed to chroot the old way05:06
axisysqman__: hmm05:06
axisysmakejail ?05:07
axisysstill looking05:07
swift__guys, how do i check if my ubuntu-server requires a reboot after ive updated it?05:15
axisysswift__: cat /etc/motd05:18
swift__axisys, how can i determine if it needs to be updated?05:19
axisysswift__: it will show up there .. in few mins05:19
swift__axisys, in that file.. it shows ifit needs to be rebooted?05:20
axisysswift__: make sure you have this , update-notifier-common installed05:20
swift__axisys, how can i check if it's installed?05:20
swift__and if it's not installed.. i wont know from the motd file?05:20
axisysswift__: http://pastebin.com/q2xs450R <- i am suppose to reboot this one05:21
axisysswift__: no05:22
swift__oh.. dman05:22
swift__i dont think ive got it installed05:22
swift__how can i checkif the notifier is installed?05:23
axisysapt-cache policy update-notifier-common05:23
swift__hey,... it shows me installed:0.70.1005:24
swift__means.. i's there right?05:24
axisysswift__: http://pastebin.com/g23uCeX605:24
axisysswift__: yes05:24
swift__yahoo!05:24
swift__so, motd will notify05:24
swift__i i dont see that restart is needed05:25
swift__coool05:25
swift__axisys:.. that's my motd file :http://pastebin.com/Y56rLp6c05:25
swift__please confirm if it's fine05:26
axisysswift__: looks fine05:26
swift__so no reboot.. thanks!!05:26
swift__ur a lifesaver05:26
axisysswift__: you are welcome05:26
axisyscat /etc/cron.d/update-motd  .. it should show motd gets updated every 10 mins05:28
swift__axisys.. it's not there05:29
swift__that means, it's not running05:29
swift__hmmm05:29
axisysswift__: do you have this file ? /usr/sbin/update-motd05:30
swift__no axisys05:31
axisysswift__:  dpkg -S update-notifier-common , what does it show?05:31
swift__shows me the locations where it's present05:32
axisysdpkg -S /usr/sbin/update-motd ?05:32
swift__..../usr/share/...05:32
axisys dpkg -L update-motd , what does it say?05:33
swift__no ... /usr/share/doc/...05:33
axisysyou will need update-motd05:33
swift__these are docs05:33
swift__ohk05:33
axisyssudo apt-get install update-motd05:33
swift__gosh05:33
swift__is it safe to install?05:34
swift__coz this is a production machine05:34
axisysswift__: yes05:35
swift__got this error:    E: Couldn't find package update-motd05:36
axisysswift__: u r using karmic ?05:37
swift__karmic?05:37
swift__what's that?05:37
axisyslsb_release -a ?05:38
axisyssudo lsb_release -a ?05:38
qman__or cat /etc/issue05:39
swift__it's LTS 8.0405:39
swift__8.04.405:39
axisysswift__: hmm.. i dont have that release..05:40
swift__oh...05:40
axisysswift__: what pkg did you install that you are wondering about reboot ?05:40
swift__my LILO got updated05:40
swift__i guess i need to reboot05:40
axisysswift__: lilo ? wow ! forgot about it ... i am using grub205:41
swift__im surprised too.. that it's LILO05:41
axisysswift__: you got new kernel ?05:41
qman__I use regular old grub05:41
swift__yep05:41
qman__yeah, then you'll need to reboot to use the new kernel05:42
axisysswift__: then obviously you will need to reboot :-)05:42
swift__ye.. wanted to know if there's a better check though05:42
axisysswift__: i should have asked you that long time ago05:42
swift__no probs05:42
axisysswift__: there is no update-motd in that release.. we established that.. may be a PPA version.. avail05:43
swift__oh05:43
axisysshould I be able to install ubuntu server on x2250 .. this site does not mention anything http://www.ubuntu.com/partners/sun06:05
Roxyhart0hi im running a script that call the finction die(), somebody know where i can finf this function? i mean which package?06:38
Callum__Roxyhart0: the script should define the function itself if it isn't sourced from another script06:39
Roxyhart0im running a script that i run before on gentoo but apparently the sintaxis is a little bit different06:40
Callum__Roxyhart0: does the script source any other script files using the "." or "source" commands?06:41
Roxyhart0no06:41
Callum__in that case if die() isn't defined in the script itself it shouldn't work properly...06:41
Roxyhart0well before was function die() now i just wrote die() and is working but still the sintax with the rest of the script is different06:42
Callum__Roxyhart0: well, modify your die() function according to the syntax the script uses =)06:43
Roxyhart0yes, i think gentoo and ubuntu doesn't work with the same sintax for shell script06:43
Callum__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 information06:45
Roxyhart0thanks a lot :) i will right now06:45
Callum__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:46
Roxyhart0yes you are right...that is the problem apparently06:47
Callum__Ubuntu still uses bash as the default login shell, therefore it is included with the distribution06:47
Roxyhart0yes, i suppose i should run it with bash myscript but still doesn't recognize the sintax so i will try to change it06:51
stiv2khelp! My ubuntu server is losing its network connection intermittently08:08
stiv2kit happens with both the onboard NIC and PCI one08:08
Jeeves_stiv2k: Wouldn't it be good to check the other side, or the cable? :)08:09
stiv2kJeeves_: what do you mean other side?08:09
stiv2kJeeves_: i think it started happening with one of the latest kernels08:10
stiv2ki kept booting 2.6.28.x and it was fine but 2.6.31.x seemed to always have this problem08:10
stiv2kanyone?08:13
JanCstiv2k: what do the logs say...?08:18
stiv2k_gah08:18
stiv2k_it froze again08:18
stiv2k_i dont know what you said08:18
stiv2k_my other nick is from my server which just lost connection08:18
JanCjust that one line  ☺08:18
stiv2k_JanC: which log?08:18
JanCsyslog for example08:20
stiv2k_ok08:20
JanCsearch for network-related errors just before you lost connection08:20
stiv2k_uhhh08:25
stiv2k_JanC: all i see is smbd, ntpd, and CRON08:25
stiv2k_in the syslog08:25
stiv2k_JanC: what can i do to fix it?08:33
JanCwell, first you have to find what happens...08:37
stiv2k_JanC: im looking through the logs, but i dont know what i should be looking for08:37
JanCdoes the server lock up completely?08:37
stiv2k_i don't think so08:38
stiv2k_but i could be wrong08:38
stiv2k_i connected a keyboard and screen to it this time08:38
stiv2k_so i'll be able to answer that question in a couple minutes08:38
stiv2k_JanC: looks like the whole machine is locked up08:52
stiv2k_JanC: i get no response from the caps lock lights08:52
JanCso, that's more difficult to debug  ;)08:53
Roxyhart0hi ...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
stiv2k_JanC: damn08:55
stiv2k_JanC: what do i do?08:55
mco1Hello. I still got serious problems using samba as my primary domain controller.09:25
mco1Would anyone be willing to help? Most of the information can be found here: http://ubuntuforums.org/showthread.php?p=888951709:25
sherrmcol: 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:35
mco1sherr: Significant changes to "domain authentication" sounds like my problem. Thank you for providing the link.09:36
sherrHave 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:37
mco1sherr: 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
mco1A complete revert would only postpone the problem.09:39
uvirtbotNew bug: #528894 in apache2 (main) "SSL name-based virtual hosts are supported" [Undecided,New] https://launchpad.net/bugs/52889409:46
mco1Hello. I still got my problem documented at: http://ubuntuforums.org/showthread.php?p=888951710:10
mco1I'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:10
dassoukiare there any dimdim of adobe seminar alternatives ? that I can install on my server10:17
mco1Update: After migrating smbpasswd to tdbsam, the windows xp machines can log in again. The windows 7 machines still dont want to join, though.10:21
sherrmcol: 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"10:56
mco1sherr: I've googled a lot, and have set those registry entries mentioned in http://wiki.samba.org/index.php/Windows711:00
mco1Done! I'll document everything over here: http://ubuntuforums.org/showthread.php?p=888963011:04
mco1Thank you all for your help!11:04
sherrmcol: great news! Please do document and I am happy I could offer some help.11:11
Roxyhart0hi how i can know the mac address from a IP?11:24
persiaRoxyhart0: rarp11:24
persiaErr, I always get that backwards.  Sorry.  arp.11:25
Roxyhart0thanks a lot very helpull the command11:31
Roxyhart0do you know is there are easy way to detect with with is this IP conected?11:32
persiaNote 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
persiaI usually use ping or nmap to detect things about IPs.11:33
persiaYou 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
Roxyhart0yes i did, arp work fine but i am not sure which swith is this IP conected11:34
persiaI'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:35
persiaAt 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:36
persiaMy apologies at the lack of useful response, but I hope you understand my reasoning.11:37
Roxyhart0i already detect that this computer have virus and is dropiing the connection with port 8011:40
Roxyhart0i tryied to detect it from the switches but this address i cant find11:41
Roxyhart0do you know how i can block the trafic from a particular IP?11:56
Roxyhart0somebody know how i can check by internal IPs with tcpdump...?12:07
persiaRoxyhart0: You can block with iptables (and I think ufw is the recommended tool to manage this.12:11
Roxyhart0ok, thanks12:11
Roxyhart0hi 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 DROP12:42
persiaAs 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:44
Roxyhart0i want to block anything with this ip12:45
Roxyhart0but when i do iftop still it have movement12:45
Roxyhart0how i can say "anything"?12:45
persiaI don't know, but "-p udp" says UDP.12:46
persiaThe manpage claims one can send "-p all", but I've no idea if it works.12:47
Roxyhart0i dont know how stop this IP have virus and i am getting blacklisted my domain12:47
persiaThe manpage also has lots of other lovely tidbits :)12:47
Roxyhart0you know i try manything and still12:48
persiaWhere 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
Roxyhart0maybe is iftop is laying and is not the real IP12:48
Nicador_flHello. I have a problem with postfix. If a send an email to @yahoo.com it ends up in Spam.... what's the problem ?12:49
Roxyhart0maybe you are balclisted like me12:50
Roxyhart0because maybe you got virus in your network12:50
Nicador_flBecause of what? This is the first time I send an e-mail with my server.12:50
Roxyhart0hehe12:51
Roxyhart0well i got similar problem, do you receive a message from where?12:51
Roxyhart0spamhouse or something like that?12:51
Nicador_flYou are talking about the mail headers ?12:52
Roxyhart0what do you mean with Spam?12:53
Nicador_flIn yahoo's spam :D12:53
Roxyhart0what is the message that you receive12:53
Nicador_flNo message.... If i check the email .. it's in spam.12:53
Nicador_fl:|12:53
Roxyhart0is just yahoo?12:53
Roxyhart0i got same problem with hotmail, and they say i needed to configure the dns with s spf file12:54
Nicador_flI see gmail too.12:54
Roxyhart0check this address http://www.dnsbl.info/dnsbl-details.php?dnsbl=cbl.abuseat.org12:55
Roxyhart0with your IP from you are going outside12:55
Nicador_flWaaa.. looks bad :))12:56
Nicador_fldnsbl-3.uceprotect.net12:56
Roxyhart0are you blacklisted?12:56
Nicador_fldnsbl-2.uceprotect.net12:56
Nicador_flJust in thoes 2.12:56
Roxyhart0you need to pay...they ask for pay i think12:57
Roxyhart0i hate virus...i am getting this problem now12:57
Roxyhart0for hotmail i had a lot of headache, they say i need to setting my dns with a spf file or something like that12:58
Nicador_flIt's my subnet to blaim.12:59
Roxyhart0still i cant drop packages from a infected IP...12:59
persiaNicador_fl: http://www.openspf.org/ may be helpful (if you don't get a better answer here), especially http://www.openspf.org/Support13:15
MatBoyanyone running on ext4 on a server ?13:15
MatBoyI think ext3 for /boot is best13:15
Nicador_flpersia, 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:20
persiaNicador_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:22
Roxyhart0somebody know how i can block a IP and the port, for everything i try but doesn't work13:23
Nicador_flpersia, my ISP it's only broadband provider here. An other choice it's DSL but it's not a static IP there.13:25
Roxyhart0are u using a NAT?13:26
Roxyhart0anyway you just need to request unlisk form uceprotec.net it usually take a couple of hours13:26
Nicador_flNo. I'm using direct LAN not class c.13:27
Roxyhart0and 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 file13:27
Nicador_fluceprotect said they not make anything for individual. I have to fix the ISP to fix myslef.13:28
Roxyhart0i am the queen of blacklisted for this virus and always there are a way to unlist13:29
Nicador_flI don't think it's a virus in my ISP. I live in romania, then land of ebay, paypal scams :))13:30
persiaNicador_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
Roxyhart0if you dont have those security system doesn't matter...the viruses are internationals :) and travel aroud the world13:32
MatBoyguys, no-one using ext4 yet >13:32
MatBoy?13:32
Nicador_flpersia, I used google apps in the past... but I need the php mail() function :)13:33
Roxyhart0im ext3, is more safety for me13:33
Nicador_flIt's easyer to me to build websites with mail features using mail() than to write a SMTP class each time.13:33
MatBoyRoxyhart0: Iḿ with  you there, but what is your reason for the safety ?13:35
Nicador_flMy 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 LOL13:36
Roxyhart0im 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 there13:38
persiaNicador_fl: postix can work in smarthost mode, if all you want is php mail()13:41
Nicador_flI hate deppending on the google servers :(13:42
MatBoyRoxyhart0: I have everything running ext3 also13:46
MatBoyRoxyhart0: just setting up a new server with lvm on softraid13:47
MatBoyand again... ubuntu server has ext4 in the list :s13:47
kirklandcjwatson: could offer a hint on https://bugs.edge.launchpad.net/ubuntu/lucid/+source/eucalyptus/+bug/527648 when you get a chance?14:27
uvirtbotLaunchpad bug 527648 in eucalyptus "Running instances can't be contacted from CLC in CLC+Walrus / CC+SC / NC topology" [High,Confirmed]14:27
kirklandcjwatson: see the thread in the bug14:27
kirkland(mostly me talking to myself)14:27
zroyschwhats 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 920gb14:30
sherrzroysch: might be worth looking at clonezilla? I think there are many other backup/archiving solutions around as well.14:33
zroyschsherr: 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 server14:54
sherrzroysch: OK - what about using partimage or even just dd + gzip?15:13
sherrhttp://www.partimage.org/Main_Page15:13
zroyschyea someone mentioned i could pipe it from dd to bz/gzip15:13
zroyschbut partimage requires a mount, i think15:14
sherrI don't think so - but why guess? Read the docs ...15:15
Jeeves_Hmm15:19
Jeeves_I need to edit main.cf in the postfix config to enable an ipv6 smarthost15:19
zroyschsherr: thanks trying partimage now15:21
zroyschhmm yea its not showing my md2 partition15:23
zroyschyet it shows the md1 raid115:37
sherrzroysch: I guess md2 needs to be started perhaps? check /proc/mdstat15:41
zroyschsherr: its running15:41
zroyschhttp://pastebin.ca/181357115:41
zroyschnot sure if anything is wrong here15:41
zroyschhmm.15:41
zroyschwhen i run partimage without sudo, it shows md215:42
zroyschstrange15:42
zroyschwith sudo http://pastebin.ca/181357515:43
zroyschwithout sudo http://pastebin.ca/181357615:44
sherrzroysch: sorry no idea. Maybe there are verbose/debug flags on the CLI, and get more information about errors/warnings15:46
zroyschtrue15:49
zroyschsherr: thanks i'll try finding a command15:49
uvirtbotNew bug: #529056 in eucalyptus (main) "instances disk size needs to be bigger than filesystem size" [Undecided,New] https://launchpad.net/bugs/52905615:51
zroyschhttp://www.partimage.org/forums/viewtopic.php?p=754&sid=913e061b7f2d8edc54aac2e6e834508015:55
zroyschhmm seems to be an old problem15:55
sherrsherr: 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.16:03
=== dendro-afk is now known as dendrobates
Nicador_flHi again. How do I change the reverse of my ip? * Dns resolved 86.126.159.38 to 38-159-126-86.rdspt.ro16:11
sherrNicador_fl: that looks like an ISP DNS record - so maybe ask them.16:28
=== dendrobates is now known as dendro-afk
garymcHi Guys. I created Virtual Domains on my server last week. www.thefinancefacility.com and www.secret-eye.com17:46
garymcNow 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:46
cyphermoxgarymc, make sure your Apache config (I assume it's apache and virtualhosts) has a line ServerAlias with your alternate urls (without www)17:55
garymccybermox take a look at my file see if its ok. I thought I did that http://pastebin.ca/181377518:00
hagedornhello, 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:10
porkiis 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 forum18:36
stiv2khi, how do I change the boot params ? I need to set nomodeset so my server doesnt crash19:08
BulleTh0stiv2k: /boot/grub/menu.lst and after that run update-grub19:10
stiv2kBulleTh0: is that gonna change it for all future ones?19:11
BulleTh0stiv2k: For all futer ones what? :)19:12
stiv2kfuture kernel installations19:12
BulleTh0stiv2k: I can't answer that :) I never updated my kernel.19:13
stiv2kBulleTh0: why?19:13
BulleTh05 years ago I updated the kernel and the OS got busted :)19:14
stiv2klol19:14
ogex:D19:18
BulleTh0Like .. why scrach a leg if you don't have a ich ? :))19:21
guntbertBulleTh0: and because a mechanic borked my car 5 years ago I never let one touch it any more ;-)19:21
stiv2kBulleTh0: because you should arm yoruself with anti-itch powder so that an itch doesnt develop in the future19:21
BulleTh0No way. If my box runs smooth, I don't have to scrach myself.19:23
stiv2kdammit19:25
guntbertBulleTh0: and that little amount my brakes are deteriorating I don't even notice ;-)19:25
stiv2kBulleTh0: i ran update-grub and rebooted and now it says error 11: unrecognized device string19:25
stiv2kwht now19:25
RoyKany idea if btrfs is to stabilise soon_19:25
RoyK?19:25
MatBoymhh, my ubuntu server does not see my dynalink modem on the ttys019:26
BulleTh0stiv2k: And it wont boot ?19:26
stiv2kBulleTh0: yeah19:26
stiv2kit put it on 2 lines19:27
stiv2kkernel /boot/vmulinuz.... and then on a separate line it has root=UUID=blahblah19:27
MatBoyand i know it worked before on another server with the same modem19:27
BulleTh0Reboot. And in the GRUB menu press E.19:27
stiv2ki already did19:28
stiv2kwhat to edit?19:28
BulleTh0https://help.ubuntu.com/community/BootOptions?action=AttachFile&do=get&target=grubvga.png19:28
BulleTh0Like so.19:28
stiv2kaha19:29
stiv2ki fixed it19:29
stiv2ki put them back on one line and it worked19:29
stiv2kwhy does update-grub put it on 2 lines?!?!? that broke it19:29
stiv2kcriminals19:30
BulleTh0lol @ stiv2k19:30
=== dendro-afk is now known as dendrobates
uvirtbotNew 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/52916019:41
sarah93wow you should check this http://bit.ly/bFi9I422:31
sherrsarah93: SPAM!22:46
jpdssherr: They're gone.22:46

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