/srv/irclogs.ubuntu.com/2010/02/09/#ubuntu-server.txt

image_qhello, I have one computer that I want to use as a router using iptables, once I set up the filters to accept information (from port 80 for example) how do I send it to server computer (which is connected through a network swtich)?00:24
image_qhello, I have one computer that I want to use as a router using iptables, once I set up the filters to accept information (from port 80 for example) how do I send it to server computer (which is connected through a network swtich)?01:20
twbA *router* just sends packets to where they ask to go01:20
image_qok, so how do I do that with iptables?01:21
image_qand where exactly would I send it to?01:21
twbThat behaviour is orthogonal to iptables01:21
Roxyhart0 Hi, i have a question. to connect windows client with linux samba member server, do i need to use winbind?01:22
image_qok, so how would I do it? and where would I send it to? The ipaddress on the server computer is 192.168.1.136, so how would I send it there?01:23
sabgentonI am trying to set up cups most howtos tell me to setup a samba share so windows can auto detect it etc01:26
sabgentonbut can I just set a port on LPR like you do with print serving routers?01:26
Roxyhart0hi sabgenton, so you did it before. did you use winbind in you configuration?01:26
twbArgh, I thought this was #netfilter, where I'm allowed to be an ass.01:26
twbI wondered what was up with all the samba questions.01:27
sabgentonRoxyhart0: no I am a total noob01:27
sabgentonto cups01:27
Roxyhart0are u using ldap?01:27
sabgentonI connected a windows machine to a print server over a port using  LPR01:28
sabgentonwanted to do something like that with cups01:28
sabgentonif posable01:28
sabgentondo I have to use samba with cups01:30
twbimage_q: I guess you are using masquerading ("NAT") to share a single public IP between a number of hosts.  If this is the case, you need a DNAT rule to redirect connections to your masqueraded server.01:30
sabgentonto connect a windows  machine01:30
Roxyhart0or use iptables and forward the packages01:31
sabgentonrouters don't seem to use SMB for there print server things01:32
image_qRoxyhart0: where would I forward them to, like how do I access another computer through the network switch?01:32
sabgentonthats all01:32
Roxyhart0i am doing that and i did time ago but now is not working and dont know why...i got problems with winbind-idmap01:32
image_qtwb: looking it upnow01:32
Roxyhart0yes, i my case my server work as router, so any IP form the NAT is forwarding to the LAN01:33
image_qI keep reading up documentation on turning a computer into a router but I can't find documentation on using your computer for a router via network swtich02:04
image_qall the documentation assumes you use a separate network card for every computer you want in your network02:04
image_qis there a way to use your computer as a router via network switch?02:04
uvirtbotNew bug: #519119 in autofs (main) "Transitional packages need some reworking" [Undecided,New] https://launchpad.net/bugs/51911902:26
uvirtbotNew bug: #297121 in irqbalance (main) "irqbalance causes ksoftirqd to use 100% CPU" [Low,Won't fix] https://launchpad.net/bugs/29712103:21
Roxyhart0hi do you know a command to chekk how the logs are changing on real time? i mean to do debug from a application?03:49
KurtKrautRoxyhart0, tail -f /var/log/filename03:50
Roxyhart0thanks :)03:50
spenserHello, I'm looking for some guidence in reference to doing pam auth using authnz_external and pwauth.  Does anyone have a good reference because I cannot get it to work.04:14
spenserI just continuously get prompted for my password over and over again04:14
spenser\join #apache04:22
maxagazhi05:03
maxagazhow to restart a ppp connection ?05:03
twbpoff, pon?05:07
uvirtbotNew bug: #519155 in libvirt (main) "package libvirt-bin 0.7.5-5ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/51915505:36
lwizardlhi05:52
lwizardlis there an easy to follow setup and configure guide for a true webserver configure (apache, mysql, php, dns, email server, ftp server, etc) I officially hate the howtoforge guide for ubuntu server never seems to work once I'm finished following their guide05:55
ballYou have an odd definition of "true webserver"05:55
lwizardlok i guess what i wanted to say would be a fully working webserver. all I can seem to get to work is internal networking and accessing the sites via the 192.x ips but if i use the real domains it fails06:00
lwizardlnever hate this kind of issue when i was using gentoo06:00
balllwizardl: Are you behind a router?06:01
lwizardlyes06:01
balllwizardl: did you forward appropriate ports to your Linux host?06:02
lwizardland i had forwarded all the ports listed such as 80, 8080, 22, 25, etc06:02
balllwizardl: Why are you running DNS btw?06:02
lwizardljust was following that howtoforge guide and figured it was needed06:03
ballI've never seen that.  Following a guide without a good understanding of what you're doing sounds dubious though.06:04
ballHave you verified that your domain points to your network?06:05
lwizardlyeah i even tried to use zonedit for the domain and then point to the network ip from the isp06:05
* ball blinks06:06
lwizardlerr sorry name server06:07
ballCan you ssh in from outside?06:08
ball(using your fqdn?)06:09
lwizardlno06:09
ballDoes your router log the connection attempt?06:09
lwizardlin when i go to domain.tld it brings up the router login page06:09
balllwizardl: try from outside your LAN06:10
lwizardlonly time i can do that will be in the morning06:10
lwizardlso i need to reconfigure the server tonight and then test again in the morning06:11
ballSounds inefficient.06:11
lwizardlyeah but this is not going to be some huge hosting company type server06:11
lwizardlits just my home page so I don't have access to other things like vpn accounts etc06:12
lwizardlor access to something other then my home network at all times06:12
balllwizardl: In that case your "true Web server" set up definitely sounds like overkill.06:12
balllwizardl: Do you at least have a static IP address?06:12
lwizardlyes my isp gives me a static ip06:13
ballThat helps then.06:13
lwizardlkinda would be dumb to use a dynamic always changing ip06:13
balllwizardl: Why are you running a mail server on it?06:14
lwizardlright now i am doing the base install on the server using the install cd and set it to install openssh server, lamp,06:15
lwizardlumm maybe so people can email me ?06:15
balllwizardl: That's odd.06:15
balllwizardl: what you're URL?06:17
balls/you're/your/06:17
* ball is tired06:17
lwizardlthats not something i am willing to share while i'm trying to configure the server06:18
* ball shrugs06:18
ballI can't tell you whether it loads in my browser then.06:18
ballIf I were you I'd have a friend from outside run nmap against your fqdn and IP06:19
lwizardlI have already said that I'm am doing the install again and its still installing06:19
ball...separately, then compare results.06:19
lwizardlso I 100% doubt anyone would hit it right now06:19
ballSomething to consider once you get your new OS installed.06:19
ball...also think about each of those components (MTA, DNS etc.) and whether you actually *need* to run them.06:22
ballI have to go.06:22
lwizardlk thanks06:22
captbaritoneTrying to preserver 355 days of uptime! Ssh is timing out and when I plugged in a monitor and keyboard I get "Login timed out after 60 seconds." Is there any hope for me?07:20
captbaritone*crying*07:21
ptscaptbaritone: you could try to unplug the network cable in case it is network related. I would guess your box is having a very high load for some reason07:22
captbaritoneExcellent idea07:22
captbaritoneI fear I may have been linked to by some high traffic site (All the more reason to try to get back up as soon as possible)07:23
captbaritoneperhaps it's time to sacrifice uptime, and just restart07:23
captbaritonebut I'm SO CLOSE to a year!07:23
twbcaptbaritone: if you are fapping over uptimes, then no, there's no hope for you07:23
ptsI guess so. High stability is better than high uptime ;)07:23
captbaritonetwb: It just seems so cruel.07:24
captbaritoneHere goes... restarting...07:24
captbaritone:(07:24
* twb pats PFY on head.07:24
twbYou will... acclimatize to cruelty07:25
captbaritonesigh07:27
captbaritonefdisk failed07:28
captbaritonesigh again07:28
twbYou should probably be using parted or cfdisk unless you're being clever07:31
Roxyhart08i need to install an domain member server to as file server to be accesed by windows machine. Someone have any good documentation?07:35
twbRoxyhart08: what documentation have you already tried?07:50
Roxyhart08i tryed this one:http://us1.samba.org/samba/docs/man/Samba-Guide/unixclients.html#ch9-sdmsdc but i got this message uid_to_sid: winbind failed to find a sid for uid 007:54
twbRoxyhart08: did you try the Ubuntu server guide?07:55
Roxyhart08but i didn find DMS07:56
Roxyhart08just backup domain server and i dont to do that because the PDC is very old with different distrbution07:56
adacAuthentication on ssh login takes like forever lately. Any ideas what might be wrong?09:06
\shadac: dns reverse lookup?09:10
adac\sh, well if i do ssh -vvv then It seems to be stuck on 'debug1: Entering interactive session.' What is dns reverse lookup?09:11
Roxyhart08Hi, I am setting an domain member server and for some reason when i try to login form windows client is is not taking the user that i wrote instead take the user machine. any idea?09:12
adac\sh, I set now 'UseDNS no'. Seems to have no effect09:19
adac\sh, ok I removed now the debug output. It worked. Seems to get a lot faster now with reverse dns disabled. thx for the hint!09:21
\shadac: fix your DNS ;)09:23
adac\sh, well which one? "When connecting to an OpenSSH server, one of the first things that the server does is to perform a reverse DNS loopuk on the client’s IP" So It guess the problem relies on client side?09:24
twbIf the server is resolving the client's IP, why would that be a problem on the client side?10:03
inkvizitor68slhi all10:07
inkvizitor68slcan someone explain me shortly what is Ubuntu cloud?10:07
twb!cloud10:08
twbbah.10:08
twbPresumably it's just a wanky name for eucalyptus on Ubuntu.10:09
twbeucalyptus is a FOSS knock-off of Amazon's EC2.10:09
inkvizitor68slah10:09
inkvizitor68slso - is functions of UC similiar to Xen Cloud ?10:10
twbI suspect that "cloud" is this week's buzzword, and its operational meaning is "I am a lying bastard salesdroid"10:11
inkvizitor68slxDD10:11
inkvizitor68slis services migrates between physical hosts?10:12
twbinkvizitor68sl: see http://en.wikipedia.org/wiki/Cloud_computing10:13
inkvizitor68sl%)10:14
inkvizitor68sli readed all of it)10:14
da65any reason why recent updates have been kept back?  linux-generic linux-image-generic linux-restricted-modules-generic10:25
twbda65: kept back by what command?10:26
da65ran upgrade and just got that message10:27
andolda65: the way certain kernel upgrades (bumped version number) works is that you get an actual new packages. A normal apt-get upgrade won't install any new packages (as depenencies), try apt-get dist-upgrade instead.10:27
twbda65: aptitude upgrade is deprecated10:27
da65kk, ty10:27
da65yeah, wants to install10:29
da65safe?  For a web server?10:29
da65what happened to apt-get upgrade?10:30
twbNothing10:30
da65I hate change :)10:30
twbI recommend the mezozoic, then10:30
da65lost me, still noobish here!10:31
da65ty for Ubuntu server btw, great stuff10:31
twbIt's not my fault10:31
da65hope not10:31
da65130mb, seems large?10:32
da65not going to mess all settings will it10:33
twbOops, the mesozoic was actually a terrible suggestion10:33
da65pinch of salt comes to mind :)10:33
da65I might leave it, if it's not a security thing10:34
da65is there a command to remove all packages that are not required for just a web-email server?10:35
da65if that makes sense10:36
twbPerhaps you want deborphan or debfoster10:38
da65are they nice girls,  :)10:38
twbNo comment10:39
da65lol10:39
da65actually that sounds terrible, sry10:44
ptsany reason for why I cant find hb_gui? playing around with pacemaker-corosync, but I can seem to find this utility11:54
ptsI've installed pacemaker-openais and not pacemaker-heartbeat, is this maybe the reason?11:57
ptsany comments on what to choose for production usage; pacemaker-openais or pacemaker-heartbeat?12:21
Roxyhart08hi i am configurin a samba member server and the groups permision is not working when a windows client try to access. getent group is fine. any idea ?12:21
Roxyhart08somebody has working with samba as file server?12:25
Tek-5-8-6Roxy, I had lots of issues with that too. I ended up just sharing the folders and Drives that I needed to under Nataulus and used my main name and pass to access the files12:37
Roxyhart08but i need to give access to differnet groups of users to different folders12:38
Tek-5-8-6Ahh, I understand. I tried many ways and still it wouldnt work12:41
Roxyhart08i dont understand why is not working...before was working and when i changed the samba verisn doesn't work any more12:42
Roxyhart08i think it is a bug12:42
Roxyhart08hey Tek-5-8-6, which distribution did you use12:49
Roxyhart08i just want to know if anybody in the room try to do the same and it work? i mean Domain member server and group permision?12:50
Roxyhart08tek-5* i mean wich ubuntu version12:50
zulmorning12:57
Roxyhart08no body?12:57
Roxyhart08hi,  i just want to know if anybody in the room try to do the same and it work? i mean Domain member server and group permision? befor i change ubuntu for another distribution???13:13
PupenoHello.13:19
PupenoAny idea how to make unnatended upgrades actually upgrade the installed packages?13:20
hashimiwhen i mount my usb in linux and then goto windows. in windows part it has character problems. how i can solve this.13:33
uvirtbotNew bug: #366427 in mysql-dfsg-5.0 (universe) "errore segnalato dal sistema, l'ho appena aggiornato" [Undecided,Incomplete] https://launchpad.net/bugs/36642713:57
pts_anyone who can provide me with some help with corosync. I've put up corosync.conf (http://pastebin.org/88842), but I get Feb 09 14:57:56 corosync [MAIN  ] parse error in config: No interfaces defined14:01
pts_Feb 09 14:57:56 corosync [MAIN  ] Corosync Cluster Engine exiting with status -9 at main.c:918.14:01
zulsmoser: ping14:10
smoserhere14:10
zulhave you seen this bug ? bug 50548214:10
uvirtbotLaunchpad bug 505482 in euca2ools "euca-bundle-vol dies with "Invalid cert"" [Undecided,New] https://launchpad.net/bugs/50548214:10
smoseri hadn't seen it. i'll have to take a look at it.14:13
Roxyhart0hi someone has done a samba domain member server?14:14
zulsmoser: k14:34
oru_workhi, how would i extract a gz file ?14:43
Picioru_work: gunzip file.gz14:43
oru_workPici, hmm, i did that now i have a .tar file :)14:45
Picioru_work: you didn't say it was a tar.gz file.  Normally, you would do tar xzvf file.tar.gz   but now you can just do tar xvf file.tar14:46
oru_worksorr14:47
Picioru_work: no need to apoligize :)14:47
oru_worki keep forgetting the options for tar14:48
oru_workwhat is the difference between these two /etc/php5/apache2/php.ini14:56
oru_work/etc/php5/cli/php.ini14:56
oru_work?14:56
Zidercli is for commandline php and apache2 is for webserver php, I think14:57
Jeeves_Indeed14:58
oru_workwell im installing this program called vTiger CRM and the installation page tells me this http://pastebin.com/m626cb11714:59
oru_workand i have memory_limit set to 128 in /etc/php5/apache2/php.ini15:00
bigbrovarhi guys when I try to restart apache am getting the following errors http://pastebin.com/m5af340b715:10
=== andreas__ is now known as ahasenack
TeTeTwhat happened to the daily server builds for Lucid?15:41
Italian_Plumbergood morning.  What is the best way to use USB drives in ubuntu-server, to make insertion/removal simple?15:54
smoserjjohansen, ping16:22
jjohansensmoser: whats up?16:22
smoserhttps://launchpad.net/ubuntu/+source/linux-meta-ec216:22
smoserthat has 2.6.32.301.216:23
smoserwhich isn't getting 2.6.32-302 linux-image16:23
savidItalian_Plumber,  not sure about ubuntu server but in desktop everything works automagically,   so you may want to try and mimic how desktop does it16:23
smoserwhich is what is current now.16:23
bogeyd6Question, how were you able to pull from the drive if the drivers would not read it anymore?16:25
jjohansensmoser: hrmm, okay.  Sounds like the reference wasn't bumped, will have to make sure it is done for the next kernel update16:25
bogeyd6i made the tech team close some old tickets and i get dumb replys16:25
smoserjjohansen, well, can we kick it ? everything is based on that getting updated.16:26
smosermy build scripts wont get the new version now, unless i manually hack some things.16:26
jjohansensmoser: yeah will look at it16:27
Eladis there a good program out there that will stop people from attempting to brute force my ssh port? I was thinking about writing a quick php script that would do it, but if there is a better solution I may use it16:27
smoserphp?16:29
EladI would write a php cron that parsed the most recent log and then would add the person to iptables16:29
Eladif they had more than 3 offenses or something16:30
smosertake a look at sshguard16:31
smoserElad,16:33
Eladthanks, I am looking into it16:33
Eladsmoser: thanks, I am going to try it out16:35
uvirtbotNew bug: #517574 in net-snmp (main) "Please backport agent/mibgroup/host/hr_swrun.c to 5.4.1" [Wishlist,Incomplete] https://launchpad.net/bugs/51757416:47
ZimCSHi everyone.  I just build a machine to use as a home server and am using two 500GB drives that I'd like to setup using Raid 1.  When I am doing an install of Ubuntu Server, is there a recommended way I should partition the disks?  Ex: a partition for just the OS, another for users, etc?17:20
oru_workhow can I change the default character set of a database to UTF-8 using phpmyadmin ?17:43
jmarsdenoru_work: I'm not sure about phpmyadmin, but from a mysql prompt you can do  ALTER DATABASE mydatabase CHARACTER SET = 'utf8' ;17:47
jmarsdenZimCS: Making /home be a separate partition for user data is very common and usually a good idea.  How much more complex than that you get is up to you.17:49
oru_workhow can I add a folder with its contents to a .zip ?18:03
oru_workhow can I archive a folder with its contents to a .zip ?18:03
ZimCSjmarsden, thanks.  like i said it's only for home use.  at some point maybe host my site when my free hosting runs out18:06
tottto-drummondcan someone help me to configure properly configure samba here ?18:06
ZimCStottto-drummond: i've done it before, just look on google.  there are lots of good samba help websites18:21
tottto-drummondZimCS I ve tried that option but I can t figure out and understand exactly how to do it18:22
kirklandmathiaz: yo!18:38
smosersoren, ping19:44
ehndei'm feeling very lost...anyone know of a good tutorial/starting point that i can use to learn about administering a LAMP server and creating dynamic content once i have it set up?19:59
ehnderight now i'm following directions on https://help.ubuntu.com/community/ApacheMySQLPHP#To%20install%20the%20default%20LAMP%20stack%20in%20Ubuntu%207.04%20%28Feisty%20Fawn%29%20Ubuntu%207.10%20%28Gutsy%20Gibbon%29%20Ubuntu%208.04%20LTS%20%28Hardy%20Heron%29,%208.10%20%28Intrepid%20Ibex%29,%209.04%20%28Jaunty%20Jackalope%29%20and%209.10%20%28Karmic%20Koala%2919:59
ehnde(sorry for the long link)20:00
guntbertehnde: have you seen https://help.ubuntu.com/8.04/serverguide/C/web-servers.html ?20:05
ehndeguntbert: no i have not, but that is exactly what i was hoping for20:07
ehndetyvm20:07
guntbertehnde: nice - the serverguide is always a good source - btw there is a version for newer releases too ( s /8.04/9.10/)20:09
ehndeoh good! i'm running 9.1020:10
sorensmoser: wazzup?20:20
smoseri think i forgot what i was going to ask. let me think.20:20
smoseroh yeah.20:20
sorenMake something up.20:20
smoserhow were you planning on figuring out if a newer "base ami" was available for a rebundled image (https://wiki.ubuntu.com/EC2UpgradesSpec)20:21
sorenAh.20:22
sorenTo see if it's rebundled, I'd go through the ancestor list and see if any of them are in the /all thing.20:22
sorenIf it is, and it's not the newest one, there's an update available.20:22
smoserancestor list ?20:23
sorenYes.20:23
sorenIt's actually what the pseudo code in section 6.2 does.20:23
sorenPart of an instance's meta-data is its ancestors.20:24
sorenIf you run ec2-bundle-image from within EC2, it'll embed the AMI of the current instance in the new image's meta-data along with the current image's ancestor list.20:24
smoserand otherwise the field isn't present20:25
sorenSince we build everything from scratch, you may never have seen this happen.20:25
smoseryeah,, i'd never noticed it.20:25
smoserprobably not bundle-image, but bundle-volume would do that20:25
smoseryou have any ideas on a better way ?20:26
sorenWhy?20:26
smoseras i dont think we can really rely on that , especially as I suggest people dont use bundle-volume20:26
smoser:)20:26
sorenWhat do you suggest they use?20:26
smoserour tarballs20:27
smoseror vmbuilder20:27
sorenSo they'll never be making rebundled images.20:27
soren:)20:27
sorenSimple.20:27
smoseri tihnk it is borderline assassin to believe you can bundle up a booted instance.20:27
smoserits just going to be filled with gotchas20:28
sorenPeople do it /all/ the time.20:28
smoserpeople shoot themselves all the time. it doesn't mean i would recommend it.20:28
sorenNo shit. That's how people make rebundled images. We (and Eric) are the only people crazy enough to always start from scratch.20:28
sorens/crazy/anal/, if you please.20:29
sorenI'd never, ever recommend rebundling either.20:29
smoseri know. but eric is publicly suggesting to start with our tarballs.20:29
sorenRight.20:29
sorenI just know that people do it.20:29
soren...and this mechanism is meant as a tool for them.20:29
sorenIf people use other means for creating images, we need a different mechanism for telling them about upgrades.20:30
sorensmoser: Welcome back. :)20:32
smoseryeah20:32
smoser(/me dropped ... stupid wifi module)20:32
sorensmoser: What was the last thing you saw?20:32
smoserIf people use other ...20:32
smoserand then i said "i'm thinking that embedding that information in the image might be the right way to do it."20:32
sorenOk, then you didn't miss anything.20:32
sorenAh.20:33
sorenWhat information, exactly+20:33
soren?20:33
smoserwell, enough to determine what you were, given nothing else.20:33
smoserso right now20:33
smoserhttp://paste.ubuntu.com/372722/20:34
sorenWhy will that be any better/different?20:34
smoserbecause unless its deleted it would stick20:34
Zideris the /dev/mapper/foo_unformatted entries supposed to go away by themselves after a while?20:34
smoserif its deleted, thats an explicit action by the user.20:34
sorenI don't think I follow.20:35
smoserso in that pastebin, there are some "variables" at the top.20:35
sorenRight.20:36
smoserof those, a booted system is able to figure out all bug20:36
smoserbut20:36
smoserspin, release-line (which i woudl jsut assume is 'release'), release name, image type20:36
smoserwait, and it can figure out image type20:37
sorenRight.20:37
smoserso i'd put something into /etc/cloud that said "spin=server"20:37
sorenOk.20:37
smoseri think ih ave to put name in too20:38
smoserwhere name is a serial (YYYYMMDD)20:38
sorenok20:38
smoserso then, given information in the system you could figure out that there were released images with serials newer than yours20:40
sorenRight.20:41
sorenThe "spin" thing is new since I wrote that spec, obviously.20:41
sorenThat will inevitably require additional in-image information.20:42
sorenI think I'm confused.20:44
soren:)20:44
sorenWhat was the question again?20:44
sorenMy goal back then was to avoid putting anything in the filesystem. Because I could.20:46
sorenWhen you say that Eric recommends people use our tarballs, what do you actually mean? Do people download the tarballs, loopback-mount the images, fiddle around, unmount, bundle, upload?20:47
smosersoren, yes. http://alestic.com/2010/01/ec2-ebs-boot-ubuntu20:49
smosersoren, i guess 'spin' doesn't require it you could make guesses based on presense of a package20:50
smoserdo you think it reasonable to put that information in.  outside of rebundling, it would allow currency to work for uec20:51
sorenHow would it work for UEC?20:52
sorenI don't like guessing based on packages.20:52
smoserme neither20:53
sorenI'm sure it will break things.20:53
smoserfor uec, the booted instance would have access to enough info to figure out if they were using the newest serial for a given suite, spin, arch20:54
smoserwhat do you think will break things ?20:54
sorenGuessing spin based on packages will break things.20:54
smoseryeah20:54
smoseroutside of an explicit package "uec-server". or "uec-desktop"20:55
sorenYeah, the more I think about that, the more ways in which it'll break come to mind. :)20:55
soren..if we're doing that, we might as well put it in a file in /etc/cloud or whatnot.20:56
sorenAnyhow.. back to the uec thing..20:56
sorenI don't quite understand, still. Where would it get this information from?20:56
sorenErr...20:56
sorenI mean... Where would it look up its currency?20:56
smoserit'd look up currency from uec-images (where i plan to put a tree with such data)20:57
soren..but that information maps the suite, spin, arch, etc.-tuple to ami's and such?20:58
smoseramis and serial20:58
sorenHm... Right, ok.20:58
smoserand you canfigure out that yoru serial is < available serial20:59
sorenRight.20:59
sorenOk.20:59
sorensmoser: On a completely unrelated note, UPS claims my laptop will be here by noon tomorrow, so less than 14 hours from now. w00t! :)21:00
smoserwow21:00
smoserthat $200 got it there faster than the $921:01
smoser:)21:01
sorenImagine that :)21:01
smoserother unreateld note21:01
smoseri got my smart card reader, plugged in card.21:01
smoser'gpg --card-status ' works for root, but not smoser21:01
smoserhow do you set permissions ? probably thats per-reader udev rules21:02
sorenAh.21:02
sorengnupg2 ships some udev rules.21:02
sorenYour reader might not be included.21:02
smoseri've never seen gnupg221:02
sorenYou're very likely using it.21:02
smoserwell that package was not installed21:03
smoserjust gnupg21:03
sorengnupg-agent?21:03
smoserno agent either21:03
sorenOh.21:03
sorenYou want that for sure :)21:03
smoseri had agent on a remote system, but not laptop21:04
smoserwell, that didn't magically fix things . oh well.21:06
smoserpoke at it later.21:06
Italian_PlumberThis thread http://ubuntuforums.org/showthread.php?p=8800818#post8800818 is server related -- not a "general help" question -- I thought I'd ask if anyone here might take a look at it.  It's an apt-cacher question.21:30
nitemovzHow do I configure Ubuntu-Server as a Mail Server22:00
nitemovzleave22:17
xperiahello to all. does anybody know if the package gforge can be installed and hacked on the server like any other package too.22:20
xperiaI mean if i install gforge do i get the php sources or only the binarys ?22:20
xperiaI need the php sources to change some things how gforge behave.22:20
xperiamaybe someone know a full open source simpler alternative to gforge ? how about launchpad ? is this open source ? does something simmilar exist as open source ?22:24
xperiaokay think have found it. wikipedia has delivered the answer.22:28
xperiai need to use fusionforge.22:28
lifelessIs it possible to run UEC on a hardy host ?22:35
thentheniowhich DHCP server package would you suggest me to install?22:35
thentheniowhich DHCP server package would you suggest me to install?23:02
uvirtbotNew bug: #507664 in mysql-dfsg-5.1 (main) "package zabbix-server-mysql 1:1.6.4-2build1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,Incomplete] https://launchpad.net/bugs/50766423:11
=== dendrobates is now known as dendro-afk
=== RoAk is now known as RoAkSoAx

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