/srv/irclogs.ubuntu.com/2009/08/12/#ubuntu-server.txt

xgpthello, what is better, adduser or useradd?00:29
roxy_hi there, I am having problems with my PV, when i do pvsan i got Physical Volume /dev/dm-16 is too large for underlying device00:32
roxy_and pv1: read failed after 0 of 4096 at 0: Input/output error ...please help...00:34
roxy_how i can check if i have bad blocks in my raid array? I mean some physical problem?00:44
xgptanyone?00:53
pmatulisxgpt: adduser is a frontend to useradd.  it is meant to do the most common (simple) stuff00:55
pmatulisxgpt: same for addgroup and groupadd00:55
xgptthanks pmatulis00:56
axisysi am keep getting this every 10 mins01:12
axisysAug 11 19:17:16 sys-ubuntu mpt-statusd: detected non-optimal RAID status01:12
axisysmpt-status query however shows all good http://pastebin.com/f602c051e01:12
axisysmpt-status bug ?01:13
axisysthis is a x4100 with lsi raid controller01:13
axisys02:03.0 SCSI storage controller: LSI Logic / Symbios Logic SAS1064 PCI-X Fusion-MPT SAS (rev 02)01:13
=== tonyyarusso is now known as Guest14191
friartuckhowto...blah awk'{ if (!$4) print "missing" }'  ? like [ -z $4 ] ??04:31
twbA field can't be "missing" unless the line has fewer fields05:05
twbTry #awk.05:05
friartucktwb thx...didn't know there was #awk05:06
=== qiyong_ is now known as qiyong
psi-jackWell now. Is there like no simple setup method for setting up ip masquerading in Ubuntu?05:37
twbpsi-jack: there used to be an "ipmasq" package05:41
twbBut it was removed due to being really old, unmaintained, flaky and shit05:41
twbIP masquerading is only a couple of iptables rules, #netfilter should be able to help you with the details.05:41
twbIf you're using ufw, you probably want to hook it into that.05:42
psi-jackufw?05:42
twb!ufw05:42
ubottuUbuntu, like any other linux  distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command (see https://help.ubuntu.com/community/Uncomplicated_Firewall_ufw), or 'iptables' (https://help.ubuntu.com/community/IptablesHowTo). GUI applications such as Firestarter/Gufw (Gnome) or Guarddog (KDE) also exist05:42
psi-jackPardon but mostly I've gotten used to opensuse having yast. :)05:42
psi-jackhttps://help.ubuntu.com/community/Internet/ConnectionSharing#Ubuntu%20Internet%20Gateway%20Method%20(iptables)05:44
psi-jackThis is one I'd also seen05:44
psi-jackDoes ubuntu autosave the iptables rules, or is there an init script for it to do so, like most other distributions have?05:46
psi-jackI'm guessing..... No.05:48
ScottKNo.06:04
ScottKpsi-jack: Using ufw is the most supported way to do it.06:05
psi-jackHmm06:30
psi-jackOkay, so firestarter is... Proving to be difficult.06:30
twbpsi-jack: ufw is the recommended firewall wrapper, not firestarter06:31
psi-jackDude. ufw sucks.06:31
twbFile a bug report, then.06:32
psi-jackThere's no bug to report, it just plain sucks. It's stupid, really. Supposed to make iptables "easier", when all it does is make it more annoying.06:32
gnuyogapsi-jack: have u tried shorewall ?06:37
psi-jackNo, I hadn't actually.06:38
psi-jackNot recently anyway.06:38
gnuyogapsi-jack: i would recommend it. it quiet decent. all in few configuration file and easy to validate before applying06:38
gnuyogapsi-jack: tom, who is the founder of the project still contributes a lot and he does a good jo06:39
psi-jackYeah. I just gotta clear out what firewall had put in. bleh06:39
dvshello06:47
=== dvs is now known as Guest89400
=== Guest89400 is now known as dvs_
psi-jackYeaah.. Bleh.07:07
psi-jack__Heh07:15
psi-jack__I just cannot believe Ubuntu is like the only distribution, save for maybe Debian, that doesn't have any means to simply just setup persistant firewall rules.07:16
psi-jack__!ufw07:16
ubottuUbuntu, like any other linux  distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command (see https://help.ubuntu.com/community/Uncomplicated_Firewall_ufw), or 'iptables' (https://help.ubuntu.com/community/IptablesHowTo). GUI applications such as Firestarter/Gufw (Gnome) or Guarddog (KDE) also exist07:16
_rubenpsi-jack__: didnt ubottu just prove you wrong on that statement, or is that just me?07:20
_ruben(havent read scrollback)07:21
psi-jack__ufw does exist, yes, but it's.. Kinda .. Lamish. heh07:21
_rubenif its not good enough for you, create your own alternative .. nobody forces you to do so07:22
_rubeni'd *hate* for my distro to autosave any rules on reboot07:22
psi-jack__Well, right off the bat, it makes all these rules that has nothing to do with anything I intended.07:22
_rubenfor example? (i never used ufw myself)07:23
psi-jack__http://pastebin.com/m26d28f0207:23
psi-jack__That's a LOT of stuff to put into a firewall, out-of-the-box, minus the NAT stuff I put in which was just a couple lines.07:24
_rubenbut those rules dont do any harm, and make adding your own customization rather easy07:25
_rubeninput policy of drop and forward policy of accept looks odd to me tho07:25
_rubenbut like i said, if you dont like it, dont use it07:26
_rubenputting iptables-save > /etc/firewall.conf / iptables-restore < /etc/firewall.conf in a shutdown/boot script isn't really that hard .. all depends on what you need really07:27
_rubenthere's no single/simple best for anything07:27
psi-jack__Heh. I dunno.. Gentoo's method, iptables init script, save and restore your own rules, simple.07:28
psi-jack__OpenSUSE's method, yast networking and firewall settings.07:28
twb_ruben: this is essentially what ufw does, except that it breaks it up into a handful of files07:30
_rubentwb: it's essentially what *any* firewall frontend does :p07:30
_rubenthey just differ in the details :)07:31
twb_ruben: no, lots of them will call iptables -A on individual rules, which is wrong.07:32
psi-jack__Hmmm.. nice..07:42
psi-jack__wondershaper doesn't even have an init script for it.07:42
twbpsi-jack__: it probably uses /etc/network/if-up.d/, which it should07:44
psi-jack__No, no, actually, it doesn't. It doesn't provide anything at all for init, period.07:45
psi-jack__Great, and firestarter AND guarddog both, after removal, left trash in my init.d and ifup.d07:47
twbpsi-jack__: report bugs07:48
twbpsi-jack__: but probably it's because you uninstalled the package, rather than purging it.  Only the latter removes config files.07:49
psi-jack__Yeah, I did apt-remove. I don't see init and ifup/down scripts to be config files, however.07:50
psi-jack__What's ubuntu's method of managing init.d scripts execution?07:51
twbAll files in /etc are defined to be config files.07:51
twbwondershaper's README.Debian, in /usr/share/doc/wondershaper/, explains how to deploy it.07:51
psi-jack__So, everything in /etc/init.d are config files? Even though they're executable scripts? :)07:51
twbpsi-jack__: yes.07:51
psi-jack__That's a negative.07:52
psi-jack__Anyway though, what command defines init scripts?07:53
ScottKFrom a policy perspective everything in /etc is considered config.07:53
twbThe SysV init style is used by default, per the sysvinit-compat package.  That is, symlinks from /etc/rc?.d/???foo to /etc/init.d/foo.07:53
psi-jack__What I'm looking for is the command to set what should run at what runlevel, that handles delinking and linking the rc.d trees.07:56
psi-jack__I know Ubuntu has one.07:56
twbrcconf is a simple interface.07:56
psi-jack__update-rc.d was what I was looking for.07:57
twbFor more control, I believe you are expected to manually move or delete symlinks.  You can also use update-rc.d, which is actually intended for package maintainers.07:57
qiyongis pam.d a linux thing or unix thing?08:16
Boohbahqiyong: pluggable authentication modules run on most modern UNIX systems08:19
qiyongBoohbah: what was it desgined for originally?08:19
BoohbahPAM was first proposed by Sun Microsystems in an Open Software Foundation Request for Comments (RFC) 86.0 dated October 1995.08:20
Boohbahhttp://en.wikipedia.org/wiki/Pluggable_Authentication_Modules08:20
Boohbahqiyong: so i'm guessing Solaris08:20
BoohbahAs a stand-alone infrastructure, PAM first appeared from an open-source, Linux-PAM, development in Red Hat Linux 3.0.4 in August 1996.08:21
qiyonguser logins are always though pam08:23
rosahi there...I am using evms and my pv is corrupt, i am usind a array of 3 disk in raid 1 and proc/mdstat shows me it is ok, it is possible to recover my information?08:24
qiyongBoohbah: is it? ^^08:27
sorenrosa: If the PV is corrupt, and the raid1 is consistent, it sounds like you're in trouble.08:36
sorenrosa: I'm assuming the PV is what is mirrored across those three disks?08:37
sorenrosa: I'm curious: Why three disks in a RAID 1?08:37
rosai dont know as well, i take the server like that08:40
rosamaybe is raid 10? but when i do cat proc/mdstat say raid 108:41
rosayes, it is08:41
rosai really have this 3 disk in raid 1 and one other more (normal) in the pv and now is corrupt08:42
rosai dont know if is possible to recover the information just in the raid 1 (3 disks)08:44
Boohbahqiyong: on most linux systems, by default, yes08:44
Boohbahqiyong: are you having any trouble with PAM authentication?08:46
rosawhat i can do if the pv is corrupt?08:50
j0nrmorning all08:55
j0nrMy mail server seems to have stopped recieving mail...08:55
Boohbahj0nr: why?08:56
j0nrHmm maybe not me...I don't know.09:00
j0nrmy incoming mail gets forwarded to another server which is runnign spamassassin... I think that is having problems...as emails are no longer being marked as spam09:01
j0nri can ping the server if that means anything09:03
matttj0nr: maybe the spamassassin service crashed?09:09
rosaI am using evms and my pv is corrupt, i am usind a array of 3 disk in raid 1 and proc/mdstat shows me it is ok, it is possible to recover my information?09:10
j0nrmattt: aye I am awaiting to find out09:17
matttj0nr: is the server down or something?09:18
j0nrmattt: seems to be back now09:20
matttj0nr: *rejoice* :)09:21
rosahi..im trying to mount one disk and i got wrong fs type, bad option, bad superblock on /dev/sdf2, somebody know how i can resolve it?09:28
sorenrosa: What's on the partition?09:31
rosawhat do you mean?09:32
rosathere are 2 partition09:33
sorenI mean, what's on /dev/sdf2? What kind of filesystem are you expecting?09:34
rosathe first one is boot type09:34
rosaxfs09:35
Boohbahmount -t xfs /dev/sdf2 /mnt/sdf209:35
rosabut i did mount -t xfs ... and still i got the error09:35
rosayes i did09:35
Boohbahfsck.xfs /mnt/sdf2 ?09:35
Boohbahoooh, don't fsck a mounted fs :)09:36
Boohbahs/mnt/dev09:36
rosais not mounted yest09:37
rosayet09:37
rosai cant mounted09:37
rosawhen i try to xfs_repair i got attempting to find secondary superblock...09:38
Davieynijaba: Are you around?09:54
nijabaDaviey: I am09:55
Davieynijaba: Do you dabble with translations?09:55
DavieyIf so, would you mind doing a couple of ubuntu-server-tips, I want to test it :)09:56
nijabaDaviey: I could translate them to french if that is the question09:57
Davieyyeah :)09:57
nijabaDaviey: should I do that from your bzr branch?09:57
Davieynijaba: I imagine that your French is stronger than mine. :)09:57
Davieyhttps://translations.edge.launchpad.net/ubuntu-server-tips09:57
BoohbahPour vous connecter à votre VPS en utilisant FTP, vous devez d'abord installer un serveur FTP.09:57
Boohbahtech support via google translate :)09:58
nijabaDaviey: I do not know where you are from, but as I am frnech, it should not be too hard :P09:58
DavieyEngland.. And sadly we are known for not being the best speakers of foreign languages.. We tend to shout English, until the foreign speaker understands.09:59
Daviey:(09:59
Davieynijaba: I have imported a template into rosetta, so should be possible to do it all via launchpad translate10:00
nijabaDaviey: we'll, according to the "I love lucy" episode I saw when she is visiting paris, only americans believe that people wil understand you better by speaking louder :D10:01
nijabaDaviey: just done a couple to get you started.  Will continue a bit later when time permits10:04
Daviey:).. that is great.. it's more an experiment to test at this stage..10:09
DavieyLP should auto commit translation changes daily to the bzr branch, and as fortune has no notion of native language support.. i need a wrapper script to retrive the correct one.10:10
DavieyI assume "update-motd" runs as a root cronjob.. and on a Ubuntu server the root enviroment $LANG is set to fr.UTF-8 ?10:13
sorenDaviey: cron runs with the locale set in /etc/default/locale10:14
sorenIIRC.10:14
Davieythat would make sense... saying that, isn't cron santised to not have any set enviroment variables.. or does it source /etc/default/locale ?10:15
* Daviey checks10:15
Davieyyup.. $LANG is null in cron.10:18
Davieyno worries.10:18
RoyKhrmf10:20
RoyKsome people on the server ml obviously think that since we can have four cheap gigs of memory in a box nowadays, swap is not needed10:20
RoyK"640k should be enough for everyone"10:20
DavieyRoyK: Long term, i'm not satisfied we need a dedicated swap partition, but an elastic swap file.10:21
BoohbahRoyK: obviously these people are not familiar with virtualization10:22
RoyKwhat's the problem? with terabyte drives, why not set aside a few gigs of swap?10:22
RoyKBoohbah: yeah, or even modern memory management10:22
Boohbahright, the disk cache10:23
RoyKvm.swappiness = 10010:23
RoyKearlier swapping, more caching10:23
RoyKget the junk not referenced onto the disk10:23
rosaHi I am having problme with the superblock is corruct, how i can recover my HD?10:29
theblogguhello10:39
thebloggui cant boot the ubuntu server 9.04 cd into my computer, it stucks int "boot:"10:39
theblogguwhat can i do?10:39
th0mzcan you give option to grub ?10:41
th0mz(acpi etc..)10:41
th0mzLoad default in bios10:41
th0mzetc etc10:41
theblogguth0mz, no.10:41
theblogguand what do you mean default in bios?10:41
th0mzMost of the time you can load default value in Bios10:42
th0mz(to be sure nothing stuck booting)10:42
RoyKdo you get the "press escape to see menu" prompt before it starts booting?10:42
theblogguRoyK, no10:43
RoyKhow did you partition you disks?10:43
RoyKoh10:43
RoyKthe cd won't boot?10:43
theblogguyes10:43
th0mzany usb thing connected ?10:43
RoyKif so, burn a new one10:43
th0mzgood idea10:44
th0mz(test it on an other serv)10:44
RoyKnah - just burn a new one on low speed10:44
th0mzis it a dvd ?10:44
theblogguno, cd10:44
RoyKthebloggu: burn a new one on low speed and try again - that is usually the problem10:45
RoyKi mean, that usually solves the problem10:45
theblogguRoyK, th0mz ok, thanks, i'll do that10:45
RoyK"To speak before thinking is like wiping your ass before taking a shit"10:45
RoyKno, to think before speaking, that was10:46
RoyKold swedish saying :þ10:46
BlinkizHi there. I have three network cards in my server (eth0, eth1, eth2). I have a network cable attached to one of the network cards. How can I find out if its eth0, eth1, eth2? Am looking for some tool to show if link is up or not..10:55
sorenethtool10:56
Blinkizsoren, thanks10:56
Blinkizsoren, Oh, not installed. And no internet connection to that machine. Any other solution?10:57
sorenmii-tool?10:57
sorenmii-diag?10:57
RoyKdmesg| grep eth10:57
Blinkizsoren, mii-tool. Nice. There it was. eth2 was the connected one :)10:57
sorenAh, /sys also exposes it nowadays, apparantly.10:58
RoyKsoren: where in /sys?10:59
sorenBlinkiz: You could have done this: grep . /sys/class/net/carrier10:59
RoyKanyway, mii-tool was nice10:59
RoyKdidn't know that10:59
sorenErr...10:59
sorenBlinkiz: You could have done this: grep . /sys/class/net/*/carrier10:59
soren..to see the current status of all the interfaces.10:59
Blinkizsoren, naa, don11:00
sorenOr just "grep -l 1 /sys/class/net/*/carrier"11:00
mattt... /sys seems to contain all sorts of goodness these days .. where'd that thing come from?  :)11:00
Blinkizsoren, yeah, did work.11:00
* mattt thinks /sys is the new /proc11:00
RoyKdamn - even lo is online11:00
RoyK11:00
sorenYou'd be screwed if it wasn't :)11:00
RoyKis there a tool like sysctl that manipulates /sys stuff?11:01
theblogguRoyK, th0mz same problem11:12
RoyKwierd11:13
RoyKtry booting another box from the cd11:13
RoyKwhat arch?11:13
RoyKamd64 or x86?11:13
thebloggux8611:13
RoyK32bit?11:13
theblogguyes11:13
RoyKwell, try booting up another box11:13
RoyKseems your cdrom may be fscked11:14
theblogguRoyK, works fine11:16
RoyKuse another cdrom player11:16
RoyKdrive11:16
RoyKsomething11:16
RoyKthe boot cd is very generic and should work on all systems11:16
RoyKI can't remember seeing a system refuse to boot from one11:17
RoyKnot ever11:17
RoyKthat is, since slackware 3.2 in 1994 or so11:17
thebloggucant boot from the other drive11:20
RoyKthebloggu: well, no idea, really. it really is generic11:20
theblogguit is strange because it starts to load the cd. it says "ISOLINUX .." then stop at "boot:"11:21
RoyKgoogle how to make a usb pen bootup from your current OS - it might work better11:24
chrisbsHello. I'm trying to upgrade from 7.04 to 7.10 on a production server, following the ELFUpgrades guide on the community documentation. The upgrade program fails at "http://old-releases.ubuntu.com/releases/dists/gutsy/main/binary-i386/Packages.gz" with a 404 Not Found. I can't seem to find the /dists path under /releases when trying to find it with a browser. Anyone got any experience with this?11:39
chrisbsEOLUpgrades*11:40
chrisbsFixed it. If anyone cares, it was a faulty entry in sources.list.11:47
sorenchrisbs: Which version of update-manager-core do you have?11:48
acalvoanyone has implemented openldap with samba to create a domain with windows xp machines?11:52
sorenchrisbs: Oh, I missed your last comment. Was this an error on your part or was it update-manager doing something wrong?11:54
chrisbsIt was an error on my part. I didn't set it up, I was just tasked to clean it up.11:55
chrisbsacalvo: if LDAP isn't a requirement I think it's pretty easy to set up samba as a domain controller without the ldap backend. I did it awhile back and it seemed fairly easy to get basic functionality. Try googling "linux domain controller xp". Can't remember the exact links.11:58
acalvochrisbs: LDAP is the backend of the most common services (like mail, web, auth), so it is a must11:59
acalvochrisbs: I've it almost everythgin setted up11:59
acalvobut it fails when loading roaming profiles, it is not able to find the share directory (but an LDAP user can browse it without problems)12:00
chrisbsAha, okay. My setup was just for fun at home, to see if I could get it working. GL though, been trying to get that + kerberos up, but I've never been able to. Would be awesome with some good documentation on that, if it's even possible.12:01
acalvochrisbs: thank you for your support!12:01
chrisbsI really don't know much about it. But if you haven't, try samba.org. Loads and loads of documentation.12:02
acalvochrisbs: in fact I've found a good tutorial, which lead me to get everything working in a couple of hours. The sad part is that it does not have any "troubleshooting" guide :(12:04
chrisbsacalvo: Aha. Well the documentation at the official samba site is extremely thorough. You should be able to find every answer you need there, although it might take a while.12:09
garymcHi guys, i got ubuntu 9.04 server on my proliant, when i watch a youtube vid over it, after about 1 min in the firefox browser closes or disapears from the screen12:10
garymcwhats the problem here?12:10
acalvogarymc: which flash player are you using?12:10
garymcthe latest12:10
garymci just downloaded when it said you need flash player12:11
acalvofrom adobe or the open-source? (or even HTML5)12:11
garymcso i chose ubuntu debian version12:11
garymcfrom adobe12:11
acalvotry to open it from a terminal and see the output that it gives when it crashes12:11
garymchow do you do that?12:11
_rubenthis sounds more like ubuntu desktop than ubuntu server12:11
garymcwell im running LTSP on the server and im connected via ethernet using a thin client12:12
acalvogarymc: _ruben is right, try to ask it on the official #ubuntu channel12:13
_rubenas stated in the topic .. its not a server specific support question12:13
garymci thought this was12:13
garymcis it not?12:13
acalvono, this is the main channel for ubuntu-server12:13
acalvonot ubuntu desktop12:13
CopyWritergood morning all12:16
_rubeng'day12:17
CopyWriterquestion: should i install windows manager for ubuntu server12:17
_rubenusualy: no12:17
_rubenand when you do, you might as well install ubuntu desktop instead12:18
CopyWriterok next question, how do i specify a static ip address, when i install the ip is automatically configured as 192.168.1.14212:19
CopyWriteri'm getting a dhcp3 error so i assume that it's because the dhcp server isn't running12:20
CopyWriter!dhcp12:23
ubottudhcp is Dynamic Host Configuration Protocol, a protocol for automatic IP assignment from a router. Ubuntu uses dhclient as a DHCP client but other ones (and DHCP servers too) can be obtained from the !repos. More info at http://en.wikipedia.org/wiki/DHCP12:23
_rubenwhich error do you get?12:24
_rubenfor static ip config, see: man 5 interfaces12:24
garymcWow desktop stay stop using flash?12:25
garymc*say12:25
CopyWriterinitializing dhcp3 status fail12:25
chrisbsCopyWriter: What are you trying to accomplish? Do you simply want to set a static ip configuration?12:26
CopyWriteri'm using a new ubuntu server install, well trying to use it anyway as a fileserver on my office network (it's a hobby really) i got everything installed but when it installs it automatically defaults to ip 192.168.1.142 and it can't be seen by any other computers on the network12:27
_rubenother computers aren't in the 192.168.1.142 range?12:28
_rubenerr12:28
_rubenother computers aren't in the 192.168.1.0/24 range?12:28
ewookit automagically defaults? sounds hard to belive.12:28
chrisbsIf you don't know how to set the ip in /etc/network/interface check out help.ubuntu.com, click your version > ubuntu server guide > 4. Networking12:29
CopyWriterthanks guys i'm reading up on the interfaces and the server guide section on networking is next12:33
CopyWriterif i already have a w2k server on the network acting as a domain controller would that be the cause12:34
eokeCopyWriter: You might have a DHCP server assigning addresses12:35
CopyWriteri can take the w2k machine out back and rough it up a bit12:35
CopyWriteryes it acts as a dhcp server12:35
CopyWritershucks didn't think about that before12:35
eokeIt's possible that's giving it the unexpected address, however if you configure your adapter as static in /etc/network/interfaces it'll use the address you specify.12:36
eokeMake sure you use an otherwise unused address though or your sys admin might get a touch upset with the ip conflict.12:37
CopyWriteri'm the guy that owns the business, the system admin has been getting me upset since november12:38
CopyWriter:)12:38
CopyWriteri just want the stuff to work, and i don't think that microsoft products can do what i want, i got too much downtime with viruses12:38
ewookwhy don't you just check your dhcp and alter that.12:39
eokeCopyWriter: A Microsoft environment needn't be a huge problem if its configured correctly.12:40
eokeI'm gonna get shot now aren't I.12:40
CopyWriter:)12:44
CopyWriteri gave microsoft a fair chance for the last 14 years12:45
CopyWritereven had their affiliates a local support company setup everything everytime i migrated12:46
CopyWritertime to give linux a try12:46
CopyWriteri installed ubuntu on the accountants pc's two weeks ago and nothing's complained that i don't know what i did i plugged in a flash drive and something popped up and now my pc is slow again12:47
CopyWriterand two months ago we got a trainee12:49
metalfan__hi12:49
eokeCopyWriter: Don't get me wrong I'm not saying don't try linux just that both will cause you issues if not configured correctly.12:50
CopyWriterwho was given the admin password, and he's been in the tech room checking email12:50
CopyWriterso microsoft isn't entirely to blame12:50
metalfan__i entered "expert mode" at the installer menu to add "vga=771" to the kernel parameters. but after selecting "install ubuntu server" im stuck with some kind of expert installer mode. how do i start the guided default installation process?12:50
CopyWriterit's him for being mcp certified :O12:50
pmatulisCopyWriter: why give a trainee the admin password?12:51
DelphiWorldhello all13:00
DelphiWorldplease how to setup a PXE boot server using ubuntu server?13:00
DelphiWorldthank for any help13:00
pmatulismetalfan__: restart the installation13:01
metalfan__pmatulis, thx13:02
pmatulismetalfan__: you can add the vga option afterwards13:02
metalfan__after what?13:03
metalfan__im not stupid, i dont try to get a better picture here or something. i get an "out of range" error from my monitor without the vga option13:04
metalfan__i need it13:04
pmatulismetalfan__: don't get angry13:05
metalfan__sry13:05
pmatulismetalfan__: you didn't explain that before13:05
metalfan__yes, you probably didnt read that yesterday13:06
pmatulismetalfan__: no13:06
metalfan__its just that im stuck with this crap for some time now13:06
pmatulismetalfan__: you can add kernel boot options. hit F6 at the initial install menu IIRC13:07
metalfan__yes, there i choosed expert. added vga=771 to the command line and started the installation13:07
metalfan__but now im stuck in some kind of expert installation mode where i have to choose the right install parts13:08
metalfan__i just need vga=771 on the kernel params, i want to start a normal inst now13:08
DelphiWorldany PXE boot server?13:09
metalfan__DelphiWorld, did you try "ubuntu pxe server" on google?13:09
DelphiWorldi want to mount a ISO image and let network users boot from it13:10
DelphiWorldmetalfan__: i'm searching, and iasking here mayb get help from here anf google13:10
metalfan__ive done pxe, but i dont know about "mounting an iso and letting users boot from it" sry13:11
DelphiWorldmetalfan__: me i have a ubuntu server, no desktop but i want users to use a desktop OS13:11
pmatulismetalfan__: i don't recall F6 being called 'expert'13:11
metalfan__expert is a menu point from f613:12
metalfan__f6 is probably adanced13:12
ichatmetalfan__:  -  'mounting an iso is rather hard ... iv tryed (under windows server - but that doesn't matter to mutch...13:12
CopyWriterwasn't me was the tech department, most likely a lazy7 tech who wasn't on lacation13:12
pmatulismetalfan__: is it different for you than what's given here: https://help.ubuntu.com/community/BootOptions13:13
DelphiWorldmetalfan__: got it (PXE no ISO): http://myy.helia.fi/~karte/ubuntu_hardy_pxe_notes.html13:13
ichatif your trying to boot anything its way  easier to - un-iso something,  and    try initiating the  Bootloader directly ...13:14
metalfan__pmatulis, thx. now i understand. i thought expert mode enabled the boot options...but f6 does that13:15
DelphiWorldichat: i'm trying to boot any OS using ubuntu PXE Server from my netbook13:15
Boohbahichat: daemontools mounts iso's quite well under windows13:19
DelphiWorldBoohbah: but i want to mount it in ubuntu no in windows13:20
Boohbahmount -o loop disk1.iso /mnt/disk13:20
DelphiWorldBoohbah: thanks, but what's the relation to PXE boot server? how i can let users boot from it using PXE?13:21
BoohbahDelphiWorld: i've never used PXE but looking at your link it looks like you should pass the mounted filesystem as the root= option in grub config13:23
DelphiWorldBoohbah: yes, this is a good idi13:23
Boohbahi guess that would be the tftpboot loader and not grub13:25
DelphiWorldBoohbah: yes tftp boot loader13:27
ichatDelphiWorld:  -  you can even boot  that other  OS  from linux pxe ... but you'd have to  create a bootdisk that - enables you to run  ntldr - witch is a bit tricky-er than  loading the kernel13:34
DelphiWorldichat: ntldr?13:36
Boohbahthe NT bootloader13:37
Boohbahfor windows13:37
DelphiWorldBoohbah: but why ntldr? i don't need windows actualy13:37
DelphiWorldi'm trying:13:37
DelphiWorldapt-get install netkit-inetd tftpd-hpa dhcp3-server lftp13:37
DelphiWorldbut don't work13:37
ichatlol - like i said you can boot any bootloader13:37
DelphiWorldunable to install netkit-inetd13:38
Boohbah!info netkit-inetd13:39
ubottuPackage netkit-inetd does not exist in jaunty13:39
Boohbah!info netkit-inetd intrepid13:39
ubottuPackage netkit-inetd does not exist in intrepid13:39
BoohbahDelphiWorld: what version of ubuntu do you have?13:39
DelphiWorldubuntu server 8.1013:40
Boohbahhttp://packages.ubuntu.com/intrepid/netkit-inetd13:43
DelphiWorldBoohbah: what is this?13:45
ichatbtw i setup ubuntu-server (first time) -   are there any recomended packages to be able to manager   samba server and vsftpd  from a   (web)-GUI13:47
DelphiWorldichat: i think EBox13:47
DelphiWorldBoohbah: ok is installing thanks13:47
DelphiWorldaptitude install inetutils-inetd13:48
ichatis Ebox manageable in terms of  removing  parts that you dont need  (for example  -  the part where you'd manager mailservers or  webservers or others you dont need13:48
DelphiWorldichat: yes i think is modulare, but kype asking i'm not sur13:49
ichatsu aptitude update      &&  su aptitude install ebox  ?????13:50
DelphiWorldichat: aptitude update and aptitude install ebox13:51
nijabaDaviey: Translation completed13:56
ichatit tells it cant update the list file :S13:56
DelphiWorldichat: you must use sudo13:57
ichatsorry - its sudo - not su ?13:57
DelphiWorldichat: sudo su13:58
DelphiWorldichat: and enter your password13:58
Davieynijaba: thanks!14:02
DelphiWorldichat: re14:05
ichatebox installed :S14:05
DelphiWorldi need this:14:05
DelphiWorldhttp://archive.ubuntu.com/ubuntu/dists/edgy/main/installer-i386/current/images/netboot/.14:06
DelphiWorlda netboot image14:06
ichathttp://server    - it works  -14:06
DelphiWorldbut error40414:06
DelphiWorldlftp -c "open http://archive.ubuntu.com/ubuntu/dists/edgy/main/installer-i386/current/images/; mirror netboot/"14:07
DelphiWorldBoohbah: ?14:08
ichatstrange, -   it tells me that   .....  "  it works "   but thats all it does14:09
BoohbahDelphiWorld: ?14:10
DelphiWorldBoohbah: i can't get the ubuntu 8.10 netboot image14:12
DelphiWorldBoohbah:  lftp -c "open http://archive.ubuntu.com/ubuntu/dists/edgy/main/installer-i386/current/images/; mirror netboot/"14:12
BoohbahThe requested URL /ubuntu/dists/edgy/main/installer-i386/current/images/ was not found on this server.14:12
BoohbahDelphiWorld: edgy?14:13
DelphiWorldBoohbah: no, just this URL don't work14:13
DelphiWorldi need the ekival of it for 8.1014:13
BoohbahDelphiWorld: did you read the URL?14:13
RoyKhm.... I have a box running 9.04 server and I want to setup other boxes with identical configuration (same packages plus some config file changes, NIS integration, some NFS mounts etc). What is the easiest way to automate this?14:13
Boohbahhttp://archive.ubuntu.com/ubuntu/dists/intrepid/main/installer-i386/current/images/netboot/14:14
DelphiWorldBoohbah: realy thanks14:14
ichatwow  - im in ebox and it doesn't seem to do anything :$14:15
DelphiWorldBoohbah: trying...14:15
DelphiWorldBoohbah: downloading the netboot image, thanks14:19
DelphiWorldBoohbah: i think you can solv my problem :D14:20
DelphiWorldBoohbah: i'm a blind person, using knoppix with the ORCA screen reader in console mode14:20
DelphiWorldany ORCA in console mode for UBUNTU Server?14:20
BoohbahBRLTTY is a background process (daemon) which provides access to the Linux/Unix console (when in text mode) for a blind person using a refreshable braille display. It drives the braille display, and provides complete screen review functionality. Some speech capability has also been incorporated.14:21
Boohbahhttp://mielke.cc/brltty/14:21
BoohbahDelphiWorld: i guess you need a braille display to use that14:22
DelphiWorldBoohbah: i use only TTS :D14:22
BoohbahDelphiWorld: http://edbrowse.sourceforge.net/14:22
BoohbahDelphiWorld: http://en.wikipedia.org/wiki/Comparison_of_screen_readers14:22
DelphiWorldBoohbah: but realy thank you for informing me14:23
Boohbahwelcome :)14:23
DelphiWorldBoohbah: :)14:23
DelphiWorldBoohbah: i connect to my ubuntu server using SSH with knoppix that incorporate ORCA dyrectly in the shell with the Espeak TTS Engine14:26
DelphiWorldBoohbah: what is UBUNTU MINI.ISO?14:44
RoyKanyone that know if ubuntu is getting closer to NFSv4 ACLs?14:44
RoyKas in supporting them apart from in kernel space14:44
RoyKthe old utils won't work on new ACLS14:44
RoyKACLs, even14:44
BoohbahDelphiWorld: https://help.ubuntu.com/community/Installation/MinimalCD14:59
BoohbahDelphiWorld: yes, i would leave the TTS on the client side14:59
BoohbahDelphiWorld: you have a permanent installation of knoppix as your main desktop OS?14:59
DelphiWorldBoohbah: thanks14:59
BoohbahDelphiWorld: if you decide to use an ubuntu desktop you can also install ORCA there15:00
DelphiWorldBoohbah: no, only Live CD15:00
DelphiWorldBoohbah: i want to try installing it in the Server a a Console Mode15:00
BoohbahDelphiWorld: it may be possible but it's usually better to leave graphical applications on the client side15:01
giovaniand graphical applications are explicitly not supported in #ubuntu-server15:02
giovanionce you install X ... you're essentially in #ubuntu territory15:02
DelphiWorldgiovani: don't only talk, you must understand me15:02
DelphiWorldgiovani: adriane use orca but no GUI, in console mode / background15:03
DelphiWorldBoohbah: understand?15:03
giovaniDelphiWorld: don't only talk?15:03
DelphiWorldBoohbah: if no, see the Knoppix6 Live CD15:03
giovaniI'm just making it clear what's appropriate here15:03
DelphiWorldgiovani: understand me15:03
DelphiWorldgiovani: i'm sur what i'm doing15:04
DelphiWorldgiovani: no X11 here about orca in ubuntu server15:04
DelphiWorldgiovani: orca use GUI and console mode version15:04
giovanigreat15:04
DelphiWorldgiovani: see Knoppix6 CD is inspired me15:05
DelphiWorldalso, i can't setup UBUNTU alone, i need a helper to setup it for me such a my brother15:05
giovaniI'm not sure how that's relevant here15:05
DelphiWorldBoohbah: mayb i use your suggested app with Flite TTS Engine15:07
ichatwhooot - i actually  got ebox to  create me a  share - and like i thought - its running ok on  ext415:11
ichatas of now its just a matter of finding out how to best setup the fileserver :P15:12
DelphiWorldichat: good15:15
ichati see though that id have better -  mount my  600gb data partition als  /home   rather than as   /mnt/data15:16
ichatdefault ebox whats to store its  shares in  /home/ebox/shares15:16
DelphiWorldichat: just try to search with me to install a difere OS using ubuntu PXE boot server15:16
ichatDelphiWorld:  - what os?15:17
DelphiWorldichat: for example, CentOs, Slax/.../...15:17
DelphiWorldnetbook don't have a CD reader15:17
ichatso you want a cleen netboot - rather than a usb boot?15:18
DelphiWorldichat: yes, to start the installation troug it15:18
ichathttp://ubuntuforums.org/showthread.php?t=1236601 <<< did you reed?15:22
DelphiWorldichat: ok reading15:23
ichatrather than (adding the nx clients you could try and run the  setup system... as youd do with any ftp  install15:23
DelphiWorldichat: what is LTSP?15:27
ichatits a subset for ubuntu -  something like a terminal service15:27
DelphiWorldichat: and we use it for PXE?15:28
DelphiWorldichat: i think LTSP use X1115:30
ichatDelphiWorld:    i c - -  sorry about that boobo :$15:31
ichatkinda missed that part :S15:31
DelphiWorldichat: np :D15:31
ichathttp://ubuntuforums.org/showthread.php?t=1236601 <<< is better :P -15:34
DelphiWorldIchat: np with X1115:34
DelphiWorldichat: i think is the SAM!15:35
ichatDelphiWorld:  -  did you check the seccound link -15:36
DelphiWorldichat: i think i lost it post it please15:37
ichathttp://ubuntuforums.org/showthread.php?t=1236601 <<<15:40
ichatin basic, - you need a working dhcp server  (windows  or linux)15:40
ichata tftp server15:40
ichatand a  http (apache )  or  a  FTP   server15:41
DelphiWorldichat: i have all that installed in my server DHCP, Apache, TFTP15:41
ichatand for example the  ubuntu  UNR  ISO file15:41
DelphiWorldichat: i started downloading it but is brek15:42
DelphiWorldichat: LTSP is installed15:44
ichatdamn :$ ive done this a million times from windows (even booted linux system with it.... but not with ubuntu  tftpd15:44
DelphiWorldichat: np i have windows also just guide me15:45
Steve[mbp]Morning Everyone!15:45
ichathttp://ubuntuforums.org/showthread.php?t=1236601 <<< better use this link... its a bit more easy as it will let you  use the default   img files from your iso15:45
DelphiWorldok15:46
DelphiWorldichat: i see all this link is the same!15:50
Psi-Jack_Alright, so, ufw's default list of rules, is pretty overly extensive, and it logs like every single nick-nack & crack, so, yeah.. I'm tring to limit what it logs to things it's not just outright blocking sushc as these:15:51
Psi-Jack_kernel: [31750.678843] [UFW BLOCK] IN=eth1 OUT= MAC=00:0a:cd:18:44:d3:00:13:5f:05:89:05:08:00 SRC=84.215.64.234 DST=97.101.58.138 LEN=131 TOS=0x00 PREC=0x00 TTL=112 ID=3885 PROTO=UDP SPT=16417 DPT=37483 LEN=11115:51
DelphiWorldBoohbah: i see all provided link is the same any documentation?15:52
Psi-Jack_And it's just blocking a whole lot of those. eth1 is my internet NIC, eth0 LAN15:53
Psi-Jack_The DST is my server's IP address.15:53
ichatDelphiWorld:  -    you need your tftp server  to load  the the file - pxelinux.0      with live in the    ubuntu alternative.iso15:55
ichati have here the  xubuntu   desktop  alternative    and it has the needed files15:55
Psi-Jack_So, yeah, hmm, whatever it is, it's always just going to port 6881, which nothing's listening on.15:58
ichatDelphiWorld: -   knowing that all the pxe files are in the alternative iso ....   it must not be to hard to setup pxe with what you want ...  i think...15:59
DelphiWorldichat: i want to try booting any OS no only ubuntu16:00
DelphiWorldichat: and i think no alternative but MINI CD16:00
Psi-Jack_No comments for me and my ufw, eh?16:03
DelphiWorldichat: got a document in french, reading...16:11
ichatany initrd  set would be good as long as it supports  booting from a  remote repository16:14
ipsemethello all I'm having some trouble with cron jobs. I can not get anything to run. I've put the jobs in /etc/crontab nothing tried sudo crontab -e and still nothing and then i put them in /etc/cron.d/management and still nothing here's the printouts of all of those http://paste.ubuntu.com/251980/16:14
xgpthello, I am running 8.0416:34
xgptI would like to upgrade my home server's 8.04 installation to ubuntu current, how do I do this?16:34
xgptI am trying to run do-release-upgrade and it is spitting out that there is no upgrade16:34
xgptI'm guessing something isn't going right16:34
stefan___edit the release file I forgot the name and change from LTS to CURRENT or something like this ...16:35
stefan___xgpt: or you can upgratde to 8.10 and then to 9.0416:37
xgptunderstood16:38
xgptyeah, i didn't realize that it would be set to LTS only16:38
xgptI fixed it!16:38
xgptthanks!16:38
stefan___xgpt: found it : change etc/update-manager/release-upgrades fromm LTS to normal16:38
stefan___and you can do 8.04 to 9.04 directly16:39
xgptalso, I'm just curious16:39
xgptI might want to ask this in #ubuntu16:39
xgptbut why is wpasupplicant installed at ALL on a server installation?16:39
xgptisn't that entirely unnecessary?16:39
stefan___maybe because you would turn your laptop in a server ? :)16:40
=== zul_ is now known as zul
RoyKstefan___: afaik there is no direct upgrade path - you need to go via 8.1016:57
stefan___RoyK:  go to post 13 : http://ubuntuforums.org/showthread.php?t=1135537&page=216:58
stefan___tried it once and it worked16:58
RoyKwell, I'd recommend updating step-wise16:59
RoyKit takes a little longer, but the chance of failure is far lower16:59
stefan___i might have been just lucky then RoyK17:14
jmedina@seen ivoks17:34
jmedina:S17:34
jmedinaanyone using dovecot's sieve?17:34
xorredhi guys....19:32
xorredI'm trying desperately to install 8.04 server from USB19:32
xorredand fail at every single attempt19:33
xorredanyone ever installed the Server 8.04 from USB?19:42
RoyKyes19:42
lenioshi there19:42
ipsemetwhere does the cert.pem go with apache219:46
xorredRoyK: you installed from USB?19:48
RoyKhm....19:48
RoyKnot 8.0419:48
RoyKjust 9.0419:48
xorreddoesn't matter I guess?19:48
xorredhow did you do it? any guide you followed?19:49
ikoniametalfan__: what's up ?19:50
leniosipsemet, you might try /etc/ssl/certs/cert.pem19:50
ipsemetthanks19:50
ikoniametalfan__: sorry - had some lag there19:51
metalfan__ikonia, did we talk before?19:54
ikoniametalfan__: no, I just had an odd lag in the channel, where time stopped at your question?19:54
auraxhello, any idea how to solve execvp: No such file or directory20:04
ikoniaaurax: what are you actually trying to do ?20:07
auraxikonia, never mind sorted it out, thx anyway :)20:41
ikoniagreat20:41
metalfan__ ikonia: i see21:00
metalfan__ikonia, pmatulils already gave me the right idea21:01
gnomonHi!  I'm trying to figure out how amavisd-new treats X-Spam-* headers that have been added to messages by an SMTP server prior to the one on which amavisd-new is running.  Should it pass them through unmolested, or silently drop them?  I'm seeing the latter and am trying to puzzle out which system is at fault.21:07
=== metalfan__ is now known as metalfan_
xorredikonia, check out http://ubuntuforums.org/archive/index.php/t-1045366.html21:47
xorredand learn21:47
xorredthen restore my access to #ubuntu accordingly (quote: "installing desktop and server is the same")21:47
ikoniaxorred: thats pretty much the same process as in the factoid ubuntu sent you21:47
xorrednot really the same21:48
ikoniayes21:48
ikoniait's the same process as listed in the factoid ubottu sent21:48
ikoniayou're welcome to follow whatever guide you feel works best for you21:48
ikoniaif there is specific stuff, maybe write a wiki page21:48
xorredI am just proving the point of difference betweeen a desktp and server install21:49
ikoniaxorred: there isn't one with the process21:49
ikoniabut I'm not debating this with you as I said earlier21:49
xorredthere's nothing debating here, unebootin for desktop installation and 2 pages A4 format for a server from usb... it's funny you stil can't admit you were wrong21:50
ikoniaI didn't say use unetbootin21:50
ikoniabut I'd imagine that would work, but I've not tried it myself21:50
ikoniaI said use the usb install guide ubottu sent you21:50
xorredno it will NOT work21:51
xorredas server != desktop install21:51
xorredand yes, I've tried21:51
ikoniaworked fine for me about 25 minutes ago21:51
xorredyou tried server 8.04?21:51
ikoniaI tried an 8.04.2 server image21:51
ikoniait's all I had to hand21:51
ikoniabut I'll leave you to get on with it21:51
* jmedina also install hardy server using usb...21:52
xorredjmedina: what process did you use?21:52
xorreddid you use unebootin?21:52
xorredI'm using a modified version of server 8.04 ..21:52
xorredthe ebox one21:52
jmedinaxorred: yeap using unebootin21:53
ikoniaxorred: where is that version from ?21:53
jmedinaor something like that21:53
xorredebox-platform.com21:53
ikoniaxorred: ok - then that distro is not supported in the #ubuntu channels21:53
jmedina!ebox21:53
ubottuebox is a web-based GUI interface for administering a server. It is designed to work with Ubuntu/Debian style configuration management. See https://help.ubuntu.com/community/eBox21:53
xorredthey use ubuntu as base and just add their packages21:53
ikoniaxorred: it doens't matter - it's not supported by the #ubutnu channels21:53
ikonia!derivatives21:54
ubottuThere are some Ubuntu derivatives that we cannot provide support for due to repository and software changes. Please consult their websites for more information. Examples: gNewSense (support in #gnewsense), Linux Mint (see !mintsupport), LinuxMCE (support in #linuxmce), crunchbang (support in #crunchbang)21:54
xorredk21:55
ikoniathanks21:55
jmedinaI follow ebox mailing lists, they provide good support21:56
ikoniayes, ebox has a very good support reputation from my reading also21:57
* jmedina still prefers zivios for ldap and kerberos authtentication21:57
wikkidhello everyone.  A software raid 1 drive failed, (two md devices md0 and md1.  md0 is /, md1 is swap), i replaced the drive, and was able to rebuild md0 just fine, i can't seem to rebuild md1 (swap) though, i'm getting "mdadm: cannot get array info for /dev/md1" when i try to run mdadm --manage /dev/md1 --add /dev/sda2.  any ideas?21:59
ikoniawikkid: any info in your mdadm.conf ?22:00
wikkidyeah, i'll pastebin it..22:00
wikkidhttp://pastebin.ca/152709022:01
ikonialooks a valid entry22:01
ikoniawikkid: is the swap array started ?22:01
jmedinais the array assambled?22:02
wikkidhere's the output of cat /proc/mdstat:  http://pastebin.ca/152709322:02
wikkidas for is it started / assembled.. i don't know22:03
wikkidi'm a software raid newb :(22:03
wikkidi run hardware raid5 at home, but working with mdadm is new to me22:03
jmedinaman mdadm has lots of examples22:03
wikkidwhen the drives failed, i ran mdadm --manage /dev/md0 --fail /dev/sda1, then --remove /dev/sda1, then --add /dev/sda1 and it worked fine for md022:05
wikkidi would assume it would be same operation for md1, but i'm getting "cannot get array info for /dev/md1" that's where i don't know to go from here.22:06
wikkideverything to my knowledge looks well and good.  but it also has me wondering if i really need mirrored swap / swap at all (the system appears to be running fine without it, though i'm guessing it's using only the ram it has)22:06
jmedinawikkid: yeap looks fine, why dont you remove the raid and try ei buuild it again?22:07
jmedinait is swap, it doesnt matters22:07
wikkidmd1?  or rebuild md0?  by the way, the output of mdadm --assemble /dev/md1  was "mdadm: no devices found for /dev/md1"22:08
Deevz_im trying to create a user and I get "unable to lock password file"...22:25
wikkidwell jmedia and ikonia, i'm just going to let it run for now and google the hell out of trying to get swap working again later.. md0 (root filesystem) is mirrored and running, that's all i really care about.  thanks for your help! :)22:26
xgpthey guys, I want to give a single user access to a folder in my home dir.22:28
jmedinaxgpt: and?22:33
xgptjmedina, I would ilke to give them access to an entire folder of media22:34
jmedinaI want a coke22:34
jmedinaxgpt: are you asking for something?22:34
xgptjmedina, how do I do it/22:35
xgptjmedina, also, can you get me a coke?22:36
jmedinaxgpt: sure, in the mean time read chmods man page22:36
xgptjmedina, problem is22:36
xgptit won't let me change it22:36
jmedinaxgpt: do you know unix permisions?22:36
xgptit's saying there are too many symbolic links22:36
xgptjmedina, I understand them22:37
jmedinashow the command you used and the exact message you get22:37
* jmedina hates symlinks22:37
clustyhey22:38
clustyis there a way to build more locale's for a system?22:38
clustynow if I do a locale -a I get: C/POSIX/en_US.utf822:39
clustyi wish I had fr_FR or some unicode maybe?22:39
xgptjmedina, I hate them too22:40
jmedinaclusty: use locale-gen22:42
jmedinaI always use sudo locale-gen es_MX-UTF-822:43
enquoraI have several 9.04 installations. Are there repositories to keep ruby and postgresql current?22:43
* jmedina remember the old days when you have to rebuild glibc with your locales kit 22:43
clustyjmedina, thnaks worked. i got fr_CA. is it unicode or UTF8?22:47
jmedinawhat is difference_22:47
jmedina?22:47
clustyjmedina, asking me?22:50
jmedinayeap22:50
clustynot sure myself. unicode is the portable thing I think22:50
jmedinaand utf8?22:50
clustyUTF is not22:50
clustyi am not an expert22:51
clustyi am just trying to wrote some C++ code to handle such stuff22:51
clustyand I am stuck at reading a file :D22:51
clustyand printing on screen :D22:51
phoenixzHi there, anybody here who has experience with EMC powerpath on ubuntu? Will it actually work?23:00
HellMindthis is my story, I need to run a mohaa breaktrought dedicated server on my ubuntu 8.04lts, there are no linux bin, so I installed vmware server 1 and with a windows xp as guest, solve the problem.23:08
HellMindNow, I detect that the mohaabt server is laggin, I complain vmware, So I want to try it with wine23:08
HellMindWine need xorg wich I dont have, I dont have also a local access, just with ssh.23:09
HellMindHow can I install a minimal xorg /wine, to run a windows console app from ssh?23:09
uvirtbot`New bug: #412751 in bind9 (main) "bind9 should reload the named apparmor profile, not all of apparmor" [Medium,In progress] https://launchpad.net/bugs/41275123:11
psi-jack__Alrighty. So I have a routing server, eth0 being on the internal network, eth1 being connected to the internet, handled by dhcp, but when it comes up, it completely replaces my /etc/resolv.conf and I don't want it to.23:12
psi-jack__How can I fix that so my resolv.conf stays the way I made it?23:12
Nick_HillMy RHEL 2.1 based system has come to the end of it's supported life after 6 years of faithful operation, needing no support. (really, it is a plesk 6 system due to massive customisation needed to make the system administrable, but that is another story). I am looking to migrate. a painful and potentially frought experience. I have given many days consideration and been looking at Ubuntu as a possible candidate. I23:25
Nick_Hill have come up with a series of observations which may be used to improve the Ubuntu server offering. Where should I post my essay?23:25
uvirtbot`New bug: #412756 in samba (main) "package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/41275623:25
Nick_HillThe system supports LAMP+email23:26
psi-jack__Supports LAMP? But LAMP is just Linux, Apache, MySQL and PHP23:26
Nick_Hillpsi-jack__, As opposed to a Samba server, or SIP or something else23:26
psi-jack__It takes a big machine to truely support even JUST LAMP.23:27
psi-jack__Running all Apache and MySQL on the same system itself, uses up a lot of memory and processing power.23:27
Nick_Hillpsi-jack__, Depends on the usage profile. Virus scanning with Clam seems to be a killer.23:28
Nick_Hillpsi-jack__, Started off with 512Mb, Athlon 1800+.23:29
Nick_Hillpsi-jack__, 30 or so domains.23:29
Nick_Hillpsi-jack__, And the whole lot running again in a chroot jail (with an upgrade to 1Gb)23:31
Nick_HillAnyway, I realise that default configurations of popd and imapd assume a 1:1 relationship between email addresses and system users, and assume a 1:1 relationship between domans and machines, so will need to go for a control panel configuration.23:34
HellMindnobody installed xorg on buntuserver?23:34
Nick_HillIs there any virtualmin or syscp type control panel interface supported by Ubuntu?23:35
webereincAnyone know how to get server to recognize USB drive when RAID array is already using sda1, sdb1. and sdc1... the inserted drive is not listed in fdisk -l23:35
Nick_Hillwebereinc, Have you looked at dmesg?23:36
webereincNick_HIll - yes, it is not showing any new messages23:36
Nick_Hillwebereinc, Try modprobe usb-storage23:37
=== thomas__ is now known as Djannakhan
Nick_Hillwebereinc, usb_storage23:37
=== JanC_ is now known as JanC
Nick_Hillwebereinc, Then look at dmesg. Should then see the device.23:38
webereincNick_Hill, dmesg now says the following:23:40
webereinc[2317749.562628] usbcore: registered new interface driver libusual23:40
webereinc[2317749.582802] Initializing USB Mass Storage driver...23:40
webereinc[2317749.582841] usbcore: registered new interface driver usb-storage23:40
webereinc[2317749.582847] USB Mass Storage support registered.23:40
Nick_Hillwebereinc, Do you know for sure the USB socket works?23:41
Nick_Hillwebereinc, May not be connected internally if front panel.23:41
webereincIt did when it was a windows machine <grin>23:41
Nick_HillWhat are you plugging in?23:41
webereincUSB thumb drive - also, it does light so there at least is power23:41
Nick_HillTry unplugging them plug in again. Look at dmesg. May be picked up once the storage driver loaded.23:42
webereincno new messages23:43
* jmedina has experienced that with poor quality usb ports23:44
webereincOK, I'll try some other approaches.23:45
webereincThanks23:45
Nick_Hillwebereinc, Have you seen the drive working on desktop Ubuntu? Maybe an unrecognised ID. Try a different drive.23:45
Nick_Hilland a different port23:45

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