/srv/irclogs.ubuntu.com/2010/12/20/#ubuntu-server.txt

Bizzehhey, im considering setting up a ubuntu server that all traffic within my business routes through. what would be the best way to disable certain sites for certain ip ranges, or computer names?00:21
qman__AtomicDryad, you need to make a few changes in upstart to get console messages00:23
qman__unfortunately there's no simple switch, you have to modify the plymouth scripts00:24
AtomicDryadHm, in hardy desktop I had to mangle plymouth files in initramfs-tools or such00:25
AtomicDryadyeah00:25
qman__in hardy it's easy00:25
qman__just remove quiet splash from the boot line00:25
qman__but from karmic on, that doesn't work00:25
AtomicDryadIt's a pita, I was hoping someone created a .deb fix00:25
AtomicDryadI meant lucid00:25
AtomicDryadthe 10.4 LTS one00:26
qman__you need to modify /etc/init/plymouth.conf and /etc/init/plymouth-splash.conf00:26
qman__in both, you need to comment this line00:26
qman__exec /bin/plymouth show-splash00:26
AtomicDryadReally, if the stupid thing would tail -f boot.log it would be fine (not counting the issues with things getting there in the first place )00:26
AtomicDryadYeah00:26
AtomicDryadtook out attach-to-console00:27
AtomicDryador whatnot. it's been awhile00:27
AtomicDryadAre they planning to return to sanity in 11.x...or 12 or 13.. ?00:28
qman__unfortunately, not that I'm aware00:28
AtomicDryadThey're turning their distro into a joke as far as using it for Serious Business on the Internet(tm)00:29
AtomicDryad=[00:29
Richkhi00:39
RichkIs it possible to run ASP.NET website on ubuntu-server?00:40
Richkare there anyone can answer to my question?00:45
DatzRichk: it is pretty slow here sometimes00:50
DatzRichk: http://forum.siteground.com/showthread.php?7007-Is-it-possible-to-run-ASP-under-LINUX00:51
Datzlook at the last post00:53
RichkDatz: looking...00:54
RichkDatz: I could not find relevant info, but thanks. I know you can write and run ASP.NET code as a developer, but is it possible to run a website created in asp.net and c# on ubuntu server?01:00
Richkit is possible on suse linux01:00
Richkbut too expensive01:00
Richkso my question is can I do the same as this:  http://www.novell.com/products/mono/ on ubuntu server?01:02
DatzIf you can run it on linux, you can run it on ubuntu server if my logic is working01:02
RichkDatz: Unfortunately it will work only on Suse Enterprise01:05
DatzRichk: might do some research. It looks like it is possible01:10
RichkDatz: thanks01:10
=== bastidrazor is now known as don
=== don is now known as donC
=== donC is now known as DonC
=== DonC is now known as donaldC
=== donaldC is now known as Coleman
=== Coleman is now known as crazychicken
axisyscan someone tell me specs of this card? http://pastebin.com/gXmQapen03:50
axisys(learning)03:50
axisyssorry I hit /quit by mistake..03:51
axisysstill like to find out the spec of this card http://pastebin.com/gXmQapen03:52
twbaxisys: define "spec"04:01
axisystwb: bus speed/ io speed/ cache size04:02
twbaxisys: ask the vendor04:03
axisystwb: ok.. so lspci did not have that info04:04
axisys?04:04
twbaxisys: call Adaptec and ask them.04:04
qman__lspci only gets the information the device reports to it04:05
qman__the information you seek is not reported by the hardware04:06
qman__find the manual or call adaptec04:06
axisystwb, qman__ : ok04:09
axisysso any info in lspci can tell me what card I should search for in adaptec site?04:09
qman__unlikely04:10
qman__at least not with a simple search04:11
qman__lspci gives information about the chipset, while vendors use product model numbers04:11
qman__unless someone has already made that relation online you're going to have trouble finding out what model it is that way04:12
twbaxisys: all you have is "Adaptec AAC-RAID (rev 09)"04:13
axisysthis is the card04:13
axisyshttp://www.sun.com/storage/storage_networking/hba/raid/raid_internal.pdf04:13
AtomicDryad...unsurprisingly, upgrading to 10.x in a virt broke something. And the moronic splash boot crap clears away helpful messages that are apparently too confusing or something ><04:58
uvirtbotNew bug: #692424 in whois (main) "Please merge  whois 5.0.10 (main) from debian unstable (main)" [Undecided,New] https://launchpad.net/bugs/69242405:06
=== transplanetary_f is now known as authenticos
twbAtomicDryad: tell me about it :-/05:19
twbAtomicDryad: what virtualization technology?05:19
AtomicDryadThey intentionally put in a clear screen command. WTF05:19
AtomicDryadAnd not only that, but plymouth fails to log boot msgs even after fixing the original issue05:20
AtomicDryadcolinux05:20
AtomicDryadApparently openvz and xen etc have issues too05:20
twbYeesh, I've never even heard of that one05:20
AtomicDryadIt's like usermode but on windows05:21
twbOh, it's some windows thing05:21
AtomicDryadYeah, faster than cygwin and less of a pig than vbox/vmware/qemu05:21
AtomicDryadIt's been a long time since 10.4 came out...and noone has come up with a demoronizer for it?05:22
twbMost of my stuff runs headless05:22
AtomicDryadYeah, this usually does05:22
twbI assume you've already removed "quiet splash" from the bootloader in your domU -- assuming your domU even steps throught a bootloader?05:22
AtomicDryadBootloader? Screw that shit, on 10.x it's probably just as fracked as init has become05:23
twbSo: you are not running a bootloader?05:24
AtomicDryadBut yeah it's an executable kernel, so no bootloader is needed05:24
twbYou're directly the kernel and ramdisk to colinux to boot?05:24
AtomicDryadThe kernel+modules are not provided by ubuntu05:24
twbSo colinux is directly invoking /sbin/init ?05:24
AtomicDryadThere's a small initrd05:25
twbIf you aren't running stock Ubuntu kernel and initrd, there isn't much I can do about them05:25
twbThe splash code lives, at least in part, in the stock ramdisk.  I don't know what will happen if you remove that part05:25
AtomicDryadEh, the point of failure was past that05:25
AtomicDryadOrly? Hm. Odd.05:26
twbYeah, IIRC it even copies libgtk2 in there :-/05:26
AtomicDryad..........05:26
AtomicDryadYou're not serious05:26
twbI am05:27
AtomicDryadwtf05:27
AtomicDryadOkay. It's offensive enough on a desktop distro for grandma05:27
AtomicDryadBut...if they're stuffing megabytes of useless crap into initrd...05:27
AtomicDryadOn a server distro..05:27
AtomicDryadoy05:28
twbssh omega zcat /initrd.img | cpio -t | grep gtk05:28
twbI can't see it... might only happen when the fancy-pants plymouth theme is installed05:28
AtomicDryad[root@vm]/boot# zcat initrd.img-2.6.32-26-generic |cpio -t|grep -i gtk05:29
AtomicDryad36441 blocks05:29
AtomicDryadyeh05:29
twbNope, I can't see it even in a fully desktop 10.04, so  Idunno05:30
twbGuess I was just misreading /usr/share/initramfs-tools/**plymouth05:30
AtomicDryadbusybox+klibc on the default one05:30
twbOops, I was looking at an 8.04 desktop05:30
AtomicDryad:-O05:31
AtomicDryadHas anyone even made a guisplash that shows scrolling messages? I know fedora had it. Or something.05:32
twbYou can hit ESC and it'll echo the entire dmesg output to the screen, IRIC05:32
AtomicDryadThey should use that space for a mini rescue distro05:32
AtomicDryadwith networking/sshd. >.>05:33
twbAtomicDryad: you have networking in an Ubuntu ramdisk.05:33
twbActually, I tell a lie -- ubuntu's busybox is cut-down compared to debian's...05:33
twbDebian's busybox even has an httpd05:33
AtomicDryad....and a getty spawning on failures...05:33
AtomicDryadSo does the one on my phone :P05:34
twbEr, no.05:34
twbIt has a *shell* that spawns on failure (or when booting with "break").05:34
AtomicDryadWhat, ubuntu?05:34
twbBoth ubuntu and debian do.05:35
AtomicDryadHuh. I didn't get a shell. Just clearscreen+hi I'm plymouth, BLEEEAARGHH (segv)05:35
twbAtomicDryad: you already admitted you were using a non-standard ramdisk05:35
twbYou may have to chvt to tty1, or wherever you've placed /dev/console.  IIRC there's a known bug in 10.04 where plymouth doesn't do that automatically when appropriate05:36
AtomicDryadYeah, but getty/shell on failure needn't be just in initrd05:36
AtomicDryad:P05:36
twbAtomicDryad: there's also one that's post-initrd, but that's done by upstart, and I don't trust it.05:37
AtomicDryadConsidering it's a virt that wouldn't be an option.05:37
twbIn /etc/init/mountall-shell.conf, and a few other places05:38
AtomicDryadUpstart is hella(tm) fast. Impressive but so far the entirety of the new boot/init/eyecandy process seems rather untrustworthy, yeah05:38
AtomicDryad(I've also tried it on a real system. No failure, but offensive nonetheless)05:39
AtomicDryadHm, what's /bin/sh supposed to be on 10.4? bash or dash?05:41
twbIMO it is not significantly faster than startparized Squeeze05:41
twbIn all active versions of Ubuntu it should be dash, IIRC05:42
twbcertainly in 10.04 it should be dash05:42
AtomicDryadkk, just making sure05:43
AtomicDryadsh.distrib was pointing to bash05:43
twbdash probably dpkg-divert's it05:44
twbhysterical raisins05:44
twbIMO bash should depend on dash, not the other way around05:44
AtomicDryadIt is that way05:48
twbYou're right.05:51
twbbash is still Essential: yes, though05:51
twbThat means packages are allowed to implicitly Pre-Depends on it.05:51
AtomicDryadconsolekit looks utterly useless, but let me guess...removal = armageddon?05:52
AtomicDryadWell, there's some things that may need bash's functionality05:53
AtomicDryadlike cygwin apt05:53
AtomicDryad>.>05:54
AtomicDryadDunno of anything on an actual linux system though05:55
twbAtomicDryad: did you install ubuntu-minimal, or a full desktop?05:57
twbBecause if you want a desktop, this is the wrong channel.  And if you don't, consolekit shouldn't have been installed...05:57
AtomicDryadI upgraded from a server 9.04 ext3 img :P05:59
twbconsolekit is only pulled in by GUI stuff, so obviously you screwed up somewhere05:59
AtomicDryad...FFFFFFFFUUUUUUUUUUUUU06:00
twbIt certainly isn't installed on my 10.04 systems created by installing from a 10.04 debian-installer ramdisk06:01
AtomicDryadYeah. forgot to '-m server'  9.10->10.406:01
AtomicDryadThat should be default though...?06:01
twbI don't know, man. dru is for schmucks06:09
AtomicDryaddru?06:13
twbdo-release-upgrade06:18
AtomicDryadEh, it worked for the most part. Not that familiar with ubuntu, but it's repos are a great temptation06:22
ScottKtwb: It's the upgrade method that we test the most and is the most supported.  Please don't tell new people not to use it.06:26
twbSorry.06:26
twbI was bitching because I've never once seen it work06:27
ScottKOK.  I've never once seen it fail.06:27
ScottKUpdating sources.list, apt-get update, apt-get dist-upgrade should also work, but they put special case code to work around problems in d-r-u so it's best for most people to use it.06:28
AtomicDryadNo issues here, save for one caused by the way I'm running things, and the installation of halfassery06:39
AtomicDryadIs anyone aware of a fuse/unionfs-ish overlay that provides symlinks on filesystems that don't support it?06:42
AtomicDryadLike umsdos did for fat06:42
twbAtomicDryad: you could just write one06:45
AtomicDryadYeah I've been considering that06:45
twbSuch a fuse filesystem is pretty trivial -- have a look at rofs, for example06:45
twbThe HFS+ drivers do such a thing internally for *hard* links06:46
AtomicDryadCould probably even translate win32 *.lnk files06:46
twbAtomicDryad: note that NTFS supports symlinks natively, so .lnk files are really legacy.06:46
AtomicDryadI don't think cofs (mounts a path from hostos) provides any clue in regards to those06:48
twbHumph, colinux doesn't simply translate syscalls?06:49
twbThat's essentially what OpenVZ/LXC do06:49
AtomicDryadjunctions aren't symlinks afaik06:50
AtomicDryadthey're symlink-ish? Not sure.06:50
twbI don't pretend to understand; I don't really deal with Windows.06:50
twbPresumably the POSIX.1 against which NT4 was certified predated symlinks in POSIX.106:51
AtomicDryadhttp://en.wikipedia.org/wiki/NTFS_reparse_point06:54
twbI wonder how cross-volume hard links work... presumably reference-counting is not feasible...07:01
=== fenris is now known as Guest79815
=== Guest79815 is now known as ejat
=== jussi01_ is now known as jussi
eagles0513875|2hey everyone08:59
twbPlease explain how I'm supposed to non-interactively reconfigure ldap-auth-client's debconf entries: http://paste.debian.net/102809/09:16
* twb grovels through the flipping postinst by hand :-/09:18
twbGRRR09:26
twbIf I cheat and just invoke "/var/lib/dpkg/info/ldap-auth-config.postinst configure" directly, it works09:26
=== fenris is now known as Guest75398
rigvedhi everyone10:06
rigvedi get this error when i start my ubuntu server in virtualbox - SMBus address uninitialised: Upgrade BIOS or use force_addr=0xaddr10:07
rigvedis there some thing wrong here?10:07
rigvedcan anyone help me with my problem? ^^10:11
N2Deeprigved: I think you can ignore that, unless it stops your virtual machine from booting.10:20
N2DeepI have seen it before, did not affect me.10:20
rigvedN2Deep: i think that only the first time i booted that i couldn't continue. otherwise every other time it booted fine. i was asking because it shows up every time. thanx for your help10:22
=== remix_auei is now known as remix_tj
=== unreal_ is now known as unreal
serardhello11:13
serarddoes someone can help me with bugzilla and charset encoding ?11:13
pmatulis!ask | serard12:31
ubottuserard: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)12:31
serard:)12:41
altergolHi, I'm trying to create a virtual machine on a newly installed (lucid) host but I get the following error: "W: Failure trying to run: chroot /tmp/tmpqXQAmV mount -t proc proc /proc" ... the full vm creation command is here: http://ubuntu.pastebin.com/KEYW772M12:46
altergolGoogling the error seems to indicate something is wrong in debootstrap but this is as far as I can go to debug the problem12:47
altergolAny help with this?12:48
LoganPhyvegood morning, all13:06
LoganPhyvelooking for some help: Have Zimbra Mail running on Ubuntu server 8.04.4 LTS, in a VMware 3.5 ESX box. Using VMware standalone coverter to try and migrate it to a much more powerful machine. Every time I try, the transfer completes but I have no network connection. ifconfig only shows the loopback connection. any idea how to add te VM virtual network adapter back to the OS?13:08
remix_tjLoganPhyve: very easy13:12
remix_tjif you do ifconfig -a13:12
LoganPhyveit does show the adapter doing that13:13
remix_tjyou can see the new interface13:13
LoganPhyvei can see it ( I have it disconnected in ESXi since the old machine in the ESX box is still running) so it's not connected to my network at the moment...13:14
LoganPhyveso what would I do (after enabling the connection in ESXi) to get it to connect to the network?13:15
LoganPhyvei think i answered my own q, it shows as eth0 and /etc/netwok/interfaces shows eth0...13:16
remix_tjLoganPhyve: take a look to /etc/udev/rules.d/70-persistent-net.rules13:16
remix_tjthere is a row with the old mac address13:16
remix_tjand another with the new mac13:16
remix_tjremove both13:16
LoganPhyvealright13:16
remix_tjat the boot the eth0 will be configured to the correct adapter13:17
LoganPhyvesounds great, thank you very much remix_tj13:17
LoganPhyveunfortulatly I'll have to wait until next weekend or midnight this week to try it, since I can't take our mail server offline at the moment13:18
LoganPhyvebut thanks again for the tut13:18
remix_tjLoganPhyve: i migrated about 30 linux box from an ESX server to another, i'm so skilled about it :-D13:19
LoganPhyveheh, I guess so!13:19
LoganPhyvei'm replacing a lot of the older stuff, but this is one machine i'm not messing with at the moment13:20
LoganPhyvethe last guy that worked here had no clue what he was doing and set things up extremely poorly13:20
LoganPhyvehe's got our mail server running on an ancient dual-chip server, but it has 1 vCPU, 2gb of ram, and 250gbs of flat disk13:21
LoganPhyveI'm moving it over to a 4 vCPU setup, 3gb of ram (all I have at my current disposal) and 1 Tb of Raid5 storage13:22
LoganPhyvea much needed performance boost.13:22
=== fenris is now known as Guest44826
=== Guest44826 is now known as ejat
altergolAnyone to give me advice on my problem with vmbuilder ? (see complete command line here http://ubuntu.pastebin.com/KEYW772M) I get the following error: "W: Failure trying to run: chroot /tmp/tmpqXQAmV mount -t proc proc /proc"  ... ?13:32
pmatulisaltergol: how is your disk space?13:33
altergoldisk space is fine: 1,3 free on the host13:33
altergolthe host is a newly installed lucid13:33
pmatulisaltergol: have you used this exact creation method in the past?13:34
altergolyes, on my desktop machine it works fine13:34
altergolbut not on this server13:34
hallynaltergol: nothing else in the logs?  No -EPERM or -EACCESS or -EINVAL or anything?13:34
altergolI also tried to update vmbuild using the daily build ppa because I've seen that the version in lucid is outdated ... no luck13:35
altergolnothing in the logs, I just checked ...13:35
hallyn/var/log/apparmor/*.log?13:36
hallynwell, shouldn't be13:36
hallynaltergol: so what happens if you try that command by hand?13:36
altergolsame result if I try it by hand13:37
hallynand 'strace !!' ?13:38
altergolstrace !! -> http://ubuntu.pastebin.com/23h2U3Kk13:39
pmatulisaltergol: using sudo?13:40
altergolno, this is launched after a "sudo su"13:40
altergolhallyn: /var/log/apparmor/ is empty13:44
ttxDaviey: ping13:46
altergolpmatulis: thanks a lot for your help ... I guess I'll have to resort to virt-install13:47
Davieyttx, hey13:48
Ferhathi, what's the latest ubuntu server version that supports mysql4?13:48
jdstrandaltergol: fyi, apparmor denials are in dmseg and kern.log (/var/log/audit/audit.log if it is installed)13:48
ttxDaviey: about the task forces spec, was wondering if you needed more from me at this point13:48
ttxjdstrand: o/13:48
FerhatI'm trying to get mysql 4 running on ubuntu server for some old software13:49
Davieyttx, No, sorry - i plan to get things moving this week.13:49
jdstrandhi ttx! how are you?13:49
ttxDaviey: ok, no hurry :)13:49
hallynaltergol: uh, please try 'strace -f chroot /tmp/tmpqXQAmV mount -t proc proc /proc13:49
Davieyttx, Although - with xmas on our back, it might not get much traction until next year. :/13:49
ttxjdstrand: Very well, thank you. Stil busy learning new projects and codebases13:49
ttxDaviey: np, was just making sure I didn't miss a request from you to unblock you13:50
Davieyjdstrand, I think what he mean't to say - "I'm living the dream".13:50
Davieyttx, invent the 25th hour in a day? :)13:50
hallynjdstrand: oh, thanks.  how come theyr'e not copied into /var/log/apparmor/err?13:50
altergolhallyn: http://ubuntu.pastebin.com/aCELv2Ke13:51
jdstrandDaviey: I thought we were living the dream?13:51
hallynaltergol: thanks.  and what does /proc/self/status show?13:51
hallynaltergol: permission is denied, so question is why13:52
jdstrandhallyn: I'm not sure what /var/log/apparmor is-- possibly something for yast13:52
hallynjdstrand: eep! :)13:52
jdstrandhallyn: the messages come through the kernel's audit facility. we could rsyslog it over I suppose...13:52
Davieyjdstrand, Your dream must be better than mine :P13:52
* jdstrand likes his dream13:52
hallynjdstrand: i'm missing austin, lemme tell you.  Showed up in chicago to find heater is broken with 10 degree lows :)13:53
altergolhallyn: am I supposed to "run" /proc/self/status ?13:53
hallynaltergol: cat /proc/self/status13:53
jdstrandhallyn: yikes!13:53
hallynaltergol: and maybe 'quota' for good measure13:53
jdstrandhallyn: I sure don't miss western NY myself :)13:53
hallynwe should get some more pretty snow tonight, at least13:54
altergolhallyn: cat /proc/selft/status => http://ubuntu.pastebin.com/NwKL7rWu13:54
jdstrandthat sounds nice13:54
jdstrandwe have some light rain here, atm13:54
hallynthat sounds nice :)13:54
jdstrand:)13:54
altergolhallyn: quota returns with no output (installed via apt-get install quota)13:55
hallynaltergol: can you please file a bug?  I'll try to reproduce on a stock 10.04.1 lucid machine13:56
altergolhallyn: sure, thanks for you help13:56
hallynmp13:57
pmatulisaltergol: what else is this server doing besides acting as kvm host?13:57
pmatulisaltergol: other customizations?  services?13:57
altergolpmatulis: absolutely nothing yet, the server is brand new13:57
highvoltageanyone here who doesn't use htop?14:47
hallynhighvoltage: uh, wha?  i rarely do...  fwiw14:55
hggdhDaviey: you took vector offline on Hudson?14:58
hggdhand good morning :-)14:58
Davieyhggdh, no, seems i need to manually reload it daily :/14:58
Davieyhggdh, god afternoon btw :)14:59
Davieygood*14:59
hggdhDaviey: thanks15:04
marcrierahi, does anyone know how to launch startup scripts on ubuntu like GPO scripts are launched on windows?15:05
Davieyhggdh, I had to hack the timeout to be 3 hours, as all tests were failing15:05
hggdhDaviey: I wonder if we should set the timeout per machine, as opposed to a generic15:06
Davieyhggdh, Might make sense, but seems they are all failing anyway15:06
hggdhDaviey: even more, it is a collection of quite different hardware (mine, for example, is a iCore7, yours is a i386, etc), with different clock speeds15:07
Davieyah yes15:07
=== JanC_ is now known as JanC
crazedhm, does 10.04.1 server edition not load virtio drivers for blk/net?15:48
crazedi can only seem to get virtio_balloon15:49
=== cradek_ is now known as cradek
i0nichow can I make csf firewall run at start, is the best way to do this with runlevels? /etc/rc files?16:39
c0nv1cti0nic, that is the proper way to run services, yes16:42
i0nicanyone using csf firewall?16:49
LowValueTargetwhats the best method to log each command someone runs while logged in via ssh16:49
LowValueTargetsomething i can send off to another box via a remote logging facility16:49
c0nv1ctLowValueTarget, http://www.techsutram.com/2009/12/bash-shell-logging-technique.html16:51
c0nv1ctLowValueTarget, that work?16:51
eagles0513875hey RoyK you around bud?16:55
raubvogelDoes anyone know why the ubuntu packages have dovecot 1.X while 2.X has been out?16:57
eagles0513875raubvogel: give me a sec to ssh into my server16:57
eagles05138752.x i think raubvogel16:57
eagles0513875raubvogel: you on lucid16:58
eagles0513875lucid has 1.2.916:58
raubvogelWould you know its package name,  eagles0513875? What I saw was 1.2.9 (http://packages.ubuntu.com/lucid-updates/dovecot-common) all the way to 1.2.15 (http://packages.ubuntu.com/natty/dovecot-common)16:59
raubvogelAnd, yes i am using lucid since this is a server16:59
pmatulisraubvogel: um, v2.0.8 was release Dec 3.  what do you expect?17:00
hggdhraubvogel: debian has 1.2.15 (as Natty). We will most certainly sync/merge when it is available from Debian17:00
raubvogelOk, I can take that; it is the same that, say, gentoo offers.17:01
pmatulisyes, the 2 series first appeared in August17:01
hggdhraubvogel: you can also use rmadison to find what versions are available for a package on Ubuntu and/or Debian17:02
=== luis__lopez is now known as luis_lopez
eagles0513875raubvogel: on ubuntu its split into dovecot-imapd or dovecot-pop3d17:09
eagles0513875depeds what you want to use imap or pop 317:10
eagles0513875i pulled the dovecot-imapd and set it up with postfix17:10
eagles0513875hggdh: can do apt-cache search dovecot-imapd as well or pop3d17:10
eagles0513875and that will work17:10
raubvogelMakes sense. I too installed dovecot-imapd since I have no desire to use pop317:11
raubvogelRight now just converting some old configs to new17:11
eagles0513875raubvogel: then in the dovecot config you can have it use only imap and imaps  or just imaps17:12
eagles0513875!dovecot17:12
ubottuIMAP and POP are protocols for fetching email. The officially-supported server in Ubuntu is Dovecot (packages "dovecot-imapd" for IMAP, and "dovecot-pop3d" for POP) - See also !MailServer for information on the SMTP protocol17:12
eagles0513875!mailserver17:12
ubottuUbuntu supports the Simple Mail Transfer Protocol (SMTP) and provides mail server software of many kinds. You can install a basic email handling configuration with the "Mail server" task during installation, or with the "tasksel" command. See also https://help.ubuntu.com/community/MailServer and https://help.ubuntu.com/10.04/serverguide/C/email-services.html17:12
eagles0513875raubvogel: if you need to reference the wiki google search dovecot ubuntu wiki17:14
eagles0513875raubvogel: have you worked with dovecot-antispam package?17:17
jordandevhello everyBody17:18
SpamapShello jordandev17:19
jordandevany expert for PXE deplyment of Ubuntu in  cluster?17:19
jordandevhello SpamapS :-), thanks17:20
SpamapSjordandev: kirkland is particularly well versed in that, but I believe he's on vacation so may not be very responsive.17:21
SpamapSjordandev: still, why don't you just ask your question, maybe we can help?17:21
jordandevi tried this17:21
jordandevhttps://help.ubuntu.com/community/AutomatedNodeDeployment17:21
jordandevon the node boot he can get the IP@17:22
jordandevso the DHCP is OK17:22
jordandevbut he faild on trying to load the pxelinux.cfg/default17:23
jordandevsimple question17:23
jordandevany idea about the best/clear tutorial/HowTo ?17:23
jordandev:-)17:23
altergolhallyn: I found the solution to my problem, not related to vmbuilder ... the problem was that grsecurity patches were preventing vmbuilder from mounting /proc ... with a kernel on the host without grsecurity all is fine17:25
hallynaltergol: i see17:26
SpamapSjordandev: can you be more specific when you say that it failed on trying to load pxelinux.cfg/default ?17:29
jordandevTFTP prefix: Trying to load : pxelinux.cfg/defalut17:30
jordandevBoot Failed: press a key to retray17:31
jordandev...17:31
JordiGHI need to backport a newer zabbix to hardy. What would you recommend? I tried using the hardy source package with uscan (package didn't build), I tried looking in hardy-backports (newer version isn't there), I'm considering attempting using Debian's lenny-backports.17:31
jordandev@SpamapS: thats the problem, i dont have more message17:34
jordandevthats all what i get17:34
jordandev:(17:34
jordandevis this https://help.ubuntu.com/community/AutomatedNodeDeployment the best HowTo ?17:37
JordiGHOkay, I guess this might help me: https://launchpad.net/~mario-sitz/+ppa-packages17:37
SpamapSjordandev: it looks ok, though that makeHeadNode script is pretty giant to be pasted.17:38
jordandev:)17:39
JordiGHHm, wtf. He says he uploaded it to hardy backports, but apt-cache policy disagrees that such a version of zabbix exists. I wonder if I'm misusing backports?17:40
SpamapSJordiGH: was it new to backports? Might have to clear an archive admin.17:41
JordiGHSpamapS: Yeah, it's not here: http://packages.ubuntu.com/hardy-backports/net/17:44
JordiGHBut it is here: http://packages.ubuntu.com/hardy/net/zabbix-agent17:44
JordiGHSo you suggest I nudge an admin?17:45
LowValueTargetc0nv1ct: that url es no work17:47
LowValueTargetcached copy worked though17:47
LowValueTargetthanks17:47
c0nv1ctweird, works for me17:47
LowValueTargetc0nv1ct: http://bit.ly/hiDnaP17:48
SpamapSJordiGH: dunno.. it may just take a while to hit the archives. I'm not entirely sure of how backports works17:51
JordiGHHm, I guess I can use his ppa directly.17:55
jordandevany feedback regarding that http://fai-project.org/ ?17:56
SpamapSjordandev: we just recently evaluated it, and it is somewhat complicated17:57
SpamapSjordandev: we're working on getting cobbler to deploy ubuntu in natty actually17:57
jordandevcool17:57
jordandevand where are you on that now?17:58
jordandevsuccess?17:58
SpamapSjordandev: not quite there yet, but getting close :)17:58
jordandevperfect17:58
jordandevany link so i be notified if you have any news? ;-)17:58
SpamapSjordandev: by the end of natty alpha 2 we expect to have it deploying ubuntu and fedora from ubuntu and from fedora17:59
SpamapSjordandev: we'll send an email to the ubuntu-server mailing list for sure17:59
jordandevperfect17:59
SpamapSjordandev: should go into universe soon.. when that happens, we'll be calling on people to test and report bugs17:59
JordiGHExcellent, habemus Zabbix.18:00
JordiGHAnd I got the package source if I need to compile it differently.18:00
JordiGH\o/18:00
jordandev@SpamapS: i git it a try (Cobbler)http://terrarum.net/administration/cobbler.html  http://terrarum.net/administration/deploying-ubuntu-with-cobbler.html18:02
jordandevbut unfortunately without succees18:02
JordiGHOh, hahah, Zabbix links with OpenSSL, GPL violation, lololol.18:02
JordiGHOh, great, the zabbix packaging is broken. :-/18:06
JordiGHFor hardy at any rate, doesn't package some javascript libraries.18:07
jordandevSpamapS: small question: can you deploy Ubuntu using Cobbler (Cobbler installer on CentOS or Fedora)?18:07
jordandev(Cobbler installed from CentOS or Fedora)?18:07
SpamapSjordandev: I believe it works for some, but we haven't been able to make it.18:07
jordandev:((18:08
jordandevin this link he sais he was able to do it http://terrarum.net/administration/deploying-ubuntu-with-cobbler.html18:08
SpamapSjordandev: yeah, its just not ready yet. Soon. :)18:09
jordandevi see18:09
DavieyJordiGH, I'm using zabbix on lucid and it works for me.18:15
JordiGHDaviey: Yeah, I'm on Hardy.18:16
jordandevthank you SpamapS18:16
jordandevso your advice is to wait Cobbler to be compatible with ubuntu18:16
JordiGHDaviey: It's just an old package. I decided to try someone's ppa backport, and the backport is broken. Very mildly, though, just missing prototype and scriptaculous.18:16
JordiGHI bet I can get away with just grabbing those two debs.18:16
* JordiGH can't imagine how javascript libraries could have complicated binary dependencies.18:17
DavieyJordiGH, okay18:17
jordandevSpamapS: is it?18:17
Davieyjordandev, RE, PXE - what tftp server are you using?18:18
SpamapSjordandev: well, no, the howto you originally followed should work fine.18:18
jordandevSpamapS: tftpd-hpa18:19
SpamapSjordandev: Daviey asked. ;)18:19
jordandevah i see :-)18:20
Davieyjordandev, Have you tried using tftp from tftp-hpa to do a get?18:20
jordandevi will give it a try18:20
Davieyjordandev, ie, $ tftp $IP_ADDRESS -c get pxelinux.018:21
Daviey(IIRC it does overwrite local files without warning!)18:21
SpamapSwom 2018:22
SpamapSdooh18:22
jordandevDaviey: nothing work now :(18:37
jordandevi used that https://help.ubuntu.com/community/AutomatedNodeDeployment18:37
jordandevso after removing tftpd-hpa18:38
jordandevand installing tftp18:39
jordandevit doesnt work18:39
jordandevthats it18:39
cjwatsonhggdh,Daviey,et-al: dpkg 1.15.8.7ubuntu1 uploaded, should hopefully be faster for you guys18:49
hggdhcjwatson: fantastic, thank you!18:49
Davieycjwatson, \o/19:09
Davieycjwatson, I'll consider that an xmas present :)19:09
=== aurigus_ is now known as aurigus
bluethundrfor some reason even tho pssh is installed it refuses to function19:34
bluethundrhttp://pastebin.ca/202473519:34
bluethundranyone have any insight into how to solve this issue?19:34
pmatulisbluethundr: i guess the pssh command is not in the PATH (of the root user)19:35
pmatulisbluethundr: do 'which pssh; echo $PATH'19:36
RoyKwtf is pssh?19:37
bluethundrparallel ssh19:37
pmatulis!info pssh19:37
ubottupssh (source: pssh): Parallel versions of SSH-based tools. In component universe, is optional. Version 2.1.1-1 (maverick), package size 27 kB, installed size 196 kB19:37
bluethundra way to issue commands to a group of machines at one time via ssh19:38
RoyKah19:38
bluethundrwhich don't know diddly about pssh19:38
bluethundrand locate does not show anything outside my user directory tho my system claimed it was successfully installed via aptitude19:39
i0niceverytime I try to generate a gpg key on my server it says it needs more data19:39
pmatulisbluethundr: ah sorry, i think which bases itself on the PATH19:39
i0nicwhat can I do in the background to get enough data going?19:39
bluethundrthat's ok :)19:40
pmatulisbluethundr: so just use sudo instead19:40
bluethundrsudo is hosed at the moment, I'll get around to fixing that later (it's an ldap thing)19:41
bluethundrat the moment I'm su'd into root19:41
pmatulisbluethundr: so do '/usr/bin/pssh'19:41
=== colonel_panic is now known as iceflatline
bluethundrpmatulis, it was actually named /usr/bin/parallel-ssh19:49
bluethundrwhich is a bit wordy for my tastes19:49
bluethundrso I just ln -s to /usr/bin/pssh and it seems ok now19:49
bluethundrthanks for your help19:49
pmatulisbluethundr: ok, keep on truckin'19:49
bluethundrpmatulis, right on, you too19:49
=== ahs3 is now known as ahs3-afk
RalchevGuys, do you have any idea how to disable ipv6?20:16
pmatulisRalchev: some sysctl option20:16
SpamapSRalchev: is there something broken about having it on?20:17
RalchevSpamapS, it seems that I cant connect to my db while trying to execute a .sh file, someone said it may be because of ipv620:18
Ralchevits like http://paste.ubuntu.com/546067/20:19
SpamapSRalchev: ah, I don't see how that suggests ipv6 is at fault.. but I'll take your word for it. :-P20:21
RalchevSpamapS, dunno rly20:22
=== ahs3-afk is now known as ahs3
axisyswhat is the correct syntax to add this into fstab?21:32
axisys/dev/md10 on /opt/splunk type ext4 (rw)21:32
axisysdo I need to use UUID instead of /dev/md10 ? how do I get that ?21:41
remix_tjaxisys: blkid /dev/md1021:42
axisys/dev/md10: UUID="9b3de848-b6e7-4c6b-9659-89875da35403" TYPE="ext4"21:42
axisyscool!21:43
axisysso I use blkid instead ?21:43
axisysremix_tj: ^21:43
remix_tjyes21:43
remix_tjthe UUID is better21:43
axisysthis entry looks kosher in fstab ?21:44
axisysUUID="9b3de848-b6e7-4c6b-9659-89875da35403"     /opt/splunk     ext4    defaults        0       021:44
remix_tjaxisys: maybe :-)21:45
axisysremix_tj: thanks21:45
=== erichammond1 is now known as erichammond
LowValueTargetSo say user1 SSHs into server1 then SSHs into server2 from server1. Is it possible to record commands to server1 that user1 executes int the server1 => server2 SSH session?22:17
remix_tjLowValueTarget: no, the commands sent to server2 from server1 are registered only con server222:20
LowValueTargetremix_tj: ok, what about using server1 as an SSH proxy of sorts then and having user 1 connect from serverA to server2 /through/ server122:21
LowValueTargetim jsut trying to create some sort of audit trail without having some program or agent installed on every target computer22:21
remix_tjuhm, i think you should use ssh a proxy but i don't know how22:22

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