/srv/irclogs.ubuntu.com/2011/06/17/#ubuntu-server.txt

paranoidias a kernel parameter?00:00
WinstonSmithmenu.lst?00:00
RoyKparanoidi: just add it to the bootup00:01
RoyKF6 if on the installer00:01
paranoidiit's already running system00:01
WinstonSmithi thought that was the old grub?00:01
paranoidiand yes, still running old grub00:01
WinstonSmithah ok :)00:01
WinstonSmith\o/00:02
paranoidithe new one looks much more confusing :)00:02
RoyKparanoidi: just add it to the kernel line00:02
paranoidiRoyK: I'll try next time I boot, time for sleep soon00:02
WinstonSmithi never understood how you can go from easy understandable to such a crap as the new grub....00:02
paranoidiyeah, I lost all desire to switch after reading about it for 10 minutes00:03
WinstonSmithone of the great points of linux for me was always the readable config files00:04
paranoidianyway, this graphics mode is least of my worries, much worse is the fact that my crappy RocketRaid 2340 is not working anymore since some moron (me) accidentally uninstalled the kernel it was working with ..00:05
paranoidiI had about 10 different kernel versions so I thought to clean up a bit ..00:05
WinstonSmithwell new grub has it too but totally complicated plus you have to run update-grub every time you change something... :(00:05
WinstonSmith\o/ for uninstalling stuff and wishing later one had just shot himself in the foot00:06
paranoidiI was under assumption that it would've been supported with latest kernel instead of that propietary crap but apparently not .. so I'm SOL00:06
paranoidiand I'm 99% sure it will not go into latest kernel00:07
WinstonSmithyes that happened to me with my old old motherboard. had a raid controller with a horrible binary blob driver. then came kernel 2.6 and they dropped support00:08
* WinstonSmith was really pleased00:08
paranoidiI kind of feel bad for driver developers though since kernel api is changing so rapidly compared to windows ..00:09
paranoidiwhat's even worse this card has possibly a bug that non-raid drives (called "legacy") are corrupted in certain places of the disk00:10
WinstonSmithheh00:10
paranoidiand it's in the bios .. and latest is from 200700:10
=== skrewler_ is now known as skrewler
lifelessSpamapS: hey another lxc q00:50
lifelessSpamapS: can a 32 bit lucid be contained on a 64 bit natty ?00:50
SpamapSlifeless: it should work, since it is little more than a wrapper around the syscalls, and the 32-bit binaries work fine on 64-bit systems.00:51
SpamapSlifeless: I could see there being holes where somebody gets "cute" and thinks their on a 64-bit system and does the wrong thing in userland.. but that seems like a corner case that could be worked around.00:52
SpamapSlifeless: basically what works in chroots, works in lxc00:53
SpamapSlifeless: building one will take modifications to the templates it seems00:55
SpamapS    arch=$(arch)00:55
lifelessis this worth a bug, or will you JFDI fix it ?00:56
disorbtion1I'm running 11.04 Server LTS. Has anyone seen the error <restart: Unknown instance:> when trying to restart nmbd? I had it working fine on my last install before I broke it and had to re-install (linux noobie here)00:56
SpamapSlifeless: its non trivial so a bug would be good, I'm not sure what options there are for passing arguments into the templates.00:58
lifelesslxc-create ?00:58
SpamapSdisorbtion1: you mean 10.04 LTS, or 11.04 .. 11.04 is not an LTS00:58
lifelessbah00:58
lifelesshttps://bugs.launchpad.net/ubuntu/+source/lxc ?00:58
SpamapSlifeless: yes00:58
SpamapSlifeless: /usr/lib/lxc/templates is where they live00:59
disorbtion1yes sorry 10.04 LTS I was running 11.04 the first time (nonLTS) and everything was fine, blew it up and re-installed used LTS since I figured it would probably be more stable...01:00
SpamapSThey seem a bit whacky to me... all the ubuntu ones should be nearly identical for 90% of the code.. probably just copy and pasted01:00
SpamapSdisorbtion1: you can't restart something that isn't running01:00
SpamapSdisorbtion1: service stop nmbd ; service start nmbd01:00
lifelessSpamapS: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/79847601:00
uvirtbotLaunchpad bug 798476 in lxc "it would be really useful to be able to make i386 lxc containers on a amd64 machine" [Undecided,New]01:00
SpamapSlifeless: indeed, I'll take a look at it tomorrow.. just about EOD here01:01
lifelesscool01:01
lifelessthat arch=i386 is the only thing needed in the template?01:01
SpamapS(tomorrow meaning later on when the family is asleep and I "can't sleep") ;)01:01
SpamapSlifeless: yep01:01
SpamapSlifeless: so you could probably just make an lxc-lucid-i38601:01
SpamapSwhich is probably what most people do01:02
SpamapSanyway, have to run.. good luck01:02
disorbtion1it looks like it won't stay running. I start it and then go to restart and get the same error message...01:02
disorbtion1also stop returns stop: unknown instance:01:03
lifelessSpamapS: zomg01:05
lifelessSpamapS: first line of man lxc-create makes me want to buy someone a grammar book01:05
lifelessdisorbtion1: I'd look in the logs, figure out why its failing01:05
lifelessdisorbtion1: does it get going at all?01:06
disorbtion1remember total linux noob, had to look up how to view logs. which log should I be focusing on?01:15
disorbtion1It was so simple once I looked in the logs, thanks for the help!01:28
smoserwonder if anyone has a solution.01:47
smoseri have a system that has an ssh port open to the public internet01:47
smoserand another system on the private network that it is connected to01:48
smoseri'd like to give someone access to the second system (not externally addressable), but ideally only after having acled through the first.01:48
smoseri know i can do this by letting them set up their ~/.config to use ProxyCommand and nc01:49
smoserhowever, that means01:49
smosera.) they could "stop" at the middle system01:49
smoserb.) they have to deal with .ssh/config01:49
smoseri'm sure i could coble together some solution where a user on the public facing system had a shell of 'nc' or something, but it seems hacky and i don't want to do any work.01:50
smoserso i'm wondering if this is a problem that is already solved (and likely better than i woudl solve it)01:50
erichammondsmoser: Perhaps prepend command="ssh ..." to authorized_keys file on the first system?  It could be on an account dedicated to them, or really any user so long as it was on the line that contained their public ssh key.02:05
smoserah. yeah, maybe.02:06
smoserwell done, mr hammond.02:06
erichammondtesting...02:07
virusuysmoser: so, sorry for the question, but, why you should do that?02:18
virusuyisn't easier to just let the uer log in into the second one?02:18
virusuyinstead of connect to first one and then connect to second one?02:19
smoserthe first one is not connected to "public internet"02:20
smoseronly private.02:20
smoserwait.02:20
smosersorry02:20
smoserthe system i want the user to get to exists only on private network.02:20
smoserthe system i want them to hop through has only a single port open to internet02:20
erichammondsmoser: Yep, command= approach works, but you may need to fiddle with ssh options to get things to work cleanly.02:24
erichammondFor example, I needed to use command="ssh -p NNNN USERNAME@HOSTNAME"02:24
smoserssh is freaking awesome02:25
erichammondAnd, in the initial connect, I used "ssh -t -A" to force pseudo-tty allocation and to pass on my user agent.02:25
smoserhm.. i wouldnt have thoght you would have to use -t02:28
twbAgent forwarding blows.02:31
twb-oProxyCommand is where it's at02:32
smoserwell, i think you use the combined trick02:34
smoserthe command would be 'nc -q0 HOSTNAME', but then you probably have ot have the same username on both systems.02:34
smoserhm... maybe not though. have to play with it a bit.02:35
brianthelionHola! Anybody want to field some krb5/nfs4 questions?02:40
brianthelionI'm dealing with an office full of wedged clients02:41
erichammondsmoser: If your authorized_keys command= uses "nc" that would be like telnet'ing to the remote ssh server.  Your local ssh client would not be authenticating itself again once it's done with the first hop.02:48
smoseryeah. i realized that.02:51
erichammondsmoser: The first ssh could set up an ssh tunnel from the user's local computer through the gateway to the ssh port on the inner computer.  Then they could initiate a second ssh to localhost that goes through the tunnel to the inner computer.  This avoids problems with agent forwarding (which can be a security risk).02:51
twberichammond: you'll want to disable other port forwarding techniques and such02:51
erichammondtwb: You could assume that authenticating yourself on the gateway gives you authorization to connect to any port on the internal network.  It's up to smoser's particular situation if this policy makes sense.02:56
twberichammond: in that case you don't need a command=02:57
smoseryeah, for me, they're in, they're in.02:57
twbI assumed you were using command= to forcibly restrict the connecting user to ONLY hop from the bastion to somewhere specific02:57
erichammondtwb: You still need to authenticate yourself with the gateway and prevent command line access on that machine.02:57
smoseri want the command = because i dont want to have to set up .ssh/config02:57
twberichammond: ah, OK02:57
smoserand also, i dont really want them to be able to "stop" on the intermediate02:57
erichammond(according to the original requirements)02:57
smoseri want only access to the second internal system.02:57
twberichammond: so broadly you want -fNL -NW02:58
smoserso the command= was nice.02:58
twb*or -NW02:58
twbAnd to enforce that usage in authorized_keys02:58
erichammondtwb: Can the gateway authorized_keys enforce -N on the original client?02:59
twbNot sure, possibly command=/bin/sh03:01
twbEr, /bin/false03:01
twbNormally what I would do is either set up the bastion with normal users, or DNAT traffic to (say) 2022 from the bastion to the users' shell bastion03:03
twbOr give them a VPN, with an endpoint terminating on the bastion03:03
erichammondyikes, Just read "man authorized-keys" and it seems to imply that port-forwarding is allowed by default even when command= is used.  Time to add "no-port-forwarding" to some servers.03:04
brianthelionI've got a sweet krb5/ldap/autofs/nfs4 stack.... except that it's broken. Anybody?03:04
erichammondahhh, our svn setup already includes: "no-port-forwarding,no-agent-forwarding,no-X11-forwarding,no-pty"03:05
erichammondsmoser: Might be a good idea to add those qualifiers to /root/.ssh/authorized_keys command= line in Ubuntu AMIs.03:07
smoserwell... you're still getting in as root with the authorized keys03:08
smoserwith legit authorized keys03:08
smoserbeing able to forward traffic isn't htat big of a deal03:08
erichammondsmoser: You have no idea what they do with the ubuntu user's ssh configuration after they start the instance.  Might as well make the original ssh key have as little permission as possible over in that root@ account they forgot about and maybe never even knew allowed people in.03:09
erichammondsmoser: Submitting a bug. Would that be "cloud-init" or some other package?03:12
smosercloud-init03:12
erichammondbug 79850503:25
uvirtbotLaunchpad bug 798505 in cloud-init "Tighten permissions on root@ ssh with EC2/UEC images" [Undecided,New] https://launchpad.net/bugs/79850503:25
smoserok, erichammond here is what i settled on.03:28
smoserpubhost has publicly open port X03:28
smoseruser 'toprivhost' exists on pubhost03:28
smosertoprivhost .ssh/authorized_keys has the external user's public key in it with line like:03:29
smosercommand="ssh ubuntu@privhost ssh-rsa AAAAB3NzaC1yc2EAAAAB.... thatuser@theirhost03:29
smosercommand="ssh ubuntu@privhost" ssh-rsa AAAAB3NzaC1yc2EAAAAB.... thatuser@theirhost03:30
smoseri also generated a ssh private/public key as toprivhost@pubhost and put it in .ssh/id_rsa and .ssh/id_rsa.pub03:31
erichammondto avoid agent forwarding?03:31
smosertoprivhost@pubhost's public key is copied to ubuntu@privhost:~/.ssh/authorized_keys03:31
uvirtbotNew bug: #798505 in cloud-init (main) "Tighten permissions on root@ ssh with EC2/UEC images" [Undecided,New] https://launchpad.net/bugs/79850503:32
smoserand that .ssh/authorized_keys has a 'host=pubhost' option on the key03:32
smoseryeah, now we dont need ssh agent forwarding, and its all passwordless.03:32
erichammondSo you trust root users on pubhost with ssh access to that user on privhost, including somebody who gains root illegitimately.03:33
smoseri suppose, yeah.03:33
smoserbut yo uwoudl do that too with ssh agent forwarding03:34
erichammondsmoser: good point.03:34
erichammondand, ssh agent forwarding gives the root user access to any other hosts that like my agent.03:35
erichammondWould be cool if the agent forwarding could be dropped after the second connection was made.03:36
amitHello all. Seeking assistance in finding procedure for updating /etc/motd w/o reboot:03:37
amitdistro: ubuntu server 10.0403:37
amit/etc/motd gets modified to the value of /etc/lsb-release:DISTRIB_DESCRIPTION. But this only takes effect after rebooting (more specifically, I think it's already modified before the reboot, when switching to RUNLEVEL 1).03:37
amitCan /etc/motd be auto-modified w/o a reboot?03:37
devilinthedetailcan anybody help with setting up a router in exim4?04:04
=== devilinthedetail is now known as CrunchyChewie
=== medberry is now known as med_out
=== smb` is now known as smb
uvirtbotNew bug: #798555 in cloud-init (main) "package grub-legacy-ec2 0.5.10-0ubuntu1.5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/79855508:56
=== marienz is now known as 92AAC5BT0
=== 92AAC5BT0 is now known as marienz
uvirtbotNew bug: #798587 in augeas (main) "Sync augeas 0.8.1-2 (main) from Debian unstable (main)" [Wishlist,Confirmed] https://launchpad.net/bugs/79858710:21
kobrienI'm installing 10.04 on a P4 with 2x2Tb SATA drives in RAID 1 config. The install goes fine until it tries to install grub where it fatally fails. Any idea why this'd happen?10:38
twbkobrien: are the using 4kb blocks or 512b blocks?10:52
kobrienblock size is not specified for RAID 110:52
kobrien( mirror config )10:52
twbWhen grub fails, switch to vt4 and see what the error is10:53
twbkobrien: not block size of the raid, block size of the disks' controllers10:53
twbkobrien: 2TiB is the largest size that traditional BIOS/MBR systems can address, so some 2TB disks have adopted the new 4kB block, GPT scheme.10:54
twbkobrien: Grub2 SHOULD handle those just fine, but maybe it's confusing the installer10:54
kobrientwb: good tip to jump to vt. Not sure of the controllers block size. I'm not using GPT. I probably should.10:55
twbkobrien: ah, I bet you chose manual partitioning, right?10:55
kobrienyes10:55
twbWith GPT you need these stupid extra, special parittions to make it work10:55
twbWithout those grub will shit itself, which is probably what happened10:55
kobrienI see. will a livecd of gparted do it?10:55
twbWhat you should do is choose "automated partitioning (entire disk)", and see if it wants to create little grub partitions at the start10:56
twbIf it does, then blow away the root and boot partitions (but not the grub one), and reallocate the free space as you want10:56
twbThat's what I've done in the past and it worked10:56
kobrienaha! It did want to make a grubbios one when I was exploring that menu10:57
kobrienand I should mirror that partition too10:57
kobrien?10:57
twbI have no idea10:57
twbI left those the hell alone10:57
twbGPT is retarded and OpenFirmware should've won, but worse is better :-(10:58
kobrienheh, ok, well that's plenty info for another attempt at this. thanks10:58
twbOh, actually..10:58
kobrienyes?10:58
twbIt may be that you don't have 4kB blocks, but d-i is helpfully defaulting to that because it's 2TB10:59
twbI got them to fix it so it would only do that for >=2TiB (1024s) instead of >=2TB (1000s), but that was post-lucid10:59
twbSo if you struggle enough you might be able to manage BIOS+MBR style11:00
kobriencool11:00
kobrienok, I'll give this a go11:00
twbIf you google for the model and make, it'll tell you if you have 4k or 512 blocks11:01
kobrienwill do11:01
paranoidiI'm trying to put in binary blob drivers and it would seem to be easiest if I had current kernel headers setup under /lib/modules/`uname -r`/build .. which is supposed to be often the case, why is it not on my stock ubuntu server kernel (10.04 - latest kernel)11:03
paranoidido I need to install headers package for them to be in there? and which is it called?11:04
twbparanoidi: you probably want linux-...-headers and/or -source11:06
paranoidiyeah, just found out I don't have it .. it seems that there are few different kernel variations from each version though ..11:07
paranoidigeneric, preempt, server11:08
paranoidimaybe the generic I have in now is good enough ..11:09
twbparanoidi: you want the one that's for the kernel you're running11:10
paranoiditwb: yeah, I got that .. unsuprisingly the propietary crap does not want to go in as easily .. ;P11:14
twbI recommed not using it11:16
paranoidiseems to be only choice ..11:16
twbLoongsons are pretty open11:17
paranoidiyou lost me11:17
twbLoongson is a type of CPU11:17
twbhttps://secure.wikimedia.org/wikipedia/en/wiki/Loongson11:18
paranoidinot a motherboard, 16-port sata controller ..11:19
twbYes, well11:20
Davieyzul: Are you looking at doing an ipxe MIR?12:55
uvirtbotNew bug: #798663 in samba (main) "package samba-common 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10" [Undecided,New] https://launchpad.net/bugs/79866313:16
sommermorning all13:20
RoyKgood localtime();13:21
zulDaviey: no13:28
Davieyzul: it's a build dep of xen13:32
zuloh....fu...fudge13:33
Davieyheh13:34
speakmanreceiving netconsole with netcat doesn't make any line breaks. Is it possible to fix?13:52
speakmansorry, I was listening on syslog data :p13:55
pythonirc101when i install guest additions on a new ubuntu guest, vbox complains that it cant find kernel headers. But I do have correct kernel headers installed. Anyone has seen this problem with the latest ubuntu-server machines?14:17
patdk-wknope14:20
pythonirc101is anyone using a ubuntu server as a guest virtualbox machine here?14:20
pythonirc101http://paste.pocoo.org/show/41020214:23
pythonirc101This is what I'm getting when I install guest additions...please see the complaint on "The headers for the current running kernel were not found..."14:23
RoyKpythonirc101: there's an ubuntu package for vbox addons14:27
RoyKshould work14:27
RoyKthat is, works for me14:27
pythonirc101RoyK: http://paste.pocoo.org/show/410204/14:27
pythonirc101so you install ubuntu vbox guest additions and not the one that comes with vbox? I'm using virtualbox 4.0.8 under the host, and ubuntu-server is installed as  a guest14:27
RoyKapt-get install virtualbox-ose-guest-x1114:27
RoyKapt-get install virtualbox-ose-guest-utils14:28
RoyKx11 if using X14:28
RoyKbut for a server, you probably don't14:28
pythonirc101RoyK: I did install ubuntu-desktop on my server (which is a guest)14:29
RoyKapt-get install virtualbox-ose-guest-x11, then14:29
pythonirc101is there a way to uninstall guest additions?14:30
RoyKapt-get remove?14:30
pythonirc101I installed the guest additions that came with virtualbox 4.0.814:30
RoyKif that installer has an uninstaller, yes14:30
pythonirc101See here: http://paste.pocoo.org/show/410204/14:30
RoyKbut Ubuntu obviously can't remove something it hasn't installed14:31
pythonirc101indeed14:31
pythonirc101k - found the uninstaller14:33
pythonirc101the x isnt still working quite right...the login screen is not centered for instance14:35
pythonirc101+ In seamless mode, its display becomes a small screen on the first monitor14:35
pythonirc101Terminal fonts wont increase in size when i do ctrl+Shift++14:36
pythonirc101will reboot14:36
pythonirc101and see14:36
pythonirc101RoyK: Any other ideas?14:39
DavieyUrsinha: o/14:56
RoyKpythonirc101: X and desktop questions aren't topic in here14:57
UrsinhaDaviey: :)14:57
pythonirc101what is the network gui on ubuntu-server? I want to switch off ip version 615:05
alamarpythonirc101: why would you want to switch it off? and there is generally no gui on aserver15:08
alamarbecause there is no need for it15:08
alamarif you can't manage a server in a way you are supposed to, maybe you should arrange for a real admin to do so15:08
RoyKpythonirc101: normally there isn't a gui on a server15:08
RoyK!guide15:09
ubottuThe Ubuntu server guide may be found at http://help.ubuntu.com/10.04/serverguide/C/15:09
pythonirc101how do i switch off ipv6 on ubuntu server?15:24
RoyKpythonirc101: as a first, why?15:26
pythonirc101RoyK: Because my system - administrator wants me to?15:27
pythonirc101RoyK: I'm connected to someone else's local network15:27
pythonirc101My other system is complaning that "System not running to use fully qualified hostnames" "Hostname xx.xxx.com is illegal" -- I think my /etc/hosts is fixed, and have no clue why the other system still complains15:28
RoyKpythonirc101: http://kurl.no/v28015:30
brianthelionAnybody want to help me debug my krb5/ldap/autofs/nfs4 stack?15:34
brianthelionI've got some wedged clients15:34
zertyuiohello there15:42
zertyuiowhat is the default mail server on ubuntu ?15:42
pmatuliszertyuio: postfix is well regarded15:44
zertyuiopostfix seems too complicate to manage15:46
brianthelionanybody know where one goes for support on this krb5/nfs4 combo?15:46
zertyuiojust for smtp15:46
pmatulis!ask | brianthelion15:48
ubottubrianthelion: 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. :-)15:48
pmatuliszertyuio: well, you asked15:48
shaunoI've never seen 'just smtp' in the real world.  I think a simple smtpd doesn't exist, because smtp is never simple15:49
zertyuiolet me explain you mail problem15:50
brianthelionCool, thanks. My nfs4 clients are wedging when a logged-in user's Kerberos ticket expires. I assume this is not intended behavior.15:50
brianthelionEverything is on Natty15:50
brianthelionsyslog: "Jun 17 07:44:48 carina kernel: [78074.876438] Error: state manager encountered RPCSEC_GSS session expired against NFSv4 server 192.168.0.2."15:51
zertyuioi m hosting a cms website on my  personel server, where the form for contact detail working perfectly without since i unistalled postifx , submit form not working15:52
zertyuiowhat i have to do ?15:53
brianthelionI've got a bug report up: https://bugs.launchpad.net/ubuntu/+bug/79411215:54
uvirtbotLaunchpad bug 794112 in ubuntu "Kerberos + LDAP + NFSv4 on Natty - Unable to recover unattended client" [Undecided,New]15:54
brianthelionyeah, that's me15:54
brianthelionFlat response so far, though15:55
pmatulisbrianthelion: maybe try the same on the LTS release for comparison?15:56
briantheliongood idea, but probably not an option in this case15:58
paranoidiwell this is annoying, I cannot stop ubuntu server with latest kernels to stay in the damn text mode, tried vga=normal, vga=711 (or so), nofb and vga16fb.modeset=016:03
=== failover is now known as tarzxvf
RoyKparanoidi: for most installs, personally, I think the framebuffer is unnecessary and may lead to more problems than it fixes16:34
paranoidiRoyK: I agree, but I cannot seem to get rid of it ..16:34
RoyKparanoidi: try vga=normal nomodeset16:35
RoyKfrom https://wiki.ubuntu.com/FrameBuffer16:35
paranoidiI'll try it, maybe, seems that I need to rescue old kernel from old drive anyway since I cannot get my sata card to work with current ones16:38
RoyKparanoidi: very often, new cards have the same chipset, but new PCI IDs16:40
RoyKon which version are you?16:40
paranoidiRoyK: trying to get same crappy card work (RocketRaid 2340)16:42
paranoidiI don't think linux has any built in support for it16:42
paranoidiit might go in if I was skilled enough to tweak the opensource adaptation layer between kernel and binary driver of the card16:45
RoyKparanoidi: use lspci and then lspci -vn to find its PCI ID16:45
paranoidiwhich part is PCI ID?16:47
RoyKerm16:48
paranoidi06:04.0 0100: 1103:2340 (rev 09) Subsystem: 11ab:11ab16:48
paranoidiwould be my guess16:48
RoyKseems the producer apparently released a driver in source, so it is, or was, possible to compile that manually16:49
RoyKbut since it never made it into kernel, the chances are prominent that the code sucked, and that it won't be compatible with current kernel versions16:50
uvirtbotNew bug: #798788 in nagios3 (main) "package nagios3-common 3.2.3-1ubuntu1.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/79878816:51
paranoidiRoyK: I don't thinkt here is full sources of the driver, it's just binary blob with opensource wrapper16:51
paranoidianyway, i tried to compile it for latest kernels and it seemed to work fine .. but when loading it just stalls16:52
RoyKthat sucks even more :P16:52
RoyKget a new controller, then16:52
paranoidinew one costs at least $500 ..16:53
RoyKparanoidi: you get pretty cool controllers for even $100 on ebay16:53
paranoidi16 ports ...16:53
RoyKdo you need 16 physical ports? why not a sas expander?16:53
paranoidithat might work, but those cost pretty much too .. and severely cut bandwidth?16:54
RoyKwith 6Gbps SAS, there'll be quite sufficient of bandwidth, especially for slow spinning drives16:55
paranoidiit probably works only in 3Gbps mode with sata 2 drives16:55
RoyKor two of htese http://cgi.ebay.com/LSI-SAS3081E-R-8-Port-3Gb-s-SAS-RAID-Controller-/270765091146?pt=COMP_EN_Networking_Components&hash=item3f0adb694a16:55
RoyKs/htese/these/16:56
paranoidithat's actually pretty cheap16:56
RoyKyep16:56
RoyKand it's a good card16:57
RoyKI have a few of those in OpenIndiana machines16:57
paranoidialthough I would have to find new display card since it would use 2 slots compared to one16:57
* RoyK prefers ZFS for storage16:57
RoyKparanoidi: I thought this was a server...?16:57
paranoidiyes, but at home :)16:57
RoyKstill, a badass graphics card in a - server?16:58
paranoidino, but I need some output since motherboard has none16:58
paranoididunno if I have any PCI cards laying around, anyway, not a huge problem16:58
paranoidiI was actually looking 16 port version from LSI earlier16:58
=== med_out is now known as med
=== med is now known as medberry
paranoidiLSI Logic SAS 9201-16i .. any word on that?16:59
RoyKvery good16:59
RoyK6Gbps SAS16:59
RoyKI have a few of those as well17:00
paranoidiI could get that in some decent price from here (well, ~470$ still)17:00
paranoidiRoyK: it's supported with kernel without any problems whatsoever?17:00
RoyKif on a budget, and if bandwidth isn't too important, this one is very stable http://cgi.ebay.com/Supermicro-8-Channel-Pcix-Sata-Adapter-Aoc-Sat2-Mv8-/270765097465?pt=LH_DefaultDomain_0&hash=item3f0adb81f917:01
RoyKparanoidi: I haven't tried it on linux17:01
paranoidiI couldn't find verification if that card is supported on linux out of the box or not17:01
RoyKparanoidi: You'll have to check - I haven't tried17:05
RoyKparanoidi: using software RAID on linux for the storage?17:05
RoyKif you haven't installed it yet, then I'd recommend looking at openindiana / ZFS17:06
paranoidisoftware raid17:07
paranoidilast time I checked ZFS couldn't be grown like software raid17:08
RoyKit's not as flexible as linux software raid is, no17:08
RoyKyou can add VDEVs to ZFS17:08
RoyKor you can replace drives with bigger ones17:08
RoyKand when all drives in a VDEV are replaced, it'll grow (given you've set autoexpand=yes)17:08
RoyKbut you can't add drives to a RAIDz VDEV17:09
paranoidiright, and I start my packs with few drives and then expand as needed17:09
RoyKic17:09
* RoyK just setup a server like that for his brother - two drives in RAID-517:09
RoyKparanoidi: but then, do you really need 16 ports already?17:10
paranoidino, but there's room for growth :D17:10
RoyKjust get an 8-port controller now, and get something bigger when you need it :P17:10
paranoidibut I have already more than 8 .. and I don't like to fiddle with the hardware too much17:11
RoyKkk17:11
RoyK>8 with data?17:11
RoyKhow big are these, btw?17:12
paranoidi8x1TB and 3x2TB17:12
RoyKk17:12
paranoidiif everything else fails I can ressurrect at least the 8 disk pack with some motherboard ports and old PCI sata card17:12
patdk-wkheh17:17
paranoidilet's hope the old 2.6.31-14 copied from old drive works properly ..17:17
patdk-wkI just went with 16 ports :)17:17
patdk-wkand a 4 port controller17:17
patdk-wkI'm hoping I like channel bonded sas17:18
paranoidipatdk-wk: what kind of write/read speeds are you getting?17:18
paranoidiif you're using them in raid17:18
patdk-wkI haven't received it yet17:18
RoyKpatdk-wk: which controller?17:18
patdk-wkan lsi 8port17:19
RoyK9201 or 6801?17:19
patdk-wksas2 one17:19
RoyK9201, then17:20
pythonirc101I'm trying to setup a static ip box - ubuntu-server - for some reason, when i restart the box, i still get the dhcp ip, any ideas on how to fix this?17:22
RoyKheh - http://linuxhcl.com/browse/search?offset=0&category=12 <-- doesn't even list LSI17:22
pythonirc101I edited the / /etc/network/interfaces /etc/hosts and /etc/resolv.conf17:22
pythonirc101changed the hostname17:22
pythonirc101any other things i need to do?17:22
pythonirc101if config still says my old dhcp ip17:22
patdk-wklooks like 626117:23
patdk-wk9261 I mean17:23
patdk-wkparanoidi, it will only give me about 1100MB/sec17:24
patdk-wkbut insane iops17:24
paranoidiI highly doubt that is the performance when writing to a file17:24
patdk-wkwhy not?17:25
RoyKpatdk-wk: because the drives will be slow17:25
paranoidiÌ get about 100MB/s at tops with software raid-617:26
patdk-wkthey better be able to handle that17:26
paranoidi70MB/s over samba17:26
patdk-wkusing what drives?17:26
RoyKseems the LSI drivers are available as a download17:26
RoyKbinaries and source17:26
paranoidihahaa, so same crap as with my rocketraid17:27
paranoidiwell, except they might actually release updates17:27
paranoidiand with some luck the kernel would support it17:27
patdk-wkonly ever needed to download the binaries for userspace management of the raid17:27
RoyKparanoidi: not really, it's opensource drivers AFAICS17:27
RoyKGPLed17:28
paranoidianyway, time to boot and see what happens with the old kernel I glued back into ...17:28
patdk-wk16 10krpm 2.5" sas2 drives17:28
patdk-wkthe thing should scream17:29
patdk-wknot as much as the 50 drive array of the same drives I have, but enough17:29
RoyKpatdk-wk: database system?17:29
patdk-wkmainly database17:29
RoyKstriped mirrors, then?17:30
patdk-wkya raid1017:30
patdk-wkI just can't find myself ever doing raid617:30
=== lullabud is now known as warzauwynn
RoyKpatdk-wk: depends what you need...17:30
RoyKbut raid6 for databases isn't quite optimal17:31
uvirtbotNew bug: #798824 in unixodbc (main) "package odbcinst 2.2.14p2-2ubuntu1 failed to install/upgrade: Package is in a very bad inconsistent state - you should  reinstall it before attempting a removal." [Undecided,New] https://launchpad.net/bugs/79882417:36
patdk-wkhmm, drives substain 170MB/sec, so about 1400MB/s max, if the sas bus could handle that much17:37
brianthelionAnybody know who on the Security Team is handling krb5/nfs4 integration?17:38
SpamapSjamespage: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=63082217:48
uvirtbotDebian bug 630822 in ftp.debian.org "RM: zookeeper -- NPOASR; orphaning all hadoop related packages" [Normal,Open]17:48
bensNeed to setup blocking of social media and junk for my office. gateway is ubuntu server/iptables.  IPcop had a great squid interface with a big database of known site groups.  Any similar canned solultions available to Ubuntu?17:48
jamespageSpamapS: hmm - that was coming TBH17:49
jamespageSo are you up for the challenge of helping maintain it?17:50
calziferhi, i need help installing mysql, because it always fails and there is no existing account http://img121.imageshack.us/img121/6616/screenshot1706.jpg17:52
SpamapSjamespage: definitely17:54
SpamapSjamespage: I think Thomas is being over zealous, and zookeeper is quite stable.17:54
jamespageSpamapS: agreed - so how do we go about adopting the package? respond to the bug above?17:55
SpamapSjamespage: I'm looking into it, but basically yes.17:58
jamespagegreat - lemme know if i need todo anything18:00
SpamapSjamespage: if you could mention our interest to the debian-java team ASAP, that would be good18:02
paranoidididn't work with the old kernel .. gave some weird communication error which I think I already saw once. That raised few alarm bells as I did take whole machine appart. So I took the card out and cleaned all contacts and put it into other card slot. Works now!18:04
paranoidipretty weird, thought to come back and report :)18:04
paranoidihard to say which was the reason, but it wasn't likely software18:06
=== Ursinha is now known as Ursinha-lunch
maccam94is it possible for apt-cache/apt-cache-ng to cache package lists, rather than just packages?19:05
zulSpamapS: ping have you gotten anywhere with mysql 5.5 in debian?19:20
SpamapSzul: nowhere. :(19:20
zulSpamapS: bugger..19:21
SpamapSzul: I'll turn up the volume a bit for Norbert. I'm also going to see if he'll be my DD advocate. At this point that is all I need.19:21
zulSpamapS:  k i think we are going to have merge mysql 5.1 until we 5.5 in debian or we do it in ubuntu19:22
* zul starts to get annoyed19:23
SpamapSzul: is there a pressing reason?19:23
zulSpamapS: no just getting annoyed :)19:23
SpamapSzul: agreed, but I think we can make this happen well before Debian Import Freeze19:25
uvirtbotNew bug: #798874 in postfix (main) "package postfix 2.8.1-1~lucid1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2" [Undecided,New] https://launchpad.net/bugs/79887419:36
h4lfl1ngHello All!19:40
h4lfl1ngWhat's with sudo /etc/init.d/networking start not working in 10.04?19:41
h4lfl1ngI also tried the alternative "sudo start networking" or "sudo service start networking" (not sure if that last one was the exact one i used..lol)19:42
ChmEarlxen: are there any plans to package a kernel-3.0-0 that has xen config options =y? so dom0 works?19:44
ChmEarlit works now if about 10 xen modules get loaded at startup19:45
ChmEarlon 11.10 xen 4.1.1 (built on natty) works with linux-image-server 3.0-019:46
=== Ursinha-lunch is now known as Ursinha
calziferhi, i need help installing mysql, because it always fails and there is no existing account http://img121.imageshack.us/img121/6616/screenshot1706.jpg20:54
guntbertcalzifer: did you try to connect to mysql?21:27
calziferguntbert: yes, but it fails with a ERROR 2002 (HY000): Can't connect to local MySQL server though socket '/var/run/mysqld/mysqld.sock' (111)21:38
calziferbut i deffenitly started mysql, i tried it when its stopped too, but same problem21:38
guntbertcalzifer: well I never had those problems - lets start from the beginning: what ubuntu version? how did you install mysql?21:40
calzifer10.04 LTS21:40
calziferaptitude install mysql-server21:40
calziferi already tried to remove and purge mysql and to reinstall, but it always fails after the root password setup for mysql with the above screenshot21:42
guntbertcalzifer: hmm (just fishing around...): does mysql start at all ? look into /var/log/mysql/...21:42
calziferit tries to start21:42
guntbertreinstalling usually doesn't help under linux21:42
calziferhm, ok21:42
guntbertcalzifer: it tries? what do the logs say? there should be an error message...21:45
uvirtbotNew bug: #798946 in openldap (main) "package slapd 2.4.23-6ubuntu6 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1" [Undecided,New] https://launchpad.net/bugs/79894621:47
calziferguntbert: http://paste.pocoo.org/show/413974/21:47
guntbertcalzifer: ouch - I admit: no idea what is going on, sorry21:48
calziferok, no but thanks for you help21:48
calziferdo you know where i could try it too?21:48
guntbertcalzifer: try #mysql ?21:49
calziferok21:49
calzifermaybe i should use postgresql ...21:51
adam_ghas anyone been using glance on oneiric?21:56
sorenadam_g: Sort of.21:58
adam_gsoren: any luck? running into an issue where all is well except images stored in the local file store are of zero-length.22:01
sorenadam_g: I haven't seen that.22:05
=== unreal_ is now known as unreal
sorenadam_g: You're very welcome to come chat about it in #openstack.22:11
adam_gsoren: thanks, i have. figured i wuld check here as well.22:13
adam_ghm, tested exact nova+glance configuration on natty and works fine.22:18
zleslieHi22:24
RoyKzzzz22:25
zleslieI am trying to get reprepro to talk to gpg agent and having trouble.22:26
zleslieAnyone know something about setting up apt repos?22:26
jMCgzleslie: the wiki does.22:34
jMCgs/.*//22:35
jMCgIgnore me.22:35
RoAkSoAxzul: ping?22:42
=== medberry is now known as med_out
=== Ursinha is now known as Ursinha-afk
uvirtbotNew bug: #798975 in postfix (main) "package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/79897522:51
=== alamar is now known as julian
h4lfl1ngWhat's the best way to start the networking daemon?23:53
h4lfl1ngin 10.0423:53
h4lfl1ngBecause I heard that it's easy to corrupt the config files, is that true?23:54

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