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

uvirtbot`New bug: #300205 in krb5 (main) "LTSP + LDAP + Kerberos" [Undecided,Invalid] https://launchpad.net/bugs/30020500:06
qman__if you serve a website, dyndns adds popups00:38
qman__or at least did, last I used them00:38
qman__which is why I switched to afraid.org00:38
roxyHi there, I am printing from clients using Samba and cups server but I just can print the first page and I dont got any error, somebody know what could happen?01:08
giovaniroxy: what does printing have to do with ubuntu server?01:11
roxycups configuration in ubuntu server01:12
giovaniuh, ok -- then I don't know why the content of the print was relevant01:13
giovanihow did you send the print job?01:13
roxyi installed the samba print in the clients and then when i try to print from the clients or even from my print server just print the first page01:14
LiraNunahow to configure postfix for mandatory smtp auth from mysql server (postfixadmin)01:18
KillMeNowwell, do you want to use system user accounts or you running a SQL backend?01:19
KillMeNowi personally run the SQL backend01:19
KillMeNowtherefore no user accounts are on the local system01:19
LiraNunaKillMeNow, I got postfixadmin, postfix, dovecot and roundcube working all great, but smtp is anonymous01:19
KillMeNowok, i have no idea what postfixadmin is01:20
LiraNunahttp://postfixadmin.sourceforge.net/01:20
KillMeNowahh01:21
LiraNunaI use it for now until I write my own web management system01:21
KillMeNowi do my admin work via command line01:21
KillMeNowbut anyways, lemme dig up the how to  for smtp auth01:21
LiraNunaoh thank you01:21
LiraNunaI was googling for 2 days now01:21
LiraNunaeverything I tried fails01:21
KillMeNowadd these lines to your /etc/postfix/main.cf01:22
KillMeNowsmtpd_sasl_auth_enable = yes broken_sasl_auth_clients = yes01:22
KillMeNower01:22
KillMeNowput a break after each of those lines01:22
LiraNunak, that's it?01:23
KillMeNowpretty sure, checking a couple things01:23
LiraNunaafaik that won't forge auth01:24
LiraNunaforce*01:24
LiraNunabroken_sasl_auth_clients = yes // this is just compatibiity for MS exchange01:24
KillMeNowyes, i have MS Exchange01:24
KillMeNowahha01:25
KillMeNowhere, check this link out01:25
KillMeNowremember, my config is all about the sql goodness01:25
KillMeNowhttps://help.ubuntu.com/8.10/serverguide/C/postfix.html01:25
LiraNunawill that be good for 8.04 as well?01:25
LiraNunaoh it uses dovecot for auth01:25
KillMeNowsmtpd_recipient_restrictions = permit_sasl_authenticated01:26
KillMeNowcourse there are more lines to that for like permit_mynetworks01:26
uvirtbot`New bug: #410109 in postfix (main) "package postfix-pcre None [modified: /var/lib/dpkg/info/postfix-pcre.list] failed to install/upgrade: dependency problems - leaving unconfigured" [Undecided,New] https://launchpad.net/bugs/41010901:26
KillMeNowsmtpd_recipient_restrictions =         permit_mynetworks,         permit_sasl_authenticated,         reject_unauth_destination,         reject_unauth_pipelining,         reject_non_fqdn_recipient,         reject_unknown_recipient_domain,         reject_rbl_client sbl.spamhaus.org01:26
KillMeNowkinda ugly on the paste job01:27
KillMeNowlast line is permit01:27
LiraNunaAug  6 17:26:57 train postfix/smtpd[25505]: warning: SASL: Connect to private/auth-client failed: No such file or directory01:27
KillMeNowbut yea, the link i sent you should work with postfix on 8.0401:27
KillMeNowyea, it's using SASL01:27
KillMeNowyou'll need to create a TLS Cert file and Key file01:27
KillMeNowPostfix supports SMTP-AUTH as defined in RFC2554. It is based on SASL. However it is still necessary to set up SASL authentication before you can use SMTP-AUTH.01:29
KillMeNowanyways, i hope that helps01:29
roxyi got the error i needed to put in samba file : cups options = raw01:50
sherl0ckhi, is it possible to install hardy LTS 64bit from usb? I keep gettin failed to mount cdrom after i boot it!03:13
sherl0ck*hardy LTS 64bit server03:14
twbsherl0ck: it's even possible to install Ubuntu Server from the disk you're installing to.03:14
twbThe most obvious question is: what install image did you put on the USB mass storage device?03:14
twbYou need a different ramdisk for USB (effectively, hard disk) installs than the one on the CDROM install media.03:15
sherl0cki used the iso from ubuntu.org03:16
sherl0ckand usb-creator03:16
sherl0ckwhat should i use? link?03:16
sherl0cki used this http://ubuntu-releases.wallawalla.edu/8.04/ubuntu-8.04.3-server-amd64.iso03:17
sherl0cktwb, any idea where to point me for help/guide?03:20
sherl0cki've tired some, but they also end with 'failed to mount cdrom in the installer'03:20
twbOne moment.03:21
twbftp://mirror.internode.on.net/pub/ubuntu/ubuntu/dists/hardy/main/installer-amd64/current/images/03:22
twbI think you want to just dd the hd-media/boot.img.gz onto /dev/sdz, where sdz is your USB key.03:22
twbOptionally, you can then put the .iso simply as a file on the key -- by default, it'll simply download all packages off the network.03:23
sherl0ckgreat03:23
sherl0cki try03:23
sherl0ckthanks!03:24
twbI don't know about the Ubuntu install guide, but the Debian install guide should describe HD-based installs in great detail.03:24
twb(Ubuntu Server uses debian-installer (d-i) instead of ubiquity.)03:24
twbAlso note that mirror.internode.on.net is just my local mirror -- the same stuff should exist on archive.ubuntu.com03:25
twbOh, and apparently the Hardy boot.img.gz is (brokenly) 800MB in size, so you will need a USB key at least that large.  IIRC that's fixed in more recent releases.03:26
=== lamont` is now known as lamont
sherl0ckok question, what makes ubuntu server different from a base install - is it just the kernel? or what other packages are installed?04:11
Deevzmost obvious dif is that there is no gui04:18
Deevzyou get to choose which packages to install to not bloat your installation04:19
twbHe's gone04:19
Deevzoh04:23
Deevzive got a problem here, I just installed a client is supposed to update my ip for my dyndns account, but it gives them my internal ip04:23
Deevzany idea why?04:23
albdummaybe there is a chance someone here have setup a hotspot to give me some help ?04:24
albdumjust asking :)04:24
twbDeevz: it's using the wrong interface to get the IP address05:10
twbalbdum: what is a "hotspot"?05:10
Deevztwb: its using the same interface im using to connect to the internet05:11
Deevzbut its returning my internal ip05:11
twbDeevz: is your Ubuntu server running behind a NAT?05:12
Deevza router05:12
Deevznot sure what a NAT is05:13
twbOK, here is what I think is happening.05:14
twbYou have ONE internet-visible address for your entire network.05:15
twbThis address is address of the internet-facing interface on your router.05:15
twbYour router provide a private IP range to your LAN, and uses NAT (masquerading) to make your entire network appear to be just that one internet-visible address.05:16
twbYour Ubuntu server is just some box plugged in behind the router, using a private IP assigned by the router.05:16
twbDeevz: does that sound right?05:16
Deevzyes, thats what I understand from the way my network works, but using proper terms05:17
twbDeevz: OK, then the problem is that your Ubuntu server cannot easily determine what IP address the router is using.05:17
Deevzok05:17
twbDeevz: you should either make Ubuntu your router, or put the dyndns script on your existing router.05:17
Deevzmake ubuntu my router?05:18
twbIt is probably also possible to reprogram the dyndns script to work out what IP your router is using, but I don't know how to do that.05:18
Deevzwell05:18
twbDeevz: right.  Routers are just servers configured to route.05:18
Deevzit says I can config it to get my ip from a command05:18
Deevzso a command that outputs my external ip would do it05:19
twbDeevz: OK, so now you just need to work out what command to use.05:19
twbI don't know how to do that, unfortunately.05:19
Deevzok05:21
Deevzthx05:21
ipsemethello all i'm running vmware server 2.0 on Ubuntu Server 8.04.3 recently when trying to execute vmware-vim-cmd vmsvc/getallvms this error is returned: Failed to login: FileIO error: Permission denied for file  : /var/run/vmware-hostd-ticket/52910983-7a16-f1a1-be86-cdd79c0a917d Failed to login: vim.fault.InvalidLogin i've executed this command with this same user before and it has worked05:24
twbipsemet: I don't think vmware is supported.05:25
ipsemetthis began occuring around the time of the upgrade to the 2.6.24-24-server kernel05:25
ipsemetwell its not in the canonical supported apps05:25
twbipsemet: you can also try #vmware.05:25
ipsemetok05:25
twbipsemet: incidentally, KVM is the recommended virtualization solution for Ubuntu05:28
ipsemeti know05:28
ipsemetKVM is also slower than vmware on this hardware05:28
DerKlempnerevening, all.  i have an old P3 700Mhz computer with 512MB of RAM, and i was wondering if this rig will be enough to run Ubuntu Server edition for SSH, Apache, an FTP daemon, and a 40GB-sized Samba share?05:34
twbDerKlempner: depends on the load.05:35
ipsemetyes05:35
ipsemetand i agree with twb05:35
ipsemeta yes with a depends05:35
twbDerKlempner: I'd probably try it, and if it had trouble double/triple it's RAM05:35
DerKlempnersmall load, just my home network consisting of three networked computers05:35
ipsemetdef05:35
ipsemeti've done a small business (3 users) with less05:35
ipsemetwithout the FTP though05:35
twbYes, Pentium IIIs are excellent in such a role, because they have relatively low power requirements and heat emissions05:35
DerKlempnerthe web server will act just as a storage site for people to connect and download small files (less than 10MB each)05:35
twbI'd be more inclined to use SFTP than a apache for "I just wanna drop some files here"05:36
twbSame for SFTP over FTP :-)05:36
DerKlempneronly caveat is that i won't be able to increase the RAM if necessary...05:36
ipsemeti doubt you will have a problem05:37
ipsemetesp with just a home network05:37
DerKlempnerand i thought about dropping Apache, but i don't want to make logins for the random user who asks me for a file, when i can just say, "sure, here's my web site, download it from <here>..."05:37
ipsemettry nanoweb server05:37
ipsemetvery nice and very small05:37
twbDerKlempner: right, so I would make the http part read-only, and use sftp for uploads05:37
twbI do that from my OpenWRT box.05:38
DerKlempneronly *i* will be doing the uploading05:38
twbtwb.ath.cx runs on 32MB of RAM and a 16MB root filesystem :-)05:38
DerKlempnerheh, i hope that's not supposed to be a web site05:39
twbAnd a 260MHz MIPS processor05:39
twbDerKlempner: sure it's a web "site".  It just doesn't provide directory listings, so you gotta be told (by me) what's there05:39
DerKlempnerah, i see...  does a minimal install of US include SSH reloaded?05:40
twbYou mean preloaded?05:40
DerKlempnerer, preloaded?05:40
DerKlempnerlol yeah05:40
twbI don't think so, but installing stuff is trivial.05:40
twbSSH specifically is a checkbox during install05:40
ballI like Ubuntu Server05:40
DerKlempnerok, good...  it's a headless box, so the only time i want to hook up the necessary peripherals is when i do the install05:41
twb(Note that twb.ath.cx doesn't run Ubuntu; it's embedded and Ubuntu wouldn't fit.)05:41
DerKlempnerwell, i guess i'm going to grab an ISo and get cracking as soon as i finish ioff the file transfers from the NTFS partitions currently on the drives05:43
DerKlempnerthanks for the info!05:43
twbDerKlempner: you realize that Ubuntu can read from and write to NTFS partitions?05:44
DerKlempneryes, but i grow weary of slow data transfer rates and the annoying limitations on the shares when i mount them on this computer05:45
twbFair enough05:46
DerKlempneri spent my morning learning how to set up NFS shares and enabling them on my other two computers, and i'm wanting to get rid of the WinXP install currently on this P3 file server and go completely with NFS05:46
twbAll network filesystems suck.05:46
twbNFS (prior to NFSv4) particularly sucks at access control.05:47
DerKlempneri use the P3 as just a storage medium and to serve the web site.  i'm adding the FTP daemon because, without a GUI, i won't have VNC to fall back onto any more05:47
twbDerKlempner: I don't see how an FTP daemon will replace a GUI05:48
DerKlempnerfile transfer via VNC is decent, but i know FTP fairly well, especially ProFTPd05:48
twbFile transfer *via VNC*?  That doesn't make any sense.05:48
DerKlempnerbecause i don't use an FTP server on it now, and if i have to transfer a file to the computer i used VNC file transfer05:48
DerKlempneryeah, UltraVNC has a file transfer module, works decently05:49
twbYou should be using SFTP or scp for uploading files.  FTP is a horrible protocol and, apart from vsftpd, all FTPd implementations have abysmal security records.05:49
ballI would hate that.05:49
ballsftp ftw05:49
twbPlus if you're using ssh (and you should) for remote administration, SFTP is basically free.05:49
twb(Though it's called SFTP, it is really nothing like FTP in design.)05:50
DerKlempneri'll use *some* sort of FTP daemon, i'll worry about choosing the right one when the time comes to install it.  for now, i'm concerned with getting the ISO and doing the install, configuring a static IP, etc.05:50
ballRight now I'm tunneling VNC through ssh, so that's handy sometimes too.05:50
twbVNC is such a lowest-common-denominator protocol...05:51
balltwb: agreed, but at least it's open source and cross platform.05:51
twbIf you've got X on both ends, it'd be far superior to use it05:51
balltwb: I find X a lot slower05:51
ball...and less easy to move around.05:51
twbball: that'll be because you're using a toolkit like GTK, which assumes you're not using remote X.05:52
ballX is faster over a LAN, but VNC works better for me over the Internet05:52
twbOr worse, OO and xulrunner05:52
DerKlempneri don't always have X, unfortunately.  i spend a lot of time helping relatives, teaching them how to use their Windows computers.05:52
twbGTK1 or XAW are adequately fast that you can run them over ISDN lines with no problem.05:52
ball...plus over the LAN X can do video :-)05:52
ball...supposedly 3D too, though I have yet to try that.05:52
twbball: erm, you must have AIGLX working.  Bravo, but don't expect that to work everywhere05:53
* ball nods05:53
ballI use VNC to let me remotely control some Windows workstations that I have to look after.05:53
DerKlempnershould i stick with the 8.04 LTS, or just go for 9.04?05:53
twbDerKlempner: for windows, enable RDP.  It's a higher-level protocol than VNC, and should be faster (at least, than lossless VNC)05:54
ball...I could use RDP instead, if I knew how to configure that on a Windows box05:54
twbball: it's in My Computer > Properties > Advanced > some tab I forget the name of05:54
twbball: billed as "remote administration" or something05:54
balltwb: Last time I did it there were a few different places it needed to be enabled05:54
twbball: I think you also need to add the appropriate user to a group05:54
ball...the users have to be individually enabled too05:54
* ball nods05:55
ballthat's it.05:55
DerKlempnerno, i mean to access *my* computers from their homes.  if i started installing various SSH-tunneling software to access my computers, they'd all have fits.05:55
twbThat's a GOOD thing05:55
twbDerKlempner: putty runs without installation05:55
twbDerKlempner: it's a single .exe05:55
ballPuTTY ftw05:55
twbputty is why Windows is better than OS X05:55
ballit's British too.05:55
* ball waves a flag05:55
DerKlempneri'll have to look at PuTTY again, i guess.05:55
balltwb: At least MacOS X ships with an X server05:55
twbball: a fucked-up X server05:56
twbWith putty I can maximize it and it's just like I'm sitting in front of a tty05:56
DerKlempneranyay,8.04 LTS or 9.04?05:56
twbDerKlempner: do you want stability or functionality?05:57
DerKlempner*anyway05:57
DerKlempnerlol, both?05:57
twbFor a three-user setup, it doesn't much matter if you go with 9.0405:57
twbIf something breaks, you get only three people pissed at you05:57
DerKlempnerthat's what i thought05:57
balltwb: for the short while I used it, it sufficed.05:58
twbLTS is more for when, if it breaks, you get thousands of people in three continents pissed at you, and they have pet lawyers05:58
DerKlempnerlol, i only get one person pissed at me: me.05:58
DerKlempnermy home setup uses three systems: one for work (main desktop), one for media, and the file server.05:59
ballI need a bigger KVM05:59
ball...or more monitors05:59
DerKlempnernobody to upset, if something goes wrong, except myself05:59
ball...or something.06:00
DeevzIf I forward port 80 to my server, will it prevent me from browsing the net?06:00
Deevzusing the http protocol I mean, since 80 is http06:00
ballDeevz: no, it won't06:01
ballI do that here.06:02
Deevzok thx06:02
ballYou're forwarding *inbound* connections06:02
ball...to your Web server06:02
Deevzthats what I understood06:02
Deevzbut I dont know which port the web servers out there use to answer my http requests06:02
ballhttp://potch.endoftheinternet.org/06:02
ballDeevz: you don't have to06:02
DerKlempnertwb: do you use NFS for network shares?06:03
DerKlempneror ball?06:03
DeevzI see you use dyndns, ball06:04
ballDeevz: aye06:04
Deevzwhich update client do you use?06:04
ballDerKlempner: No, sorry.06:04
ballDeevz: I don't.06:04
ballThere's supposedly one built into my router, but it doesn't work06:05
ballI try to remember once a day to check that my IP address hasn't changed06:05
* ball shrugs06:05
Deevzyouve got static ip06:05
ballI thought it was working, but apparently not.06:05
ballDeevz: Me?  No.06:05
ball...just a long lease06:06
Deevzoh06:06
Deevzddclient will update your ip for you06:06
twbDerKlempner: I use NFSv3, but I'm not happy about it06:06
ballDeevz: how will it know?06:06
Deevzknow what?06:06
ballMy IP address06:07
twbDerKlempner: for example, it breaks Firefox 306:07
Deevzball: you dont need to know, the client retrives the ip for you and updates it with dyndns.com06:07
ballDeevz: retrieves it by checking against a server somewhere?06:07
DerKlempnertwb: do you see a speed increase when transferring large files via NFS as compared to SMBFS/CIFS?06:08
Deevzthere are many ways to configure the retrieval06:08
Deevzdefault is to check with the network interface06:08
ballDeevz: the network interface does not have my WAN IP address.06:08
twbDerKlempner: I don't know.06:08
Deevzdidnt work with me tho, because Im behind a router and my network interface only knows my NAT ip06:08
Deevzbut I just found a fix on the net06:08
DerKlempnertwb: i'm hoping i do.  i max out around 6MB/sec with Samba.  that's awful, even for a 100Mbit network06:09
Deevzyou can set the retrieval field to 'web' and the web service to 'dyndns'06:09
Deevzthey will find your ip for you06:09
Deevzhttp://www.denyerec.co.uk/posts/24706:09
ballHmm... might give that a try at some point then.06:11
twbDerKlempner: then I guess you gotta rice that shit up06:12
DerKlempnerlol06:12
Deevzball: its called ddclient, its already in the apt-get list06:12
DerKlempnerburning the ISO now!06:12
DerKlempner...or not...06:14
DerKlempnerdownloaded the desktop version on accident...06:14
Deevzlmao06:14
ballDeevz: I wonder why the one in the router's not working06:14
Deevzball: I dont know about that06:15
DerKlempnerthank goodness Comcast's bandwidth doesn't suck where i live...06:17
ballI'll watch it for a while, to see what happens.06:17
Deevzball: good luck with that, must go to sleep06:17
ballI'm about at that point too.06:18
ballcan't pull another all-nighter tonight06:18
Deevzlol06:18
Deevzthats what I did twice this week06:18
Deevzand I slept 13 hours last night06:18
Deevzanyhow06:18
Deevzgood night06:19
ballGoodnight06:19
=== Authority is now known as Guest94361
artillerytxHey guys i am running drupal on my server i have one install working perfectly and just installed another and im getting an HTTP request status error any ideas?07:04
awI am trying to follow these instructions:  http://doc.ubuntu.com/ubuntu/serverguide/C/jeos-and-vmbuilder.html -- but am getting an error:  --libvirt: not found  -- but I know libvirt is installed (via Package Manager).   Do I need qemu installed?07:19
awOr do I need to rename something:  --libvirt qemu:///system   (I don't truly understand what this does).07:20
artillerytxHey guys i have 2 installs of drupal on my server right now one is working correctly the other is getting a HTTP Request status: Fails07:37
artillerytxbueller? bueller?07:38
awTwo drupals on the same port or ip?  Only one is going to work...07:44
artillerytxi have virtual servers set up07:45
artillerytxvirtual hosts07:45
artillerytxi should be able to run more than 1 drupal install on virtual hosts right ?07:48
artillerytxcorrect me if im wrong07:49
awAssuming that the configurations are truly separate, yes I think so.  Are you sure the two instances aren't pointing to the same config files, databases, ports or ips?07:49
artillerytxi have separate .conf files for each host and the other domain is using the public ip07:50
artillerytxi mean they are all using my dns servers07:51
artillerytxaw here are my two .conf files - http://ubuntu.pastebin.com/m71fe985407:52
artillerytxaw i mean .hosts files07:54
artillerytxaw sorry07:54
awWhich is working and which is failing/07:56
aw?07:56
artillerytxlonghornpcrepair.com is working07:57
artillerytxwwmcd.org is not07:57
nick125What's the issue?07:57
artillerytxi have one install of drupal on my server working perfectly howerver... my other drupal installs correctly than i get to the status/reports on the site and it gives me a -http://ubuntu.pastebin.com/m1bac630407:58
awFrom where you are testing, if you ping both you get the same IP:  75.43.20.7807:58
artillerytxim on the same network as the server07:59
nick125aw: It's not an issue getting to the site, it's a Drupal error07:59
artillerytxnick125 why is it one works but the other doesn't07:59
nick125artillerytx: That's the weird part.07:59
artillerytxnick125: they are the exact same version08:00
artillerytxaw yes i get the same ip for both domains08:00
nick125artillerytx: Can your server resolve the domains to an IP and ping that IP?08:00
nick125Apparently, Drupal tries to connect to itself via the DNS name08:00
artillerytxum.. not sure08:01
nick125artillerytx: on the server, ping wwmcd.org08:01
artillerytxsorry I'm a newb to this right now08:01
artillerytxnick125: yeah i get 75.43.20.7808:01
nick125artillerytx: Can you ping that IP from the server?08:02
artillerytxyes08:02
nick125Hmm.08:03
artillerytxis there an error log i could get more a specific error08:03
nick125Check the Drupal log, perhaps.08:04
nick125I don't think the Apache logs would have much in them regarding the Drupal error08:04
artillerytxnick125: haha weird ... in the details it says attempted to fetch information on availble updates and for the hostname it gives me a local ip08:04
artillerytxmaybe thats the problem08:05
nick125check your /etc/hosts08:05
artillerytxon my server?08:05
nick125Might be worth a shot.08:05
awHave you read this?  http://drupal.org/node/22245408:05
artillerytxyes08:05
artillerytxso i need to add my public ip to the hosts file08:06
artillerytx75.43.20.78 - wwmcd.org08:06
nick125Basically, Drupal tries to connect to itself..so you need to be sure that Drupal can connect to itself and get the home page.08:06
artillerytxor i mean the server sorry08:06
artillerytxokay i added the updates.drupal.org ip and what not08:07
artillerytxI think thats what im supposed to do08:08
nick125You shouldn't need to add updates.drupal.org08:08
artillerytxoh what am i adding to the hosts file08:08
nick125http://api.drupal.org/api/function/system_requirements/6 < that calls system_check_http_request and if that function call fails, it puts the error you're getting into the Drupal logs.08:08
nick125I'm not sure why one Drupal would work and the other wouldn't.08:10
artillerytxme either08:10
nick125artillerytx: pastebin your /etc/hosts08:10
artillerytxk08:10
artillerytxhttp://ubuntu.pastebin.com/m236de45408:11
artillerytxthe name of the pc is longhornpc08:11
artillerytxback sorry about that08:12
artillerytxdid you get my messages08:12
nick125I got the paste08:12
artillerytxk cool08:12
artillerytxi heard if you comment out the ::1 localhost line it works08:13
nick125Might want to try that08:13
artillerytxnope didn't work08:15
nick125If you do wget http://wwmcd.org on the server, does it download the HTML for the home page?08:16
artillerytxits connecting to it08:16
artillerytxbut taking awhile08:17
nick125It should download it instantly08:17
artillerytxresolving wwmcd.org ... 75.43.20.7808:17
nick125ctrl-C that and try wget http://longhornpcrepair.com08:17
nick125pastebin the output from both commands08:17
artillerytxokay08:17
artillerytxsame thing08:18
nick125really slow?08:18
artillerytxhttp://ubuntu.pastebin.com/m4202788208:18
artillerytxyeah08:18
nick125That's part of your problem.08:18
artillerytxwe are all on a router08:18
artillerytxso its not smart enough to resolve the host name and do the loopback or whatever08:19
nick125Some routers won't allow you to access a 1:1 NAT'ed public IP from inside of the network08:19
artillerytxits a uverse 2wire thing08:19
nick125I can give you a somewhat hackish fix: just add them to /etc/hosts 127.0.0.1 line08:20
artillerytxyeah but thats still makes no sense why one is working another is not08:20
artillerytxyou mean for the loopback08:20
nick125e.g., 127.0.0.1 localhost longhornpcrepair.com wwmcd.org08:21
nick125yeah08:21
artillerytxyeah well i edited the host file on my computer08:21
artillerytxso it works over here08:21
nick125you need to edit it on the server to get rid of the error from Drupal08:21
artillerytxoh okay08:21
artillerytxis it ... a tab in between each08:22
artillerytxor just a space08:22
nick125I usually use spaces, but a tab should work08:22
artillerytxk lets see if your right08:22
artillerytxyes sir08:22
artillerytxthat fixed it08:22
nick125Great.08:23
nick125But yeah, that's one reason I got rid of 1:1 NAT...I got tired of dealing with that quirk08:23
artillerytxyeah08:23
artillerytxdo you know why my cURL is not showing up for the other domain08:23
nick125What do you mean?08:24
artillerytxlet me take a screenshot08:24
artillerytxthis might be a drupal thing actually08:24
artillerytxi have simplexml and cURL installed on my server but its only showing up for the longhornpc one08:25
artillerytxmaybe something in the .htaccess08:25
artillerytx?08:25
nick125Where did you put it?08:25
artillerytxhome directory08:25
artillerytxi think08:26
nick125Where did you install simplexml and curl to?08:26
artillerytxroot directory08:26
artillerytxwhich would be /home08:26
nick125Are you talking about a curl/simplexml plugin for Drupal or something else?08:27
artillerytxno its something i had to install on the server08:27
nick125How did you install it?08:27
artillerytxapt-get i think08:27
nick125Okay....just for the heck of it, restart apache.08:28
artillerytxokay08:28
artillerytxk done08:28
nick125Then click on refresh while holding shift down08:28
artillerytxstill not showing up08:28
nick125Take a screenshot, maybe that would help.08:29
artillerytxwwmcd.org - http://img36.imageshack.us/img36/197/picture1129.png08:30
artillerytxlonghornpcrepair.com - http://img505.imageshack.us/img505/8774/picture237.png08:32
nick125That looks like a Drupal plugin that isn't installed for wwmcd.org.08:32
artillerytxi thought cURL would just show up alright maybe im just insane08:33
nick125http://drupal.org/project/curl08:33
nick125It looks like the Drupal base installation doesn't come with the curl module, which would explain why it doesn't show up08:33
artillerytxno i don't have that one installed08:34
nick125You must have it installed on the other domain, though.08:34
artillerytxno i don't08:34
artillerytxi remeber installing it .. its some php thing08:35
artillerytxphp5 curl08:35
nick125That's the PHP cURL library.08:35
artillerytxyeah08:35
nick125The Drupal install on longhornpcrepair.com has the cURL Drupal plugin installed while wwmcd.org doesn't.08:36
artillerytxthats weird alright.. i don't see the cURL in my modules08:37
artillerytxits not big deal08:37
artillerytxno08:37
nick125Where are you checking?08:37
nick125it can be in /sites/default/modules, /sites/all/modules, /modules, etc08:37
artillerytxi put all my modules in sites/all/modules08:37
artillerytxwait08:38
artillerytxmaybe its the php one08:38
artillerytxahh whatever08:38
nick125Unless you have a plugin that needs it on wwmcd.org, I wouldn't worry about it.08:39
artillerytxright08:39
artillerytxthanks again08:39
nick125Sure.08:39
artillerytxif i install php-pear what do i need to put in my php.ini so i can use it09:00
artillerytxnick125 hey do you know what this is - http://pastebin.com/d4f42a27309:04
NavopI need to keep track of 6 computers downloads(to which is d/l more then the other, and I want ot be able to restrict the # of gigs d/l /computer is this possible with unbuntu server)10:12
Navopexample i want to allow 5 gigs per computer, once the 5 gigs is used up it stops that computer from d/l till the following month10:15
alex_joniNavop: http://linuxgazette.net/108/odonovan.html10:18
Navopty10:19
alex_joniyou'll have to do some reading on iptables10:19
alex_jonibut using iptables you can set up rules for each PC, and quota on them10:19
Navopthanks for info, and if i need to read...np10:20
alex_joniit's probably easier than it looks at first glance ;)10:20
Navoplike the #7 setting transfer quotas10:21
alex_joniright, but only having that won't work ..10:23
alex_joniyou need the whole thing running, before you add quota things10:24
alex_jonifor setting up iptables there are tons of tutorials, and programs that generate rules (if you don't want to write them by hand)10:24
Navopwhat i'll do is redo my unbuntu server, then insert it on network, and test as i go and ask question....10:25
Navopand do alot of reading...lol10:26
qiyong clamav-daemon (clamd) doesn't start up autoamatically10:45
qiyongthere's K19clamav-daemon10:45
qiyongno startup links10:45
qiyongis that bug?10:45
captainkirkhi all. how do I find out what version of openoffice.org i have installed on my ubuntu 9.04 server11:36
RoyKcaptainkirk: help/about11:51
captainkirkroyk I am on a server with terminal only11:52
captainkirkroyk I am running server with terminal only11:52
RoyKops11:52
RoyKdpkg -l|grep -i openoff11:53
RoyKthat should show you the version11:53
RoyKsec - I need to start my ubuntu vm to check11:53
captainkirkroyk it tells me there are lots of 3.1.0-11 packages, which is correct11:55
captainkirkroyk problem is, using the "which soffice" command returns nothing11:55
RoyKcaptainkirk: here it returns /usr/bin/soffice11:58
captainkirkroyk that is correct11:59
captainkirki tried to remove the ubuntu supplied version and install the latest version from the openoffice.org site12:00
captainkirki seem to have messed something up12:00
captainkirkany ideas on how to remove it all and start again?12:00
captainkirkusing your command supplied above to list all the installed packages, I can see that the openoffice.org-core is still the original ubuntu package, not the new one12:01
RoyKI guess the one from openoffice.org installs under /usr/local/bin12:04
RoyKor /usr/local/something12:04
pmatulisi joined late but what does Openoffice have to do with ubuntu server?12:04
RoyKor perhaps /opt12:04
* RoyK has no friggin' idea12:04
RoyKthat is - I once used it with an email-to-fax system for converting MS Office documents extracted from email to be faxed12:05
captainkirklol.... I am trying to remove the ubuntu 9.04 supplied openoffice packages and replace with openoffice.org12:05
RoyKwhy?12:05
pmatuliscaptainkirk: you should have more luck in either #ubuntu or #openoffice12:06
captainkirki am running an application (alfresco) which is not working with the ubuntu supplied openoffice, but research shows that others have had success replacing with the openoffice.org deb packages12:06
captainkirki have downloaded the tar.gz and extracted teh .deb files and ran dpkg -i *.deb and now nothing is working12:08
captainkirkdo i need to do something else after dpkg -i *.deb command to install deb package?12:10
RoyKcaptainkirk: dpkg -l packagename will list the installed files from that package12:13
captainkirkhow can I completely remove all openoffice packages for a fresh install?12:16
captainkirkdpkg --help12:17
captainkirkoops... wrong screen12:17
jussi01captainkirk: please heed the topic and go to #ubuntu for general questions12:21
RoyKdpkg -r --purge captainkirk12:23
captainkirkit says i can -r and --purge in the same command12:25
captainkirkso should i -r the package and the --purge it12:26
maxbRoyK: You mean -L not -l12:32
RoyKmaxb: yeah, sorry, -L or --listfiles12:33
RoyKcaptainkirk: please ask on #ubuntu for general ubuntu questions - this is strictly a ubuntu server channel. about the difference between removing and purging a package, man dpkg12:35
cemcdoes anybody know about a good free speedtest software? one that can be put up on a webserver for ppl to test speed with. something like speedtest.net but obviously more simple13:17
baffleHow are things going with the server-karmic-directory-architecture blueprint? Is there any push behind it? It would be a killer feature for the enterprise crowd to have this out of the box.13:18
RoyKcemc: there are several web benchmarking software packages13:30
RoyKlet me check13:30
RoyKseems there should be something in apache2-utils13:31
RoyKbut I'm in the middle of an upgrade, so I can't install that now13:31
cemcRoyK: I'll take a look at that, thanks13:32
doctormoHello all14:39
doctormoQuestion: Is it possible to detect from the ubuntu server what operating system a client is currently booted up into, say if you have a multi-os network?14:39
matttdoctormo: port scan?  :)14:40
doctormomattt: Was thinking that, but I'm a programmer not a windows admin :-D perhaps there are some standard ports?14:41
doctormoAlthough I'm kinda surprised there isn't some standard tool, I've seen people pull exact versions of windows on the network before.14:42
Kartagishello14:44
KartagisI have Host or domain name not found. Name service error for name=hotmail.com type=MX: Host not found, try again in my log. does that mean sending was not successful?14:44
_rubenKartagis: it means your dns is broken14:48
_rubendoctormo: nmap can do a very decent job at os detection14:49
Kartagis_ruben, I only changed the IP block. how could that break my DNS?14:56
pmatulisKartagis: can you reach your default gateway?14:56
Kartagispmatulis, yes14:56
pmatulisKartagis: try to resolve some internet host14:57
Kartagispmatulis, tolga@ozses:~$ nslookup google.com14:58
KartagisServer:192.168.2.214:58
KartagisAddress:192.168.2.2#5314:58
KartagisNon-authoritative answer:14:58
KartagisName:google.com14:58
KartagisAddress: 74.125.67.10014:58
pmatulisKartagis: then: 'host -t mx hotmail.com'14:58
Kartagispmatulis, host -t mx hotmail.com14:59
Kartagishotmail.com mail is handled by 5 mx4.hotmail.com.14:59
pmatulisKartagis: looks like you have a misconfiguration issue then, what app is giving you the above error?15:00
sgsaxdoctormo: nmap -O <ip_addr>15:01
sgsaxbut even that won't be 100%15:01
quizmehi, my ubuntu server doesn't allow users to enter a password when they login from home.... I get Permission denied (publickey).  How do I allow users to login using passwords ?15:06
ballquizme: do you have sshd installed and running?15:07
quizmeball: i can ssh in there for the 'ubuntu' user so yes i think so.15:08
ballI don't think I have an ubuntu user.15:09
ballbrb, phone15:09
sgsaxquizme: is this any user from any host that is blocked?15:10
sgsaxor just one particular user or one marticular machine?15:10
cycleianHi, I'm trying to prepare a couple of packages for Ubuntu.  So far so good with the first package, but the second package depends on the first.  How do I tell debuild where the first package is when I'm building the second package?15:10
quizmesgsax yeah every user15:10
sgsaxquizme: no matter what machine they are trying to login from?15:10
Kartagispmatulis, postfix15:10
quizmesgsax: i can login as 'ubuntu' but not as 'tempuser' from my home machine for example.15:10
sgsax"ubuntu" is the initial account you setup with the installer?15:11
quizmesgsax: yeah15:11
quizmesgsax: is the primary sudoer15:11
sgsaxand you can login as "ubuntu" from home, but not "tempuser" from home15:11
Sam-I-Amcycleian: you can install the first package so the second package can see it... i tend to use chroots for build environments so i can separate things15:11
quizmesgsax: correct15:11
sgsaxk, just wanted to be clear15:11
quizmesgsax: i have my public key in /home/ubuntu/.ssh/authorized_keys15:12
quizmethat's why i can login as ubuntu15:12
quizmebut all other users are disallowed15:12
sgsaxso "ubuntu" logis in use pub key and not password15:12
quizmevery sad15:12
sgsax*logs15:12
quizmesgsax yes15:12
pmatulisKartagis: looks like you need to work on postfix then15:12
quizmesgsax basically passwords is turned off15:12
quizmesgsax i want to know how to turn it on15:13
cycleianSam-I-Am: Right, I'm trying to use pbuilder to build the second package.  How do I tell the pbuilder environment to install the first package?15:13
Kartagispmatulis, can I pastebin my main.cf15:13
sgsaxquizme: can you pastebin your /etc/ssh/sshd_config, pls15:13
Kartagis?15:13
quizmesgsax okay but don't hack me hehe15:13
quizmej/k15:13
sgsaxdon't leave anything important in there :)15:13
Kartagisquizme, and give me your password15:13
Sam-I-Amcycleian: you can just install it with dpkg -i15:13
Kartagis:D15:13
quizme_hi15:14
quizme_ok just checking15:14
quizme_this is my other comp15:14
Sam-I-Amcycleian: i usually build all the deps in separate chroots, then install them individually into other chroots that build stuff which depends on them15:14
sgsaxquizme: you can also look at /var/log/auth.log, see if there are any useful messages in there15:15
quizmekartagis: passwords don't work anyway... hehe15:15
cycleianSam-I-Am: So I shouldn't use pbuilder?  My understanding was that pbuilder does the chrooting for you...15:15
quizme_http://pastie.org/57545315:16
Sam-I-Amcycleian: i'm not really familiar with pbuilder... i think it does... but you might want to check the docs.  i use dpkg-buildpackage for my packages usually.15:16
quizmesgsax: did u see it ?15:18
sgsaxquizme: yep, only difference I see from mine is I have "ChallengeResponseAuthentication yes"15:18
sgsaxalso set "LogLevel DEBUG" for more detail in your /etc/var/auth.log15:19
quizmeshould i set Challenge.... to yes ?15:19
sgsaxgive it a try15:19
quizmek15:19
quizmei'm up for the sshd challenge15:19
sgsaxthat should be the default15:19
sgsaxbe sure to /etc/init.d/ssh restart15:20
sgsaxno need to reboot the whole box15:21
quizmesgsax: oh that was my next question.... how to reboot thanks15:21
quizmesgsax: yes!  that worked.  thanks so much15:21
sgsaxnp15:22
sgsaxI go for the low-hanging fruit around here :)15:22
quizmesgsax: hehe15:22
quizmesgsax: at least you go for some fruit15:22
sgsaxit's how I like to contribute15:23
quizmei'm a newbie at this sysadmin stuff15:23
sgsaxI'll never be a kernel hacker15:23
quizmeit's ok15:23
quizmei'm not either15:23
quizmewe can hang out together15:24
quizmeand not hack kernels15:24
quizmei do as little sysadmin as possible15:24
quizmeunfortunately it's been a lot lately15:24
quizmerunning on EC2.... wrote a backup thingamajiggy with capistrano....15:25
quizmetook my like 2 weeks15:25
quizmeme*15:25
sgsaxfun15:26
quizme2 weeks of my life *gone* for sys admin...15:26
sgsaxwhat's your regular job?15:26
quizmei like to program15:26
quizmeand avoid sys admin15:26
quizmebut i do outsourcing15:26
quizmeof programming jobs15:26
sgsaxah, one of "those" guys15:27
sgsax:)15:27
quizmeyeah15:27
quizmethe evil ones15:27
quizmehow bout u ?15:27
sgsaxI work for the State, so I'm just a Government mouthpiece15:27
quizmeoh15:27
quizmesysadmin for the state ?15:28
quizmeof California ?15:28
sgsaxuniversity15:28
sgsaxState of KS15:28
quizmeThere is a famous topologist at the U. of Kansas15:28
sgsaxnot that university :)15:29
sgsaxthe other one15:29
sgsaxnot sure what we're famous for15:30
quizmesys admin probably15:30
cycleianSam-I-Am: OK, I found a bit about doing this in the pbuilder tutorial - I'll let you know how it works.  Is there a good reason *not* to use pbuilder?15:31
sgsaxunless you've seen the youtube vid "The Machine is Us/ing Us", the guy that did that is here15:31
sgsaxx15:32
sgsaxyep, I'm a sysadmin for a dept here15:32
quizmeoh that's cool15:33
quizmewe should probably take this off channel though15:33
sgsaxtrue15:33
Sam-I-Amcycleian: probably not... people seem to like it.15:39
Kartagispmatulis, can I pastebin my main.cf?15:41
_rubendont paste main.cf, paste the output of postconf -n instead .. then again, i wont be looking at it, as im heading out now :)15:41
pmatulisKartagis: you can pastebin what _ruben suggested but i don't have much time to troubleshoot your issue since i'm at work15:42
pmatulisKartagis: pastebin your logs too (/var/log/mail.log)15:43
=== ejat is now known as e-jat
Kartagispmatulis, my logs are on http://pastebin.com/dc54d5d7 and _ruben, remind me what you suggested I paste?16:09
Steve[mbp]Morning everyone!16:11
* ball waves16:14
uvirtbot`New bug: #409987 in apache2 (main) "apache2 segfault using mod_deflate" [Medium,New] https://launchpad.net/bugs/40998716:16
pmatulisKartagis: are you sure that the machine hosting postfix can resolve internet names?16:30
Kartagispmatulis, yes16:46
Kartagispmatulis, name any site and I'll tell you16:47
Kartagiswould restarting postfix fix the issue?16:47
sgsaxKartagis: any time you make changes to the configs, you should restart the service16:48
Kartagissgsax, I didn't make a change to postfix tho16:48
Kartagisrestarting postfix did fix the issue16:50
Kartagisone more issue. after I changed the IP block, my local SSL site doesn't work. how come?16:52
Sam-I-Ambecause your ssl cert is probably bound to an IP16:52
Sam-I-Amwell, at least a hostname (that might have changed)16:53
KartagisSam-I-Am, how can I find out if it is bound to a specific IP?16:53
Sam-I-Amwell, whats the error?16:54
KartagisSam-I-Am, weird. it fixed itself16:55
Sam-I-Amcould have been a temporary dns issue16:55
Sam-I-Amcerts like when dns works16:55
KartagisSam-I-Am, it is working now16:55
uvirtbot`New bug: #409876 in php5 (main) "php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()" [Medium,New] https://launchpad.net/bugs/40987616:56
KartagisI got a new modem/router and its IP block was different than my old one. that's how everything started16:56
sgsaxKartagis: you use some kind of dyndns?16:58
Kartagissgsax, no, I use named16:59
Sam-I-Amwho handles dns for your outside ip that changed?16:59
Kartagisno, my outs,17:00
Kartagisno, my outside IP didn't change. it's modem's IP block that changed. it is 192.168.2.1 now17:01
Kartagisthanks anyway for the help17:02
Kartagisbye17:02
dindasommer: ping dude!18:07
Deevz_I got a problem with my hostname while installing apache18:15
Deevz_hostname: Unknown host18:15
Deevz_make-ssl-cert: Could not get FQDN, using "QuoteNet".18:15
MK13how could i make my dns server forward all hostnames to just one server?18:17
nick125_Anyone here know of a guide that explains how to use the new cn=config configuration setup that the OpenLDAP in Jaunty is using?18:21
sommerdinda: yo18:25
dindasommer: dude!!! looking for a quick opinion from you and other server types18:25
dindaTrying to find a word other than architect, as in RHCA, for our new Ubuntu highest level certification level18:26
dindasome have suggested Ninja ;)18:26
nick125_Ubuntu Certified SuperAwesomeAdmin18:26
sommerheh, ninja is good18:26
dindabut perhaps something like Guru or Master. . . lol18:26
dindaBuilder?  Developer?18:27
sommerexpert?18:27
sommerthat's kind of a tough one18:28
dindaothers are saying Expert as well. . .18:28
sommermaster isn't bad either... what are the other levels?18:30
dindasommer: so far, just UCP then something akin to RHCE (UCP level 2?) then some specialists areas then the top level 418:31
sommerhmmmm, ya I think expert fits well with UCP18:32
dindasommer: maybe we ask around to find some african word for it. .18:32
sommerheh, that would be pretty cool... don't know many african word myself18:35
sommerwhat about Ubuntu Server Ace :-)18:35
dindasommer: really?  you mean you don't study zulu and banta in your spare time?18:36
sommerdinda: heeh, italian's on my list... as well as english18:36
sommerwait...18:36
dindasommer: that english can be tricky ;)18:36
sommerdinda: I think my best suggestion is expert, but Ubuntu Server Champion sound pretty cool too :)18:38
dindaooh Champion - then we gave folks who earn those big boxing/wrestling like title belts18:39
dindaRHCAs get a leather jacket so we can out bling them18:39
sommerheh that's a great idea18:40
nick125_Hmm....can I nest organizational units (ou) in OpenLDAP? i.e., ou=POSIX,ou=Groups,dc=foobar,dc=com18:42
sommernick125_: I'm pretty sure you can18:43
nick125_sommer: Great.18:43
nick125_I guess I'll find out once I try to add this schema.18:43
vector_xyzhey guys i am adding a user using -> sudo adduser thegeek | but how do i limit that user not from going into other home directories etc.. besides his own ?19:04
vector_xyzi want him only to access his own dir19:05
KillMeNowsounds like you want to jail him19:05
vector_xyzwell if you are selling shells do you want your customer to walk around ?19:05
KillMeNowthat means you will need to google chroot jail19:05
vector_xyzand view other customers home dirs19:05
KillMeNowyea, this is for ssh access right?19:05
KillMeNowor jsut FTP?19:05
vector_xyzyep ssh19:06
KillMeNowyea, chroot jails is what you want19:07
KillMeNowhttp://ubuntuforums.org/showthread.php?t=25862219:07
KillMeNowstart there19:08
KillMeNowhttp://ubuntuforums.org/showthread.php?t=2457519:08
KillMeNowthen check that out19:08
vector_xyzthx :)19:08
vector_xyzworked gr819:08
giovanivector_xyz: with proper permissions, he shouldn't be able to read anything you don't want him to19:09
giovanithere are very few good reasons to jail a user19:09
vector_xyzwell i probably should learn more about permissions so i can sell ssh access19:10
vector_xyzwithout anyone damaging the core system files or so19:10
giovanivector_xyz: no normal user can damage system files19:10
giovanihonestly, selling shells19:11
vector_xyzhow would i set an user to be superuser ? if i am using adduser19:11
giovaniyou set your sudoers file19:11
giovanior add them to the admin group19:11
giovanibut selling shells ... has no purpose anymore19:12
giovaniVPSes are so incredibly cheap19:12
giovanithat they can get their own full os, with full root, for a few bucks a month19:12
vector_xyzi am giving that as an example :P im actually using a Dedicated Server to run my Development stuff on it, but i dont want other devs to damage anything :) like SVN, git etc.. i will host on there19:13
* dare knows more people who buy shell access than vps..19:13
giovanidare: I don't know a single person who's purchased a shell in like 5+ years19:13
KillMeNowselling shells is really old school...  you would probably make more $$$ selling Xen VM's19:13
giovaniand uou shouldn't be selling xen vms if you don't know how to work linux permissions :)19:14
giovanithere are enough incompetent vm providers19:14
giovanibecause they've been told it's an easy way to make money19:14
nick125_giovani: s/vm/hosting/g19:16
nick125_I've worked with a lot of "hosting providers" that all they do is buy a reseller account on their daddy's credit card...quite sad.19:19
KillMeNowi get it for free from my ISP19:20
sgsaxvector_xyz: you can also add a non-shell account19:26
sgsaxso they can use git/svn/whatever, just not actually get a login shell19:26
Deevzanyone familliar with ddclient?19:34
DeevzI dont understand why it doesnt update my ip automatically when my server boots up19:35
sgsaxDeevz: I use it at home and it doesn't seem to update my no-ip.org on a timely basis19:36
sgsaxI always assumed it was because my ISP flaps a lot and it's just been down at the cron'd update time19:36
Deevzsgsax: you might not have config'd it to run as a daemon19:36
Deevzbut I think ddclient just isnt ran when my os initializes19:37
sgsaxDeevz: update-rc.d ddclient defaults19:43
sgsaxor whatever the ddclient service name is19:43
sgsaxthat will make sure it is added to the default runlevels19:44
Deevzok19:44
Deevzwhat are '.d' files?19:44
sgsaxin general?19:45
sgsaxupdate-rc.d just adds or removes symlinks in the /etc/rc.d dirs19:45
sgsaxit's the debian way of managing startup services19:46
DeevzI get ya on the last sentence19:48
Deevzbut have no idea what symlinks are19:48
Deevzill take a look at that file19:48
KillMeNowhttp://ubuntuforums.org/showthread.php?t=7309619:49
KillMeNowDeevz, check that out19:49
sgsaxKillMeNow: nice19:51
Deevzok, thx19:52
Deevzwhere is update-rc.d?19:54
sgsaxshould be in your search path19:54
sgsaxneeds to be run as root/sudo19:54
sgsaxit's in /usr/sbin, so not in a typical user path unless you added it19:55
Deevzwoah19:56
=== bc_ is now known as bc
Deevzthats one complicated file19:56
sgsaxit's a shell script19:56
sgsaxdebian gives you several update-* scripts to help you do stuff19:57
hggdhusually it is not a good idea to add non-system-provided binaries (or symlinks) under /sbin, /bin, /usr/sbin, or /usr/bin. Better to use /usr/local for taht19:57
sgsaxhggdh: indeed19:58
Deevzi doubt this helped :(20:03
Deevzit says the startup link already exists20:03
sgsaxk20:03
sgsaxdo you have it set for logging?20:04
Deevzlogging?20:04
Deevzis it run with administrative power at startup tho?20:05
sgsaxif it's actually getting launched as a service, yes20:05
Deevzbecause ddclient gives me a lot of error if I try to run it without sudo20:05
sgsaxcd into /var/log and do "grep ddclient *"20:06
sgsaxsee if it's logging any output anywhere, generating errors20:06
sgsaxmost likely in /var/log/messages20:06
sgsaxshould do this as sudo/root20:07
Deevzit gave me a warning for update skipping once and another time because it couldnt connect to the web service to get my ip20:14
Deevzand curiously, its doesnt seem to update every 5m20:15
sgsaxyou read through this yet: https://help.ubuntu.com/community/DynamicDNS20:17
Deevznop, thx for the link20:17
Deevzmight be better off using my router to do it :P20:23
sgsaxlooks like I'm using noip2 at home, not ddclient20:25
=== nxvl_ is now known as nxvl
Deevzsgsax: do me a favor please20:38
Deevztell me if you if your browser can connect to 205.233.124.23520:39
sgsaxDeevz: affirmative20:41
Deevzweird...20:41
sgsaxI can't ping your IP, but apache responds on it20:41
Deevzmy domain doesnt seem to work20:41
Deevzsgsax: thats probably because the port youre pinging on is blocked20:42
sgsaxcan you login to your dyndns provider and see what it currently has registered?20:42
=== sommer_ is now known as help
=== help is now known as sommer_
Deevzsgsax: my domain is currently bound to 205.233.124.23520:45
Deevzbut it doesnt work20:45
sgsaxDeevz: see privmsg for long paste20:47
quizmehow much RAM memory is required for Postfix?21:22
zroyschis there something special i need to do to get sound working in server 9.0423:33
zroyschits an sb live card. old. worked fine with the non server version23:33
KillMeNowIIRC - server version doesn't have sound drivers23:35
KillMeNowit's a desktop thing23:35
zroyschhttp://pastebin.ca/152120723:37
zroyschdoes this mean that is untrue?23:38
nick125you might need to install some utilities23:38
zroyschi installed alsa-base alsa-utils alsa-tools libasound223:39

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