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

tsrkIs there any way for a non-administrative user to have something run automatically at startup/00:44
JanCtsrk: afteror before that user logs in?00:45
tsrkJanC, before, when the system starts up00:45
tsrklike when apache starts00:46
JanCtsrk: first of all you want to restrict what people can do in such a case00:49
tsrkJanC, by default is there a way to do it?00:49
JanCtsrk: not AFAIK, as it's potentially dangerous...00:53
tsrkJanC, ok, but how is it any more dangerous than user crontabs?00:53
JanCtsrk: well, if running as the user is okay, I guess user crontabs can already do what you want?00:55
tsrkJanC, that wouldn't be ideal since I only want one instance running and it'd be best if I didn't have to wait for the next cron cycle for it to start00:57
ScottKRegular init scripts start processes as a certain user all the time.00:58
ScottKI'm not sure what you're asking for that's unusual.00:58
JanCScottK: except if he wants the user to "install" arbitrary things to start?01:00
ScottKNo, but the question was run, not install.01:01
ScottKYou can have an init script start some thing as any user.01:01
tsrkI want something like a user crontab but just for starting things when the system starts01:01
ScottKSo write a script to do what you want and have an init script fire it off.01:02
JanCand don't let users change it, except in a very controlled way...01:08
tsrkok01:10
tsrkI'll try that, thanks01:10
hadsA user can start something at boot with cron via @reboot01:32
tsrkhads, wow, thanks!  that's exactly what i wanted!01:35
tsrkit makes so much sense :P01:35
hadsCool :)01:38
jon_high9000Hello, I was wondering is there a to setup a Mail Server so it can pull a pop3 account like Evolution or Thunderbird? I have gmail.04:44
oh_noesis it possible to tell ubuntu-vm-builder or vmuilder vmbuilder to create an OVF Compliant image?05:16
twboh_noes: what is an OVF?05:29
oh_noesOopen Virtualization Format05:29
oh_noesOpen*05:29
oh_noesOr in others words, I'm having no luck getting vmbuilder/ubuntu-vm-builder to create a VM that ESX/ESXi can import.05:30
twbAh, so OVF is a new native format for ESX, Xen and whatever Microsoft's native virtualization is called?05:31
oh_noesI'm not sure specifically, but it's the first attempt to create a single image that all platforms support and can run05:33
twbCool.05:33
twbqemu-img is a bitch05:33
twbNot that I can actually help with your problem...05:33
oh_noestwb: ironically .. your might have just give me a workaround.  I'm thinking I might have to use vmbuilder to spit out a XEN image, then qemu-img to convert to ESX05:44
oh_noestwb: do you know what package qemu-img comes in?05:44
twboh_noes: qemu05:44
twboh_noes: to save you time05:48
twbSupported format: parallels qcow2 vvfat vpc bochs dmg cloop vmdk qcow cow host_device raw05:49
oh_noestwb: well,the interesting thing is that the vmdk `vmbuilder` is creating isn't a proper ESX vmdk05:53
oh_noesand it cant be imported05:53
twbThat's probably because it has some plain text shit at the top05:53
twbtry #qemu, I don't know much about it05:54
oh_noesOh, really?  I didnt realize the vmbuilder to vmdk creation was actually a qemu problem.  Hrmmm05:54
uvirtbotNew bug: #335087 in samba (main) "samba segfault" [Undecided,Incomplete] https://launchpad.net/bugs/33508707:21
oh_noesis it possible to apt-get install the developement/trunk version of vmbuilder?  (it has ESXi support I need)07:36
oh_noeshttps://code.launchpad.net/~ubuntu-virt/vmbuilder/trunk07:36
Ethosserhi guys, I don't seem to have a debian-sys-maint account even though i've installed LAMP server08:20
Ethosserany ideas?08:20
jwstolkhi. I have a server (firewall) with 4 nic's. I have set one nic as gateway  (the one connected to the DHCP ADSL modem), but DNS resolving still seems to use the wrong nic. how would I tell linux what nic to use for DNS?08:40
giovanijwstolk: you set your default gateway/interface08:42
jwstolkI did. (in /etc/network/interfaces)08:42
giovaniso when you run route?08:43
giovani(pastebin the output)08:43
jwstolkhttp://pastebin.com/m79ca1ae308:46
giovaniand which interface do you expect/want your traffic going out?08:46
jwstolkshould go over eth208:46
giovaniand where is it going?08:46
jwstolknot sure. it was working when I had the 10.0.0.0 subnet on eth1. I can still ping google and my http servers on the 10.0.0.x subnet. but can't ping "www.google.com"08:48
jwstolk(can if I use google IP directly)08:48
giovaniwell what's your DNS set to?08:49
giovani(cat /etc/resolv.conf)08:49
jwstolkoutput: 10.0.0.138  (my ADSL modem)08:50
hadsSpeedtouch08:51
giovaniwell, you have your interfaces confused, probably08:51
giovanibecause there's no way it's routing 10.0.0.138 over anything but eth208:51
giovaniI bet you got them switched08:51
giovaniuse ping -I ethX08:51
giovanibtw08:51
giovanito confirm08:52
jwstolkI'll have another look. I checks hardware addresses, etc.08:52
giovanieither there's some misconfiguration in your network08:52
giovanior you have your wires crossed08:52
giovanibecause your routes are fine08:52
jwstolkok thanks.08:52
giovaniand if you're able to get traffic to the internet ... then your computer can obviously contact .13808:52
giovanisince it's your gateway08:52
giovaniso if .138 is also your dns08:52
giovaniclearly you've broken dns or something08:53
giovaniif I were you, I'd be using a tap/hub08:53
giovaniand capturing traffic on each interface with another machine one by one08:53
giovaniuntil I isolated the problem08:53
jwstolk(ping -I eth2 10.0.0.138   works fine)08:53
giovanias it should08:53
giovaniand ping -I eth2 4.2.2.2?08:53
jwstolkhmm. too08:54
giovaniok08:54
giovaninow "traceroute 4.2.2.2"08:54
giovanipastebin the output08:55
jwstolkdon't have traceroute installed yet, and apt-get is tricky without working dns...08:55
giovanijust copy the package over manually then08:55
giovaniit doesn't have any dependencies beyond libc08:56
giovaniusbkey, or something08:56
jwstolkok08:56
giovaniwhat release of ubuntu are you running?08:56
jwstolkubuntu-server 8.10, 64-bit08:56
giovanihmm, packages search is down, lame08:57
giovanihttp://us.archive.ubuntu.com/ubuntu/pool/main/t/traceroute/traceroute_2.0.11-2_amd64.deb08:58
giovanijust copy it over and run "dpkg -i traceroute_2.0.11-2_amd64.deb"08:58
jwstolkthanks. (I was adding the ubuntu server to hosts...)08:58
giovaniyeah, that works too08:59
giovanihttp://91.189.88.31/ubuntu/pool/main/t/traceroute/traceroute_2.0.11-2_amd64.deb08:59
giovaniany luck?09:03
jwstolkhosts didn't work.09:03
giovaniwhat?09:03
jwstolktrying wget09:03
giovaniI gave you the url with an ip09:03
giovanihello?09:05
jwstolkwget also doesn't work. I think I better re-check the cabeling. I will be back later.09:05
giovaniok09:05
giovaniwell I'm off to bed09:05
jwstolkok thanks09:06
krautmoin09:07
jwstolktraceroute does have dependencies. like send  :-(10:00
_rubenjwstolk: whats the exact contents of /etc/resolv.conf? and you could modify your /etc/apt/sources.list and replace the hostnames by ips, no need to download packages manually then10:03
jwstolksomething else is going on. I added the package server to the hosts file, and even wget with IP's doesn't work.10:05
jwstolkresolv.conf: http://pastebin.com/m2db0150910:06
_rubenoh .. i misread your comment on using wget with ip's10:07
_rubenresolv.conf looks good10:07
jwstolkstrange that wget doesn't work but ping does.10:07
_rubenthat's a diff problem10:08
_ruben$ curl -I http://91.189.88.31/ubuntu/pool/main/t/traceroute/traceroute_2.0.11-2_amd64.deb | grep Loc10:09
_rubenLocation: http://archive.ubuntu.com/ubuntu/pool/main/t/traceroute/traceroute_2.0.11-2_amd64.deb10:09
_rubenit redirects to the fqdn10:09
jwstolkoh10:09
_rubenuse 213.136.29.211 instead .. its the dutch mirror which doesnt do any redirecting10:10
jwstolkwell, I copied traceroute using an usb stick, but now I need "send"...10:10
jwstolkI'm wondering it would be simpler to re-install ubuntu, with the modem connected to the correct nic in the first place.10:11
_rubenjust read a bit more history .. so you just changed the network port you hooked the modem on to? .. could you pastebin a small network diagram (which nic goes where), and the output of 'ip route' and 'ip addr'10:13
jwstolk213.136.29.211 was the one I added to my hosts file. didn't work.10:16
jwstolkI insatlled ubuntu while connected using the on-board nick. then I configured the other 3 nics in /etc/networks/interfaces, and moved the modem to the new nic.10:17
jwstolkI a added firewall rule to allow everything from the firewall to the internet.10:18
jwstolkI'm logged into the firewall over SSH from the same subnet (and same nic) as the ADSL modem. (so the nic itself works)10:18
Deepstry using nameserver 4.2.2.210:18
Deepsopen public recursive dns server10:19
_rubenoh .. there are firewall rules in places as well .. then please pastebin the output of 'sudo iptables-save' .. and i do assume you restarted the networking of that box after changing wires and editing the interfaces file10:19
jwstolkyes10:19
jwstolkwhile box, several times10:19
_rubenok10:19
_ruben(or flush all firewall rules to make sure those dont interfere)10:23
jwstolkiptables shows 279 lines. is that usefull? (I'm using "vuurmuur"). I think I should just sort out some things instead of waisting everyones time here. I'll be back later if thats ok.10:23
_rubenit could very well that vuurmuur isnt aware (yet) of your altered nic usage10:24
jwstolkI installed vuurmuur after the change10:24
_rubendidnt work befure you installed vuurmuur either ?10:25
jwstolkdidn't try10:25
_rubenso it could be a vuurmuur config problem10:25
_rubenso i'd try disabling it for a bit, and see if anything changes10:25
jwstolkI already disbaled vuurmuur. should I flush the iptables rules as well?10:26
_rubenif iptables-save still shows 279 lines, then yes10:26
_rubenfor a complete flush: echo -e "*filter\n:INPUT ACCEPT\n:FORWARD ACCEPT\n:OUTPUT ACCEPT\nCOMMIT" | sudo iptables-restore10:28
jwstolkthat fixed it10:29
jwstolkI can ping www.google.com  now10:29
_rubenfirewalls are the first thing to disable when troubleshooting network problems (when possible ofcourse)10:29
jwstolkstarted vuurmuur, no ping anymore. it's the problem10:30
jwstolkok thank you.10:30
_ruben:)10:33
_rubenfirewalls are a good thing, but only when properly configured :)10:33
jwstolkI have only accept rules, including one that alows everthing from firewall to internet.10:34
_ruben"only accept rules", but probably a default policy of DROP or REJECT10:34
jwstolkyes10:35
_rubenand only allowing from firewall to internet isnt enough, you'd have to atleast allow (inbound) related/established traffic for instance10:35
_rubentho i kinda assume (or hope actually) that vuurmuur takes care of that10:36
_rubenand that's why i prefer to write my own firewall scripts/configs personally :)10:36
jwstolk:)10:36
jwstolkcould have something to do with the fact that my hostname isn't "firewall" for some reason. after I added a rule for "any" the google ping works10:39
jwstolkI must hav picked the wrong host name the last time I re-installed ubuntu-server10:40
_rubeni never user vuurmuur myself (only know it by name), cant really help with its config ;)10:40
_ruben'hostname' oughta tell you its hostname10:40
_rubenas do most (bash) prompts10:40
jwstolkit was on the prompt, I just didn't notice it before10:41
achilleshello, I'm trying to restrict ssh access only to one user, I added "AllowUsers MyUser " in ssh_conf but others can access10:41
_rubenachilles: you need sshd_conf10:42
_rubenssh_conf is for the client10:42
achilles_ruben, oh thank you10:43
Ethosserguys anyone know a guide on how to setup ubuntu server to connect to mssql?11:55
Ethossercause all im finding is shit guides that don't work11:56
Ethosserand people doing "freetds ffs"11:56
_rubenfreetds is what a collegue of mine used ages ago, worked reasonably back then (years ago)11:58
EthosserI can't seem to find a guide tho11:58
Ethosserone that works :D11:58
jwstolk_ruben: I think I found my problem (the biggest one at least) the Internet is slightly bigger than just the local sub-net where my ADSL modem is...   I just installed the last nic (5th) and it's going great.12:25
=== ogra_ is now known as ogra
AnRkeyi have url --url http://192.168.254.254/ubuntu/ in my ks.cfg file for my local repo to be used. the installer still looks at http://za.archive.ubuntu.com/ubuntu/... for the packages file though and not my local repos, how can i see why this is happening?12:36
AnRkeykickstart issue12:36
AnRkeysoz :)12:36
_rubenjwstolk: why so many nics btw?12:43
jwstolkseperate wan/lan/home/wifi/dmz12:45
jwstolkit's a firewall :)12:45
_rubenjwstolk: ah .. had some trouble coming up with 5 zones that'd reside behind a dsl link (which tend to be for home usage) :)12:48
jwstolkwe don't need a very fast network12:49
sommermorning all13:16
fevelhi guys13:18
fevelI need to get the first two lines from a file and transform into user and pass on htpasswd13:18
fevelcan anyone give me a hand?13:19
cemcfevel: maybe like this:  head -2 /tmp/testfile.txt | awk -v ORS='' '{print $1":"$2}'13:23
cemcthx13:45
cemc(wrong win)13:45
thefishanyone know dhcpd at all? i have a subnet { with 2 range xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy statements, but these dont seem to be working14:16
=== Gargoyle is now known as Gargoyle|Away
cemcthefish: paste conf please14:25
thefishcemc: you want the entire conf?14:42
thefishthe culprit line is just the range... bit14:42
thefishwas working with just one14:42
_rubenthefish: you need to define a shared-network in order to have 2 ranges for a single interface14:46
thefish_ruben: ok thanks, what is a shared-network14:54
thefishand the ranges are on the same /24 network14:54
thefishits just a non-contiguous space14:54
_rubenthefish: oh .. then shared-network isnt what you're looking for14:57
_rubendo you get any error when loading such a config?14:58
thefishno error14:58
thefishah, it seems now a client got an anddress in the new range :)14:59
thefishand all i did was think "i wish it would work" three times :D14:59
_ruben2nd range wont be used untill first is full14:59
thefishcool, thanks _ruben15:03
cemc[15:23:55] <cemc> fevel: maybe like this:  head -2 /tmp/testfile.txt | awk -v ORS='' '{print $1":"$2}'15:03
fevelim trying something like this15:05
fevelawk '{system("htpasswd -bp "$1" "$2" passwds")}' users15:05
Doonzhey does anyone know what text based browser works well with a linksys router16:06
sommerDoonz: I like w3m, but links would probably work as well16:07
Doonzunfotrtunately they dont render the stupid conguration pages right16:07
Doonzconfiguration*16:07
Doonzive tried: elinks, lynx, links, links2, w3m16:08
sommerDoonz: do they use javascript or something?16:08
axisysi wish ubuntu installation has option to setup a nic bonding during install16:10
axisyswhat is that site where you submit your feature request?16:10
sommeraxisys: probably brainstorm.ubuntu.com16:12
Doonzsommer yeah16:12
axisyssommer: yep.. thats the one.. thnx16:12
sommerDoonz: then I'll bet you're out of luck for using a text browser... at least I don't know of any that can do javascript, but there may be one and I just don't know16:13
sommeraxisys: np16:13
Doonzok16:14
JanCsome versions of (e)links can do (limited) JavaScript16:29
JanChttp://elinks.or.cz/documentation/manual.html#ecmascript16:32
axisysi know x2100 has fake raid nvidia raid.. anyidea if x2100 m2 has similar raid as well17:00
axisys?17:00
yann2?17:01
yann2what's your problem with x2100?17:01
axisysyann2: i don't17:02
axisysyann2: i am wondering if x2100 M2 also have fake raid controller?17:03
yann2define fake?17:03
yann2I've had many disk issues with a x2100 if it has a weird controller that may explain17:03
axisysyann2: https://help.ubuntu.com/community/FakeRaidHowto17:04
yann2weird. don't think I had to do that. I think i must have had a normal raid card17:04
axisyswhen i enabled the raid in bios ubuntu recognized it.. and after installation when i take one of the disk out it remounted the root as read only17:05
axisysno wonder why recommend not to use nvidia fake raid17:05
axisysnow i am installing it again by disabling the raid in bios and installing with software raid17:06
axisyshow do I boot from a livecd iso over the network?17:53
mathiazkirkland: is powernowd still installed by default on -server?17:57
kirklandmathiaz: no17:57
mathiazkirkland: IIRC it wasn't necessary anymore.17:57
kirklandmathiaz: not needed17:57
mathiazkirkland: ok - thanks.17:58
=== Gargoyle|Away is now known as Gargoyle
=== Gargoyle is now known as Gargoyle|Away
Ethosserguys, i'm tar'ing up my intranet on ubuntu18:35
EthosserI can untar if just fine on the box, but when I copy it up to windows it won't open with 7zip or winrar18:35
Ethosserany ideas? XD18:35
simplexioEthosser: tar.gz ? should work in winrar, not 100% about bzip18:39
oCean_Ethosser: don't know anything about windows, but 7zip should do it according to docu. What options to tar do you use? -> creating a .tgz (tar cvfz) ?18:39
Ethosserhttp://pastie.org/private/scqhgnnoinakjxj0ocsqw18:40
Ethosseri've tried with 7zip too18:40
oCean_Ethosser: I really have no idea at all about windows... It could be that the .tgz throws it off. Try tar cvf first, than gzip www.tar - this way you should end up with www.tar.gz - maybe 7zip does know how to handle that?18:42
Ethosserthanks mate, i'll give it a go :)18:43
DeepsEthosser: winrar can handle .tgz, as can winzip18:46
Ethosserhmm18:47
EthosserI thought so18:47
EthosserWonder what's going on18:47
Deepsentirely possible 7zip's just having a baby over the .tgz extention instead of .gz18:47
jerrymcfartsHello, I am having a problem. I am running Folding@home. But it wont shutdown when i tell it too.19:11
jerrymcfartsI am running it manually through a terminal, and I run it in SMP mode. I use the "ctrl+c" to to get back to the bash console, but when I issue "top" the FAHCORE is still running19:12
jerrymcfartskillall FAHCORE and killall fah6 seem to work, my CPU gets relieved, but the processes get reinstated19:12
jerrymcfartsand top shows they are back up and running19:12
jerrymcfartskk 'killall -9 fah6' worked19:13
jerrymcfartsthanks all19:13
jerrymcfarts:-) didn't think about the -9 option until i was typing it out19:14
=== zul_ is now known as zul
axisyshow do I change this line so that I can see the OS from console ? currently I need to connect a monitor to see the grub ..20:46
axisys/boot/vmlinuz-2.6.27-11-generic root=/dev/md0 ro quiet splash quiet20:46
axisysmay be vga=txt ?20:47
giovanifrom console?21:02
giovania monitor is your console21:02
cemcaxisys: you mean thru serial ?21:02
axisyscemc: yes :-)21:07
orudiehow can i make a file executable ?21:09
malakhiorudie: chmod +x file_name21:12
giovanicemc: https://help.ubuntu.com/community/SerialConsoleHowto21:17
giovaniit's more than just working with grub21:17
giovanithat might be a tad out of date -- so use common sense21:17
ScottKcemc: The Dapper clamav backport is done today.  Thanks again for your help.21:17
cemcScottK: that's good news21:25
drbobbcemc: followed your advice, but it still didn't work21:25
cemcdrbobb: about the grub installing thing?21:25
drbobbyeah21:25
drbobbi mean i ran setup from inside grub21:26
giovanisorry cemc, that was meant for axisys21:26
cemcgiovani: yeah, i got it ;)21:26
cemcdrbobb: and did it install correctly?21:26
drbobbnow it finds stage1.5 on the hdd, but gets stuck there21:26
drbobbyeah the message was that it succeeded21:27
drbobbso i'm still stuck with keeping a boot floppy in the fdd all the time21:27
drbobb(not that i need the fdd for anything else)21:27
cemcand you have a simple SATA hdd on sda, and that's it ?21:28
cemcnothing fancy ?21:29
drbobbweird, i've installed linux on ~100 pc's or so, never seen this before21:29
cemcme neither21:29
drbobbwell there is a plain ATA controller, two channels, only thing on it is the dvd/cd21:29
giovanidrbobb: did you try just starting fresh with a new install?21:29
drbobband a onboard SATA in addition to that21:30
drbobbyes it was a fresh install, from the hardy server edition21:30
giovanibut you've just tried to repair since, no? did you try just doing a reinstall since the problem started?21:31
drbobbnope, why should i reinstall21:31
drbobbit works fine, other than grub21:32
giovanibecause you've tried 5 ways of repairing and it's not working?21:32
drbobbonly tried reinstalling grub in 3 different ways21:32
giovani...21:33
giovaniI clearly wasn't trying to be exact21:33
drbobbvia grub-install, and under grub's native shell21:33
giovanithe point being, you've tried every repair method we can think of21:33
giovaniand it hasn't resovled the issue21:33
drbobbright21:33
giovaniso ... it may be time to cut your losses, and try and full reinstall, in case this is some odd problem that won't be fixed with these solutions21:33
drbobbonly other idea i can think of is to try lilo insted21:34
giovani...21:34
giovaniheh21:34
giovanihave fun21:34
=== penguim is now known as alexandrosilva_B
drbobbmy best guess is that maybe the bios is buggy in some way21:35
=== alexandrosilva_B is now known as Alexandro_BA
drbobbcause iiuc grub uses bios calls to load its stuff from the hdd21:35
drbobbi did some stressing of the machine and it seems to be working fine, other than that booting issue21:38
drbobbi mean like a full kernel recompile, and an rsync of a few dozen gigs of data across the LAN21:39
pjsturgeonAnyone know what could be stopping WoL from working? Got ubuntu server 8.10 wired mobo ethernet connection. supports pumbg and is set to g using an init.d script that is working21:51
pjsturgeonusing DHCP and a BT Home Hub router/modem (which is always good fun...)21:51
pjsturgeonnobody wants to get involved with Wake on Lan support? heh22:06
docta_vanyone know of a good batch scheduling system? only thing i can find is this arcane thing called job scheduler22:08
JanCdocta_v: what do you mean by "batch scheduling system"?22:09
dsmith-workReminds me of something on AIX.22:10
JanCdsmith-work: and what did that do?22:11
dsmith-workKind of like a printer queue, and in fact, used a lot of the same machinery.22:11
dsmith-workYou could submit batch "jobs" to it, kind of like cron.22:11
dsmith-workBut it would run them in sequence, not at a specific time.22:12
JanCah, something to emulate pre-multitasking operating systems?  ツ22:12
JanC(j/k)22:12
dsmith-workWell, aix.22:12
JanCI suppose it would need support for priorities and rescheduling and such22:13
docta_vsomething that supports job chains and multiple batch servers22:20
docta_vso if a batch server dies you can rerun the chain on another system, etc.22:20
docta_vor if a chain fails you can rerun with the correct order22:20
maswandocta_v: slurm is the sensible batch scheduler22:23
JanCah, that sounds like you might want to look into some of the cluster-related packages22:23
maswandocta_v: don't know if it does any of the fancy stuff though, but it does batch execution22:24
andolkirkland: What happend to bug #296952? Not enough background from me?22:25
uvirtbotLaunchpad bug 296952 in mysql-dfsg-5.0 "mysqlhotcopy failed on table with hyphen in name" [Undecided,In progress] https://launchpad.net/bugs/29695222:25
docta_vcool i will take a look22:25
kirklandandol: hi there22:27
kirklandandol: actually, i think it was the Alpha Freeze22:28
kirklandandol: i'll get that uploaded22:28
andolkirkland: great22:28
Nafallooooh debdiff22:29
Nafallothat's easy enough :)22:29
Rafael_ebox vs webmin: i am newby and i know everybody says that ebox is supoorted and webmin no, i have play with the 2 and find webmin esier and with more functions that ebox..WHY should i use ebox????22:41
jpds!webmin | Rafael_22:42
ubottuRafael_: webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. See !ebox instead.22:42
Rafael_jpds: can you please elabore a little your answer?22:43
jpdswebmin will probably break your system.22:44
Rafael_thanks22:46
sjad9Sorry for the noob question, but how do I get snmpwalk to show the dskTable?  Right now it just shows very basic system info.22:59
=== jpds_ is now known as jpds
=== jpds is now known as Guest18936
=== MatBoy_ is now known as MatBoy
=== jussio1 is now known as jussi01
areayhow can i setup centralized logins for my network, so that home folders and usernames/passwords are kept on a server?23:49
oh_noesAnyone using the latest ESXi support in vmbuilder from trunk?23:59

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