/srv/irclogs.ubuntu.com/2010/10/19/#ubuntu-server.txt

qman__yeah, you really should not be hosting SQL directly like that00:00
qman__the application and the database should be on the same machine or firewalled network00:00
nomadgisyour right. the db might have been a poor example. but information protocols that are meant for internet consumption that are served on localhost I would like from mydomain.com00:01
nomadgisfor example. ebox. if I want to control a server installation from www via ebox. how are these associated?00:02
nealmcbnomadgis: for something like ebox, setting up subdomain.mydomain.com (with whatever ports) as qman noted would be fine00:04
nealmcbnow clear why it would be worth the extra hassle to instead actually use mydomain.com:<alternate port> and proxy the connections to your home00:06
nomadgisi don't fully understand you last comment nealmcb, could you explain it another way?00:07
^MikeSo, my "server" (desktop, headless, pretending to be a server) shuts off randomly... where should I look in logs to see why it decided to take snooze?00:08
dominicdinadahow to open mysql/mysql admin ports for local network traffic only as i am trying to remotely admin mysql and always get errors, using programs such as mysql workbench i am able to connect via SSH for table management but unable to run admin level functions00:19
djogenickok00:23
djogenickcredo di essere nel canale giusto00:24
dominicdinada!es | DJClean00:24
ubottuDJClean: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.00:24
dominicdinada!es | djogenick00:24
ubottudjogenick: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter.00:24
djogenicki speak italian :-/ and poor eng thank00:24
dominicdinada!it | djogenick00:25
ubottudjogenick: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette)00:25
dominicdinadasorry00:25
djogenickok /join #ubuntu-it00:25
dominicdinadayes :P00:26
dominicdinadahow to open mysql/mysql admin ports for local network traffic only as i am trying to remotely admin mysql and always get errors, using programs such as mysql workbench i am able to connect via SSH for table management but unable to run admin level functions00:26
=== _Techie_ is now known as _TechAway_
nomadgishypothetically, if you have apache installed on a desktop that is part of a wireless LAN who's port 80  is open for inbound and outbound traffic, if you attempt to access this machine from www at xxx.xxx.xx.xx:80 how can you ensure that you are pointing at the machine your machine? (and not another machine on the same LAN also running apache)01:04
=== _TechAway_ is now known as _Techie_
frankstervillebiggest noob question ever02:02
frankstervilleis there a command to take a server back to lts stock status.  remove all modules and plugins etc02:03
franksterville10.04lts02:03
arrrghhhmodules...?  plugins?02:03
arrrghhhlike programs you've installed?02:03
frankstervillewell un apt-get the world02:03
frankstervillelol02:03
arrrghhhno.02:03
arrrghhhfresh install.02:03
arrrghhhwhy do you want to do that?02:04
frankstervillebooooooooooo02:04
arrrghhh...seriously?02:04
frankstervilleplaying with nginx.  got outa control lost track of dependencies ect02:04
frankstervillejust screwing with it02:04
arrrghhhVM02:04
arrrghhhsnapshots ftw if you're "just screwing with it"02:04
frankstervilleyeye this is not local02:04
frankstervillea linode02:05
frankstervilleill just blast it02:05
dominicdinadaAnyone alive in here ?02:58
ScottKNope.02:59
dominicdinadaOk ScottK how to safely open my firewall to allow only local network03:01
dominicdinadafor mysql admin er for remote mysql admin ?03:01
ScottKI don't so mysql admin, so no idea.03:02
ScottKI'm guessing ssh to an account with sudo access should be sufficient, but that could be totally wrong.03:02
dominicdinadawell i am talking about using such programs such as mysql workbench but i already ssh into read the tables.... but it does not allow mysql admin functions such as mysql configuations03:05
icekhey i installed ubuntu server, i got dhcpd3-server running great, i wanted to turn the server into a router basically to replace my current router, i have two ethernet cards, my eth0 has an external ip and the server has internet, the dhcp server runs great and handed out leases to my laptop on the inside, but for some reason i cannot get to the internet?03:21
icekwhy wont my dhcp server forward my internet from my eth0 to my eth103:21
icekor however that works03:21
iceksomething to do with packet forwarding? i thought i uncommented that line03:21
icekto allow ipv4 packet forwarding03:21
twbDHCP has nothing to do with routing03:21
twbWell, except the DHCP server can tell DHCP clients what gateway to use.03:22
icekok well, i installed the dhcp server, it works great, i just want to get internet now03:22
icek:D03:22
twbTo turn an Ubuntu server into a router, you will want to turn on ip_forward in /etc/sysctl.conf.03:23
Flam`Hello, I performed a network update from ubuntu server 8.04 lts to 10.04 lts, but im getting a strange error :  http://pastie.org/private/oqu1alzpbisjotudloxg .  The bob user was a user i removed a few months ago, I don't know how or why it's still being found03:23
iceki did twb03:23
Flam`Does anyone know what byobu is or, better yet, what this error is03:23
twbYou will very likely also want to set up firewalling on the FORWARD chain, and if your "downstream" network is using a private IP range, you will need to add rules to the *nat table to perform masquerading.03:23
twbFlam`: sounds like you didn't remove that user properly03:24
Flam`What's the proper way?03:24
twbFlam`: try looking in /etc for references to "bob"03:24
twbe.g. grep -r '\<bob\>' /etc/03:24
twbThe right way to remove a user depends on what authentication database you're using.  For flat files (the default), it'd be something like "deluser bob".03:25
Flam`I did it via deluser.  grep returned nothing.03:26
Flam`I think it's because that user opened a screen and possibly exited ssh without shutting it down.  Then I deleted that user.03:26
Flam`And now I don't know where it's still finding his name03:27
icek_hey i enabled ipv4 forwarding03:28
icek_but it still doesnt work03:28
icek_:/03:28
icek_the server gets internet03:28
icek_but when my internal computer gets an ip from the eth1 dhcp server03:28
icek_i cant get to the internet03:28
Flam`Fix: I ran "sudo find / -nouser -ls" and found "/var/run/screen/S-liran" so I did "sudo rm -rf /var/run/screen/S-liran" and it fixed my problem.03:50
Flam`It's times like these where I wish I had a blog.03:50
Flam`bob == liran03:50
=== _TechAway_ is now known as _Techie_
icek_i installed dhcpd server, it works fine on eth1 and my eth0 server has internet access just fine, but when i connect another comptuer to the dhcp server, it cant get internet!!! i turned on ipv4 forwarding :?04:05
icek_any ideas?04:06
=== unreal_ is now known as unreal
MTecknology!info libc6 lucid05:07
ubottulibc6 (source: eglibc): Embedded GNU C Library: Shared libraries. In component main, is required. Version 2.11.1-0ubuntu7.2 (lucid), package size 3690 kB, installed size 9360 kB05:07
=== twb` is now known as twb
cxoHey guys, is there a http proxy i could use temporarily. I know that sounds kinda sketchy, but i'm just trying to figure out wtf is happening to my network. I think the ISP has dropped all http traffic05:44
SpamapScxo: fire up an EC2 instance and bounce via ssh05:48
cxoWhat's EC2?05:50
SpamapS:)05:50
SpamapScxo: Amazon Web Services, you can spawn a server for about $0.04 USD/ hour.05:50
SpamapScxo: you can try it out for 1 hour for free with Maverick: https://10.cloud.ubuntu.com/05:51
SpamapScxo: there are others too.. Rackspace Cloud.. Go Grid, Linode .. all will rent you server instances pretty cheap.05:51
cxoHmm will look into it. But right now http/https doesnt work so I cant access any of those sites05:52
cxoYou wouldnt mind grabbing me an ip address for a proxy server somewhere in north america, would ya? :)05:53
twbOr just get an account on lp or alioth or freeshell05:54
twbI've been pissing about writing new NAT rules today, and it was easiest to just test them from alioth05:54
cxoI have an lp account actually.05:55
cxoYou can ssh into lp ? :)05:55
SpamapScxo: so port 80 is blocked? that doesn't make much sense.05:56
cxohttps too05:56
twbcxo: I don't remember05:56
twbI used to be able to ssh into sf.net, but they removed that service during the decade or so between my connection attempts05:57
twbcxo: oh, right.  lp has ssh, but only for use by bzr.  You don't get a shell05:57
cxowell i dont need a shell if i'm just going to tunnel right?05:57
twbIf lp has a clue, they'll have disabled -L and friends.05:58
cxoactually i cant even remember my lp password. I use sf.net and get lp to import the code periodically05:58
cxoi just need someone to go google for 'free proxy servers' or something and give me a few ips05:58
twbcxo: lp's sshd is key only05:58
twbcxo: depending on what you're trying to achieve, you could also use tor or a "darknet".05:59
dominicdinadai am having trouble remotely admin mysql and i am wondering what the problem is. Where the setting are set to allow remote mysqladmin05:59
twbdominicdinada: over 22 or 3306?06:00
qman__dominicdinada, by default mysql listens on a local unix socket06:00
cxotwb, just realised that lp is key only. I'm guessing bzr does some magic to send a key along, cos its not using my hostkeys06:00
qman__if you want to listen for network connections you have to configure it that way, though such a configuration is not recommended because there is no encryption06:01
qman__SSH is the preferred way06:01
twbcxo: uh, host keys aren't user keys06:01
cxoyeah06:01
twbcxo: it'll be inheriting your ssh-agent/seahorse environment, though.06:01
dominicdinadawell i am trying to use such programs as mysql workbench and it used to connect only over ssh, but now trying to iron out why i cant admin tables or anything i am open to suggestions06:02
=== _TechAway_ is now known as _Techie_
dominicdinadaso it did connect via ssh tunnel but as i said now it wont even connect lol06:02
cxohow do i tell ssh i dont want a shell :)06:07
cxoguys dont be lazy, google a proxy for me please06:08
dominicdinadacxo flaming are we i think that is off topic06:09
dominicdinadai have googled06:09
cxopossibly, just thought it wouldnt be a big deal... looks like i was wrong06:10
nagchampacxo: did you have an external ssh server you can access?06:12
cxonot at the moment. a free web proxy would be best right now06:13
dominicdinadatwb: well i am trying to use such programs as mysql workbench and it used to connect only over ssh, but now trying to iron out why i cant admin tables or anything i am open to suggestions06:13
nagchampafrom wwww.proxyblind.org: Brazil: 201.20.18.165:312806:15
nagchampaCanada might be better06:15
nagchampa174.142.104.57:312806:15
nagchampasupposedly working on the 11th06:16
nagchampai wouoldn't trust them, i wouldn't use them for anything identifiable or private06:16
cxonothing private, just want to view a web based log06:17
nagchampait also pays to have an ssh server somewhere you can log into from anywhere06:18
nagchampaeven some cheap web hosting accounts will give oyu ssh access you can tunnel through06:18
cxoyeah, i used to have a few, not anymore06:18
nagchampassh -N to not execute a remote command06:20
nagchampafrom man ssh06:20
cxothanks06:23
=== _TechAway_ is now known as _Techie_
twbcxo: "i don't want a shell" -- -N06:28
twbOops, nagchampa already said06:28
cxoi get this message from ssh, -> channel 2: open failed: unknown channel type: unknown channel06:29
uvirtbotNew bug: #663101 in postfix (main) "package postfix 2.7.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75" [Undecided,New] https://launchpad.net/bugs/66310106:31
Datzwould it be generally safe to remove modules from the kernel if they aren't being used?06:47
DatzI guess I should probably figure out what they are... :P06:47
Datznext question.. how can I keep them from loading on boot06:48
twbDatz: "make localmodconfig"06:48
twbBut you shouldn't be rolling your own kernel without a really good reason, since it increases the maintenance burden non-negligibly.06:48
twbYou can blacklist modules by placing "blacklist foo" or "install foo /bin/false" in /etc/modprobe.d/site.conf.06:49
Datzah06:49
twbIIRC the former prevents autoloading; the latter prevents manual loading (including stuff like udev).06:50
Datzthanks, I'll look into those options06:50
Datzok, I'll take a look at the former06:50
twbOr you could brute-force it by rm'ing it and adding dpkg-divert rules, which is what I do at my prisons to deny them access to USB mass storage devices.06:50
twb(Just in case a user manages to escalate to root.)06:50
Datzhumm :P06:50
Datzdown to 55..06:53
twbDatz: what are you actually trying to achieve?06:53
Datzless than marginal saved cpu cycles?06:57
twbSo you've profiled the CPU usage and noticed a significant reduction?06:59
Datzno, I meant probably not noticeable.07:00
twbI suspect that things like enable CPU frequency scaling would help more than removing modules.07:00
twbAh, right.07:00
twb"ricing"07:00
Datzhaha07:00
DatzI figure without a floppy drive, I don't need the modle loaded :)07:01
Datzetc07:01
DatzI don't know why it would be in the first place actually07:01
twbIt shouldn't be07:04
twbUnlses you have the controller on your motherboard, I guess07:04
twbIt might also be loaded by the ramdisk when it's looking for the root filesystem07:04
Datzhumm07:04
twbTry changing modules=most to modules=dep in initramfs-tools.conf?07:04
* Datz makes a note of that07:05
Datzwhere is initramfs-tools.conf?07:05
BrumleDatz: use the "locate" command with filename as argument. If not found, try "sudo updatedb" and try again07:09
Datzthanks07:10
Datzhum, file seems empty. Anyway, I'm off to bed, bye.07:12
nagchampahow can i tell how an fqdn is being resolved?07:41
nagchampahostname just gives the shortname for my server, and /etc/hosts has only got the short name, pointing to 127.0.1.107:41
nagchampathe router doesn't have an entry for the fqdn or even the short name of the machine as far as i can tell07:42
=== Barre_ is now known as Barre
mattcenHi all, I've just done an upgrade of 8.04, which has upgraded slapd 2.4.9-0ubuntu0.8.04.3 -> 2.4.9-0ubuntu0.8.04.4, and during the upgrade I hit: Unknown value for slapd/dump_database: when needed; has anybody else seen this before?07:49
nagchampanevermind, i found it07:49
=== Barre_ is now known as Barre
mattcenNevermind, I solved my issue; I changed the option in debconf from 'when needed' to 'always' and it got better.08:16
=== jjohansen is now known as jj-afk
twbNot so much "solve" as "work around"08:20
twbLooked like a quoting issue in the preinst, but I couldn't see where.08:20
_rubenbah, seems like bug #477167 is one the reasons/bugs that keeps me from installing these servers08:22
uvirtbotLaunchpad bug 477167 in debian-installer "can't set bootable flag when partitioning during install" [Undecided,New] https://launchpad.net/bugs/47716708:22
_rubensoftware raid1 over 2 2tb disks .. gpt labels .. lilo and grub2 fail to install08:22
_ruben/usr/sbin/grub-setup: warn: This GPT partition label has no BIOS Boot Partition; embedding won't be possible!.08:24
_ruben/usr/sbin/grub-setup: error: embedding is not possible, but this is required when the root device is on a RAID array or LVM volume.08:24
eagles0513875|2hey guys how can i prevent my network from being tcp flooded08:58
eagles0513875|2i have a router taking the brunt of it but its preventing me from accessing my server08:58
twbI have a customer's developer telling me they can't get hardy's ffmpeg to emit MP3, and they need me to reroll a new fmpeg built against lame.09:09
twbDoes it seem strange to anybody else that ffmpeg would be built --without-lame?09:10
twbHmm, it's the upstream default09:10
DJCleanhaving a little problem with iptables on my server... to be more specific on modprobing the iptable_raw module, it just hangs at that one and well... been like that for over 8 hours already... might there be a specific reason for it to hang on that?09:13
eagles0513875|2hey guys im having issues connecting to my server. i checked my router security logs and noticed some tcp flooding how can i prevent that09:17
TribaalHi all09:18
TribaalI'm looking for help regarding configuration of the new Slapd (OpenLDAP) daemon. I could configure it fine using the old slapd.conf, but it's now all dynamic and editable via LDAP - Does anybody have a pointer to docs on the subject?09:19
mr_louHello all. Experimenting with Ubuntu-server. Having a minor problem. When creating new files using my FTP-editor (PSPad), they are always default not accesible. For example, if I create a new file "heythere.js" and put some Javascript in it, then my HTML can't real that JS file because "Other" group doesn't have the Read bit on. I have to manually set the Read bit everytime I create a file.09:35
mr_louThere must be somewhere I can change that?09:36
mr_lou(I'm talking Apache server and HTML / Javascript stuff)09:36
flohackmr_lou: google for umask09:36
flohackmr_lou: please be aware that chaning the umask to 0004 for example will make all your new files readable by EVERYONE09:38
flohackmr_lou: Better solutions are to change the group to www-data for example09:38
mr_louHmm09:39
flohackmr_lou: You could use the group sticky bit on the parent directory to inherit the group from the parent directory for new files09:40
flohackmr_lou: see http://www.dba-oracle.com/linux/sticky_bit.htm for example09:40
flohackI have a problem running ubuntu uec images locally with kvm as documented here: https://help.ubuntu.com/community/UEC/Images09:40
flohackI keep getting "error: no such device: uec-rootfs" from grub09:41
flohackIs someone here who is familiar with the UEC images?09:41
flohackI'm running: "kvm -fda maverick-server-uec-i386-floppy -drive if=virtio,file=disk.img,media=disk -boot a" after creating disk.img with "qemu-img create -f qcow2 -o backing_file=maverick-server-uec-i386.img disk.img"09:42
twbflohack: 004 is probably a bit too generous09:44
twb047 maybe, so the group has r-x access09:46
mr_louum...09:47
mr_louIsn't 4 = write09:47
flohacktwb: Ups 0002 was what I meant09:47
twbmr_lou: umask is xor'd09:47
flohacktwb: But I would not recommend that either09:47
twbBut I realize now by "the other group" he means non-owner non-group users09:47
mr_louyea09:48
mr_louApparently the server itself belongs to the "Other" group.09:48
flohackmr_lou: Which server?09:48
mr_louSince it can't read the files, unless I set the Read bit.09:48
mr_louApache09:48
twbmr_lou: probably you want the tree to be grouped by www-data, not mr_lou09:48
flohackmr_lou: No, apache is usually www-data09:48
mr_louhmm09:48
twbi.e. ls -l will say something like "rw-r----- mr_lou www-data foo.js"09:49
flohackmr_lou: 'other' means processes running with a group which is different from the group owning the file09:49
mr_louWell... all I know if that when I create new files using my FTP-editor, then my HTML can't read them because the "Read" bit isn't set for the "Other" group.09:49
flohackmr_lou: It's like a 'catch-all'09:49
flohackmr_lou: Did you get that?09:49
flohackThe problem with the permissions for 'other' is that it applies to ALL other users and processes on your system, so by setting the read permission for other, you are not only granting apache access, but EVERYTHING else, which is a very bad idea.09:50
mr_louHow do I check if the www-data user is applied to Apache?09:51
flohackTherefore the proper (one of) approach is to change the group of the files to www-data09:51
twbmr_lou: you ask us09:51
flohackps aux|grep apache09:51
twbmr_lou: and we say "apache uses www-data by default, so unless you messed with it, it will"09:51
flohackmr_lou: execute "ps aux|grep apache" on the console and the first field will say "www-data"09:52
mr_louYea, it's there already, several times.09:52
mr_loualready = alright09:52
twbflohack: re kvm, shouldn't that be -hda, not -fda?09:52
flohackmr_lou: That's how you check without asking :-)09:52
twbnm, it's a foo-floppy file.  How weird.09:53
mr_louFirst field says root though.09:53
flohacktwb: *-floppy contains grub as it seems09:53
mr_louFollowed by 5 www-data lines.09:53
twbmr_lou: if you are logging in as root, you have bigger problems.09:53
twbflohack: you *can* just pass a kernel and ramdisk directly to kvm09:53
flohackmr_lou: That should be just for one of the apache processes09:53
mr_loutwb: I'm not. Especially not when FTP'ing.09:53
twbWell, you shouldn't be using FTP either :-)09:54
flohackmr_lou as got a bit of linux studying ahead of him :-)09:55
flohacktwb: Hmm -loader could be the initrd...let's try that09:55
twbhttp://en.wikipedia.org/wiki/Discretionary_Access_Control describes the Unix permission system09:55
mr_louThis here is studying. ;-)09:55
twbflohack: no, it's -kernel and -initrd09:55
twbCaveat: I'm talking about qemu, of which kvm is a fork.  I *assume* kvm haven't fucked up and removed those options.09:56
mr_louI don't know everything, but it's not the first Linux server I'm playing with. Been experimenting with Debian and Arch earlier, and I had no such problem with them.09:56
twbOr: you didn't *know* you have such a problem09:56
flohacktwb: I meant the maverick*-loader image, kvm takes -kernel and -initrd btw.09:57
mr_louI would surely know if I had.09:57
twbflohack: good-o09:57
mr_louAnd I hadn't.09:57
twbflohack: do you have a URL for this -loader file?  What format is it in?09:57
twbLast time I looked, you could tack the ramdisk onto the end of the kernel, but then it'd just be -kernel.09:58
flohacktwb: It's in the i386 tar on http://uec-images.ubuntu.com/server/maverick/current/09:58
twbBizarre; file doesn't recognize it as anything09:59
twbIt has some kind of grub in it, so maybe it's just the grub stage209:59
flohacktwb: The kernel boots, but does not find the root device even with "-append root=/dev/sda109:59
mr_louExplain to me why it's bad that HTML files and JavaScript files can be read by everyone. Somehow it seems logical to me that they should infact be readable by everyone.10:00
twbflohack: -append is only visible to -kernel AFAIK10:00
flohacktwb: The kernel log says it cannot read the ramdisk10:00
mr_louSurely the Read bit for group "Other" must be set? It's even set on the .bashrc file by the system itself.10:00
flohackmr_lou: The same issue applies to php files, and they should definitely not be readable by everyone10:00
mr_louflohack: That makes sense.10:01
flohackmr_lou: there is no 'other' GROUP, it is simply 'other' which means everyone else who is not user or group10:01
twbmr_lou: Debian packages by convention ship files readable by everyone, on the basis that an attacker could always just download the .deb again and unpack it by hand.10:01
mr_louYes I get that.10:01
mr_louIn that case I shouldn't use umask.10:02
flohackThe proper solution is to move your files to /var/www/XXX and do "chown -R root:www-data /var/www/XXX"10:02
twbOr if these are personal files, they go in ~mr_lou/public_html or whatever it is.10:02
flohacktwb: ACK10:02
twbAnd /var/www is hysterical, really files belong in /srv/www10:03
twbNot that I realistically expect anyone to do that10:03
mr_louThey're put in the home folder for now, because that's where the FTP default points to. And I like to be able to use my FTP-client-editor for coding.10:03
mr_louSo Apache does have the www-data group. Yet I can't see my HTML or PHP page unless read-bit is set for 'other'.10:05
mr_louAnd since it shouldn't be set for 'other'.....then what? :-/10:06
flohackPlease post the output of "ls -Al myfile"10:06
flohackand tell us the full path please10:06
flohackand the URL you are using to access it10:07
mr_louWell currently it's /home/companyname/AppName/index.php10:08
mr_louURL is internal IP.10:08
mr_louNot sure how I can paste output from ls -Al here. Using Putty here in Windoze... but the permission info is 64010:09
mr_lou-rw-r------10:09
flohackmr_lou: and the full url?10:09
mr_louflohack: Internal IP...  http://192.168.1.3/index.php10:09
flohackHave you reconfigured apache to use  /home/companyname/AppName/index.php as it's document root?10:10
mr_louYes10:10
mr_louWorks fine if the read-bit is set for 'other'.10:10
mr_louBlank page if not.10:10
flohackthe group and owner of the index.php?10:11
mr_louflohack: company name for both10:11
flohackmr_lou: Then how is that supposed to work. Group has to be www-data10:11
mr_louflohack: Meaning, the only user created (apart from root)10:11
mr_louI use addgroup to put www-data onto the AppName folder then?10:12
flohackApache run with group www-data, the file has group company, set so the 'other' permissions apply and those are null, therefore apache does not have access10:12
flohackmr_lou: no10:12
flohackmr_lou: chgrp www-data FILE10:13
flohacktwb: I think the problem is that maverick*.img is a partition image, not a disk image10:14
twbThat's retarded.  the ramdisk shouldn't care about that10:14
twbBut obviously that'd be root=/dev/sda not sda110:15
mr_louflohack: And then the sticky bit to put the www-data group onto all files created in the folder?10:15
flohackmr_lou: the group sticky bit, yes10:16
flohacktwb: But there is no separate initrd. It boots with "kvm -drive if=scsi,file=disk.img,media=disk -kernel maverick-server-uec-i386-vmlinuz-virtual -append root=/dev/sda", but cannot write access the root partition, because ext4 support seems to be available only using a module within the initrd10:18
flohackI cannot use a -initrd, because there is not separate initrd10:18
mr_louflohack: Tried chmod +t AppName    Should all new files created then belong to group www-data? They don't.10:20
flohacktwb: Hmm, "kvm -drive if=virtio,file=disk.img,boot=on -kernel maverick-server-uec-i386-vmlinuz-virtual -append "root=/dev/vda ro init=/usr/lib/cloud-init/uncloud-init ds=nocloud ubuntu-pass=ubuntu"" worked!10:20
flohackmr_lou: It's chmod g+s AppName10:22
flohacksorry, my fault10:22
flohackso, it's the special bit, not the sticky bit10:22
mr_louflohack: Do I need to remove the +t again then? With -t?10:23
flohackmr_lou: You should, yes10:23
mr_louOk10:23
mr_louStill not. :-/10:24
mr_louNew files belong to companyname user and group companyuser.10:24
flohackmr_lou: http://pastebin.com/BySbUwVu10:28
twbflohack: oh, right10:29
twbvirtio is like xen, it gets a wacky name.  Sorry, I didn't think of that10:30
mr_louflohack: Damn.. I'm writing the same you do, I'm just getting another result. :-/10:30
mr_louflohack: Thanks for your help anyway though. Much appreciated.10:31
flohackmr_lou: are you creating the file with the ftp client?10:31
flohackmr_lou: maybe the ftp client explicitly sets the group?10:31
mr_louflohack: Not this time. I used touch like you. It still belongs to the group companyname10:31
mr_louflohack: Also tried with nano before that.10:31
flohackmr_lou: are you sure the special bit (rws) is present on the directory (check with ls -Al)10:32
mr_louflohack: No, not sure. But it says this: drwxr-xr-x 2 companyname www-data10:33
flohackmr_lou: The special bit is not there10:34
mr_louHm10:34
mr_louSo chmod g+s isn't working for me? Is that it?10:34
uvirtbotNew bug: #663161 in clamav (main) "clamav-freshclam does not set the proxy username and password" [Undecided,New] https://launchpad.net/bugs/66316110:36
* mr_lou reads at http://en.wikipedia.org/wiki/Chmod10:36
flohackmr_lou: You need permission to change the s bit, run the command with sudo10:36
mr_loudoh10:36
flohackmr_lou: No idea why chmod does not warn you about that10:36
flohackif you change the s bit before changing the group, it works, because the group is still the group of your login user10:37
mr_loulol10:37
mr_louIt's there now, but now I can't access the folder.10:37
mr_louHm10:38
mr_loumkay10:38
mr_louSo....10:38
mr_louI must remove the S bit again, then set user back to companyname, then set S bit again and then set group to www-data?10:38
mr_lou:->10:38
flohackWhat is the ls -Al output of the folder now?10:39
mr_louThere10:40
mr_louSeems to work now.10:40
* mr_lou needs a beer10:40
flohackgreat10:40
mr_louhehe10:40
mr_louThanks a lot for your help flohack10:40
flohackmr_lou: you're welcome!10:41
mr_louflohack: I actually got myself "The Linux Bible", which I'm looking in sometimes. I really like Linux, but it's a huge area to learn.10:43
flohackmr_lou: A lot to learn, but it's the real thing (does not hide the details like windows / mac os does) and understanding how things work make you much more effective when troubleshooting10:44
anger78hi! Did they remove Support for Promise FastTrak TX4000 in 10.10? and if so, how can i add it while installing?#10:45
mr_louflohack: That's why I don't quit. ;-)10:45
mr_louflohack: If you can recommend me any other beginner books, explaining the structure and such, then I'll put them on my Christmas wishlist. "The Linux Bible" seems to be mostly a lookup for the many various commands, which of course is also quite handy. But would like to understand more about how everything is connected and such.10:48
flohackmr_lou: sorry, I never read such a book10:49
mr_louflohack: Ok10:49
=== oxi_ is now known as oxi
=== unreal_ is now known as unreal
anger78hi! Did they remove Support for Promise FastTrak TX4000 in 10.10? and if so, how can i add it while installing?#10:52
mr_louflohack: Well I'10:54
mr_louflohack: Well I'm off. Thanks again. :-)10:54
=== aliverius_ is now known as aliverius
=== _Techie_ is now known as _TechAway_
anger78it cant be that fucking tricky to add fucking support for the fucking tx4000 during the fucking Installation, or would it?11:34
anger78Did they remove Support for Promise FastTrak TX4000 in 10.10? and if so, how can i add it while installing?#11:34
_rubenanger78: such an attitude isn't likely to yield very helpful responses in here11:45
uvirtbotNew bug: #663192 in mysql-5.1 (main) "Query with this_.id=? buggy" [Undecided,New] https://launchpad.net/bugs/66319211:46
eagles0513875|2!language | anger7811:47
ubottuanger78: Please watch your language and topic to help keep this channel family friendly.11:47
anger78ok, and how would i load additional drivers during the installation?12:12
eriksson25Anyone that can help, upgraded 10.04 to 10.10 and now got ubuntu-extras-keyring error like this bug13:54
eriksson25https://bugs.launchpad.net/ubuntu/+source/ubuntu-extras-keyring/+bug/65052513:54
uvirtbotLaunchpad bug 650525 in livecd-rootfs "Failed to fetch http://extras.ubuntu.com/ubuntu/dists/maverick/Release ; missing key" [High,Fix released]13:54
eriksson25But runing there fix comand sudo apt-get --reinstall install ubuntu-extras-keyring dosent do anything, same error13:54
eriksson25I need help to import a valid public key to my server.13:58
uvirtbotNew bug: #663252 in antlr3 (main) "antlr3 doesn't contain antlr3-runtime.jar" [Undecided,New] https://launchpad.net/bugs/66325214:06
AugustuenIf I have some gameservers running over the RAM on the server, does it use the swap partition?=14:13
cfairlesswap is dead. buy more ram ;)14:14
AugustuenI'm trying to find out how many servers I can run14:15
* patdk-wk didn't know you could run gameservers on ram14:15
cfairlesAugustuen, the short answer is yes. if you have a swap partition, if ram usage starts maxing out, it'll start paging in and out of swap14:16
Augustuenok14:16
patdk-wkand when it pages, everyone will bitch, cause the game will lag to all hell14:16
Augustuenbut if I have 2 GB RAM and You can run a 20 player server on a 1GHz CPU, 512MB RAM and an upload of 2Mbit/s (33Tick)14:17
Augustuenhow many servers could I then run?14:17
patdk-wkdepends on the cpu, ram, and internet :)14:17
patdk-wknot just ram14:18
cfairlesand what game. Aion, maybe 1 player on that. nethack-mmo, a bazillion14:18
patdk-wkplus, context switching will eat your proformance a little, unless your using vm's, then it will eat proformance a lot14:18
AugustuenCounter-Strike: Source14:18
Augustuenor Half life 2 in genera14:19
eriksson25Anyone that can help, upgraded 10.04 to 10.10 and now got ubuntu-extras-keyring error like this bug14:21
MTecknology!lts14:21
ubottuLTS means Long Term Support. LTS versions of Ubuntu will be supported for 3 years on the desktop, and 5 years on the server. The current LTS version of Ubuntu is !Lucid (Lucid Lynx 10.04)14:21
vincent_wangI use ubuntu official image ami-6c06f305 launching a new micro instance on AWS, it works fine; but after I customize the instance and bundle a new image, I can not ssh to any new instance launched from my image14:27
vincent_wangany ideas?14:27
jussihi all, where do I find the log of ssh users logins and so on?14:35
Augustuenwell, I don't think there is a difference between local and SSh logins14:37
Augustuen(exept from tath the SSH doesn't log on directly, but on teh network ;))14:37
eriksson25Help me with folowing error "ubuntu-extras-keyring is not configured yet" on a newly updated 10.04 --> 10.1014:38
SockPant1hi all14:41
SockPant1i'm trying to serve a single program to users over ssh. once the program terminates, it should disconnect14:42
SockPant1how do i accomplish this?14:42
patdk-wkset it as their shell14:42
SockPant1where do i do that14:42
patdk-wkand I think you need to disallow scp, not all sure14:43
zulkirkland: can i take vsftpd off your hands?14:44
kirklandzul: please :-)  i didn't know it was on my hands :-P14:45
SpamapSSockPant1: even if you set it to their shell, they can just type 'ssh yourbox /bin/bash' and bypass that14:45
SpamapSSockPant1: you can force execution of a certain program whenever a certain public key is used, and I believe that isn't bypassable.14:46
SpamapSSockPant1: but, why ssh? ssh is "Secure shell" .. its really not for serving things non-interactively.14:47
patdk-wkheh? ssh passes that as a param to your shell14:50
lauis ubuntu able to manage several swap partitions ?14:51
lauI have 4 swap partitions on 4 disks14:52
patdk-wklau, sure14:52
SpamapSpatdk-wk: good point. hrm.14:53
SpamapSlau: swap is... not a good thing. Why do you want to have 4 swap partitions?14:54
* patdk-wk only uses swap for hibernation14:54
maedoxOn lucid; Does anyone know how to check or set the power down delay/timing for external USB drives?14:59
SpamapSI would guess it can be tweaked at runtime in /sys somewhere15:04
lauI agree SpamapS but I have a limited budget and 4 disks with the same geometry15:06
lauI created the same partitions on these 4 disks15:06
uvirtbotNew bug: #663288 in drbd8 (main) "package drbd8-utils (not installed) failed to install/upgrade: trying to overwrite '/usr/share/cluster/drbd.sh', which is also in package rgmanager 0:3.0.2-2ubuntu3" [Undecided,New] https://launchpad.net/bugs/66328815:06
lauRAID1 for /boot and generally speaking /15:06
lauthen RAID 5 for filer share15:07
lauI needed some space for swap for the system so I created the same swap partitions on all the 4 disks in order to keep partition characteristics to build RAIDs15:07
laudoes this make sense ?15:08
launow I have /boot on RAID1 /var on RAID 1 and /mnt/filer on RAID 515:08
lauit remains 4 swap partitions and I am wondering what is the best to do with them15:08
laukeep the swap partitions as is15:09
lauor RAID 1 the swap partition ?15:09
jussihrm, so how can I search inside all the files in a specific dir for a certain phrase?15:09
laujussi: grep ?15:09
jussilau: tell me more...15:09
lau/var/log/auth15:10
lauman grep15:10
maedoxjussi: grep 'string' *15:10
jussimaedox: that will search within the files?15:10
laugrep -R 'string' /path/*15:10
lauyes15:10
jussiok, thanks15:10
lautry it15:10
lauuse * as wildcard in 'string'15:10
maedoxjussi: it will search in all files in the current dir yes.15:10
lauis grub-install /dev/md0* writing GRUB on active disks __and__ spare ones too ?15:16
lauhow can I check ?15:16
jussimaedox: lau, I found what I was looking for, so thank you15:17
dexthageekgood morning15:22
dexthageekI am unable to establish a successful ODBC connection using iSQL15:22
dexthageekODBC connection works great when accessed through PHP/Apache15:23
dexthageekI am getting "Communication link failure"15:24
dexthageekhowever the same DSNs work from php/apache15:24
dexthageekODBC Issue:15:32
dexthageekI have my DSNs defined in the config file and they work flawlessly from php/apache. However, the connection fails when I attempt to connect via iSQL or php CLI15:32
=== Danio` is now known as Danio
dexthageekanyone?15:34
s093294Hello, anyone good at iptables who have time to help me out with my firewall script. http://pastebin.ca/1966994  It works now forwarding port 4000 to 3389 on the local interface. I would like to add so i also can access it on the external interface.16:05
mathiaznijaba: o/16:15
mathiaznijaba: at Hadoop World you mentioned that syslog wouldn't scale for distributed applications16:15
mathiaznijaba: why?16:15
mathiaznijaba: I'm investigating solutions for cloud-server-n-distributed-logging and looking at rsyslog16:16
uvirtbotNew bug: #359130 in kvm (main) "Display problem under KVM" [Undecided,Incomplete] https://launchpad.net/bugs/35913016:22
zulmathiaz: have you looked at syslog-ng we used it at the isp i was working at and it was pretty distributed16:22
mathiazzul: yeah - apparently rsyslog scales better than syslog-ng16:22
mathiazzul: and rsyslog is the *default* in ubuntu16:22
zulmathiaz: cool16:22
ehcahMy 10.4 LTS server is extremely slow to boot, slow to login and sometimes times out on after entering a password for "su". Are there any suggestions for what I should be checking on first?16:36
SpamapSehcah: is the turbo button pressed down?16:40
SpamapS;)16:40
ehcahSpamapS: I have a hard time deciphering when someone is taking a poke at me on this channel. The hardware is a DL380G4. I thought those buttons disappeared with 386's?16:42
xperiahello can somebody help me with this permission problem here ?16:42
xperiaOct 19 17:12:30 mydomain postfix/virtual[2587]: warning: maildir access problem for UID/GID=5000/5000: create maildir file /usr/local/virtual/info@mydomain.com/tmp/1287501150.P2587.mydomain.com: Permission denied16:42
xperialooks like the uid of the dir is different then 5000 but how can i see what uid the dir has ?16:42
SpamapSehcah: ok, sorry... yes they did. ;) I've had a lot of DL380G4's running Linux, and they definitely always boot slow. But once they're up, they're usually blazing fast.16:42
ehcahSpamapS: Very true, but I have 2 DL380's running one, on top of the other. The box I'm concerned about almost seems to hang it's soo slow. Easily 5 times longer than its neighbor.16:45
SpamapSmathiaz: btw, syslog doesn't scale because it requires immediate availability of the log target16:45
mathiazSpamapS: hm - rsyslog can spool messages locally if log targets are unavailable16:46
SpamapSmathiaz: thats why facebook created Scribe. IIRC, its actually usable now (when I tried to use it it was impossible to build properly)16:46
SpamapSmathiaz: will it retry them later?16:46
mathiazSpamapS: hm - I hope so16:46
SpamapSehcah: I'd suspect a degraded RAID16:46
SpamapSehcah: do you have the hpacucli utility installed?16:47
mathiazSpamapS: what syslog is missing is acknowledgment that a message has gone through the whole chain16:47
mathiazSpamapS: once a message as been sent over the network by syslog it doesn't care anymore16:47
mathiazSpamapS: that's one of the feature of flume16:47
SpamapSmathiaz: I'm guessing flume is very heavy though.16:48
mathiazSpamapS: http://github.com/cloudera/flume16:48
nijabamathiaz: I think it lack the ability to have interediate relays/collectors as flume has16:48
mathiaznijaba: hm - you can setup multiple relay with rsyslog16:48
nijabamathiaz: ok, I did not think so16:49
mathiaznijaba: anything else comes to your mind why syslog couldn't be used for distributed logging?16:49
SpamapSSo it just depends on how bad having holes in your logging is. Spooling for more than a few minutes at high volume would also be bad in many environments.16:49
mathiaznijaba: you're raised a good point - and I'll make sure to check that16:49
nijabamathiaz: actually, until flume was mentioned, rsyslog was my best bet16:49
mathiazSpamapS: why is scribe is better than flume then?16:50
mathiazSpamapS: why is scribe is better than *rsyslog* then?16:50
ehcahSpamapS: No, I do not have that utility installed. I can not find it either. It's not in the normal repo's I take it?16:51
SpamapSmathiaz: I can't answer either of those, because I'm not familiar enough with either option. I was speaking entirely on the traditional unix syslog protocol.16:52
SpamapSmathiaz: which, as you suggested, has no ack.16:53
SpamapSehcah: its part of hpasm16:53
SpamapSehcah: which you should be able to get from HP16:53
* SpamapS wonders if HP will let us put it in multiverse16:53
SpamapSehcah: it allows you to query your RAID's status. You have a SmartArray 6 in that, right?16:54
ehcahSpamapS: Ok, I'll go have a look. BTW... I haven't made any changes to my Repo's but I'm getting errors. Is something down?16:54
ehcahYes. I have a SmartArray 6. I know the cache battery is low, but that is the only error on boot. Both drives (mirrored) are health from the green indicators on the server chassis.16:55
SpamapSehcah: errors on install, or errors on update?16:56
ehcahSpamapS: Update16:57
SpamapSehcah: the cache battery being low will just disable the write cache, which shouldn't slow your boot in any way.16:57
=== jj-afk is now known as jjohansen
lauI just create a raid 516:57
laumdadm --create /dev/md2 --level=5 -n 4 /dev/sda4 /dev/sdb4 /dev/sdc4 /dev/sdd416:57
SpamapSehcah: maybe the disks are getting errors. You can run some tests from the console RAID utilities.16:57
SpamapSlau: well done. :)16:57
ehcahSpamaps: The other DL battery is dead. I didn't pay for these boxes so I'm not investing in'em!!  :)16:58
laubut mdadm --detail /dev/md2 reports Spare Devices : 116:58
lauand spare rebuilding   /dev/sdd416:58
lauI thought -n option was used to define *active* raid disks16:58
lauhow can I add the spare into the active array ?16:59
SpamapSlau: spare rebuilding, so its laying down the data on disk sdd416:59
SpamapSlau: pastebin /proc/mdstat16:59
SpamapSlau: or rather, can you put up /proc/mdstat on paste.ubuntu.com ?16:59
lauhttp://paste.ubuntu.com/516332/17:00
lauok here it says active raid5 (4 disks)17:01
lauthe disks are fresh new no data inside does mdadm rebuilding the 4th disk with the parity bit ?17:02
lauand once done all the 4 disks will be up and active ?17:02
laudoes this mean that disk 4 will be dedicated to parity bit writes ?17:02
lauis it safe to pvcreate /dev/md2 or should I wait the RAID 5 rebuild ?17:05
ehcahSpamapS: I can not update anything that comes from archive.canonical.com lucid.17:07
SpamapSarchive.canonical.com?!17:07
SpamapSwhy would you use that?17:07
SpamapS$country.archive.ubuntu.com should be far more useful.17:08
SpamapSlau: I'd wait17:08
SpamapSlau: but only because whats the rush? ;)17:08
SpamapSlau: it is "safe" in that you should not lose data.. but you will slow down the raid build and the mkfs as they'll be fighting with eachother.17:08
lauok, is it right to say that the disk 4 will be dedicated to parity bit ?17:09
SpamapSno17:09
SpamapSthats RAID317:09
SpamapSraid5 puts data and parity on all disks.17:09
lauwhy only disk 4 is rebuilding ?17:09
SpamapSprobably an optimization17:10
lauoptimization leaded by mdadm ?17:10
SpamapSmore like an optimization by the MD driver.17:10
SpamapSMost likely the fastest way to build an array is to set it up like you're recovering one disk.17:11
SpamapSafter initializing all the others.17:11
=== unreal_ is now known as unreal
mathiazSpamapS: what do you think about RELP - http://www.rsyslog.com/doc/imrelp.html?18:07
mathiazSpamapS: http://www.rsyslog.com/doc/relp.html18:07
mathiazSpamapS: it seems to address the issue of non-reliable log delivery18:07
mathiazSpamapS: and is already included in rsyslog18:07
SpamapSmathiaz: reading18:09
SpamapSfunny, its quite similar to STOMP18:09
SpamapSmathiaz: Right, so it looks like a good messaging protocol. How does it fit in with rsyslog's local spooling and with multiple targets?18:10
SpamapSmathiaz: one cool thing about Scribe is that you can give it multiple target servers which will just act as relays for your message to the eventual endpoint, and its pretty quick to fail over.18:11
adamk-plhey18:15
adamk-planybody connected to Java EE application deployment18:16
SpamapSadamk-pl: JamesPage might know something about that18:17
SpamapSJamesPage: ping18:17
adamk-pli'm a JBoss Seam developer and I would like to contribute as packager for jee related software like JBoss AS or Seam18:18
SpamapSadamk-pl: awesome!18:19
SpamapSadamk-pl: There's a developer summit coming up in a week in Orlando... you can join us virtually for some of the sessions related to java...18:19
SpamapSadamk-pl: http://summit.ubuntu.com18:19
adamk-plrepeat it when my first deb is in repo18:19
adamk-plok18:19
adamk-plsounds nice18:20
mathiazSpamapS: IIUC Relp is another output plugin as udp and tcp18:24
mathiazSpamapS: so it builds on top of local spooling and multiple targets18:24
mathiazSpamapS: rsyslog also support failover18:25
adamk-plSpamapS: i will have a look on the schedules for the summit and will try to get in touch with  'ping'18:25
mathiazSpamapS: http://wiki.rsyslog.com/index.php/FailoverSyslogServer18:25
SpamapSadamk-pl: no, not "ping" .. JamesPage .. ping is just what I'm saying to him to wake him up. ;)18:26
adamk-plhahaha18:28
adamk-pli lol myself18:28
=== JKL__ is now known as JKL_
mathiazSpamapS: http://people.canonical.com/~mathiaz/distributed_logging.svg18:36
mathiazSpamapS: ^^ does that seem like a good distributed logging infrastructure?18:36
mathiazSpamapS: what kind of tests should be done on this infrastructure?18:37
mathiazSpamapS: I'd like to figure out whether rsyslog could be used to implement such an architecture18:37
SpamapSmathiaz: test is easy.. log something on an originator, verify it appears in hdfs and sql database. ;)18:38
mathiazSpamapS: right ;)18:38
mathiazSpamapS: what are the failure scenario?18:39
SpamapSmathiaz: graph latency and volume together18:39
mathiazSpamapS: relay1 goes down18:39
mathiazSpamapS: collector1 goes down18:39
SpamapSmathiaz: so for full coverage testing, you must repeat that test, while simulating a failure of each component.18:39
SpamapSmathiaz: so, log something while 1 relay is down, while 1 collector is down, and while 1 sql/hdfs node is down.18:39
SpamapSmathiaz: probably good to also make sure it works when other originators are down18:40
SpamapSThe old cool technology spread suffered from failures when peers were down sometimes. Terrible.18:40
SpamapShmm that needs some context18:40
SpamapSthere was an old protocol called spread..18:40
SpamapSthat was cool18:40
SpamapSbut it would sometimes freak out if peers were down18:40
mathiazSpamapS: right - I heard of spread18:41
mathiazSpamapS: http://www.spread.org/index.html ?18:41
SpamapSit took down our sites a few times because we were using mod_log_spread18:41
SpamapSyeah18:41
SpamapSI hear that v4 fixed all of that18:41
SpamapSbut.. it still relies on multicast messaging and stuff that is hard to get right.18:42
mathiazSpamapS: it is available in ubuntu18:42
mathiazSpamapS: but seems unmaintained18:42
mathiazSpamapS: and there were some licensing issues as well IIRC18:42
mathiazSpamapS: overall I'd like to know if rsyslog could be used to build a distributed logging infrastructure that provides the same features as scribe/flume18:43
mathiazSpamapS: that would make things easier since rsyslog is *already* packaged, in main and the default syslog daemon in ubuntu18:43
SpamapSmathiaz: If it can, then I agree. Its also way tighter than either of those, being a small well maintained C daemon.18:45
mathiazSpamapS: what are the main features that scribe provides according to you?18:45
SpamapSmathiaz: failover, spooling, and flexibility in targets (you can say write all locally, you can send them forward to another scribe, you can also do both)18:46
SpamapS"Rsyslog has the capability to work with failover servers to prevent message loss. A perquisite is that TCP based syslog forwarding is used to sent to the central server. The reason is that with UDP there is no reliable way to detect the remote system has gone away."18:47
SpamapSso, can it also work with RELP ?18:47
SpamapSalso, this is a bit confusing: "This selector processes all messages it receives (*.*). It tries to forward every message to primary-syslog.example.com (via tcp). If it can not reach that server, it tries secondary-1-syslog.example.com"18:48
SpamapSwhat doe "can not reach that server" mean exactly? Does it rely on TCP timeouts? does it time things out itself?18:48
SpamapSmathiaz: these are the sorts of tests that are really, really hard to get right, and even harder to repeat.18:52
kim0hey folks, I can't make today's meeting18:57
mathiazSpamapS: -> #ubuntu-meeting19:01
ivoksmathiaz: HB! :)19:04
mathiazivoks: HBO?19:05
ivoksmathiaz: happy birthday, man19:05
mathiazivoks: ah - thanks!19:05
icekhi, my eth0 was getting an ip on dhcp but now it wont work, it keeps saying no DHCPOFFERS received.....  it was working just great now it wont work :/ its plugged into my router any advice?19:08
ivoksdhcp server is working?19:09
icekya my other comptuers get connection19:09
icekfrom the router19:09
icekit keeps saying DHCP discover on eth0 to 255.255.255.255 port 6719:09
ivoksand what does you router says?19:09
iceki dunno, my router is just a little box19:10
ivoksdid you set up firewall on that box?19:10
iceknot firewall on the router but on my ubuntu with the eth0 problems i installed firestarter but firestarter wont start until eth0 gets an ip19:10
ivoksthat would be an odd behaviour19:11
ivokstry sudo iptables -L19:11
ivoksif you see firewall rules, disable firestarter19:11
iceknah just see chain input chain forward chain output19:12
icektarget prot opt source destination19:12
ivoksand no rules?19:12
ivoksdid you try set up a static ip?19:13
icekno just dhcp, it was gettin an ip b419:13
iceknot sure why not now19:13
ivokswell, if all you see is dhcprequest, then requests aren't comming trough19:14
ivoksso, set up a static ip19:14
ivoksand see if that works19:14
BilgeIs it going to be a problem upgrading from 8.04 LTS to 10.4 LTS if I use LILO?19:15
BilgeI assume the upgrade will replace my boot loader with GRUB19:15
ivokshaven't tried, but i doubt upgrade would replace your boot loader19:16
icekso if it is doing dhcp requests.... that means either my router isn't responding or the dhcp requests arent getting to my router or my ubuntu is responding to the acknowledgement from the router19:16
qman__it won't19:16
qman__I don't know how exactly it'll work, but old installs that use grub1 keep grub119:16
ivoksicek: just try setting up static ip19:16
cfairlespostfix is the recommended mail server yes?19:22
mathiazJamesPage: hi!19:24
mathiazJamesPage: is the hudson master in EC2 still useful now?19:24
mathiazJamesPage: or can it be shutdown for the time being?19:24
JamesPagemathiaz: as no ISO's are being produced lets shut it down until its needed (we can spin it up for UDS-N if need be)19:25
mathiazJamesPage: should I keep the data around?19:25
RoyKcfairles: recommended MTA, yes19:25
JamesPagemathiaz: that would be a good idea - the contents of the hudson account would be good.19:25
thesheff17_anyone see Command 'euca-register' returned status code 1:19:26
thesheff17_[Errno 113] No route to host on UEC on ubuntu 10.10?19:26
RoyKcfairles: but it's not a POA, so for a full mail server, you might want to look into Dovecot19:26
RoyKcfairles: https://help.ubuntu.com/community/MailServer19:26
cfairlesRoyK, hm. POA? my googling fails me19:28
RoyKpost office agent19:28
RoyKthe sort of software that exposes email with imap or pop19:28
cfairlesI see. I just need to send email actually.19:29
cfairlesnot even receive19:29
RoyKthen postfix is good19:29
cfairlesRoyK, coolbeans, thanks19:29
smosermathiaz, see my query in -devel regarding preseed, i think you might know the answer.19:30
JKL_where is /etc/init.d/inetd?19:31
JKL_how to restart inetd?19:31
RoyKJKL_: iirc it's in upstart, so just type "restart inetd"19:31
* RoyK can't remember last time he used inetd19:32
JKL_inetd <319:33
JKL_sudo restart inetd19:33
JKL_restart: Unknown job: inetd19:33
RoyKwhich version of ubuntu is this?19:35
RoyKAFAICS only xinetd is in Lucid19:36
JKL_10.04 server19:36
RoyKxinetd should be used, then19:36
JKL_i installed samba and swat and there is file /etc/inetd.conf19:36
RoyKopenbsd-inetd19:36
JKL_what is configuration file for xinetd?19:37
RoyKsorry - my fault - just use inetd19:37
RoyK/etc/init.d/openbsd-inetd restart19:37
JKL_where does that name comes from?19:37
RoyKprobably because the old inetd comes from bsd19:38
JKL_seems to work now19:38
JKL_thx19:38
RoyKxinetd is configured under /etc/xinet.d19:38
JKL_I stopped inetd but swat is still there19:39
icekhey are there any good tools to use that will automatically handle my network connections? like my eth0 and eth1 to set them up?19:42
icekand manage them19:42
RoyKicek: what do you mean?19:42
iceki am having a hell of a time getting my eth0 to get a dhcp ip19:43
RoyKJKL_: perhaps it went into xinetd or even started as a separate daemon19:43
icekit just keeps doing dhcpdiscover19:43
icekand never gets a response19:43
icekbut i know my router is good19:43
icekall the other computers work fine with it19:43
RoyKicek: that should be done quite automatically - perhaps the scope is full?19:43
icekscope?19:43
RoyKthe dhcp scope19:43
RoyKnumber of addresses19:44
icekits just a home network19:44
iceklemmie check the router log thou19:44
RoyKwell, for starters, try a static ip19:44
JKL_RoyK: yeah it did something weird. I found inetd process running without parent. i killed it and swat is gone, luckily19:44
RoyKJKL_: k19:44
icekthe pool is size 90 and i only have like 5 comps19:45
icek*scope19:45
* RoyK wonders why people use things like swat and webmin^Webox in the first place when administrating boxes from the command line is so much faster19:45
RoyKicek: ok, try to setup a static ip19:46
iceki did19:46
RoyKicek: something may be wrong with the nic or the driver or something19:46
RoyKand that worked?19:46
icekno static didnt work but checking to make sure i did it right19:46
RoyKicek: pastebin /etc/network/interfaces19:48
RoyKwell, might be a little hard if the NIC is down :þ19:48
JKL_any idea can I use swat without enabling password for root?19:48
RoyKJKL_: I'd guess asking on #samba might give a better answer - I don't know anyone in here using swat19:49
JKL_ok, i better try my luck there19:50
icekRoyk my networking restart yields RTNETLINK answers: No Such process19:50
icekbut my RTNETLINK card was just workin a bit ago19:50
RoyKwhich driver are you using?19:51
icekdefault19:51
icekrtnetlink is eth1 anyway but i set static on eth0 and it still dont work :/19:51
RoyKiirc there are at least two drivers for the realtek card19:51
RoyKicek: do you have two NICs?19:51
icekya19:52
iceketh0 and eth119:52
icekand heres my eth0 snippet http://pastebin.com/8y79pK7019:52
icekim setting up a router box19:52
iceki already got dhcpd runnin19:52
icekon eth119:52
icekjust need eth0 to get internet so i can share it over19:52
RoyKcheck the mac address from ifconfig -a and compare that with what's in /etc/udev/rules.d/70-persistent-net.rules19:52
icekby mac do you mean attr address19:54
iceksame thing?19:54
icekthey are all good, match19:55
RoyKok19:55
RoyKis one of the NICs online?19:55
icekneither have internet, my eth1 has a static ip19:55
icekwell so does my eth0 now19:55
RoyKso eth1 is online19:56
iceki suppose technically19:56
RoyKeth0 wants an IP from the router or the ISP?19:56
RoyKhave you tried swapping cables between them?19:56
icekwell its going to want it from the isp but for now i am testing it on my local network19:56
RoyKwhat becomes eth0/1 isn't really fixed somewhere19:56
=== _TechAway_ is now known as _Techie_
icekmaybe i should try stopping the dhcpd?20:00
RoyKmight be a good idea if you want a static ip......20:02
RoyKtry unplugging what you beleive is eth020:02
RoyKrun dmesg to see the kernel log20:02
RoyKthat'll show you which one was unplugged (if the driver supports that)20:02
icekwhen it says DHCPDISCOVER on th0  no dhcpoffers recieved no working leases in persistent database - sleeping20:07
icekdoes that just mean it didnt get a resposne from the dhcp server?20:07
icekhow do i ensure that dhcpd isnt running?20:08
drcodehi all20:09
drcodeI have qustion on console20:09
drcodecan I see what type in main console from other ssh ?20:09
uvirtbotNew bug: #663455 in openssh (main) "Incorrect text found in openssh-client/auth-file.c:542" [Undecided,New] https://launchpad.net/bugs/66345520:11
icekWhat does it mean when i do ifconfig and it says eth0:avahi20:11
thesheff17_icek: that is your primary adapter connected through cat5.20:12
icekis that a problem?20:13
icekmy eth0 wont work20:13
icek:?20:13
RoyKicek: did you check the cabling?20:13
iceklike a bad cable?20:13
iceklemmie get another one to see20:13
thesheff17_icek: how is it not working?20:13
RoyKdoes eth1 work?20:13
RoyKicek: did you check what I just ask you to check?20:13
=== Barre_ is now known as Barre
icekya20:14
RoyKso you know which is which?20:15
RoyKif so - does either eth0 or eth1 work?20:15
icekno20:15
iceki tried both dhcp and static20:15
icek:?20:15
RoyKand when you unplugged one cable, did you see that in dmesg?20:15
icekroyk i unplugged eth0 and dmesg says eth0: no ipv6 routers present20:16
RoyKdmesg -c20:17
BilgeI... I just upgraded my entire distro and rebooted and nothing broke20:17
RoyKthen replug the cable20:17
BilgeHow is this even possible20:17
RoyKBilge: ubuntu :)20:17
RoyKicek: then run dmesg again20:17
icekya royk20:17
icekworks20:17
BilgeEven my crypted filesystem and associated scripts are unaffected20:17
iceketh020:17
icekdown up20:17
icekup down20:17
iceketc20:17
icek:)20:17
RoyKok20:17
icekso now i know which is eth020:17
icekthe one i suspected20:18
RoyKwhich driver are you using?20:18
iceki got a brand new ethernet cable20:18
icekas well20:18
RoyKno, which driver - rtl8139?20:18
icekr816920:18
iceketh1 is the realtek card20:19
iceki unplugged eth1 for now20:19
iceketh0 is onboard20:19
RoyKfirst hit on google for r8169 http://adam.rosi-kessel.org/weblog/2008/06/21/a-much-simpler-fix-for-the-r8169-link-down-problem20:19
=== tschundeee_ is now known as tschundeee
icekroyk is this implying that this card has aproblem with getting connection consistently?20:23
=== SWAT__ is now known as SWAT
RoyKI'd say it more implies that there is a driver issue, but I may be wrong20:24
RoyKto be frank, I don't know if autoneg happens on the card or in the driver20:25
hhlpi install ubuntu server 10.10 and has mysql-server 5.1.49 and i want to downgrade to lucid mysql-server 10.04  that is posible ... if posible an util how too. thx20:26
hhlpi install ubuntu server 10.10 and has mysql-server 5.1.49 and i want to downgrade to lucid 10.04 mysql-server 5.1.41  that is posible ... if posible an util how too. thx20:27
RoyKhhlp: if the box is freshly installed, I'd recommend reinstalling it with lucid20:27
RoyKif the hardware is supported etc20:27
hhlpRoyk .. is not a fresh install is an upgrade20:28
RoyKout of interest - why did you upgrade?20:29
hhlpall the system and i only want to donwgrade mysql20:30
* RoyK reminds hhlp that 10.04 is an LTS release, meaning it's fully supported until March 201520:30
coafcvwhen generating a public/private key with RSA, is there any good reason why one shouldn't use really high key bit sizes (like 8192 or even higher)? (taking too much CPU time doesn't count as a good reason here)20:32
RoyKcoafcv: only if you're paranoid20:36
RoyKbut then, a wee bit of paranoia is usually a good thing for a sysadmin20:37
coafcvit takes only 2-3 seconds to log in with them, so I guess the paranoia doesn't come at a high cost.20:37
RoyKthe public/private key pair is only used for encrypting symmetrical keys, so it shouldn't matter too much20:39
icekhey royk, i have ethtools downloaded to a thumbdrive extracted onto my ubuntu20:39
icekdo i have to compile this?20:39
icekbefore i install it?20:39
coafcvRoyK: okay thanks20:39
iceki am not too familiar with command line install besides apt-get20:39
RoyKif this is a server, I'd suggest you use 10.04 instead of 10.10 if it's not too much of a problem reinstalling20:40
iceky?20:40
RoyK10.10 will be supported in 18 months, as compered to 5 years for 10.0420:40
RoyKerm20:40
RoyKwrong guy20:40
RoyK:)20:41
RoyKI was thinking of what hhlp was saying20:41
RoyKbut then, he left20:41
RoyKicek: iirc ethtool should be on the cd, so you should be able to apt-get install it20:42
qman__it's only paranoid until you need it20:42
qman__if you can afford the CPU time, no reason not to20:43
RoyKqman__: indeed20:43
coafcvqman__: agreed20:43
icekit doesnt seem to auto check the media devices20:43
RoyKicek: download the .deb file and dpkg -i it20:43
RoyKdpkg -i somefile.deb will install it like apt-get does20:45
qman__yeah, compiling from source should be a last resort20:45
RoyKbuilding from source will mess things up a bit20:45
icekthat was easy20:47
icek^^20:47
uvirtboticek: Error: "^" is not a valid command.20:47
coafcv20:48
RoyK^kick uvirtbot20:48
uvirtbotRoyK: Error: You don't have the #ubuntu-server,op capability. If you think that you should have this capability, be sure that you are identified before trying again. The 'whoami' command can tell you if you're identified.20:48
RoyK:)20:48
qman__not sure whose bright idea it was to make ^ a command character20:48
qman__just ignore it20:48
icekroyk that ethtool tutorial doesnt seem to do anythin20:59
RoyKman ethtool?21:00
iceki tried this http://adam.rosi-kessel.org/weblog/2008/06/21/a-much-simpler-fix-for-the-r8169-link-down-problem21:00
RoyKethtool -s eth0 speed 100 duplex half autoneg off21:01
RoyKtry that, then try to set an ip address manually with ifconfig21:01
icekhow do you want my interfaces to look? auto eth0 iface eth0 inet dhcp?21:02
icekor with the thingie in the tutorial21:02
RoyKicek: that doesn't matter if you configure the interface manually21:02
RoyKit won't last over a reboot, but it will show you if it works21:02
BilgeI thought init.d was replaced in 10.4; after just upgrading from 8.04 I can still use it to restart services, but is there a better way?21:02
RoyKBilge: some stuff has been moved to upstart, but not all, and there are still lots of scripts in init.d for backwards compatibility21:03
icekok so after i do  ethtool -s eth0 speed 100 duplex half autoneg off what do you want me to do royk21:03
RoyKifconfig eth0 1.2.3.4/2421:04
RoyKfor instance21:04
BilgeBut stuff still in init.d does not get started at system boot does it?21:04
RoyKsymlink it to rc2.d21:04
icekwhat is /24?21:04
BilgeCIDR21:04
RoyKsame as 255.255.255.021:04
RoyK24 bits21:04
icekso like ifconfig eth0 192.168.2.18/24 for instance?21:05
RoyKyes21:05
RoyKif your netmask is 24 bits, which I guess it is21:05
icekok royk anything else?21:06
icekor test it?21:06
icekrestart networking?21:06
RoyKjust try to ping the box21:06
RoyKdon't restart networking21:06
RoyKthat'll reset what you just did21:06
icekfrom another computer i did: PING 192.168.2.18 (192.168.2.18): 56 data bytes Request timeout for icmp_seq 021:07
RoyKwhat's this computer's ip address?21:07
icek192.168.2.321:07
RoyKand the nic you just configured is on that network?21:08
RoyKeth021:08
icekya plugged into the same router21:08
RoyKsame side of the router? a switch?21:08
icekwell its a router/wireless access point al in one, the ubuntu server i plugged into the router directly and i am on this laptop (192.168.2.3) wireless21:09
RoyKtry to plug the laptop in there as well using a cable, just to be sure21:09
smoserttx, ping21:11
uvirtbotNew bug: #663481 in mysql-5.1 (main) "JDBC: statement.setBinaryStream fails iff mysql logging is disabled" [Undecided,New] https://launchpad.net/bugs/66348121:11
ttxsmoser: pong21:11
smoseri was talking with stgraber21:11
RoyKicek: btw, what is the mac address reported by ifconfig on that card?21:12
smoserhe'd like https://blueprints.launchpad.net/ubuntu/+spec/cloud-server-n-desktop-images scheduled sometime after tuesday's plenary21:12
smoseras he is going to be demoing the edubuntu, and that will likely drive interest21:12
icekroyk by mac you mean hwaddr?21:12
RoyKyes21:12
smoserso can you plan that for wed or so ? ttx21:12
icek70:71:bc:18:2e:ed21:12
mathiazJamesPage: hi - I'd recommend to not set bp to drafting stage21:13
ttxsmoser: can you mention that on the blueprint itself ?21:13
mathiazJamesPage: as they may not be scheduled for UDS21:13
ttxsmoser: I'll place it but atht could serve as a reminder if I move it21:13
mathiazJamesPage: I'd suggest to leave the definition to New21:13
smoseryeah.21:14
smoserin whiteboard, ttx ?21:14
smoseror summary ?21:14
RoyKicek: erm - a PEGATRON card that seems to be21:14
RoyKnever heard of it21:14
iceklol21:15
icekweird21:15
ttxsmoser: whiteboard21:15
ttxits on wed afternoon right now21:15
smoserttx, thanks. stgraber ^^21:16
smoser*** Please Schedule after Tuesday Plenary ***21:16
smoser*** On Wednesday or so so people have time to ***21:16
smoser*** react to the outstanding edubuntu demo ***21:16
RoyKicek: out of curiosity - if you rmmod that driver and try to load rtl8139 - does it load?21:16
smoser(added that to whiteboard)21:16
icekhow do i do that21:17
RoyKicek: rmmod rt813921:17
icekand Royk, this annoys me because i just had backtrack 4 installed on here and eth0 worked perfect!21:17
RoyKicek: modproble 8139too21:17
RoyKor 8139cp21:17
icekmodule rt8139 does not exist in /proc/modules21:18
RoyKlsmod | grep 8121:18
RoyKor even - pastebin the whole of lsmod21:18
stgrabersmoser: cool21:19
iceklsmod: http://pastebin.com/TymqBxRV21:21
icekroyk21:21
RoyKr816921:22
RoyKtry to rmmod that and see if any of the 8139 modules work21:22
icekok21:23
iceki did rmmod r816921:23
icekwhat you want me to do now21:23
RoyKinsmod 8139cp21:23
RoyKinsmod 8139too21:23
RoyKone of those21:23
RoyKdunno if the chipsets are compatible, though21:23
RoyKif not, let's debug the 816921:24
icekinsmod 8239cp can't read 8139cp no such file or dir21:25
RoyK82?21:25
RoyKor 81?21:25
icekinsmod 8239cp does the same21:25
icekcant read21:25
RoyKerm - sorry - not insmod - modprobe21:25
RoyKinsmod requires the full path21:26
icekok royk21:26
icekseemed to work21:26
icekwith modprobe21:26
RoyKand it's 8139, not 823921:26
RoyKifconfig -a21:26
RoyKdoes that show your nic?21:26
icek813921:27
icekjust says lo21:27
RoyKok,rmmod that again21:27
RoyKtry the other21:27
icekrmmod 8139?21:27
RoyKjust 8139?21:28
icekryok21:28
icek?21:28
RoyKit should be 8139too or 8139cp21:28
icekohhh21:28
icekok got that21:28
icekwhat do you want me to try now21:28
RoyKyou don't want both of them loaded21:29
RoyKor you can't21:29
icekOH21:29
icek:D21:29
iceki did both21:29
icekare cp and too different?21:29
RoyKheh21:29
iceki thought they were the same one21:29
RoyKnope, different drivers to the same or almost same chipset21:30
icekneither seem to work21:30
RoyKok21:30
RoyKgo back to r8169, then21:30
RoyKrmmod the other 8xx9 drivers21:30
RoyKmodprobe r816921:31
RoyKifconfig -a21:31
RoyKthen ifconfig eth0 x.x.x.x/24; ifconfig eth0 up21:31
RoyKtry to ping it21:31
RoyKperhaps try 'ethtool -s eth0 speed 100 duplex half autoneg off' before upping the nic21:32
icekping wont work21:36
icekit can ping itself but thats it21:36
icek:D21:36
RoyKeven after ethtool and so on?21:36
icekya21:36
RoyKcan you doublecheck the cables?21:36
icekindeed21:37
icekone sec21:38
icek21:38
laudo I need to set up a Samba PDC in order to make Samba user auth via ldap when reading or writing to a Samba share ?21:44
RoyK∞ sec seems a long time to wait.....21:44
RoyKlau: no21:44
RoyKlau: but for better info on samba, try #wamba21:44
eriksson25Help me with folowing error "ubuntu-extras-keyring is not configured yet" on a newly updated 10.04 --> 10.1021:57
eriksson25etting up ubuntu-keyring (2010.+09.30) ...21:58
eriksson25gpg: [don't know]: invalid packet (ctb=2e)21:58
eriksson25gpg: keydb_get_keyblock failed: eof21:58
eriksson25Realy need help with this, the machine runs fine. But cant install anything at all.21:58
mathiazJamesPage1: http://nexus.sonatype.org/22:01
mathiazJamesPage1: could ^^ this help manage maven dependencies?22:01
mathiazSpamapS: ^^?22:01
SpamapSmathiaz: "Nexus greatly simplifies the maintenance of your own internal repositories and access to external repositories."  interesting!22:10
SpamapSmathiaz: terrible name though. Calling a repository "Nexus" is like calling a car "Auto".22:11
SpamapSmathiaz: I love the idea of being able to have a limited maven repository for builds, where only supported/tested versions are made visible.22:12
attention_chaudhello, I have a weird question. on my file serv I'm getting an error that specifies that files with a path that has more that 218 characters cannot be saved but other files with 235 characters have been saved to the exact same folder in the past... is there a way to fix this? Not sure why it would add some files and be an exeption to the rul and others not so much22:18
attention_chaudoops... is this a question for this room or samba? I just realized there's a samba room but if someone here could help that would be awesome. I don't want to cross post unless necessary22:20
SpamapSHey, is there anybody from the ubuntu-server LP team that can subscribe ubuntu-server to 'cheetah' for bugs? seeing as cloud-init depends on it, we should definitely add it to our triage list.22:47
SpamapSerr.. anybody with admin access I mean.22:47
netritiousHi, I have setup syslogd on hardy i386 (older server) for remote logging from a pfSense firewall, and everything works except logging to a separate file.23:08
netritiousI placed "pfg.* -/var/log/pfsense.log" (without quotes) in /etc/syslog.conf, created the file /var/log/pfsense.log, chown'ed to syslog:adm, chmod'ed 640, restarted sysklogd, and /var/log/pfsense.log still has 0 bytes.23:08
netritious /var/log/syslog is confirmed as receiving and recording the entries. What do I need to do at this point? I've tried everything I know to do and still coming up empty handed.23:08
uvirtbotNew bug: #663564 in ipvsadm (main) "Don't report persistentconns as activeconns" [Undecided,New] https://launchpad.net/bugs/66356423:16
attention_chaudhey anyone around?23:21
RoyKattention_chaud: I would guess the correct way is to ask a question about something, not merely if someone's around23:34
attention_chaudsorry RoyK I had asked earlier and didn't see any activity so I was just testing the waters23:34
attention_chaud hello, I have a weird question. on my file serv I'm getting an error that specifies that files with a path that has more that 218 characters cannot be saved but other files with 235 characters have been saved to the exact same folder in the past... is there a way to fix this? Not sure why it would add some files and be an exeption to the rul and others not so much23:34
demonsporkthere is no motivation for anyone to respond unless they have an answer to your question, so just ask away and we will try to help23:34
demonsporkfirst, why do you need files that have names that long23:35
attention_chaudsorry I wasn't trying to be a jerk.23:35
RoyKattention_chaud: first, is this utf8 filenames?23:35
demonsporkRoyK, you were second, stop stealing my thunder23:36
RoyKand so, is this samba or something?23:36
RoyKeriksson25: heh - just trying to help23:36
RoyKdemonspork: that one was for you23:36
attention_chauddemonspork: it's the file structure that the department came up with not me23:36
RoyKattention_chaud: samba?23:36
attention_chaudyes it's a samba share. I'm not sure if it's utf-8 how would I find that info out? I kinda fail.23:37
RoyKattention_chaud: if the characters in the file or directory name includes non-ASCII stuff, it'll be utf823:37
RoyKif so, one character may take up several bytes, and samba may have a limit of 25523:38
attention_chaudlike () in the file name and such?23:38
RoyKnot (), but non-english characters23:38
attention_chaudoh hm let me check with an accent or something i know it doesn't allow for < > etc23:39
RoyKæðøþåè23:39
RoyKetc23:39
RoyKhttp://lists.samba.org/archive/samba-technical/1999-February/003602.html23:40
RoyKoh23:40
RoyKthat was old23:40
eriksson25Royk, what do you mean?23:40
RoyKeriksson25: I meant to say that to attention_chaud23:41
eriksson25Ohh I see, =( got my hopes up, realy strugeling with this stipid thing.23:41
=== bastidrazor is now known as bastid_raZor
attention_chaudRoyK: yes it must be utf 8 I was able to save it in ubuntu with a french accent23:49
attention_chaudhmm so that's weird. why would it allow for files to prevously be saved with 230+ characters and now revert to 218? is there a way to correct this so it's consistent? I get the 218 character limit \error in windows23:52
icekhey, i set up a router ubuntu-server   i used dhcpd and firestarter but now i want to use cacti to do cool analysis and graphs to watch my network.... how do i do this? just install cacti?23:52
attention_chaudoh sorry I just saw your link23:52
icekroyk23:55

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