/srv/irclogs.ubuntu.com/2009/04/17/#ubuntu-server.txt

StargazerFor some reason *server isn't connecting automatically when i plug in the eth cable.00:20
StargazerHow would i access a server that i have right next to me through PuTTy ?02:18
vraastargazer, you can use ssh perhaps02:18
StargazerRight, but how do i know what to go to ?02:19
StargazerThe Host Name for example.02:19
vraaassuming computer A is what you want to access, and computer B is what you are using now, i would isntall putty on computer B, and openssh server on computer A, then in putty you connect to the hostname of computer B and it'll ask for login info02:20
vraahttp://unixwiz.net/images/putty-openssh-3.gif  <-- see that for an example02:20
vraahttp://myweb.csuchico.edu/images/putty_config.gif02:21
matttouch, just got bit by the inode ratio change on lenny02:33
twbmattt: what is that, I haven't heard of it.03:33
twbmattt: are you talking about ext3's number of blocks per inode?03:33
ragsI need to make a clone of my ubuntu installiation....Wht tools to use...Partimage?04:22
jtajirags: clonezilla is nice (it's based on partimage)04:25
twbrags: it depends how much you want to "clone".04:26
twbDo you want to clone at the disks' block layer?  At the filesystem layer?  Merely the list of installed applications and debconf preferences?04:26
ragsI want an exact clone...so block layer I guess...04:28
ragsI want a backup disk...so tht if anything goes wrong with this one I can just plug in the backup and get the server up.04:28
twbIf it's for business continuity (disaster recovery), you probably want a filesystem-level backup.04:29
ragsso basically an exact clone...04:29
twbThat is, all the files stay the same, but they might be arranged differently PHYSICALLY on different blocks on the backup disk's filesystem.04:29
ragsya..tht'll do..04:29
twbrags: well this is why I ask what you mean by "exact".04:29
ragskk...as long as it boots up fine.04:30
twbrags: are you backing up over network, or to an external HDD, or what?04:30
ragsno...both are internal04:30
ragssata drives...04:30
twbrags: ah, OK, in that case you might want RAID.04:31
twbrags: are you aready using RAID?04:31
ragsno04:31
twbRAID1 makes two (or more) disks block-level identical.04:31
twbThis means that either disk can die without the system breaking.04:32
ragsthis is preparatin for raid actaully....I will be RAIDing it next..but I want a backup b4 tht...04:32
twbAh, OK :-)04:32
twbIf it's just a temporary backup, probably you want a quick-and-dirty hack.04:32
twbIf the temporary backup disk is the same size, you can just dd the entire disk from one to the other.04:32
ragsya..somthing like tht..04:33
ragsit is of the same size...04:33
ragspartimage won't be faster then dd?04:33
twbI'm not familiar with partimage.04:33
twbIt will only be faster if it doesn't make a block-level backup.04:34
ragshmm...k04:34
twbSo let me just make sure I understand.04:35
ragsThis is so tht if I mess up with RAID I can still get the server running.04:35
twbYou have THREE disks, and want to backup up the first one to the third.  Then you're going to remove the third disk and make the first and second disks into a RAID1.04:35
ragsyup...04:36
ragsexactly04:36
twbOK, that's fine.04:36
twbJust remember that once dd finishes, you should remove the third disk before you boot again.04:36
twbUbuntu will get confused if you have two disks with the "same" filesystem on them -- it might boot from the wrong disk.04:37
ragsthis will be exact clones right...with the same UUID's...04:37
twbExactly04:37
ragsk...great..thx...I'll use dd.04:38
twb_volatile05:31
twbubottu: volatile05:31
ubottuSorry, I don't know anything about volatile05:31
twbIs there any equivalent to volatile.d.o for Ubuntu LTS?05:32
twbe.g. clamav definitions05:32
JanCtwb: I'm not sure, but can't you use upstream for definitions?05:49
twbJanC: I *could*, but then I would be using whatever filthy upstream has, not Ubuntu's nicely integrated whatever05:49
twbAnother example (which still amazes me) is that libpurple (pidgin) is in volatile.05:50
twbApparently because the AIM client needs to change regularly or something05:50
JanClibpurple is in ubuntu main AFAIK  ;)05:50
twbJanC: volatile is still main05:51
twbvolatile is like security; it's an extra repo on top of the stable repo05:51
JanCUbuntu doesn't have "volatile"05:51
JanConly -updates05:51
twbI wonder if hardy-updates is actually the same as lenny/volatile05:51
JanCmaybe05:51
JanCmore or less, to some extent, etc.  ;)05:52
JanCpolicies are different I think05:52
JanC-backports exists too05:52
JanCbut for virus definitions, I don't think either Debian or Ubuntu changes anything05:53
JanCunless they have a dedicated AV-team of at least 5-6 people, which I doubt  ;)05:55
twbbackports would correspond to b.p.o05:58
twb(Actually if it was up to me clamav wouldn't even be ON this box, since the only clients are also Ubuntu, and one of the two sites is not connected to the internet.)05:59
twbHmm, http://releases.ubuntu.com/8.04/ubuntu-8.04-desktop-i386.iso used to work.  Now it is a 404.06:05
twbWhere do old desktop .iso's move to?06:05
JanCeh, 8.04 should still work06:06
JanCtwb: http://releases.ubuntu.com/8.04/ubuntu-8.04.2-desktop-i386.iso06:08
JanCthere is an updated iso06:08
twbAnd if I don't want an updated ISO?06:09
twbI have filesystem-level diffs against the original .iso06:10
JanCtwb:   ;)06:10
JanChttp://old-releases.ubuntu.com/releases/06:10
twbI'm hoping for something like vault.cen- thanks06:10
twbheh, it looks like one of the two sites I currently have, is working from 8.04.1.06:12
* mattt is in love w/ monit and nagios06:16
MTecknology!info monit07:02
ubottumonit (source: monit): A utility for monitoring and managing daemons or similar programs. In component universe, is extra. Version 1:4.10.1-3 (intrepid), package size 261 kB, installed size 696 kB07:02
MTecknology!info nagios07:02
ubottuPackage nagios does not exist in intrepid07:02
ragsI am trying to setup RAID1 , am following a howto...it says "If your system has RAID support, you should have a file called /proc/mdstat"...but I don't have this file..does'nt ubuntu have support for RAID?07:07
VK7HSErags: What howto are you refering to?07:51
cemcrags: if you don't have any RAID set up, there's no module loaded, so there's no /proc/mdstat07:52
tblEnter text here...hi08:16
a_c_mmorning all08:18
a_c_mwas wondering what ftp server people tend to recommended, need something simple and secure :)08:19
sorenvsftp08:19
a_c_msoren: thanks, i got recommended that by someone else too... looks like the best choice :)08:20
cemcme uses pureftpd08:24
cemcI like how it has puredb, for setting up virtual users easily08:25
a_c_mhumm ok, let me explain further08:25
a_c_mso we have a website, news site, and want people to be able to upload photos to their account via ftp. We have the harvesting system (Drupal's media mover) to import the data from an anon drop box, but i wanted to see if i could set up the ftp server so that users couldnt see each others uploads.08:26
a_c_mThe upload is only likely to be in the box for a few mins, but still.08:26
Gargoylemornin all08:27
a_c_mwould disabling get be enough?08:27
cemca_c_m: not sure, they still be able to do a 'ls' I think, no ?08:28
a_c_mhumm true08:28
a_c_mseeing the filenames is /slightly/ less of an issue08:28
cemccan't you set up multiple separate directories for every user?08:28
a_c_mas users might get confused if they see their work uploaded then cant "see" it08:29
cemcthen collect from */ with drupal ?08:29
a_c_mcemc: i can, but we have 5000+ users and more arriving every day08:29
a_c_mnot all will want to use ftp drop08:29
a_c_mso08:29
cemca_c_m: pureftp has this thing called an upload script, which gets called after a file is uploaded, maybe you can do something with that08:30
a_c_mhumm08:30
cemcor maybe you could try something with umask, so when a user uploads a file, he can't see it anymore, like chmod it to 0600 for drupal only, or something like that08:31
cemc(that will confuse users tho)08:31
a_c_mright08:31
a_c_mhumm08:31
a_c_mi think thats probably the way to go08:31
cemcyou will have ftp user for every user, or one ftp user for all ?08:32
a_c_mone for all probably anon08:32
a_c_mdrupal knows who owns the file by an unique token they put on the end of the file08:32
a_c_me.g. mypicture.jpg.uaf3f1208:32
cemcso there are no users in drupal either?08:33
a_c_mno, in drupal each user has an accoutn08:33
cemcthen maybe you could hack a select for pureftp to get the user and pass for a user from the drupal database08:33
cemcand with some extra table you can set up ftp accounts with separat dirs or something08:34
cemcjust some wild ideas :)08:34
a_c_mceme: yeah may come to that... but atm im going for the fastest solution :)08:34
a_c_mi think just disable downloads and chmod the file once its uploaded should do the trick08:34
cemca restrictive umask should do it08:36
cemca_c_m: another idea: not sure if you have antivirus support, or what kind of files will be uploaded there. with pureftp you can rig it to scan for viruses in the uploaded file08:37
a_c_mjpg's only08:37
ragsHello...I am trying to setup RAID 1 on my ubuntu server...I just got another hdd of same size. I am trying to use mdadm.08:38
a_c_mcemc: if your interested, the site is called demotix.com :)08:38
ragsI planned to boot from a live cd and create the arrays...which will hoopefully sync the data...after tht will I be able to just boot into the system..08:38
twbrags: it's a little tricky because you want to RAIDify existing disks08:39
ragsther were some documents abt "degraded" raid08:39
ragsya...08:39
ragstwb:existing disks...which include the boot partition...08:40
ragsI guess I have to mess around with grub..08:40
ragsand fstab..08:41
cemcrags: not just with grub, you need to update the initrd image to get raid stuff in if I'm not mistaken08:41
cemca_c_m: looks pretty decent ;)08:42
a_c_mcemc: thanks, one of our images was on the front page of the Guardian newspaper in the UK last weekend :)08:42
ragsis there no simpler way?...man I thought it will be as simple as just synching the disks...Solaris was way easier...08:43
cemcrags: this is not Solaris ;) I never actually done what you want to do, so maybe there is another way...08:48
ragswell found a good how-to...keeping fingers crossed...here if any one interested..08:52
ragshttp://wiki.clug.org.za/wiki/RAID-1_in_a_hurry_with_grub_and_mdadm08:52
ragscemc:you're right abt the initrd image...08:53
twbSorry, my boss caught me08:57
twbrags: what you need to do is create a degraded array, copy the data from the non-RAID disk to the array, then add the original disk into the array08:57
twbrags: and you're right, the MBRs need to be handled specially -- most easily by just running grub-install.08:57
twbI'm assuming you're doing software RAID, btw.08:58
ragstwb: yes...usinf mdadm..09:00
ragsso it's liking mimicking a failed disk in raid1...09:03
twbRight, you start out with a degraded array09:06
krautmoin09:07
ragsthx..09:09
encmonkeyhowdy!  I just tried upgrading 8.10 64 bit server install to 9.04 rc.  It has a 4 port nic that had a working bond0 eith eth0 and eth2 in it in 8.10 that goes away in 9.04.  It seems like 9.04 doesn't like the nic bonding so much09:40
encmonkeyactually, from the looks of things the bonding module doesn't get loaded by default.09:43
_rubenhrm .. ages ago i managed (up to a point) to rename my vlan interfaces to arbitrary names .. if only i could remember how .. sigh10:25
soren_ruben: Back in the olden days, there was a "ifrename" tool.10:41
soren_ruben: It's only 5 lines of C, but I don't see any userspace tools to do it anymore, actually.10:42
sorenudev can do it, but I've not used it to do it to vlan devices.10:42
_rubensoren: udev does seem to be the most appropriate way .. but either my search-fu is lacking, or im the first the try .. im guessing its not the latter ;)10:44
_rubensweet .. got it to work with udev10:58
_rubenand a pre-up/post-down in interfaces(5)10:58
soren_ruben: Can I see?11:07
_rubensoren: http://paste.ubuntu.com/152709/11:48
soren_ruben: How do you guarantee that that particular interface is vlan0005?11:54
_ruben        pre-up vconfig set_name_type VLAN_PLUS_VID12:07
_ruben        pre-up vconfig add bond0 512:07
_rubenthat oughta be enough (in my experience)12:07
beawesomeinsteadDoes anyone know a way to modify sudo PATH without recompiling sudo?13:19
Kamping_Kaisercan it be set in /etc/sudoers? (edit with visudo)13:20
beawesomeinsteadKamping_Kaiser: for some reason ubuntu guys compile sudo with --with-secure-path option: https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/19265113:23
uvirtbotLaunchpad bug 192651 in sudo "hardy sudo path is always reset" [Unknown,Fix released]13:23
Kamping_Kaiseraaah.13:24
beawesomeinsteadhm, then i wonder if fix was released on 2008-06-12, why doesn't it work in 8.10?13:25
beawesomeinsteadand 9.04 beta btw13:27
ropetinBecause it isn't really a fix to the issue?  At least thats how I read it13:27
dayo2i'm following this guide: https://help.ubuntu.com/community/LDAPClientAuthentication   and it says to edit /etc/libnss-ldap.conf  after installing libnss-ldap, among other things. but there is no /etc/libnss-ldap.conf  file anywhere on my server :-/13:28
Kamping_Kaiserdayo2, iirc it was deprecated a few releases ago13:31
dayo2hm13:46
dayo2Kamping_Kaiser: now what? :-(13:46
Kamping_Kaiserdayo2, you find its new location13:47
dayo2Kamping_Kaiser: i used  `locate libnss-ldap.conf` and it came up empty13:57
sirderigogood morning, i have a little doubt, a company contacted me to setup a linux server, it basically needs to setup a network security server, i can do it, but i dont know if i can handle M$ user policies whit some ubuntu aplication o if btw i will have to setup a windows server i will not like it so much14:02
ropetinMS User Policies?  Can you confirm what you mean by that?14:03
sirderigoropetin: that nasty things that the companies uses to restrain their employes of doing anithing funny whit their computers...14:06
sirderigo;)14:06
sirderigolike block some pages, and do they cant install software14:06
ropetinSo  you will be using Squid or something similar to restrict access?14:07
sirderigoyes, but i need to know btw if i cant use some app to create some kind of ad domain without using that nasty OS14:08
sirderigodo you understand me?14:10
sirderigothe option i think is installing something like vmware and installing the servers on it14:10
uvirtbotNew bug: #362896 in dhcp3 (main) "dhcp3-client fails to run /sbin/dhclient-script with apparmor" [Undecided,New] https://launchpad.net/bugs/36289614:11
sirderigobut i dont wanna use nothing of windows14:11
Kamping_Kaiseris there a page that explains when various point updates to 8.04 will come out?14:51
MagicFab___Kamping_Kaiser, sure - https://wiki.ubuntu.com/HardyReleaseSchedule14:58
MagicFab___8.04.3 is in July (TBC)14:58
Kamping_KaiserMagicFab___, cheers14:58
jurism<www-data@ubuntu>: Sender address rejected: need fully-qualified address (in reply to RCPT TO command)) Can You tell me please what file should I change? /etc/hosts or /etc/hostname? Thank You!15:20
twbjurism: your host name is not fully qualified15:20
jurismyes, it is ubuntu, how to change to my real hostname? My real hostname is bwap.org15:21
twbThis may be /etc/mailname, or the combination of the host name in /etc/hostname (loaded on boot) and the FQDN for that hostname in libnss, which usually means /etc/hosts15:21
_rubenthe way you send mail is flawed .. sending from www-data@whatever usualy is not what you want15:21
twb_ruben: right.15:21
twb_ruben: although if it's just the message )from15:22
twb_ruben: although if it's just the message (not envelope) from, it doesn't matter so much if it's just panic mail15:22
jurism127.0.0.1 localhost bwap.org 127.0.1.1 ubuntu this I have in hosts file15:22
twbCf. cron's mail output "Cron daemon <root@FQDN>"15:23
_rubentwb: most ppl tend no to not care about mail for www-data@ .. hence it shouldnt be used for envelope from either15:23
twb_ruben: my point was that it's not technically wrong, it's just silly if he's trying to send mail to real people, rather than just to himself15:24
twbNever mind15:25
jurismThis is from PHP script sent only for me. It worked fine for me, now I changed mailname to bwap.org and e-mail is sent only it is stored in spam folder now :)15:25
_rubentwb: ah ok15:27
=== MagicFab___ is now known as MagicFab
=== lamont` is now known as lamont
=== nxvl_ is now known as nxvl
uvirtbotNew bug: #362951 in mtx (main) "Bash completion does not work" [Undecided,New] https://launchpad.net/bugs/36295116:32
dr4gHey there i'm using ubuntu server 8.10 - I'm using a SATA drive and i've downloaded, just partitioned the system and it's asking me to insert another CD16:51
dr4gUbuntu server 8.10 _Intrepid Ibex_ - Release i38616:51
dr4gcan someone advise what's going on ?16:51
giovaniit's asking you to insert the install CD16:52
dr4gbut its already inserted ?16:53
giovanithen maybe it's damaged, or your CD/DVD drive wasn't properly recognized, or something along those lines16:53
ivoksdo you have multiple cdrom devices?16:53
dr4g1 cdrom drive.. i done a CRC check thing on the CD and it came back 100%16:53
dr4gbefore installing.16:53
giovanidid you try removing the cd, and reinserting it?16:53
dr4gI just got by the partitiotn manager and it asked me for another CD16:53
giovani(when it asks you insert it)16:53
dr4gi'm doing that now giovani16:54
giovaniI'd think that would be the first thing to try ...16:54
giovaniwell?16:55
dr4git won't let me eject16:55
dr4gprob because it's in use for the install.16:55
yann2dr4g > type eject in a console16:55
giovaniunlikely that it's in use if it's asking you to insert it16:55
giovanictrl-alt-f2 to get a shell16:55
giovaniduring the install16:55
dr4gi will reboot it and try to install again16:55
dr4gthanks16:56
giovaninope, don't do that yet16:56
giovani(reboot)16:56
dr4gok im in busybox16:56
giovaniok, to type eject16:56
giovaniso*16:56
dr4gtried to use './cdrom' as device name but it is no block device16:57
dr4gunable to find or open device for `cdrom`16:57
ivokshave you tried only 'eject'16:58
dr4gyes16:58
dr4gi typed the eject command16:58
ivoksdoesn't work?16:58
dr4git shows the above output16:58
giovanisounds like either problem hardware, or a bad cd16:59
dr4gcd is fine16:59
giovanithe cd may not be fine16:59
dr4gwill need to test new cd-rom drive then16:59
dr4gthe checksum thing came back fine ?16:59
dr4g100%16:59
giovanithat doesn't assure that the cd doesn't have any issues16:59
dr4gokay16:59
ivoksls -dl /dev/cdrom16:59
giovanioptical media is extremely unstable16:59
dr4gcd cdrom17:05
dr4goops17:05
dr4glol17:05
dr4gwrong keyboard17:05
ScottKivoks: Nice.17:07
ivoksScottK: thanks17:07
dr4ggiovani back to the install screen again17:13
dr4gi didn't notice what percentage it died at last time.17:13
dr4gworked this time !17:16
giovanilikely a bad optical read17:16
dr4gnice. just typed in my password and its configuing-apt17:17
dr4gconfiguring apt17:17
dr4g"scanning the cd-rom.." i just hope it doesn't die here.17:17
dr4gok giovani this is going to be a development server.. its asking me about updates17:18
giovaniok?17:18
dr4gdo you recommend it to install security updates automatically ?17:18
dr4gor manual.17:18
giovanidr4g: that would be up to your administration style17:19
giovaniI would never let updates install automatically17:19
dr4ggiovani ok thanks.17:19
giovanibut that's me17:19
dr4gi personally wouldnt this is security updates thought not package ones.17:19
giovaniuh huh17:20
dr4ggiovani ok i've screwed up grub, i left the box blank hoping it would take the first partition on the first SCSI drive, but it hasn't so i need to go in and hack the grub file. Are you able to advise me on this ?17:29
giovanileft what box blank?17:29
giovaniI don't know what you've done17:29
dr4gthe box when it was asking what parition i want grub on17:30
dr4ghd0 kind of thing17:30
dr4gi'm putting the live CD in, and going into the console, is that the way to go editing ?17:30
jmedinaivoks: are you there?17:35
ivoksjmedina: yes17:37
jmedinahave you used any bare metal restore in bacula?17:37
ivoksnope17:37
jmedinaIm thinking in building a ubuntu livecd with some bacula tools17:38
ivoksthat would be nice17:38
jmedinaprobably only bacula-client and bacula-console-qt, one requirement will be LVM support, raid17:38
jmedinaso the only thing I need to use is download config files with proper configs17:39
ivoksi've never looked at bare metal restore17:41
dr4gjmedina i need to install grub again, do you recommend going through the live CD onto the shell ?17:41
ivoksi never backup stuff that i can restore without problems17:41
ivokslike /usr17:41
jmedinaivoks: how do you act in a system disaster? the fastest method to restore complete system, I always used clonezilla for system image backup17:44
jmedinanow I want to use bacula17:44
dr4gwhats the 'apt' function for doing a search17:45
ivoksjmedina: i reinstall the server17:46
ivoksjmedina: and ther recover from backup17:46
ivoksjmedina: for really critical servers (that can't be 2 hours down), i just set up cluster17:46
jmedinaok, probably I misunderstood, I think you say you dont backup /usr17:47
ivoksdr4g: apt-cache17:47
ivoksjmedina: correct, i don't17:47
ivoksjmedina: i backup /etc /var /srv /home /root17:47
jmedinaso you reinstall software/updates bal bla bla that you dont include in data backup17:47
ivoksjmedina: correct, i reinstall server - dpkg --get-selections is very helpfull17:48
jmedinaivoks: another method I was thinking is using bacula with raw partition backups17:48
ivoksthere's lvm for that17:49
ivokslvm snapshot and that's it17:49
jmedinabacking up /dev/sda1 (system os) it has a "spare option" wich only backups used data, then I thought, damn Im using lvm :D17:49
dr4givoks thanks17:53
jmedinaivoks: when you use lvm snapshot, how do you archive backups17:54
jmedinadd, rsync, tar?17:54
jmedinafor linux images I mont snapshot and use rsync + tar which save space17:55
jmedinadd is not an option because space17:55
nxvlivoks: you just started a meme :P18:02
Smellicananyone know how to add the graphical 'users and groups' tool to ubuntu server?18:03
Smellicanassuming I've already installed xorg and a WM18:04
giovanithere's a graphical users and groups tool?18:04
giovaniSmellican: guis aren't supported here18:04
* Smellican cries18:04
jmedinaI would install a Web Interface for that18:04
giovaniSmellican: GUIs massively waste resources, totally not recommended on servers18:05
SmellicanI am well aware of what GUIs do18:05
SmellicanI am comfortable at the command line18:05
Smellicanupper management, however, is not18:05
giovaniwell that's why they're not supported18:05
giovaniupper management should use ebox18:05
giovaniand not local GUIs18:05
giovani!ebox18:05
ubottuebox is a web-based GUI interface for administering a server. It is designed to work with Ubuntu/Debian style configuration management. See https://help.ubuntu.com/community/eBox18:05
SmellicanI'm familiar with ebox18:06
Smellicanthe admin tool that is part of the desktop edition is what my boss specifically wants18:06
SmellicanI figured there must be a package name for it18:06
ivoksgnome system tools18:06
giovanithere may not be -- it may be a part of some huge gnome metapackage18:06
Smellicanah18:07
Smellicanthat's probably it18:07
Smellicangrrr I really don't want to install gnome18:07
Smellicangot fluxbox atm18:07
giovanignome-system-tools doesn, at first glance, require gnome18:07
giovanitry installing it, and look at the dependencies18:07
SmellicanI will18:12
Smellicanthank you18:12
Smellicanyea it needs gtk of course tho18:15
Smellican]79 pkgs18:15
Smellican:'(18:15
Smellicano well18:15
Smellicanwe just use this machine for ftp18:15
Smellicanno biggy18:15
ivoksput ftp accounts into ldap18:15
ivoksand manage ldap from whatever computer you want18:16
Smellicannot my decision to make18:16
Smellicangnome tools already installing anyway18:17
ivoksok, now is the time when you should move to #ubuntu :)18:17
Smellicanwell I have no more questions18:17
Smellican:P18:17
ivokshehe18:17
=== sirderigo is now known as sirderigo-epg
=== sirderigo-epg is now known as sirderigo
* lamont looks around for someone with phat bandwidth19:03
lamontScottK: around?19:03
Gargoylelamont: how phat?19:03
ScottKlamont: Yep19:03
uvirtbotNew bug: #363039 in samba (main) "running smbmount with no params segfaults" [Undecided,New] https://launchpad.net/bugs/36303919:15
henriquelmhello there19:17
henriquelmI'm getting an error msg when I try to start mrtg, can you guys help me?19:18
giovanihenriquelm: can only help if you paste the error message (if it's more than 2-3 lines, please use pastebin)19:32
henriquelmgiovani, thanks, will do19:32
henriquelmgiovani, http://pastebin.ca/139516019:34
=== mdz_ is now known as mdz
giovanisounds like a question for #mrtg19:35
henriquelmok, Have tried that already but the channel is almost empty19:36
giovaniyou're less likely to find a MRTG guru here :)19:37
henriquelmI think I'm setting something wrong on the router19:37
openstandardsHi, hopefully someone can help me I'm setting up courier with mysql support but upon logging in I'm getting a failed login and my logs are showing that the db isn't being asked...19:39
henriquelmgiovani, thanks anyway19:39
openstandardsi've got logs if anyone is willing to help19:39
=== eressolar is now known as w3wsrmn
jmedinahenriquelm: still problems with mrtg+snmp?19:52
henriquelmjmedina, yes19:53
jmedinahenriquelm: from mrtg machine try:19:53
jmedinasnmpwalk -v1 -c public 192.168.2.119:53
jmedinaYour router is not reponding, probably your snmp agent is not responding in the local network19:54
jmedinaif is a ubuntu server19:54
jmedinasnmpd by default only listen in 127.0.0.119:54
jmedinaif you want to allow remote conections you need to chance /etc/default/snmpd19:54
henriquelmjmedina, I gonna have to install the snmpwalk here19:55
jmedinahenriquelm: yeap snmp-utils19:56
henriquelmjmedina, I don't have this folder here /etc/default/snmpd20:00
henriquelmjmedina, I will install the snmpd now20:01
jmedinahenriquelm: no,well I told you that only if your snmp server you are queryng is linux20:02
jmedinayou dont need snmpd to query snmpd servers20:02
jmedinawith mrtg+perl modules20:02
jmedinawho is 192.168.2.1?20:02
henriquelmmy snmp server is a wireless adsl2 modem + router20:02
henriquelmSo i don't need smpd then?20:03
jmedinanop20:03
henriquelmok20:03
jmedinaok and you want to graph from mrtg machine20:03
jmedinaok fist install snmp-utils20:03
jmedinaand try the query I post you20:03
jmedinawith snmpwalk20:03
henriquelmI couldn't find snmp-utils on ubuntu's synaptics20:04
henriquelmok I will look for this package online20:04
henriquelmWhat else should I do?20:05
uvirtbotNew bug: #363060 in dhcp3 (main) "package dhcp3-server 3.1.1-1ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 127" [Undecided,New] https://launchpad.net/bugs/36306020:05
henriquelmjmedina, where can I find snmp-utils to download?20:14
=== mdz is now known as mdz-crashy
jmedinahenri, sorry the packages is only "snmp"20:21
jmedinaups20:21
uvirtbotNew bug: #363077 in bacula (universe) "intrepid -> jaunty upgrade fails" [Undecided,New] https://launchpad.net/bugs/36307720:46
mathiazkirkland: FYI the high load I see on a kvm host is definetly related to when one of the guest is swaping21:01
uvirtbotNew bug: #363083 in samba (main) "[samba] tree connect failed" [Undecided,New] https://launchpad.net/bugs/36308321:06
kirklandmathiaz: cool21:11
kirklandmathiaz: did you ever open a bug about that one?21:12
mathiazkirkland: nope.21:12
mathiazkirkland: I've run into it again as I was trying to do a do-release-upgrade from an intrepid guest with 128 M of ram (which is the default for my vm setup)21:12
kirklandmathiaz: gotcha21:13
kirklandmathiaz: looks like you need to bump your default ram up to 25621:14
mathiazkirkland: yop - just did that.21:14
mathiazkirkland: but I didn't need in intrepid and hardy.21:14
mathiazkirkland: so there is definetly something spooky in there.21:15
kirklandmathiaz: yeah, memory usage has spiked in jaunty21:16
elliotjhughi all, I'm trying to do a moveable type install on my ubuntu server and I can't get the cgi pages to execute, I've added ExecCGI to my vhost for the domain but no joy, anything I'm missing?21:20
jmedinaelliotjhug: and what is the error?21:28
jmedinahave you seen in apache error_log?21:29
Faust-Cwow i managed to make a guy mad just by offering to move forward on a project21:49
jmedinaFaust-C: you are good, which project?21:56
Faust-Cjmedina, sec ill show you the link21:56
Faust-Chttps://blueprints.launchpad.net/turnkeylinux/+spec/mailserver21:57
Faust-Cnow this is mine22:00
Faust-Chttps://blueprints.launchpad.net/turnkeylinux/+spec/create-groupware-appliance22:00
Faust-Chope to get more interested in it....22:00
uvirtbotNew bug: #363072 in gvfs (main) "gvfsd-smb crashed with SIGSEGV (dup-of: 282113)" [Undecided,New] https://launchpad.net/bugs/36307222:01
olcafoFaust-C: I'm working on deploying Horde with Postfix/Dovecot as a replacement for Exchange in my environment22:01
uvirtbotNew bug: #363073 in gvfs (main) "gvfsd-smb crashed with SIGSEGV (dup-of: 282113)" [Undecided,New] https://launchpad.net/bugs/36307322:01
olcafoFaust-C: my initial test emplamentation has proven very promising.22:01
Faust-Colcafo, o rly22:02
Faust-Cwe should talk more about this22:02
olcafoFaust-C: the key components for me is Active Directory Authentication and the user experience22:03
Faust-Colcafo, i have articles on using LDAP to auth to AD22:04
Faust-Cso far ive gotten FDS to auth to AD and i have stuff on Penrose and OpenLDAP22:04
olcafoFaust-C: although I have not tested with live subjects other than myself, Funambol with Outlook on windows has proven to work well and should be quite seamless to the clients22:04
Faust-Colcafo, well you might like to hear about Citadel. it can use funambol and can be setup in like 20-30 mins22:05
olcafoI plan on keeping Active Directory for the moment. There is really nothing out there that compares when dealing with Windows clients.22:05
Faust-Cthere is nothing for windows clients22:05
Faust-CBUT22:05
Faust-Cyou can still leverage items like LDAP for use w/ windows22:05
Faust-Cmail server -> LDAP <-> AD22:05
Faust-Cso you can use any mail platform that can auth to LDAP22:06
olcafoFaust-C: i didn't like Citadel so much because it's a whole package or nothing. I like to be able to split my services up.22:06
Faust-Ci can understand that22:06
Faust-Cbut you can use items like postfix w/ it iirc22:06
olcafoI'm not too sure on the detail just yet, but I'm looking at the Dovecot LDAP plugin to connect to my Active Directory.22:07
Faust-Colcafo, o rly, wow youre really hitting it hard22:08
Faust-Cim impressed22:08
olcafoFaust-C: I just need to get this company away from paying $15000 every two years for Exchange.22:09
Faust-Colcafo, i need to get my company on a system that doesnt require PST files22:09
Faust-Cwell a system period22:09
jmedinawhy not zimbra?22:10
jmedinait cant integrate with AD22:10
Faust-Ccause its $$22:10
jmedinanot community version22:10
jmedinawhy use outlook/thunderbird with that greate WUI22:10
olcafoFaust-C: I get bad vibes from Zimbra because of the Yahoo ownership.22:10
Faust-Cbut thats *community* version which means no features22:10
Faust-Colcafo, agreed22:10
jmedinaFaust-C: what features lacks community version?22:11
Faust-Cjmedina, i want to use a solution that is pure open source22:11
jmedinaFaust-C: does community version has closed source?22:11
Faust-Csec22:11
Faust-Cjmedina, http://www.zimbra.com/products/product_editions.html22:12
jmedinazimbra officialy suports ubuntu LTS22:12
olcafojmedina: like Citadel, I found Zimbra to be a complete package deal, which is not what I'm looking for really22:12
jmedinaolcafo: there is no need to install all services on 1 server22:12
olcafoI of course may change my mind if I see that Horde isn't doing what I want it too.22:12
jmedinayou can from thetell which services to install22:13
jmedinaso you can have ldap in one server of course replicated)22:13
jmedinaweb in another22:13
jmedinasmtp and imap in ahother box22:13
olcafowhat I do like about Zimbra is that there is commercial support if you need it.22:13
Faust-Cjmedina, but seems like they have given the opensource version more features22:14
jmedinaolcafo: you can dsitribute zimbra services and make them work togheter22:14
Faust-Cat one point they released it as a really stripped version22:14
jmedinaFaust-C: the only features it lacks in community version are movil version, backups, clusters and outlook connector22:14
Faust-Cyeah and we really need backups22:14
olcafojmedina: the Outlook connector is pretty key for my clients.22:14
jmedinawell yu can use community scripts22:15
jmedinamost o my clients that ask for zimbra is because they want to get rid from oulook and office licenses22:15
jmedinathey dont want to store mail in client machines22:15
olcafogetting away from Outlook in this environment is not really an option.22:16
jmedinaone thing I like from zimbra is the community22:16
jmedinaa lot of contributions22:16
jmedinawikis, forums22:16
Faust-Colcafo, jmedina we need to hookup and work together on this22:16
Faust-Ci have ESX servers we can use for tests22:16
jmedinaI tried citadel, didnt like it22:16
olcafojmedina: using Dovecot IMAP get's away from storing emails on client machines.22:16
jmedinaolcafo: yeap I know22:17
Faust-Colcafo, man i can SOOOO understand the need for that22:17
jmedinaI like zimbra imap implementation22:17
jmedinait works really fast with that support for search tags22:17
jmedinafaster searchs22:17
olcafoI must admit that I am a littel byast toward Dovecot and Postfix since I've been usning them for the past few years.22:17
olcafomy timeline for this project is "sometime" next year. So my development process is somewhat scattered. I spend time on it when the helpdesk is slow type thing.22:19
olcafoI think the point to all this is that there are some really good solutions out there.22:20
Faust-Ci want to create a helpdesk appliance lol22:20
olcafoFaust-C: I use GLPI22:20
olcafoit has inventory and knowledge base implementations.22:20
jmedinaFaust-C: a few months ago I was doing a comparision for mail collaboration suites22:20
jmedinaor the so called "unified communication systems.."22:21
Faust-Colcafo, yeah i was looking at it once22:21
Faust-Chavent had the time to look at it in detail22:21
Faust-Cjmedina, heh yeah ive done it as well but i didnt look at semi open source products22:21
olcafoI think the one thing I will miss about Exchange and Active Directory is the on-stop for users and emails setup. I looks like I'll have to split the two.22:23
Faust-Cnot really22:24
olcafousers here have way too many different email address.22:24
Faust-Cif you auth against LDAP which will auth to AD22:24
olcafoFaust-C: once you take Exchange out of AD, it looks like you can only pull 1 email address.22:24
Faust-Cyeah ... i didnt think about that22:25
Faust-Cbut i dont want multiple email address for one user22:25
olcafosome issues I haven't look at yet are transfering Flags and server side rules.22:26
olcafothere will be a few bumps for the user I'm afraid when this switches over.22:27
jmedinaI not sure if zimbra migration scripts cant migrate filtering rules22:28
Faust-Colcafo, thats where you really need to think about a groupware suite22:28
Faust-Ccause alot of items are pure MS onl22:28
Faust-Cbut brb22:28
olcafoall Flaggin and most rules are server side with Outlook/Exchange combo, which is nice when switching computers, reseting profiles, and accessing via webmail.22:29
jmedinaNote: Only email messages, calendars, and address books (including distributions lists)are imported from the Outlook server. Other Outlook types, including notes, rules and alerts, and files are not imported. Unless the ZCS Migration Wizard is run on a machine with Outlook 2003 or Outlook 2007, tasks will not be imported.22:29
jmedinasorry :S22:29
olcafousing the Funambol app with Horde can do calendars, contacts, and tasks. I've found it can probably be used to export from Exchange and import into Horde if not bulk solution is found.22:31
olcafonot too sure on the Notes.22:32
jmedinalets see funambol app22:34
olcafohttp://www.funambol.com/22:34
jmedinawhich app?22:35
olcafoI'm looking at the Outlook Sync and the Win Mobile PocketPC Sync22:35
olcafohttps://www.forge.funambol.org/download/22:35
olcafoI suppose the Win Mobile Smartphone app will probably also be used.22:36
olcafoI've only so far tested the Outlook one.22:36
jmedinaolcafo: how are you testing outlook sync?22:36
jmedinaagains Exchange?22:36
olcafoWorks pretty good. Set it up to sync every 5 minutes on the client machines and your good to go.22:37
olcafojmedina: nope, against a horde install.22:37
jmedina:O22:37
olcafoit's really and Outlook to SyncML link.22:37
olcafoHorde has SyncML functionality.22:38
olcafoof course having syncing on the client machine means they can change the settings, I'm sure that will probably be a pain.22:38
olcafoI'll have to look at locking it down somehow.22:38
brohismI'm having problems with my server not being able to access the Internet.  It can establish connections on the local network no problem, but no access outside of that.  Pinging IP address or domain won't work.22:50
brohismI've verified that listed DNS servers are accurate22:51
friartuckbrohism got default route? netstat -r22:51
brohismfriartuck: http://pastebin.com/m3aada7c122:53
friartuckbrohism no default route. that's your problem.22:53
brohismyeah, I noticed that as soon as I ran the command.  I'll try to fix that.22:54
brohismfriartuck: some more showed up when I went back to my console window http://pastebin.com/m5743a91622:56
friartuckbrohism can you ping .1?22:57
brohismfriartuck: yes22:58
friartuckbrohism hm, try ping 4.2.2.222:58
brohismfriartuck: no results. It doesn't say it succeeded or failed, it just sat there.22:59
elliotjhughi, I'm currently doing an upgrade to my server from 8.04 to 8.10 and it seems to have stopped at console-setup, which I think is because that SSH session has closed (I can't pause it with Ctrl-Z) - I know the apt-get process is still running from PS -A, is it safe to kill the process and restart the upgrade from and apt-get install or should I leave it (bear in mind I have no output from the process right now)22:59
friartuckbrohism I dunno how it should work with two nics. I *think* you should only have one default route. not positive though.23:01
brohismfriartuck: ok, I'll try removing one23:01
brohismfriartuck: that did it, thanks23:02
friartuckbrohism cool. were you doing two nics for redundancy?23:03
brohismfriartuck: no, I was actually trying to set it up so that services accessible inside the network only (Samba, etc.) were on one, and public services were on another, for load-balancing23:04
friartuckbrohism ah. two nics on same network makes things tricky.23:05
brohismfriartuck: yeah, I've done it before on this machine, but it was with a different distro, and it was a few years ago that I configured it23:06
giovanibrohism: so they're not on the same network?23:11
giovanione is on a DMZ and one is on the LAN?23:11
brohismgiovani: sort of. One is on the LAN, and one is port-forwarded but not on a DMZ23:12
giovanibrohism: why do you want/need separate interfaces then?23:12
kinleyhi there, is the a repasitory for mysql-server-5.1 5.1.33 an ubuntu hardy 8.0.4.2 as backports or sim. ?23:13
giovanikinley: you mean an unofficial repository?23:13
kinleybetter an official ;) but cant find it in hardy backports :(23:14
giovani5.1.33 isn't even in jaunty, much less 8.0423:14
giovanikinley: bleeding-edge packages are almost never provided by distributions23:14
giovanithat's to protect you from new bugs23:14
kinley5.1.31-1ubuntu2 is in jaunty23:15
giovaniyes, but you asked for 5.1.3323:15
giovaniwhcih was released only a few days ago23:15
kinleyhmhm23:15
giovaniif you want a bleeding-edge version, you need to download and install/compile it yourself from MySQL directly23:16
giovanisigh23:17
=== asac_ is now known as asac

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