/srv/irclogs.ubuntu.com/2009/11/07/#ubuntu-server.txt

=== alex88 is now known as alex88[sleep]
huuanitohello, trouble installing RAID 1 on server 9.20, partition setting: 'use as physical volume for raid', when try to change bootable flag to 'on' just comes back to off. any ideas?00:12
ntwrkadm4r90Anyone know of any problems with virt-manager not booting vms on system startup ubuntu 9.10?00:46
huuanitois there some good reason why for RAID 1 the bootable flag can't be set to 'on' with partition setting 'use as physical volume for raid' when installing server 9.20 64 bit? apparently used to work on pre 9 versions. Is my only hope to install on a single disk then migrate to RAID 1?01:01
uvirtbotNew bug: #477062 in openldap (main) "package slapd 2.4.18-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2" [Undecided,Invalid] https://launchpad.net/bugs/47706201:06
norrecis there a way to check the status of a hardware raid on ubuntu server? the hw raid is a raid 1 on a nvidia raid controller01:19
helfire__i remember reading about doing a command line upgrade, you could start a backup sshd server, but i cant find how to do it01:34
spartan07is it suposed to show 1 cpu for htop on a quad core?01:38
spartan07im running ubuntu server lts01:38
helfire__do you have the SMP kernel?01:38
spartan07I just installed the one provided on ubuntu server for the 64 bit lts version01:40
helfire__type uname -a01:41
spartan07I installed the regular lts desktop and was going to add the packages i needed but the desktop kept freezing on me01:41
spartan072.6.24-24-server #1 SMP01:41
spartan07brb 1 sec01:42
smackd.02:19
uvirtbotNew bug: #477118 in dbconfig-common (universe) "package dbconfig-common (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/47711802:51
ScottKAny Hardy or Dapper clamav users around?03:29
ScottKI've got an updated version I need tested.03:29
dpreacherhow do I add a secondary gateway ip/remote address to a racoon tunnel such that it acts as a failover?03:47
Xpistoscan someone help me mount an SFS drive?04:01
jmarsdenXpistos: Are you sure it is really truly definitely an SFS filesystem, not just a corrupted NTFS filesystem?04:03
Xpistosjmarsden: It was an NTFS now it says SFS04:03
jmarsdenmount it as NTFS.04:03
jmarsdenIt says SFS because Windows broke it slightly... it is not really SFS.04:04
Xpistoslet me try it04:04
Xpistosjmarsden: let me ask this before. I want to have different users access the shares both windows and linux, should I make a different group for each user or just the user themselves04:05
jmarsdenI'm not sure I understand the question... or how it has anything to do with mounting a filesystem... ?04:06
Xpistosjmarsden: Sorry, I am little distracted, my kids are acting up right now04:15
jmarsdenNo problem.  Mount the filesystem so we know that issue is resolved.  Then ask the second question separately, to the channel, when you want to work on that, and see who can help with it.04:16
Xpistosjmarsden: I am settting up my first server and I am little newbish04:16
jmarsdenXpistos: That's not a problem.  I do recommend asking and working on just one question at a time, though :)04:17
Xpistosjmarsden: Seriously04:17
Xpistosjmarsden: My default user does not have any directories in the home folder. Is that normal?04:19
jmarsdenXpistos: ls -la ~     # shows you nothing?04:19
Xpistosall it says is total 004:20
Xpistosjmarsden: I am ssh in to the server right now04:20
Xpistosjmarsden: I even signed into the server to make sure04:20
jmarsdenXpistos: OK.  That's not necessarily bad, but I'm not sure it is "normal" either.  But this is now a third issue... returning to your first question: did the mount of the NTFS filesystem work?04:21
Xpistosjmarsden: I didn't do it yet. I am not sure how to do it outside of fstab04:22
jmarsdenXpistos: well, if you want, do it in fstab and then do sudo mount -a04:23
jmarsdenXpistos: But this suggests to me you may want to learn a bit more about filesystems and mount before running a server?04:23
Xpistosjmarsden: is it mount /dev/sdc1 /mount_point ntfs04:24
jmarsdenXpistos: No, man mount for the specifics of mount options.04:24
Xpistosjmarsden: it worked04:26
Xpistosthe fstab I mean04:27
jmarsdenGood :)04:27
Xpistosjmarsden: Okay, no I need to make some samba shares for my wife's windows box and my ubuntu laptop04:28
Xpistosjmarsden: so should I create both use groups and users or just users04:28
Xpistosjmarsden: in otherwords, create a user for her and me in our own groups or just the user accounts04:29
jmarsdenI'd keep it simple if there are only two users -- just create a user for her, since you already have one for yourself.04:29
Xpistosjmarsden: thank you for your help04:32
jmarsdenXpistos: No problem.04:32
uvirtbotNew bug: #403775 in krb5 (main) "passwd fails when kerberos server points to an IPv6 host" [Undecided,New] https://launchpad.net/bugs/40377505:52
norrecis there a way to check the status of a hardware raid on ubuntu server? the hw raid is a raid 1 on a nvidia raid controller06:20
jmarsdennorrec: That is usually controller-dependent.  nVidia doesn't make real RAID controllers, AFAIK, so the one you have is probably some sort of fakeraid?  See http://wiki.debian.org/LinuxRaidForAdmins for some info on real RAID controllers and where to find status on them.06:25
jmarsdennorrec: Also see https://help.ubuntu.com/community/FakeRaidHowto for more on fakeraid if that is what you really have.06:26
norrechow do u tell the difference between a real raid and a fakeraid06:27
jmarsdennorrec: Did you read the howto?  Better yet, real hardware RAID costs real money -- how much did you pay for the RAID controller?06:29
norrecjmarsden, hm well considering that it is just some crappy desktop mb i would have to say ive just answered my own question06:33
jmarsdenYes, I'd say so :)06:33
norrecjmarsden, so is it preferable to go with a linux software raid over the fakeraid, the howto on the fakeraid hinted that it might be but it didnt really seem to say06:33
jmarsdennorrec: On a machine that only runs Linux, yes, just use software RAID, it is easier and gets just as good performance on modern hardware.06:34
jmarsdenThe only real reason for Linux fakeraid (in my opionion) is if you dual boot to Windows and already set up fakeraid and installed WIndows, and now you want to add Linux to the same set of disks...06:35
norrecjmarsden, can i configure it after install, because one of my drives is dead, and it decided to do it upon an upgrade06:35
norrecso i'll only have one disk for the install =/06:36
jmarsdennorrec: You can, but doing so is more complex for a newcomer than setting it up using the installer.  You can always wait a day and buy a new drive tomorrow... right?06:36
norrecjmarsden, the drive is under warranty so i'm gonna rma it06:37
jmarsdenIt's your choice how to proceed... if you can back up whatever you do with the server while it is on a single drive, perhaps to another machine or to an external USB drive or whatever you use for your server backups, then I'd say go ahead and install on one drive for now.06:39
norrecjmarsden, when i put in the new drive, would i want to use something like this "mdadm --create /dev/md0 --level=mirror --raid-devices=2 /dev/sdc1 /dev/sde1" do build a new mirror partition?06:40
jmarsdenYou'd want to read the documentation very carefully so you don't wipe your existing single drive partition... the time for the specifics is when you have both drives, not now.06:40
norrecbut theres nothing special that i need to do with the install right now, do i?06:41
norrecjmarsden, i'm just trying to avoid having to reinstall again in a week06:44
jmarsdenNo, you really can't set up RAID now, you only have one drive.  I'd do exactly that -- use the week for experimenting and getting to know Ubuntu Server, write down what you learn, and then redo the server install using your written notes when you have the two drives.  But it's your choice to try and convert from a single drive install to RAID1 if you want to attempt that.06:45
norrecjmarsden, yeah, this isnt my first experience with ubuntu server, i installed this a couple years back and havent really touched it since06:46
norrecjmarsden, the drive just happened to die when i was doing updates and now i cant boot to the system06:46
jmarsdenHmmm, so much for the usefulness of your RAID controller...!06:47
norrecjmarsden, and on top of that i have to find a way of installing and not the data, cause i didnt seperate the partitions for the system and the data06:47
norrecjmarsden, yeah tell me about it06:47
jmarsdenSo where are your backups?  On another machine?06:47
norrecjmarsden, well this was the file server06:48
jmarsdenYes... so what did you back it up to?06:48
norrecjmarsden, that was the point of the raid06:48
jmarsdenNo, RAID is *not* a substitute for backups, not even if you have good working expensive real RAID hardware!06:48
jmarsdenRAID protects against downtime caused by loss of one hard drive.  backups protect against all kinds of user mistakes including accidentally deleting files, etc.06:49
jmarsdenThose are fundamentally different things you are trying to protect against there...06:50
jmarsdenMaybe you should buy a new hard disk tomorrow, then when the RMAed one arrives buy a USB external case for it and make that your backup drive?06:51
norrecjmarsden, *shrug* the data on there isnt super critical, i would just prefer to have it than not have it06:55
norrecjmarsden, if it had been a production server i would have been more cautious, i would have actually payed for a raid controller06:57
norrecand had a backup06:58
norrecjmarsden, so what do u think of the 9.10 server edition, i know its not the lts...06:59
jmarsdenIf you decide to install to a single drive and convert it later, look at https://alioth.debian.org/projects/rootraiddoc/ and download the rootraiddoc file and read it.06:59
jmarsdenI've not used 9.10 except for testing in virtual machines, it is too new for real server use at this point.  I haven't even converted my desktop to 9.10, never mind any servers :)07:00
norreclol, i'm using it on my gf's laptop, and it has a couple bugs still, but i like it better than 8.10, mostly because the gfx chipset actually works07:04
norrec9.04 had the bug with the intel gfx chipsets07:04
norrecand a couple other problems, had to go back to 8.10 lol07:04
norrecbut i kinda wanted to use 9.10 for ext4 lol07:05
jmarsdenFor home use if you can deal with the inevitable new bugs in a new release, that's fine, go for it.  For real servers... not yet!07:08
norrecjmarsden, i'll be using the lts version on real servers till the next lts version is released lol07:09
jmarsdenSounds fine to me.07:10
norrecthis is my play machine =p07:10
norrecjmarsden, hey does fsck verify the integrity of the files?07:11
jmarsdenNo, it can't tell whether the content of the file is valid, only that the structure of the filesystem (including length of files, are all blocks/extents of the file there, etc).07:12
norrecis there a program to verify the integrity of the data within the filesystem?07:13
jmarsdenTo verify file integrity you would compare with a backup, or failing that use a checksum based tool like tripwire or aide07:13
norrecjmarsden, alright, thanks for the help07:14
jmarsdenBut of course for all of those you need to have prepared in advance of needing the checks...  sure, no problem.07:14
norrecyeah, i figured, doesnt really help to verify 2 checksums generated at the same time lol07:16
xander787i have a system thats running ubuntu server 9.04. I also have gnome installed on it for a gui. the other day i upgraded to 9.1 karmic koala and everything on the system was working fine, but then i had to restart it and it didnt boot correctly. it would show the ubuntu logo (from gnome) and then just go to a blank screen with a cursor. and i cant type anything or get to a terminal using alt-ctl-f* or anything. and even when i boot07:25
jmarsdenxander787: (1) If you installed Gnome, your machine is not really a normal Ubuntu server any more, it is now a sort of hybrid desktop/server.  Ask in #ubuntu for help with GUI related stuff.  (2) When Ubuntu systems do not boot as you wish, boot into a recovery console and use that to see what is going on and fix the system up.  (3) If you can't get into a recovery console, boot from a Ubuntu liveCD and use that to f07:29
jmarsdenix the real system.  (4) if that fails, use a special purpose system recovery tool such as SystemRescueCD.07:29
xander787yea i tried booting into the recovery mode, but even then it didn't work, it just paused after a certain point then when i left it and came back i came back to a black screen...07:31
jmarsdenxander787: (5) the Karmic release is 9.10 (The tenth month of the year 2009), so 9.10, not 9.107:31
jmarsdenxander787: OK, so boot from a CD and use that to recover your machine.07:31
xander787o sorrryyyy.....07:31
xander787and when i boot from the 9.04 CD should i select the recover broken system selection or is there something special i should do to try to fix my problem?07:32
jmarsdenUp to you; I tend to open a shell and poke at the disk subsystem with fdisk -l and then check filesystems and then chroot into the "real" system and look around, but I'm not sure how to specifically fix your issue.07:33
jmarsdenNot booting into the recovery console is pretty unusual.  Knowing what the "certain point" was might help a little with that.07:34
xander787thts a good point, i'm gonna try to find that...because its after a certain line being printed that it just freezes and i dont know why07:36
* jmarsden wanders off to get some sleep...07:38
xander787yea my point of failure is when it prints out attached scsi disk /newline/ attached scsi generic sg4 type 0, after that it just freezes and goes no further07:42
xander787[23:45]    xander787: i'm running sort of a hybrid installation using ubuntu 9.04 with gnome installed for a gui. I recently upgraded to 9.10 and everything on the system was fine until i had to restart it today and now it won't boot properly. the ubuntu logo shows up (for gnome) but after that it takes me to a blank screen with a cursor and i cant type anything or get to a terminal using alt-ctl-f* or anything. and i also cant bo07:52
uvirtbotNew bug: #477257 in openldap (main) "package slapd 2.4.18-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/47725709:35
googawhat is the difference between system user and just user09:59
qman__googa, 'system user' generally refers to users that are stored in /etc/passwd and /etc/shadow, as in users on the local system10:02
qman__whereas 'user' can refer to any users, on the system or otherwise10:02
googawhat is the benefit of creating groups for users10:06
=== Chaoz is now known as Z|Dinner
qman__groups allow you to define permissions for multiple users at once10:21
qman__every user must belong to at least one group, and have a primary group10:22
qman__by default, ubuntu creates a group for each new user10:22
qman__on a small scale (a few users) this is a good setup, but on a large scale that's unmanageable and users should actually be grouped together10:23
guntbertqman__: you can create additional groups and add user to them, each user can be a member of many groups10:24
macrocosmAnyone here using Amazon EC2 &/or the Canonical Cloud Support service?10:25
macrocosmI am curious as to what others think about it ... as I am considering taking the leap into both.10:26
=== Z|Dinner is now known as Chaoz
macrocosmno opinions?  Im contacting canonical now but figured an end user might be have interesting thoughts to share?10:35
erichammondmacrocosm: Do you have specific questions about running Ubuntu on EC2?10:52
=== zoopster1 is now known as zoopster
macrocosmWell not per se .. I was mostly wondering if I should go with canonical or amazon support to get started .. were looking to move all our web infrastructure to the cloud to start, but will begin building our private cloud next year.    I figure it may be best to go with the canonical support as we will further leverage ubuntu in the future, but im torn about who is going to be the best help...10:56
macrocosm...in getting started. Whats your opinion?10:56
macrocosmI guess I may have one related question about ubuntu/ec2 Do you even require a physical server to do this?  Or can everything be virtual in EC2, it wasn't apparent in the ubuntu cloud documentation iv read so far.10:57
erichammondAmazon manages the hardware infrastructure for you.  You'll need some sort of computer to kick things off (e.g., browser, command line).10:59
erichammondIt's similar to leasing dedicated servers from an old school hosting provider, but you can pay by the hour (with a lot more benefits).11:00
macrocosmSo im guessing that could be a potential bottle neck or does ec2 really take the brunt of the load?  Does that main computer need to scale as much as the cloud?11:01
erichammondYour computer is not used by EC2.  You use your computer to tell EC2 to start systems, etc.11:02
erichammondOnce it's running, you can turn your computer off.11:02
macrocosmahh .. so like a remote11:02
macrocosmok .. that makes a good sense.11:02
erichammondMy company runs everything on EC2.  The only other hardware we have is laptops.11:03
macrocosmsweet ... do you use canonical support?11:03
macrocosmhas the ec2 costing seemed decent to you?  The calculators make it seem cheap but you know how advertising can be! lol11:04
erichammondmacrocosm: not exactly. I kind of support Canonical :-)11:04
erichammondEC2 can be cheaper than some options and more expensive than others.  The benefits are in the flexibility where you use what you need and pay for what you use.11:05
macrocosmsounds pretty fair to me .. I just want to avoid being thrashed around on buying tons of hardware as the coming year is going see alot of growth in our infrastructure.11:08
macrocosmAre you an ubuntu dev?  I just figured event the basic canonical support might come in handy for us.11:09
erichammondmacrocosm: It can be difficult to predict exactly what you need. Either you order and pay for more than you need, or you don't have enough in time to support the growth.  AWS/EC2 is perfect for that.11:09
macrocosmThats what Ive been thinking .. seems like the best solution for us now as we are in start-up mode and will be sometime until we have the budget for a real beast of a system in house.11:10
macrocosmThanks man ... I really appreciate your thoughts on the subject .. its helped a bunch.11:12
macrocosm:)11:12
macrocosmerichammond ... well im off to sign up for ec2 .. cheers!11:14
erichammondEnjoy.  It can be a bit of a learning process, but there's lots of resources to help in the process.11:15
macrocosmThink I may wait for the canonical cloud support until we start to build our private cloud next year.  Still may get a basic server support package for those wtf moments and all the goodies that come with it like landscape etc.11:17
=== Claw_ is now known as Claw6
uvirtbotNew bug: #477437 in bacula (universe) "package bacula-director-mysql 2.4.4-1ubuntu9 failed to install/upgrade: podproces installed post-installation script zwrócił kod błędu 1" [Undecided,New] https://launchpad.net/bugs/47743713:51
=== martijn is now known as martijn-nl
martijn-nlDoes anyone has any experience with Kerberos/NFS?14:27
martijn-nlI'm reading this tutorial: https://help.ubuntu.com/9.04/serverguide/C/kerberos.html14:28
martijn-nlEverything is OK, until 414:29
martijn-nlWhen I enter 'kinit martijn/admin', it says: 'kinit(v5): Cannot contact any KDC for realm 'LAN' while getting initial credentials'14:29
kblinmartijn-nl: you need to set up either DNS or /etc/krb5.conf, it seems14:57
martijn-nlHi kblin, thanks for your reply14:59
martijn-nlHere's my krb5.conf: http://pastebin.com/f52682c3714:59
martijn-nlI don't think there is anything wrong with it..15:00
uvirtbotNew bug: #477315 in krb5 (main) "root-system-rootd has missing dependencies (dup-of: 462059)" [Undecided,New] https://launchpad.net/bugs/47731515:02
kblinmartijn-nl: can you resolve "poetie" ?15:02
kblinmartijn-nl: also, how about deleting all the stuf you don't need? :)15:04
martijn-nl'ping poetie' works as expected, if that's what you mean15:04
martijn-nlHaha, I'll do it right now15:04
martijn-nl;)15:04
kblinis poetie the full host name?15:05
martijn-nlhostname -f --> poetie.lan15:06
kblintry putting that into the krb5.conf15:06
kblinand then set up the domain_realm part15:06
martijn-nlI'm not sure what to put there..15:08
martijn-nlSorry :$15:09
martijn-nlI've change poetie to poetie.lan15:09
martijn-nlIt's now:15:14
martijn-nl[domain_realm]15:14
martijn-nl        .poetie.lan = LAN15:14
martijn-nl        poetie.lan = LAN15:14
martijn-nl        .lan = LAN15:14
martijn-nl        lan = LAN15:14
martijn-nlSo I *think* it should map correctly15:14
kblinhttp://pastebin.com/m23dfb5be <-- this is my krb5.conf15:14
martijn-nlOK, I'll try some options15:15
martijn-nlhttp://pastebin.com/m12d7fae4 <-- Current config15:18
martijn-nlnetstat says something is listening on port 74915:19
kblinis the kdsc running?15:19
martijn-nlCan't find anything..15:21
martijn-nlHow to check?15:21
kbliner kdc, sorry15:21
kblinyou should see something listening on port 8815:21
martijn-nlroot      5673  0.0  0.1   3176   544 ?        Ss   16:17   0:00 /usr/sbin/krb5kdc -4none15:21
martijn-nludp        0      0 192.168.178.20:88       0.0.0.0:*  <-- netstat15:21
kblinlooks good15:22
martijn-nl:)15:22
kblinand kinit is still giving the same error message?15:22
martijn-nlmartijn@poetie:~$ kinit martijn/admin@LAN15:23
martijn-nlkinit(v5): Cannot contact any KDC for realm 'LAN' while getting initial credentials15:23
kblinhmm15:23
kblinthis is mit kerberos?15:23
martijn-nlAFAIK, yes15:25
martijn-nlI've installed the package krb5-kdc15:25
martijn-nlSo it should me MIT15:25
martijn-nl*be15:25
kblinhm, that should work then15:29
kblinit's been a while15:29
kblinI don't currently have access to a box with a working kerberos client side set-up15:31
martijn-nlMe neither ;)15:32
martijn-nlUnfortunately..15:32
martijn-nlAny other ideas?15:33
martijn-nlHmm15:37
martijn-nlOn another computer (so not on the server) I've tried to connect to it and it gives another error:15:37
martijn-nlkinit: Client not found in Kerberos database while getting initial credentials15:37
martijn-nlIs this a step forward or a step back? :P15:39
kblinsounds like the kdc is working :)15:40
kblinyour hostname lookup is broken then15:42
martijn-nlOh15:43
martijn-nlOh well, I don't see why I should connect from the server to the server anyway15:43
martijn-nlSo, as long as it works on the clients I'm happy..15:43
martijn-nlhttp://pastebin.com/m1c083f2f <-- I've added myself, but it still says I'm not in the database..15:44
kblinsorry, I don't have my kerberos book in reach, I'm kind of stuck there myself15:45
martijn-nlOk, thanks for your help anyway!15:45
kblinmost of my recent kerberos work has been against active directory, I seem to be a bit rusty on plain kerberos15:47
=== Liberty is now known as Liberty76
* Liberty76 is still building a server, but wonders, what can I do with this server built for his home network16:15
crohakonWhy build a server if you have no need for it?16:19
Liberty76I plan on using it to do some web development and back up some files, but I wonder about some more fun or exciting things to do with it16:20
Liberty76Mostly building it to learn something16:21
=== kees__ is now known as kees
crohakonLiberty76, I respect that. That is actually why I have one running in my basement currently.16:25
crohakonStream media?16:26
Liberty76the hardware is actually pretty much the same as my console .. so its recyclable16:26
crohakonSend out mass mail and become the next spam king?16:27
Liberty76I don't know if if my video can handle video streaming ..16:27
Liberty76its a atom duo .. with with svideo16:28
Liberty76would love to be able to feed my ruku box16:29
Liberty76Roku16:29
crohakon*shudders*16:29
Liberty76its a "budget" system.16:30
crohakonThe linux based netflix player... yet for some reason they don't have linux compatibility for their "watch it now" service. F*ck microsoft and its drm stacks. =(16:30
crohakonYeah, I don't know what else you could do with it aside from the normal LAMP, FTP, and SSH16:30
crohakonMaybe do your own DNS?16:30
Liberty76I just trying to think of some fun things to do with it while I wait for my harddrive16:31
Liberty76lamp will let my mount remotely?16:33
Liberty76let me mount16:33
crohakonLAMP = Linux, Apache2, MySql, PHP (or perl, or python)16:38
crohakonLAMP = Web Server16:39
Liberty76SAMBA is what does fileserver/print server16:40
Liberty76?16:40
crohakonSAMBA and CUPs for printers16:40
crohakonyes16:40
crohakonSAMBA allows you to do windows file shares.16:40
crohakonNFS <--  look into this if all your computers are linux16:41
Liberty76I will probably load movies in server to watch from desktops16:41
crohakonThat was kind of what I meant by streaming media =)16:41
Liberty761 linux desk 1 windows desk 2 winlaptops16:42
crohakonahh, so SAMBA might be the way to go...16:42
crohakonHow many different types of windows?16:42
Liberty76I was thinking Real TV set ... but desktops are workable16:43
Liberty763 vista 1 XP 1 karmiv16:43
Liberty76karmic16:43
crohakonI had issues file sharing between Vista and XP16:44
Liberty76Vista is tough ..16:44
crohakonI can only imagian the head aches you are in for getting XP, Vista, and Ubuntu sharing lol16:44
crohakonVista is tough?16:44
Liberty76I don't know networking much either it will be a learning experiance16:45
crohakonVista is blotted16:45
crohakonDon't get me wrong, I am not a die hard Microsoft hater...16:45
crohakonlike most linux users =)16:45
crohakonBut Vista was the reason I finally switched to linux 100%.16:45
Liberty76Well I figure if I get it working on my Karmic machine .. the others I can work out later.. although I would really like to get cups working on everything16:46
crohakonI was able to run Windows XP software in linux with wine better then I could run it in windows vista.16:46
crohakonNot to mention software designed for 2000 and later.16:46
Liberty76I was really amazed how easy printers install in ubuntu .. was terriblw in Vista or XP16:47
crohakonYeah, my HP printer had a hell of a time working in Vista. I had to use another printers drivers just to get basic printing with it in Vista x6416:48
Liberty76iin the real world we have deal with windows, we don't have to like it :)16:48
crohakonWhen I plugged the printer in to my Ubuntu laptop I was able to print in 2 seconds.16:48
crohakonWe don't have to deal with windows.16:48
crohakonMore and more business are moving towards linux.16:48
crohakonI think the only real obstacle for most small businesses is their use of Quickbooks...16:49
Liberty76I got my work place to shift to open office.. was easier than i even imagined16:49
crohakonSo if they are using open office why not get them to shift to an open operating system?16:50
Liberty76Yes even if there was equivilent quickbooks its real hard to move16:50
Liberty76Just takes time ... we will be putting some knew systems in ..16:51
kblinwhat's quickbooks?16:51
Liberty76financial software for small bussiness16:52
kblinah, rated garbage in wine, I see16:52
crohakoneven if it did run in wine I would be uncomfortable suggesting a business you it with wine... just because it is so relayed upon by small business. If for some reason wine got sick of it, the company would be angry. =)16:57
kblincrohakon: I don't get that point. it's free software, just keep running the version that works for you16:59
crohakonkblin, not talking about myself. I am talking about small business owners who rely on quickbooks. Getting them to switch to linux is difficult.17:01
kblinoh well. dinnertime, bbl17:01
Liberty76I find for the non geek linux is easier to support .. everything that needs back up seems to be in the home directory17:04
Liberty76What sells Linux is the average user seeing compiz desktop,17:05
crohakonyes...17:05
crohakonMost average users care more about the eye candy then the functionality or security.17:06
Liberty76whirl rth cube and see how fast an application loads ..17:06
crohakonyup17:06
* crohakon gives the cube a spin for good measure.17:06
Liberty76security don't sell to average user .. they don't understand how it relates to vri and worms17:06
crohakonhttp://www.sql-ledger.org/ <--- this looks to have promise17:07
Liberty76besides they believe buying norton is security17:07
crohakonlol17:08
crohakonI can't wait until the day I see Norton for Linux and start laugh my arse off.17:08
Liberty76lol17:10
Liberty76my only beef with ubuntu is that I find it dificult to write programs..  no standard IDEs .. make process is complicated..17:12
=== howie1 is now known as howie
crohakonubuntu is not the desktop for developers. It was designed more for the "I just want a functional desktop" crowed.17:13
Liberty76yup ..17:13
crohakonAnd the Windows converts.17:13
crohakonIt has the eye candy and stability that windows users want.17:13
Liberty76its very usable for standard apps..17:13
crohakonUbuntu has by far been the easiest distro for me to install and just enjoy without the headaches of figuring out why this and that is not working.17:14
crohakonWhich, is what will convert more from microsoft.17:15
dekoyim trying ubuntu cloud private im on the step where you connect to the running instance via ssh  but i keep on getting no route to host17:16
Liberty76I work in control industry. .I eventually want to make programs that read values and control motors and valves17:16
dekoyany ideas ?17:16
crohakondekoy ports are open in the firewall(s)?17:17
crohakonLiberty76, linux mint looks promising for the converts as well.17:17
dekoyyep i did open port 22 according to the docs17:17
crohakonLiberty76, seems to be designed to look a lot like windows and it comes with codex files installed and such.17:18
crohakonis ssh running?17:18
crohakonAre you connecting to the right IP?17:18
dekoycrohakon connecting to the right IP17:18
dekoyi use the image from the store17:19
crohakonimage from the store?17:19
dekoyon the UEC  admin   there's a tab called store with premade images17:20
dekoyi just installed used that for the instance im running17:20
crohakonSo you installed ubuntu server edition on a box... and you are wanting to SSH to it from a desktop?17:21
dekoynopes17:21
crohakonokay..17:22
dekoyI have a cloud controller and a cloud node using the ubuntu 9.10 installer17:22
crohakonahhh17:22
crohakonNot sure I can help you, never used that software before.17:22
dekoyokay thanks :)17:22
dekoynot muc help on the logs too on the node or the controller17:23
crohakonLiberty76, ----> http://en.wikipedia.org/wiki/SETI@home <---- for your server =)17:24
Liberty76I haven't run seti in year .. a good idea.17:26
crohakonor http://en.wikipedia.org/wiki/Folding@home17:26
crohakonor http://en.wikipedia.org/wiki/Rosetta@home17:26
vraathere is boinc too17:50
Liberty76trying to figure out how to run them on a textbased terminal scvreen17:59
vraaF@H ? or boinc ?18:02
vraaF@H is relatively easy i've done it before, but boinc i havent tried18:02
Liberty76is there instructions?18:03
vraahttp://fahwiki.net/index.php/Running_the_FAH_client_on_Linux18:07
vraaalso http://ubuntuforums.org/showthread.php?t=1207118:07
vraaand i believe there diff versions/clients available depending on cpu and gpu type http://folding.stanford.edu/English/Download18:07
Liberty76thanks18:08
vraanp, after some headache with F@H i moved to boinc, but i use gui to install boinc manager and then set it up with a project manager, then use the online project manager to control which projects i run18:08
Liberty76I was thinking about running it on my server once I get it it running18:09
Liberty76server won't have a gui18:10
BassoHello18:18
Liberty76basso: hi18:18
BassoHow do i change the apache port to 8080?, port 80 is blocked so outsiders cant reach it18:18
KurtKrautBasso, if your por t 80 is blocked you're probably running a web server in a residential broadband conection. For such enviroment, I suggest you to try out other webservers, like lighttpd, nginx, fnord etc. They're lighter and easier to configure than apache.18:21
Bassothe server is on university fiber, but on a crappy vlan at the moment18:22
dekoybasso changed either httpd.conf or apache2.conf in /etc/apache2  change Listen to another port18:24
Bassoseems i have changed to port to 888818:27
Bassobut it seems to have problems finding the stuff inside the www folder18:28
Bassonah it seems to have major problems finding index.html18:30
Bassodoes it look in another folder or somthing?18:30
crohakonits ports.conf18:33
crohakon/etc/apache/ports.conf18:33
crohakonKurtKraut, I run apache2 on a residential line for the sole purpose of learning how to use it.18:34
crohakonBasso, are your permissions set correctly?18:35
KurtKrautcrohakon, I tend to avoid too much traditional projects like Apache, Squid etc. There are truly fascinating new projects like lighttpd, nginx, Polipo etc. They started from scratch with new ideas (and of course, new bugs :P)18:35
crohakonin other words... does the apache account have permisson to access your www folder?18:35
Bassoi found out, had to change the namevirtualhost to the port also18:35
crohakonKurtKraut, I am sure down the road I will check those out, but knowing how to configure and use apache2 is a useful skill.18:36
KurtKrautcrohakon, I'm sure it is. I don't like when people and documentation states that this is a 'needed skill' or 'the only way to do the job'.18:37
crohakonKurtKraut, oh, I understand that 100%. But for someone like me that is new to linux servers learning the core applications first helps. Most hosting companies out there use apache(2).18:38
crohakonLearning the LAMP configuration and then moving on from there.18:38
crohakonExploring alternatives.18:38
KurtKrautcrohakon, that seems a good approach18:39
crohakonLAMP configurations are highly documented. So while they may be more confusing to someone just starting out there is more help available.18:41
uniquecan anyone tell me why is it that courier-imap is not picking up my mail? i login via telnet and i type select INBOX.. and it tells me * 0 EXISTS and * 0 RECENT18:45
uniquebut when i type "mail" in the shell i do see my emails..18:45
tsrkWhere do the vmbuilder template files get their variables (like $bridge) from?18:52
Strogg_hello, is ubuntu supporting a groupware ?18:52
noobuntui got this message after I edited /etc/network/interfaces ::: postconf: fatal: open /etc/postfix/main.cf: No such file or directory19:07
lamontdid you configure postfix?19:08
noobuntui don't think so, this is first time I deal with ubuntu server (this is for home network)19:09
noobuntuwhat I actually need is a LAMP for drupal CMS sites19:09
noobuntuand following a tutorial on the web i run into this problem19:10
noobuntuhere is what I entered into interfaces (I changed IP values to my own, accordingly) http://www.howtoforge.com/perfect-server-ubuntu-9.10-ispconfig-3-p319:11
noobuntuafter networking restart, i got this postfix message19:12
ScottKnoobuntu: sudo dpkg-reconfigure postfix and pick some option other than don't configure it.19:13
jmarsdennoobuntu: Setting up ispconfig for home use seems a somewhat odd choice... ispconfig => intended for use as a small ISP... ?19:13
noobuntulocate main.cf tells that I have one instance of this file in /usr/lib/postfix19:13
lamontdpkg-reconfigure -phigh postfix19:14
noobuntujmarsden: i work at home19:14
jmarsdenEither "this is first time I deal with ubuntu server (this is for home network)" was correct, or it was not.  If you just need a LAMP server plus drupal, forget the long and complex and unofficial HOWTO .  Instead, install a LAMP server (sudo tasksel install lamp-server) and then add drupal to it.19:16
noobuntujmarsden: well, I already have installed LAMP, but I want to be able to send mail from Drupal (i.e. to test automatic messages). Do I need to setup postfix to be able to do that?19:18
jmarsdenYes, but a quick    sudo dpkg-reconfigure postfix    should take care of that.19:19
jmarsdenIf you chose well during the initial install even that is not required.19:19
noobuntujmarsden: what to choose from choises: internet, internet with smarthost or satellite?19:20
noobuntuchoices*19:20
jmarsdenWhich one matches your circumstances?  Pick that one.19:20
uniqueanybody here knows what do i need to have in sendmail to have procmail going?19:20
jmarsdenProbably internet with smarthost, but I'm guessing.19:20
justanothercoderi am trying to launch an amazon ec2 instance . i need a lamp install, i found the 9.1 karmic koala ec2 image and started an instance, but for some reason it seems quite different . i don't get options when i do sudo tasksel --section server.19:35
justanothercoderit just says cloud instance and something else, how do i install lamp packages here?19:36
jmarsdenjustanothercoder: man tasksel.  I do not think --section is a documented option to tasksel.19:40
justanothercoderjmarsden : it is, thats what it normally says when you start ubuntu server19:41
justanothercoderAt the moment, only the core of the system is installed. To tune the19:41
justanothercodersystem to your needs, you can choose to install one or more19:41
justanothercoderpredefined collections of software by running the following19:41
justanothercodercommand:19:41
justanothercoder                                                                     19:41
justanothercoder   sudo tasksel --section server19:41
jmarsdenjustanothercoder: man tasksel and tell me if you see --section in the list of options there.19:41
jmarsdenAt least on my machine, it is not there, and hence is undocumented.19:42
jmarsdenjustanothercoder: Did you try doing    sudo tasksel install lamp-server19:43
justanothercoderjmarsden : um it shows when you install ubuntu server, in fact i even get a popup screen with all the options19:43
jmarsdenjustanothercoder: If it is not in the man page it is undocumented.19:43
justanothercoderbut its a canonical image, and says it during bootup?19:43
jmarsdenTry   sudo tasksel install lamp-server      instead of trying to redefine what undocumented means.19:44
justanothercoderjmarsden : sudo tasksel install lamp-server just doesn't give a message19:44
jmarsdenOK, what does    tasksel --list-tasks  say the available tasks are?19:45
jmarsdenPerhaps all the LAMP server components are already installed on your image?19:45
justanothercoderjmarsden : says server, openssh-server, uec,19:45
justanothercoderi think i might have used the wrong ami, is the cloud version different? and i am unable to find any other ec2 image for karmic koala on the ubuntu website19:46
jmarsdenIf that's all, then the image you are using has some kind of modified tasksel setup for the cloud, I suspect.19:46
jmarsdenI'm not a "cloud person" I'm afraid :)19:46
justanothercoder:) thanks19:47
jmarsdenYou could try running   tasksel --task-packages lamp-server   on a normal machine and adding those packages to your clould image with sudo apt-get install, I suppose.19:48
justanothercodernothing seems to work, not even sudo apt-get install . just keeps saying package not found19:50
justanothercoderi think i need to do something like create an instance or something19:50
jmarsdenjustanothercoder: Maybe check the contents of /etc/apt/sources.list are sane and do sudo apt-get update   ?19:51
justanothercoderthat worked :D19:52
justanothercoderafter apt-get update, i can now do a tasksel intall lamp-server19:53
justanothercoderthanks!19:53
jmarsdenNo problem :)19:55
xander787just recently upgraded from 9.04 to 9.10 (server but with gnome running) and now i get this error when i try to boot: mountall: symbol lookup error: mountall: undefined symbol: udev_monitor_filter_add_match_subsystem_devtype20:05
xander787i've seen this around on the forums with other ppl getting the problem so i thought maybe there would be a solution to this other than having to clean install, cuz that would be a real pain for me20:05
xander787is there no one here that can help me?20:19
jeffcutsingerI'm trying to follow https://help.ubuntu.com/9.10/serverguide/C/openldap-server.html, but the step where it says to search the cn=config tree requires a password. I assume this was supposed to be set up earlier; but I don't see how. I've installed (and re-installed) slapd and run dpkg-reconfigure slapd multiple times, but it never prompts me for a password. What am I missing?20:56
=== terin is now known as terinjokes
terinjokeshola! anyone know how to get wpa_supplicant started at boot?21:45
mneptokterinjokes: wpa_supplicant can be invokd from within /etc/network/interfaces21:52
uvirtbotNew bug: #273463 in kvm (universe) "package kvm-source 1:72+dfsg-1ubuntu3 failed to install/upgrade: podproces post-installation script vrátil chybový status 3" [Undecided,Invalid] https://launchpad.net/bugs/27346322:02
terinjokesmneptok: i'm also getting an insane amount of disconnects22:06
poningruterinjokes, what does dmesg say?22:06
poningruterinjokes, if you are not noticing the same in the vendor provided drivers (i.e under windows) then it is probably an issue with the drivers22:06
poningruif you are noticing the same issue under windows22:06
terinjokesponingru: IDK... haven't you seen my insanely large amount of disconnects over in the lug channel?22:07
poningruthen it is probably an issue with the environment (e.g microwave, etc.)22:07
poningruoh..22:08
poningrulol I thought this was lug22:08
terinjokesno... this is very much ubuntu-server22:08
terinjokes:D22:08
poningruhehe22:08
poningruterinjokes, do other wifi devices have this much issue?22:08
terinjokesponingru: not really... my iTouch gets into a fit were it won't see the router anymore, but besides that...22:10
terinjokesponingru: i guess it could be overloading the router, it's only a consumer device, but i figured a wireless-N could handle the traffic (more the time, there's nothing really using the network)22:12
poningruterinjokes, hmm22:15
terinjokesponingru: no ideas?22:34
=== nxvl_ is now known as nxvl
poningruterinjokes, yeah no clue22:37
poningruwhat does dmesg22:37
terinjokesponingru: wlan0: deauthenticating by local choice (reason=14)22:53
poningruterinjokes, what chipset?23:21
poningruterinjokes, I am gonna assume it is bcm or b4323:21
poningrubecause I remember that issue23:21
scotthi folks.23:33
scottI'm having an issue with apache23:33
scottI'm trying to rewrite in a .htaccess: /cam/ to http://192.168.2.7/ using the proxy module23:34
poningruscott, dont we all23:34
scottlol23:34
scottanyhow, instead of transparently showing the content, its forwarding23:34
scottie, 30123:34
poningruoh hmm23:35
poningruyeah I have no idea you could do aything other than forwarding23:35
poningrus/have/had23:35
poningruif you figure it out let me know23:35
scottyeah, with [P] it should show the content from the url23:35
scottwill do23:35
* kblin sighs23:41
kblinand here I was just wanting to ask about the same thing :)23:41
scott:(23:41
scottas a reverse proxy, it should just show the content23:41
scottie, on my production server:23:41
scotthttp://code.tig.gr/earthquake/7day-M5.xml23:42
scottthat page is actually from the USGS site23:42
=== wifisniper is now known as codedrunk

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