/srv/irclogs.ubuntu.com/2009/03/13/#ubuntu-server.txt

=== bromic94_ is now known as thewrath
MystHey everyone... does anyone know of a cd/dvd buring program that uses command line interface?00:55
Deepsmkisofs / growisofs00:55
twbgenisoimage now, I think.00:55
twbTraditionally genisoimage (nee mkisofs) is used to create an .iso, and this is then burnt with cdrecord.00:56
twbFor DVDs, the growisofs tool can perform both steps at once.00:56
Mystok so growisof00:57
twbIncidentally, most (all?) GUI burning tools end up just calling the CLI tools internally.00:57
Mystyeah... just the server im using has no GUI and i would prefer not to have a gui installed in order to keep the system hardened00:58
twbThat won't really "harden" the system much.00:59
twbBut using a GUI remotely is often slow, and in this case is certainly unnecessary.01:00
Deepswill "weaken"01:00
Mystmost vulnerabilites are found with GUIs and if i install one then i have to go through a battery of tests to ensure that the system is hardened01:00
twbMyst: if those GUIs can only be used by ssh -X, then you're only as weak as ssh.01:01
twbUnless end users have shell access to your server, I guess.01:01
Mystthe last time i installed a GUI for linux it had alot of processes that ran at startup, which in turn created some vulnerabilities during the testing... so i have avoided using guis on any server...01:03
twbInstalling a single graphical application is different to what you call "installing a GUI".01:04
Deepsalong with all the xauth etc. packages that are then needed for x-forwarding01:04
twbI'm not advocating installing ubuntu-desktop or anything, just e.g. xcdroast.01:04
twbDeeps: well, openssh-server Recommends xauth anyway01:05
Deepsrecommend, doesn't depend01:05
twbDeeps: recommend is opt-out now01:05
Deepstwb: i opt out01:05
Mystyeah... just if i want to run a burning utility and need the gui to do it all those unnecessary processes run... but ill look into xcdroast01:05
Deepsi'd take the opposite attitude to twb here, and i'd avoid any X related applications on a server01:05
twbDeeps: well so do I01:05
Deepsespecially since like he says, in the case of cd/dvd burning, they all just end up using the same cli tools internally anyway01:06
twbDeeps: I'm just saying that of all the things that you can do to harden a server, refusing to install libx11 is pretty negligible.01:06
Deepsso skip their front ends and just do it yourself01:06
twbRemoving anything non-essential listed in netstat -nap or in /etc/init.d/ or /etc/inetd would be a start.01:07
twbInstalling a firewall, possibly auto-applying security updates.01:07
twbCompared to installing, say, xdu or xterm, those will have far more impact.01:08
Mysthehe... i didnt mean to start a debate about hardening a system... but advice is always welcome01:08
twbMyst: no worries, I should be working...01:08
twbRegarding smartmontools...01:15
twbI need to tell it my drives are SATA, not SCSI.  I can add /dev/sda and /dev/sdb to smartd.conf.01:15
twbBut what happens if the device names happen to change (e.g. because USB gets modprobed before SATA for some reason)?01:15
ScottKDoes it know about UUID?01:16
twbCan I tell smartd to identify devices by a UUID or serial, or even just to default to assuming SATA?01:16
JanCeh, it should detect all drives automaticly?01:17
twbJanC: yes, but it detects them autoamtically as SCSI01:17
twbBecause of the SAT emulation layer in the kernel.01:18
twb(That's why drives are called /dev/sda not /dev/hda nowadays)01:18
JanCof course, but it's easy enough for them to see that it's really a SATA disk...01:18
twbJanC: smartd apparently doesn't know to do that.01:19
giovani2smart works fine with my sata drives01:19
giovani2I don't know anyone who's had a problem ... can you describe exactly what's going wrong?01:20
twbgiovani2: I have to add -d sat.01:22
twbgiovani2: this means explicitly listing the drives, AFAICT.01:23
twbgiovani2: this means that if the drives change names, smartd.conf will be wrong.01:23
giovani2what happens if you don't?01:23
twbDevice /dev/sda: ATA disk detected behind SAT layer01:23
twbTry adding '-d sat' to the device line in the smartd.conf file.01:23
twbFor example: '/dev/sda -a -d sat'01:23
twb...in syslog.01:23
giovani2odd, that doesn't happen for any of my SATA drives, is the SAT layer non-default?01:24
twbgiovani2: AFAIK this is a stock Ubuntu 8.04 Server install.01:24
giovani2https://help.ubuntu.com/community/Smartmontools01:24
giovani2did you read that?01:24
giovani2the script on the bottom seems to be a solution, as it's doing "-d ata" -- you could simply swap that out with "-d sat"01:25
giovani2it's iterating through /dev/disk/by-id/01:25
JanCtwb: it should also understand the device links in e.g. /dev/disk/by-id/01:28
JanCand probably the other ones under /dev/disk/ too01:29
twbgiovani2: sorry, I'm multiplexing multiple tickets.  Looking now...01:31
twbgiovani2: OK, that link seems to basically be circumventing the existing init.d infrastructure entirely.01:31
twbOh, no, I see, they're talking about using that script as a replacement for the default scanner execed in smartd.conf01:32
twbHmm, this actually looks like it works:01:35
twbJust add "-a -d sat" to the DEVICESCAN line itself.01:35
twbWish I knew how to simulate a smart failure on a remote machine, though :-)01:37
JanCon my system SATA drives are automaticly recognized as such, it seems...01:38
giovani2twb: don't have any old, bad drives around?01:45
uvirtbotNew bug: #342056 in samba (main) "Samba automatic account creation assumes local accounts" [Undecided,New] https://launchpad.net/bugs/34205601:46
twbgiovani2: the machine is in a data center01:48
twbAnd more to the point, I'm not01:48
doginizeI'm usig ufw for firewall. if a port is not ALLOW, does it not mean DENY? what defference does explicitely DENY make?01:49
=== bromic94_ is now known as thewrath
thewrathanyone know anything about this: http://linux.slashdot.org/article.pl?sid=08/02/13/022723101:50
twbdoginize: run "iptables-save" and pastebin the output.02:00
twbdoginize: if you look at the top of that output, you'll see something like...02:00
twb:INPUT ACCEPT [0:0]02:00
twb:FORWARD DROP [0:0]02:00
twb...those lines mean that INPUT defaults to ACCEPT and FORWARD defaults to DROP.02:00
twbUnless you're working on a router, you mostly care about the INPUT chain.02:01
twbdoginize: however what you might find is that the default policy for INPUT is ALLOW, but at the bottom of the chain ufw has a rule like "otherwise, always reject".02:02
twbI haven't used ufw enough myself to know if that's the case by default, and I don't have a ufw-enabled box nearby to check.02:02
doginizetwb: here is the output: http://dpaste.com/13850/02:03
twbdoginize: OK, so the default policy for INPUT is DROP.02:04
twbDROP is like REJECT, only the packet is thrown away without sending a "piss off, loser" packet to the other computer.02:04
doginizethanks, twb02:06
twbWhat that means is the other end will just see something like "connection timed out" instead of "connection refused".02:06
twbAnd I can't see any generic "otherwise -j REJECT" at the bottom of the INPUT chain.02:06
Fenix|homeGreetings02:09
Fenix|homeany way to get real time logs to show on tty?02:10
ScottKtail -f logfilename?02:10
doginizetwb: i dont know what those output mean. any suggestion for me to read?02:10
Fenix|homeScottK... hehe.  My bad for not articulating.02:11
ScottKThat did seem too easy.02:11
Fenix|homeI'd like to have syslog show in realtime on a tty straight from boot.02:11
Fenix|homeI can always switch to another tty to log in...02:12
Fenix|homebut typically I do all from SSH and the server doesn't have keyboard/mouse... just a monitor02:13
twbdoginize: basically ufw is an abstraction layer over a more powerful (and more complex) system called "iptables".02:13
twbdoginize: so to know what ufw did, I looked at what the actual iptables settings were "under the hood".02:13
twbdoginize: unfortunately I don't know a good single reference for iptables, I just kind of picked it up as I went along.02:14
* Fenix|home mumbles about iptables... which is like learning icelandic through greek, through latin, through chinese and you don't know any of those languages.02:14
Fenix|homedoginize, wanna learn IPTables... go to the project homepage at http://netfilter.org/02:16
Fenix|homebe prepared though... it's a rough ride02:16
doginizeok, thanks.02:16
Fenix|homealright... have a good night boys and girls.02:20
twbEh, the iptables homepage never really helped me grok iptables02:47
twbI needed to actually try it, and see working examples, and read articles on how to do specific things (e.g. DNAT) with it02:47
twbIs there any point in zeroing (dd if=/dev/zero of=/dev/sda1) md RAID1 nodes prior to creating the array?03:24
keestwb: not really03:34
twbHow do I discover the UUID of a swap partition?03:47
ajmitchvol_id will probably tell you03:48
twbajmitch: where is that?03:50
ajmitchin /sbin03:50
twbHmm, not on the Etch box I'm pinching bits from.03:50
twbApparently that's provided by udev03:50
ajmitchsorry, I assumed you were using ubuntu03:51
twbNo worries, I'm duplicating it *to* ubuntu03:51
twbThis box being Etch was a bit of an accident.03:51
ajmitchwhy do you need to copy the UUID?03:51
ajmitchsince it probably won't have one on that swap partition03:51
twbswaps have UUIDs03:52
ajmitchthey aren't required to03:52
twbAh.03:53
twbIn general I'm copying the UUIDs so that when I copy the OS from one set of disks to another, /etc/fstab and menu.lst and such will be correct without me needing to munge them.03:53
twbLast time I did this for an Ubuntu box, which uses UUIDs more than this silly Etch system.03:54
* ajmitch is different & has LVM, so the swap volume is just addressed by name on this sid box03:54
ajmitchbut has a UUID on the hardy system here03:54
twbajmitch: even though it's on LVM, it's addressed by UUID here.03:54
twb(On the Ubuntu example I'm looking at)03:54
twbBut then I probably set up LVM on it via d-i03:55
ajmitcheither way works03:55
twbNod.03:55
joanki123hi... can anyone help me?  i want to get an online file host... any recommendations?04:30
joanki123something cheap but very good and FAST, though it doesn't have to have a ton of storage space04:31
giovani2joanki123: file host for what purposes? backups? remote access? media delivery?04:31
joanki123backups04:31
joanki123just for me personal04:31
joanki123for a few files - not a ton04:31
giovani2amazon s3 works great for me04:31
joanki123mostly for convenience, so it doesnt' have to be anything large04:31
giovani2they only charge you for what you use, so it's good for small usage04:31
giovani215cents per gb04:32
joanki123i have less than 1 gig of stuff to backup04:32
giovani2per month04:32
joanki123is there anything flatrate or annual so i don't have too stres about using too much?04:32
joanki123to*04:32
giovani2why would you stress?04:32
joanki123and stress rather04:32
giovani2unlimited is a bad idea04:32
joanki123because tomorrow's files are going to be HUGE04:32
joanki123i have to do a one time large transfer04:32
giovani2no service is unlimited, and nyone that sells it are overselling04:32
joanki123ok i see04:33
giovani2http://aws.amazon.com/s3/04:33
joanki123.15 /gb not bad04:33
giovani2I asked you how much you wanted to back up, you said less than one GB04:33
giovani2now it's more? which is it?04:33
joanki123tomorrow it will be like 10004:33
giovani2100GB?04:33
joanki123for a day04:33
joanki123and then it will reduce to like 1 gb04:33
giovani2do you have a connection to upload that amount?04:33
joanki123on average04:33
joanki123it will take time, of course....04:34
joanki123so flat-rate file server is hosting is not.... adviseable04:34
joanki123i would think one would just prefer to know what she is paying for ahead of time04:34
giovani2you would know ... because you know your usage04:35
giovani2why pay every month for something you're not using?04:35
giovani2if you pay $5/mo04:35
giovani2for a year04:35
giovani2you've paid $6004:35
giovani2but, if you average 1GB per month on s3 ... you pay $1.80 per year04:35
giovani2how is the former better?04:35
joanki123lol04:36
joanki123ok04:36
giovani2if you need to store 100GB for a year04:36
giovani2that's different04:36
giovani2but, I wouldn't trust anyone who provides 100GB of backup for $5/mo04:36
giovani2they are losing money, and overselling to provide it to you04:37
joanki123they also charge for data transfer04:37
joanki123what is a tb?04:37
giovani2yes? backups aren't retransfered all the time04:37
giovani2Terabyte? 1024 Gigabytes04:37
giovani2for backups, you should be using rsync04:37
giovani2which only transfers the files that have changed, and not everything04:37
joanki123rsync04:37
joanki123ok04:38
giovani2rsync is software04:38
giovani2for linux04:38
joanki123i will look it up04:38
giovani2http://samba.anu.edu.au/rsync/04:38
joanki123but can you backup to a file server?04:38
joanki123an online one04:38
joanki123from that program?04:38
giovani2rsync doesn't care where you're backing up to04:38
joanki123how often do you backup your personal computer?04:38
giovani2you mount your s3 account on your linux computer04:38
joanki123i think i want to do it every month04:38
giovani2and then rsync to that mount point04:38
giovani2I run rsync nightly04:38
joanki123ohhhh coool04:38
joanki123if you run rsync nightly.... do you transfer data to s3 nightly?04:38
giovani2yes ... only what has changed04:39
giovani2which is probably 50-100MB at most04:39
joanki123ooo i see04:39
joanki123and you can choose which files to back up04:39
joanki123i was using an external harddrive04:39
giovani2of course ...04:39
giovani2I have to go04:39
giovani2good luck04:39
joanki123aww04:39
joanki123ok i will get rsync04:39
joanki123thank you04:39
racecar561has anyone actually ever got to get ubuntu working on a hp mediasmart ex4xx?04:41
joanki123sorry dell here04:44
racecar561i gotta go... bye everyone04:45
=== jwstolk1 is now known as jwstolk
=== jwstolk1 is now known as jwstolk
nomoahi, we have a strange problem on 8.10, we recently upgraded from 8.04 to 8.10 and now the system refuse to boot (it cannot find the root partition), fstab contains /dev/disk/by-uuid references. In BusyBox if we wait a while devices starts to appears and we can mount them (sort of delay problem?). We use ata_piix for disks. Any clue?10:11
ScottKnomoa: If you look in the release notes there's a note about failure to boot with Intel 945.  It's now known to affect more broadly than that.10:12
ScottKWhat you have sounds somewhat like that.10:13
ScottKIn busybox if you wait a few minutes what happens if you just exit (don't manually mount anything)?10:13
nomoaScottK: I'm going to try10:14
ScottKOK.10:14
nomoaScottK: It works10:17
ScottKnomoa: Add rootdelay=90 (90 works for me, you might have to adjust) to the boot parameters in /boot/grub/menu.lst.10:18
ScottKAlso there's a bug you should comment in.  Let me find it.10:18
ScottKnomoa: Bug 290153 <-- Please comment with the particulars of your hardware.  Also there's a recent request for testing with newer kernels you might consider.10:20
uvirtbotLaunchpad bug 290153 in linux "Fails to find boot device in Intel D945Gnt" [High,In progress] https://launchpad.net/bugs/29015310:20
nomoaScottK: We deactivate our scsi LTO-2 medium autochanger wich takes ages to load, I'll check with it and adjust the delay10:20
nomoaScottK: ok many thanks10:20
ScottKYW.10:20
chrisadamsanybody here use screen?10:27
chrisadamsis there an easy way to save sessions in screen if your server's going to reboot?10:27
simplexiochrisadams: far as i knoe there isnt anyawy to save screen session10:28
chrisadamsdamnation10:28
chrisadamsah, nevermind10:28
simplexiooffcourse there is way around it10:28
chrisadamsI guess I should be using screen rc to save settings anyway...10:28
simplexioyeah.. the way around it is use virtual machine which you can transfer toa nother computer10:29
simplexioi think Xen supports it, maybe little overkill for just keep screen running10:29
chrisadamslol10:29
chrisadamsdefinitely :)10:29
asacso ... in jaunty one of the last days broke my nfs mount10:37
asacthat worked for ages10:37
asaci get "authentication failure"10:37
asacanyone has any clue how to debug this?10:38
simplexioproblem is in authentication part :)10:51
Nafallokirkland: looks good. an extra space I'm not sure where it's from, but otherwise what I expected.10:51
thehookI have a vps running ubuntu 8.10, and lately that server suddenly just freeze so i have to force restart it.. anyone else here have the same problem?11:18
=== asac_ is now known as asac
=== scfh is now known as scfh_
=== scfh_ is now known as scfh
kirklandNafallo: if you pull 1.38 from the PPA, there's an item in the Menu that lets you configure on/off each of the status indicators12:35
Nafalloah yea. kewl.12:36
Nafallokirkland: found a bug then...12:37
=== bromic94_ is now known as thewrath
kirklandNafallo: what's that?12:37
kirklandNafallo: the whitespace?12:37
thewrathhey all how do i mount a new drive to server?12:37
Nafallokirkland: I turned off mem-available and mem-used now says: ,46%12:37
thewrathsudo mount /dev/sda3 /tftpboot ?12:37
kirklandNafallo: so that's the same problem as with the whitespace12:38
Nafallokirkland: ah. after the hostname. yea pretty much.12:38
Nafallo:-)12:38
kirklandNafallo: enabling/disabling those status items doesn't actually remove them from your profile12:38
kirklandNafallo: it just makes the scripts exit 012:38
kirklandNafallo: immediately12:38
Nafalloha. oki.12:38
kirklandthe status line is still12:39
kirkland# Status string, last line12:39
kirklandhardstatus string '%{+b kr}\%{= ky}o%{=b kY}/%{=b Wk} %100` %{= Wk}%112` %= %{=b bW}%102`%{= Wk} %{=b rW}%101`%{= Wk} %{= Wg}%108`%{= Wk} %{= Yk}%106`%{= Wk} %{= Wk}%104`%{=b cW}%103`%{= Wk} %{=b gW}%105`%107`%{= Wk} %Y-%m-%d %0c:%s'12:39
kirklandNafallo: I haven't thought of a good way to clean that up12:39
thewrathanyone?>12:40
Nafalloas long as you don't have to care about / read it ;-)12:40
kirklandNafallo: ?12:41
Nafallokirkland: I don't see that line when I use the application :-)12:42
Nafallokirkland: ...so not as bothered :-)12:42
kirklandNafallo: cool12:45
kirklandNafallo: so besides the leading/trailing chars, you like?12:45
Nafallokirkland: I've got arch now :-)12:45
Nafallokirkland: yea. it's fine.12:45
kirklandNafallo: \o/12:46
Nafallokirkland: except of course... the constant annoyance you're already told about multiple times :-)12:46
Nafalloplain, light, dark12:47
kirklandNafallo: too many colors12:47
Nafallokirkland: plain, light, dark, random ? and the random one can generate stuff like green text on pink background? :-)12:48
kirklandNafallo: <barf>12:48
kirklandNafallo: would you please file a wishlist bug on that one?12:48
kirklandNafallo: requesting the colored profiles be split out to screen-profiles-extras12:48
Nafallokirkland: if you consider it a serious suggestion I will :-)12:48
Nafalloah12:48
Nafallodoh12:48
kirklandNafallo: not green/pink :-)12:49
Nafallokirkland: random could generate whatever really ;-) white on white? :-P12:49
kirklandNafallo: yeah, that would increase security12:49
NafalloBug #34224412:53
* Nafallo pokes the bot!12:53
uvirtbotNafallo: Error: Could not parse data returned by Launchpad: The read operation timed out12:53
Nafallobug 34224412:53
uvirtbotNafallo: Error: Could not parse data returned by Launchpad: The read operation timed out12:53
Nafallouvirtbot: why do you hate freedom?12:54
uvirtbotNafallo: Error: "why" is not a valid command.12:54
nomoais there a way to identify a device (e.g. /dev/sgX) with a script by reading an entry in a file like /proc/scsi/scsi (we had a usefull device /dev/tape/by-id/XXX but it disappears after we upgrade from 8.04 to 8.10)?12:58
bn43hi I've installed nagios3 for server 8.10 - do I still need to download plugins off the site or is this included when installing nagios?13:02
ttxbn43: you might want to install the "nagios-plugins" package13:03
Nafallobug 34224413:04
uvirtbotLaunchpad bug 342244 in screen-profiles "Split out the themes to screen-profiles-extras" [Undecided,Confirmed] https://launchpad.net/bugs/34224413:04
Nafallo^-- kirkland13:04
uvirtbotNafallo: Error: "--" is not a valid command.13:04
bn43ah - silly me I was just doing a sudo aptitude search nagios313:04
Nafallogod damn bot!13:04
bn43I see I have "i A" next to nagios-plugins13:04
Nafallodoes it have to trigger on any god damn character :-P13:05
bn43what does the A mean?13:05
bn43I can see a whole lot of scripts in /usr/lib/nagios/plugins  - I don't see this on the web interface ie check_disk  - what gives?13:18
_rubenthose are the scripts used by the actual checks13:19
=== photon_ is now known as photon
bn43_ruben: but how do they get activated and configured? I can't see how to do this on the webpage13:22
sorenbn43: Look in /etc/nagios/commands.cfg or something like that.13:25
sorenbn43: It defined the names of commands you can use for service checks.13:25
sorenSometimes there's a one-to-one mapping between those and the scripts in /usr/lib/nagios/plugins, sometimes there's not.13:25
bn43ah ok that has rung a bell - on the web interface, there is a commands page where I can see all the scripts and switches13:27
bn43now I just got to figure out what they all mean13:27
mrwesI have a script in cron.daily and it doesn't run -- what should I be checking?13:27
mrwesit's owned by root too13:28
bn43mrwes: does it run manually?13:28
mrwesyah13:29
mrwes25 9    * * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )13:29
mrwesit's a blocklist script to udpate transmission blocklist13:29
mrwesit didn't run at 9:2513:30
bn43so it runs sometimes?13:30
mrwesno, never from the cron.daily13:30
mrwesdo I need to 'activate' root's cron?13:31
bn43i know I had a weird one previously - its the naming of the scripts13:31
bn43did not accept13:32
bn43_ for instance13:32
bn43check for that13:32
mrwesthe script is called blocklist.sh13:32
mrwesmaybe it's the .sh ?13:32
bn43yeah - check that13:33
bn43rename and see13:33
mrwesk13:33
mrwesset to run in 2 minutes...13:34
mrwesLiinux servers are powerful -- what a great way to really learn Linux13:34
bn43yeah I'm learning constantly - I'm a noob but can do some funky stuff now13:35
bn43running a couple of servers and having fun13:35
mrwessame here -- been running this server for hrmm.. maybe a week :)13:35
mrwesjust a simple file and print server13:35
bn43me too13:35
mrwesand transmission-daemon too13:35
mrwesscript still didn't run13:36
mrweser13:36
bn43bugger13:37
mrweshrmm...script won't run without the sh blocklist13:37
mrwesit's chmod +x too13:38
sorenmrwes: Do you have cron installed?13:38
bn43?? u took the sh out right? so its "blocklist"13:39
mrweshrmm13:39
mrwesyah installed :)13:39
mrwesbn43, yah blocklist13:39
bn43so if you ./blocklist it does not run?13:40
mrwesand it's sitting in /etc/cron.daily13:40
mrwesadministrator@ubuntu:/etc/cron.daily$ sudo ./blocklist13:41
mrwesWaiting for the daemon to exit  done13:41
mrwesblocklist updated13:41
mrwesStarting bittorrent client transmission-daemon...13:41
mrwes   Starting bittorrent client transmission-daemon succeeded13:41
mrwesand the level1 file is there13:41
mrweswtf am I missing here? heh13:41
sorenmrwes: How can you tell it isn't run?13:42
mrwessoren, I deleted the level1 file and had the cron.daily set to run at 9:25am, then I checked for the level1 file after that time and it wasn't there13:43
mrwesmaybe it ran and there's an error?13:44
bn43and when you edit crontab you go "sudo crontab -e" right?13:44
sorenmrwes: Perhaps your script doesn't like running without a controlling terminal.13:44
mrwesbn43, that's not necessary for cron.daily13:44
sorenmrwes: check your e-mail. cron sends the output of the commands it runs to root.13:44
mrwessoren, no mail :(13:44
sorenmrwes: No mail because you don't have an mta or no mail because it didn't send any?13:45
bn43yes but it ensures that root is running the script - not the user13:45
mrwesand I have an alias root=administrator13:45
thewrathbn43: you still there13:45
bn43yeah13:45
thewrathtry getting to https://www.wasd.k12.pa.us13:46
mrwesbn43, /etc/crontab calls out to cron.daily13:46
mrwesyou don't need to 'install' it13:46
mrwessays that right in /etc/crontab13:47
bn43thewrath: why am I looking at that website?13:47
mrwescuz cron.daily is run by root13:48
mrweser13:48
bn43?? no each user has there own as far as I know13:48
bn43crontabs don't belong to root only13:48
mrwesyah I know that13:49
mrwes# /etc/crontab: system-wide crontab13:49
mrwes# Unlike any other crontab you don't have to run the `crontab'13:49
mrwes# command to install the new version when you edit this file13:49
mrwes# and files in /etc/cron.d. These files also have username fields,13:49
mrwes# that none of the other crontabs do.13:49
mrwesit's system wide13:49
bn43ok then I'm talking outa my behind! not sure how to help13:49
mrwesand crontab is running13:50
mrwessoren, any ideas?13:50
bn43but just to xperiment - can you try it in root crontab?13:50
mrwesbn43, yah I was about to do that13:51
mrwesI just wanted to use cron.daily for what it's designed for13:51
sorenmrwes: Still: It's possible your script doesn't like getting run without a controlling terminal.13:52
bn43thewrath: u still there?13:52
mrwesthis looks right13:52
mrwes55 9 * * * cd /etc/cron.daily && ./blocklist13:53
sorenmrwes: Try running it like 'some command < /dev/null' and see if it does what you expect it to.13:53
mrwesk13:53
mrweslet me see if the root cron runs13:54
mrwesI can use MAILTO=root no?13:54
mrwesor is that automatic13:55
sorenThat's automatic.13:55
mrwesbingo! it ran13:55
mrweswhy would it run from root's cron and not the cron.daily ?13:55
_rubeni had a similar issue, forgot how i fixed/worked around it though :p13:59
mrwesoh...thanks :P13:59
_rubenah .. i put a job in a /etc/cron.d/ instead, and decided to run it 4 times a day as well :)14:00
mrweswell..I'm just confused on why cron.daily won't run it, that's what it's for14:01
bn43can't comment as I use root crontab only for system scripts14:02
bn43was not aware of cron.daily - will look into it14:03
bn43I'm still not figuring out nagios plugins14:06
bn43is there some idiot proof how to configure plugins?14:07
mrwesshit...now it appears the cron.daily ran -- I got an email14:07
mrwesheh14:07
bn43good for you!14:07
mrwesgotta test that again14:08
mrwesOk..now if someone can speed up file transfers with cifs I'd be very happy14:09
mrwesheh...shit is way slow14:09
thewrathbn43: yes i am14:09
bn43what was that link about?14:09
thewrathsorry i stepped out for a littl ebit14:10
thewrath wantedu to see if outside access is not reestablished14:10
bn43??14:10
thewrathall this week this website was not accessible to the outside network14:10
bn43oh....well glad to help - got to it14:11
bn43anyone here knows nagios?14:11
tominglishey, i have ubuntu server 8.04.2, and i updated it yesterday, the packages updated included xen hypervisor 3.214:12
tominglisunforunately i am no longer able to ssh or xm console into my xen instances, does anyone know what could be wrong?14:13
tominglisi can still see the websites they are serving14:13
ballhello VK7HSE14:30
ballVK7HSE: any packet down by you?14:31
sorenmrwes: Do you have anacron installed?14:32
VK7HSEball: 20m 2m14:32
ballVK7HSE: people around here tell me packet's dead14:33
AlexC_g'morning14:33
* ball shrugs14:33
* ball <- KB9YLW14:33
VK7HSEball: pretty much! but I like to make a noise!14:34
AlexC_I've got some issues with the "NetXtreme BCM5754M" network card, it just isn't working. Network interfaces are all setup correctly, routes are good - it just sits there. If however I switch over to the onboard network card, it works perfectly fine (with same settings)14:34
AlexC_I've got the 'tg3' module loaded, can someone help debug what the issue actually is?14:34
orudieivoks, hi15:00
ivokshi15:00
Genericnoob13Probably a stupid question, but is there a way to port forward from ubuntu server?15:17
ivoksforward port?15:17
Genericnoob13K, i just got an old box and i'm trying to set it up as a home server- problem is, it just doesn't have the HD space. What I'd like to do is set it up so if i try to connect via ftp, it sends me to xp box15:19
ballGenericnoob13: that's just silly.15:19
ball...though I suppose it's doable with Samba15:20
Genericnoob13well, I'm a noob. Obviously15:20
ivokssamba?15:20
Genericnoob13and strapped for cash, so actually upgrading old box isn't really an option15:20
ballHow much space do you need it to have?15:20
ballI can relate to being strapped for cash.15:20
* ball <- impoverished (and now unemployed) student.15:20
Genericnoob13Well, on my windows box I have a 500gig drive I use for media- it's about 1/5th full last i checked15:21
Genericnoob13this box has like 54 gigs total.15:21
ballHow much free space on the Ubuntu box?15:21
Genericnoob134215:22
Genericnoob13gigs15:22
ball...and that's not enough for what you want to do?15:22
Genericnoob13Well, I have 100 gigs of media- and I'd like to be able to access that whenever. I set up ftp on my xp box, but that either means somehow getting another free dynamic dns account, or having to remember the IP for xp-box15:25
Genericnoob13so i just wondered if it'd be possible to point ftp client at ubuntu box's url, but have the server send the connection along to xp15:26
Genericnoob13yeah, there's probably a really easy way to do  what i want that i just know nothing about15:27
ballWhy are you using ftp instead of sftp?15:27
ballGenericnoob13: there are ways to do it, but probably also reasons not to.15:27
Genericnoob13Eh, once i get it set up, I feel competent enough at setting up accounts/permissions etc.15:28
Genericnoob13aaand also on my todolist is moving all my important personal information to a truecrypt drive15:29
ballGenericnoob13: that's pointless if you're going to use ftp to access it.15:30
ballftp sends passwords in cleartext15:30
Genericnoob13Well, i'm not against learning how to set up something more secure15:31
Genericnoob13and actually, I don't think i'd be accessing personal information via ftp- I'm mainly thinking if i am elsewhere and want a movie, or music, or want to share my collection with a trusted friend15:31
Genericnoob13the truecrypt thing would just help ensure if someone did somehow get full-access to my box, they wouldn't have access to said information15:32
Genericnoob13Hmm, I could probably set up a folder and samba share it, but most tutorials etc I'm finding on google are for sharing ubuntu files with MS, rather then the reverse.15:33
Genericnoob13samb15:33
Ethoshi guys, i'd like to take an image of a current ubunt-server and then restore it onto an identical machine for testing15:35
EthosI've tried "ping" but it's .. well shit15:35
EthosAny recommendations please?15:35
W8TAHin the intrepid setup there is an option for virutal machine host -- what VM system is that installing?15:45
sorenW8TAH: kvm and libvirt15:46
W8TAHthank you soren15:47
Guest98439hi all16:09
Guest98439anyone here can install Ubuntu 8.04.2 in Server IBM System x3105???????????????????16:09
jmedinaGuest98439: where?16:10
Guest98439in IBM System x310516:10
jmedinawhat is the problem?16:11
jmedinaare you asking for compatibility?16:11
ballI didn't know there was an x3105.  Have you tried it?16:11
Guest98439well the hardware are this16:13
Guest98439CPU: AMD single-core Athlon processor or dual-core Opteron processor16:14
Guest98439NIC: Broadcom 5721 10/100/100016:14
Guest98439CPU is AMD Opteron16:16
Guest98439Im going to have problems with hardware drivers during the instalation?16:16
jmarsden_Guest98439: Just try it -- does it boot from the CD OK into Hardy?  In LiveCD mode can it see the NIC?16:17
Guest98439but i like to use Server Edition, not Destktop edition, and Server edition dont have Live CD16:18
ballGuest98439: Ah, that's why I didn't see that model, I looked mostly at Intel16:18
jmedinaGuest98439: my workstation has 2 single opteron and broadcom, it used to be a server16:18
Guest98439is a DUal Core Opteron AMD 1210?16:19
Guest98439is a Broadcom 5721?16:19
jmedinanop16:19
jmedina:D16:19
Guest98439is a Broadcom 5721?16:20
jmedinamost of servers we install are amd, never had problems16:20
jmedinaeven in sun workstations16:20
jmedinaGuest98439: why not boot it with a live cd and test your hardware16:21
Guest98439jmedina but Hard server edition dont have Live CD16:21
* ball tested someone's RAM yesterday via a Xubuntu liveCD16:21
jmedinaGuest98439: it is a live server16:22
jmedinaboot with cd16:22
jmarsden_Guest98439: Test it with the Desktop Edition CD16:22
jmedinaand change to TTY216:22
jmedina:D16:22
jmedinaand test your hardware16:22
=== jmarsden_ is now known as jmarsden
jmedinaGuest98439: do you already have this server?16:23
Guest98439yes I have16:25
Guest98439I installed ubuntu server in Dell Power Edge 6850, 1950, 2950 without problems16:25
Guest98439also in a IBM System x3200 M216:25
Guest98439jmedina, you recommend me to run with a Live CD Desktop edition and try my hardware???16:26
jmedinayeap16:27
Guest98439ok16:27
Guest98439im tri16:27
Guest98439im going to try16:27
Guest98439thanks16:27
jmedinaor you can use server edition, but you need to know how to test hardware in the command line16:27
Guest98439but anyone here use IBM System X Servers????16:27
Guest98439jmedina Ubuntu Server have a Live CD???16:27
Guest98439Live cd for test hardware ???16:28
jmarsdenGuest98439: No, just use the desktop edition CD.16:28
jmedinaGuest98439: you can change to a TTY when the installer is loaded,16:28
Guest98439jmarsden but the desktop edition have the same drivers like a Server edition ?16:29
jmarsdenGuest98439: Yes.  It has a differently configured kernel, and a different selection of packages, but the same drivers.16:30
Guest98439ok16:31
Guest98439thanks all16:31
Guest98439im going to try first before install16:31
XiXaQregarding Darwin Calendar Server. Last time I used it, which was quite some time ago, it wasn't possible to connect it to an OpenLDAP directory. Does anyone know if this is still the case?16:32
jmarsdenhttp://trac.calendarserver.org/wiki/DirectoryService suggests it can use LDAP...16:37
XiXaQyes, the problem was using it on Ubuntu. The library it used to connect to an LDAP server was only available on Mac OS X, I think.16:37
jmarsdenThen you can either try the latest Debian/Ubuntu package of it, or just build it from latest source, and see how far you get :)16:39
XiXaQthere aren't any packages, I think. But I thought maybe someone knew. There was some interest for it.16:39
jmarsdenThere are Debian packages, definitely...16:40
jmarsdenhttp://packages.qa.debian.org/c/calendarserver.html16:40
XiXaQreally? :)16:40
XiXaQit's actually in intrepid! :)16:41
XiXaQin that case, I think I'll have to test that properly and update http://wiki.ubuntu.com/CalendarServer16:42
jmarsdenGo for it :)16:42
XiXaQheh, we wrote that guide when 7.10 was an infant. :)16:45
HiebYhow much space do a minimal installation of ubuntu take?17:06
thehookHiebY: i think it was about 100mb17:12
HiebYok17:14
mrwesEpiphany web browser is pretty nice -- and fast17:36
=== bromic94_ is now known as thewrath
thewrathhey i just put another network card in my computer17:53
thewrathhow do i configure it17:53
jmedinathewrath: is it detected?17:56
jmedinacheck with17:56
jmedinaifconfig -a17:56
thewrathno not that i know of17:56
thewrathyes its detected17:56
thewrathi tried to go into the /etc/network/interfaces and added auto eth1 iface eth1 inet dhcp17:57
thewraththen /etc/init.d/networking restart17:57
thewrathnothing17:57
jmedinathen read https://help.ubuntu.com/8.04/serverguide/C/networking.html17:58
jmedinause17:58
jmedinaifup eth117:58
thewraththati s what i needed thanks jem17:59
thewrathjmedina: can you see if youc an get to https://www.wasd.k12.pa.us/helpDesk/index.php18:04
thewrathwant to make srue outside access has been restored18:04
thewrathit was up and down today18:04
jmedinathewrath: yes with expired cert18:07
thewraththat is fine18:09
thewrathits a self signed anyway18:09
thewrathi have to talk to network admin18:09
thewrathhow do you mount a partiiton and how do you call it something18:09
chrisadamsanyone here had trouble deploying rails with ubuntu intrepid, and mysql gems of late?18:09
chrisadamsI'm getting a  'MissingSourceFile (no such file to load -- mysql):' error, and I can't work out why18:10
chrisadamshttp://gist.github.com/7867218:10
thewrathis it sudo /mount /dev/sda3 /tftpboot ?18:10
ivoksmkdir /tftpboot18:16
ivoksmount /dev/sda3 /tftpboot18:16
jmedinadejavu? i think it was already answerd18:17
ivoksjmedina: it was, couple of times18:17
jmedinaivoks: do you use openvpn?>18:18
jmedinaI mean OpenLDAP18:18
ivoksboth :)18:18
jmedinavpn with ldap auth?18:18
ivokshehehe no18:18
jmedinawhat services are your authenticating to ldap?18:19
ivoksmail, http, web page, radius (and then ppp, wifi)...18:20
jmedinaivoks: with radius, that auth mech?18:20
ivoks?18:21
jmedinaim interested, I deployed radius+ldap groups and vlans, undocumented :S18:21
jmedinaare you using ldap groups in you wifi setup?18:21
ivoksno18:21
ivoksjust auth and accounting18:21
jmedinahow do you limit user access?18:22
jmedinaby attribute?18:22
jmedinaor any ldap user has access to wifi?18:22
ivoksbah... sorry, my fault18:22
ivoksradius uses mysql as backend18:22
jmedina:(18:22
jmedinawell, I think im going to beging again from scratch :S18:23
ivoksbut very soon i'll use as ldap backend for radius18:23
ivoksfor cisco vpn18:23
thewrathivoks: whats the command in server you told me to use when i want to look at different partitions?18:23
ivoksany ideas how to fight against syn flood? :/18:24
jmedinaI use it but right now is autenitcating every user, then I need to allow by groups and then set a vlan to each group with different access policies18:24
ivoksi'll need something like that too18:24
jmedinaivoks: do you know if there is any effort to translate server guide?18:25
ivoksit is translated18:25
jmedinawhere?18:26
jmedinain help.ubuntu.com I only found english version18:26
jmarsdenhttps://translations.launchpad.net/ubuntu/jaunty/+source/ubuntu-docs/+pots/serverguide/18:27
jmarsdenShows status of all translations of it :)18:27
ivoksthere, it's possible to translate it18:28
ivokspick your language and start :)18:28
jmarsdenjmedina: What language are you hoping to find a translation of it in?18:28
jmedinajmarsden: spanish18:29
jmarsdenI know there is one for Spanish already somewhere...18:29
jmedinathe documentation is in docbook right?18:33
jmedinawell, I found docbook xml in ubuntu-docs package18:41
aciculaif you do a netinstall from the ubuntu-server cd does it install the default ubuntu-profile? since i do have a ubuntu-standard meta package installed, i expected something along the lines of ubuntu-server?19:14
=== zoopster is now known as jpugh-TMI
=== jpugh-TMI is now known as zoopster
giovani2acicula: ubuntu-standard is the minimal "server" install19:16
giovani2I'm unclear on what you're looking for -- could you rephrase?19:17
aciculagiovani2: trying to understand the difference between ubuntu and ubuntu server i guess19:21
giovani2acicula: the "desktop ubuntu install" (which is what most people mean when they say just "ubuntu") installs a GUI, specifically Gnome, and many desktop-oriented applications19:22
giovani2"ubuntu server" installs a minimal command-line setup, ready for you to install only what you need (servers are supposed to be kept minimal, so as to increase performance, among other things)19:23
aciculayeah i did not install that, i used the netinstall images of the ubuntu-server iso and installed the base install and openssh, nothing else yet really19:23
giovani2right19:23
giovani2so you have a base server install19:23
aciculawell i swapped to the kernel image19:23
giovani2yes, the server install also has a different kernel image19:23
giovani2but you can always change that manually, as you've found19:23
aciculawell it installed a generic image by default, is that the same that is used on vanilla ubuntu(desktop), or is that already a different kernel19:24
giovani2I believe that's the one that installs with ubuntu desktop19:24
giovani2when most people install servers -- they do so with the server install iso19:25
giovani2and that will provide the -server kenel19:25
giovani2kernel*19:25
aciculahmm, well it didnt here, but that's probably because i used the netinstall from the cd instead of booting the cd19:25
giovani2where'd you get the netinstall iso?19:25
aciculai didnt use the iso either, in the server iso there is a netinstall directory somewhere which contains a kernel and initrd19:26
giovani2ohh, ok19:26
aciculabooted those via grub, as i cannot change the cdrom iso in the vm19:26
giovani2why can't you change the cdrom iso in the vm?19:26
aciculaThe provider installed centos by default, and provides the iso to do a reinstall, you can only change it to another iso+install19:27
aciculafor which incidently you have to pay19:27
giovani2oh, that's no fun19:27
aciculaso i went with the default centos at first, but i found it to be a bit impractical19:27
aciculaand since i can do local logon i'm only limited to installing what i can boot from inside the vm19:27
aciculaanyhow do you know any documentation about optimizing a kernel to run inside a vm?19:28
giovani2I'd consider moving to a more user-friendly VPS provider19:28
giovani2if I were you19:28
giovani2there used to be a special installer (with a special kernel for that) called Ubuntu JeOS19:28
aciculawell apart from that i have no real problems with them19:28
aciculaand it's my furst one19:29
acicula*first19:29
giovani2but, I believe all of the virtualization optimizations were migrated into the standard -server kernel19:29
giovani2http://www.ubuntu.com/products/whatisubuntu/serveredition/jeos19:29
aciculayeah but i think i read something about the kernel image having some differnt settings such as disabling preemting?19:29
giovani2yes, as of ubuntu server 8.10, the jeos optimizations are offered in the installer19:29
aciculagiovani2: i looked at that but doesnt that mostly focus on a small install base?19:30
giovani2what do you mean?19:30
aciculamy current install uses just 30mb after deducing cache, that's with a openssh and some bash shells open, seems ok19:30
aciculamemory that is19:30
giovani2ok19:30
giovani2yeah, you can remove some of your TTYs19:30
giovani2to save some ram19:30
giovani2I do that on my low-ram VPSes19:31
aciculawell this one has 256mb, seems ok19:31
giovani2ok, so what's the issue, exactly?19:31
aciculathat i wasnt sure if i installed the server metapackage instead of the default ubuntu-base package, but it seems there is no difference between the two19:32
giovani2the kernel is the only difference I'm aware of19:32
aciculaguess i'm good then :)19:32
giovani2but feel free to stick around -- someone might have a more confident answer than I do :)19:33
aciculathen i'm just looking if there any tweaks to make to a kernel which runs inside a vm, or if the defaults are good enough19:33
giovani2it appears there-s the linux-image-xxxxxxx-virtual kernel19:33
giovani2which, it seems, is geared towards vm clients19:33
aciculai'll check that out19:33
giovani2you running intrepid?19:33
aciculaalso i get a message about some tools not being in my path because i do not have administrative privilidges, where  can i change that?19:34
aciculayes19:34
giovani2linux-image-2.6.27-9-virtual19:34
giovani2that'd be the virtual kernel then -- do some research and make sure it's what you want -- and don't install it directly19:35
giovani2the linux-virtual metapackage seems to be the best way to make sure it gets updated properly19:35
aciculayeah i only use those19:35
giovani2you do not have administrative privs?19:35
aciculawell i can do a local logon when booting19:35
giovani2are you familiar with ubuntu's policy of "disabling" root login, and encouraging the use of sudo instead?19:36
aciculayes, that's not what i meant19:36
aciculaif i type chkconfig as a user19:36
aciculai get the message that its not in my path, because of lacking privilidges19:36
aciculaadding the correct Path variables fixes that19:37
giovani2right ... but if you run sudo chkconfig?19:37
giovani2however, chkconfig isn't used in debian/ubuntu afaik19:37
aciculathat works since sbin/ usr/sbin is in the root path19:37
giovani2right ... because chkconfig is only meant to be run with root privs19:38
giovani2you don't need root-only dirs in your user path19:38
Deeps/sbin/ contains apps that unprivledged users use too19:38
aciculai like tab completion, and some sbin programs work fine with normal user privlidges, chkconfig lists the runlevels, even with just user privs19:39
aciculai was just wondering if this being an administrative user was explicitly defined somewhere19:39
giovani2your user should be a member of the 'admin' group19:39
aciculaah19:39
giovani2the installer should've done that19:39
giovani2for your first user19:39
aciculahmm i am19:40
aciculahmm instead of chkconfig, use update-rc.d?19:41
sakjur#ubuntu-se19:43
giovani2acicula: ubuntu uses upstart19:43
giovani2now19:43
sakjurWrong channel, sorry19:44
aciculaah19:44
aciculais there a reason to not mount the same partition under /tmp and /var/tmp, or am i better of symlinking it/leaving it alone19:47
giovani2not ubuntu specific, but /var/tmp is supposed to be kept after reboots, etc19:48
giovani2so, it's typically separate from /tmp19:48
aciculahmm that makes sense, since i think /tmp is wiped on reboot19:48
giovani2it isn't always ... but can be19:48
giovani2so, /var/tmp is used, afaik, when data needs to be kept longer19:49
aciculaah thanx, i made a seperate partition for tmp so it could be mounted with noexec, but i suspect doing that with /var will break some things19:52
=== photon is now known as manatwhattheheck
=== manatwhattheheck is now known as photon
=== bromic94_ is now known as thewrath
thewrathcan i get the ubuntu server 8.04lts guide in pdf format?20:18
giovani2thewrath: not that I'm aware of -- however, html to pdf converters are easy to come by20:28
orudieis anyone familiar with setting up a spam filter for dovcot/postfix ?20:31
giovani2orudie: dovecot is just the imap/pop server, so spam filtering is usually done on the postfix side20:33
orudiegiovani2, i see20:33
giovani2I've done RBLs, greylisting, etc, but no spam filtering like spamassassin, if that's what you meant20:33
giovani2what are you looking to do, specifically?20:33
hadsamavis/spamassassin are probably the most common20:33
thewrathgiovani2: html to pdf converter?20:33
thewrathi want it all in one p df file20:34
thewrathnot in 5020:34
orudiewell since my company switched to the mail server i set up , now everyone is complaining about spam20:34
thewrathuse a barracudda spam firewall20:34
thewrathlol20:34
giovani2orudie: while this is probably not the answer you want ... I advise strongly against jumping into production spam filtering without a lot of experience20:34
thewrathgreat peice of equipment20:34
hadsRiight20:34
giovani2barracuda is awful20:34
thewrathwhat20:34
thewrathwe have it at both schools i help out with20:35
giovani2overpriced, for what it delivers20:35
orudiegiovani2, well what if i will configure it for minimal filtering20:35
thewrathspam has reduced alot20:35
thewrathwhat other  features would you add to it for the price20:35
giovani2orudie: it's up to you -- but spam filtering is complex if you haven't had experience20:35
giovani2thewrath: I wouldn't -- it's overpriced20:35
thewrathoh ok20:35
orudiegiovani2, i have minimal experience, but what is spamassassin about?20:35
hadsorudie: I'd start with checking HELO, using spamhaus and postgrey myself.20:35
thewrathgiovani2: are you talking about a html to pdf converter?20:35
giovani2thewrath: yeah, that's what I said -- I didn't realize it wasn't offered as a single html page20:36
thewrathyea20:36
thewrathanyone else have any ideas?20:36
giovani2orudie: spamassassin is a framework for applying all sorts of filters20:36
giovani2orudie: personally, I've found greylisting and RBLs to be effective -- but they're not for everyone, and I'd advise against using them in production without playing around with them a lot20:36
orudiegiovani2, do you think with my minimal experience in this i actually will be able to set it up ? just for minimal spam filtration20:37
giovani2orudie: I don't know your level of experience, I'm leaving that up to you to judge20:37
giovani2as well as how mission-critical your use is20:37
ScottKUbuntu documents amavisd-new with spamassassin and clamav reasonably well.20:38
ScottKIt does take adjustment and understanding for your particular situation.20:38
orudiegreat, ScottK do you have a url ?20:40
orudiei'm reading the spamassassin wiki right now20:40
* ScottK looks20:41
orudieeheh20:41
thewrathhas anyone used some sort of imginag server on ubuntu server to image windows and linux based comptuers20:45
DragonLord-I get "There is 1 zombie process" when I login, how do I check which process and information about the crash?20:47
ScottKorudie: https://help.ubuntu.com/8.10/serverguide/C/mail-filtering.html for Intrepid.20:55
thewrathhow do you see if an ethernet interface is up?20:55
thewrathwhats the command that you run20:55
orudievery cool thanx scope00620:55
orudieScottK,20:56
orudiescope006, is gonna be like , WTF? again lol20:56
orudiejust like yesterday20:56
mrwesIs is necessary to have a rate limit rule in iptables ?20:56
ScottKIf you want to rate limit. yes.20:58
thewrathrate limit does what ?20:59
mrweswell..I have denyhosts running, i was thinking of limitiing a brute force, say 8 in 60 seconds21:00
mrwesyumm...damn good Malbec :)21:00
thewrathdenyhosts last update was back in 2006 right?21:00
mrwesshrug21:00
mrwesworks on my bo21:01
mrwesx21:01
thewrathmrwes: i was just curious21:01
thewraththat is what i saw i thought on sourceforge when is aw it21:01
thewrathmrwes: is it easy to set up/21:01
mrwesyah21:01
thewrathhas nayone done anythign with drbl?21:02
mrweshttp://ubuntuforums.org/showthread.php?t=45085321:02
thewrath?21:02
thewrathnvm the ?21:03
mrwesjust make sure you don't have any failed login attempts from where ever you login, cuz that IP will get added to the hosts.deny, so add your IP to the hosts.allow21:03
thewrathhow do you see if an ethernet interface is up?21:03
thewrathwahts teh command21:04
mrwesifconfig21:04
thewrathto see if it detected21:04
thewrathi thought it was something else21:04
thewrathlol21:04
giovani2nope21:04
giovani2ifconfig will show the interface, and it's UP/DOWN status21:04
mrwes:)21:04
mrwesgoogle is your friend21:05
giovani2it's exactly what you're looking for :)21:05
thewrathi could run if eth1 ifup or something21:05
giovani2heh21:05
thewrathhow do you bring up an interface21:05
giovani2you can run ifup eth1 ... to bring up the interface/config21:05
thewrathoh ok21:05
thewraththat is what it is lol21:06
giovani2but that's not what checks to see if it's up or down21:06
thewrathright21:06
thewraththat just brings it up21:06
giovani2right21:06
giovani2and ifdown21:06
giovani2is self explanatory :)21:06
thewrathright :)21:06
thewrathi wish i had alot more time to mess with DRBL lol21:06
mrwesand ifright does what?21:06
giovani2you configure the settings it runs, etc in /etc/network/interfaces21:06
mrwes:)21:06
MatBoydoes someone know how I get the xferlog of proftpd into a fifo file ?21:10
uvirtbotNew bug: #338982 in samba4 (universe) "evolution crashed with SIGSEGV during MAPI authentication" [Medium,New] https://launchpad.net/bugs/33898221:17
uvirtbotNew bug: #342556 in mysql-dfsg-5.0 (main) "package mysql-server-5.0 5.1.30really5.0.75-0ubuntu7 failed to install/upgrade: underprosessen post-installation script returnerte feilstatus 1" [Undecided,New] https://launchpad.net/bugs/34255623:02

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