[00:06] New bug: #300205 in krb5 (main) "LTSP + LDAP + Kerberos" [Undecided,Invalid] https://launchpad.net/bugs/300205 [00:38] if you serve a website, dyndns adds popups [00:38] or at least did, last I used them [00:38] which is why I switched to afraid.org [01:08] Hi 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:11] roxy: what does printing have to do with ubuntu server? [01:12] cups configuration in ubuntu server [01:13] uh, ok -- then I don't know why the content of the print was relevant [01:13] how did you send the print job? [01:14] i 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 page [01:18] how to configure postfix for mandatory smtp auth from mysql server (postfixadmin) [01:19] well, do you want to use system user accounts or you running a SQL backend? [01:19] i personally run the SQL backend [01:19] therefore no user accounts are on the local system [01:19] KillMeNow, I got postfixadmin, postfix, dovecot and roundcube working all great, but smtp is anonymous [01:20] ok, i have no idea what postfixadmin is [01:20] http://postfixadmin.sourceforge.net/ [01:21] ahh [01:21] I use it for now until I write my own web management system [01:21] i do my admin work via command line [01:21] but anyways, lemme dig up the how to for smtp auth [01:21] oh thank you [01:21] I was googling for 2 days now [01:21] everything I tried fails [01:22] add these lines to your /etc/postfix/main.cf [01:22] smtpd_sasl_auth_enable = yes broken_sasl_auth_clients = yes [01:22] er [01:22] put a break after each of those lines [01:23] k, that's it? [01:23] pretty sure, checking a couple things [01:24] afaik that won't forge auth [01:24] force* [01:24] broken_sasl_auth_clients = yes // this is just compatibiity for MS exchange [01:24] yes, i have MS Exchange [01:25] ahha [01:25] here, check this link out [01:25] remember, my config is all about the sql goodness [01:25] https://help.ubuntu.com/8.10/serverguide/C/postfix.html [01:25] will that be good for 8.04 as well? [01:25] oh it uses dovecot for auth [01:26] smtpd_recipient_restrictions = permit_sasl_authenticated [01:26] course there are more lines to that for like permit_mynetworks [01:26] 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/410109 [01:26] smtpd_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.org [01:27] kinda ugly on the paste job [01:27] last line is permit [01:27] Aug 6 17:26:57 train postfix/smtpd[25505]: warning: SASL: Connect to private/auth-client failed: No such file or directory [01:27] but yea, the link i sent you should work with postfix on 8.04 [01:27] yea, it's using SASL [01:27] you'll need to create a TLS Cert file and Key file [01:29] Postfix 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] anyways, i hope that helps [01:50] i got the error i needed to put in samba file : cups options = raw [03:13] hi, is it possible to install hardy LTS 64bit from usb? I keep gettin failed to mount cdrom after i boot it! [03:14] *hardy LTS 64bit server [03:14] sherl0ck: it's even possible to install Ubuntu Server from the disk you're installing to. [03:14] The most obvious question is: what install image did you put on the USB mass storage device? [03:15] You need a different ramdisk for USB (effectively, hard disk) installs than the one on the CDROM install media. [03:16] i used the iso from ubuntu.org [03:16] and usb-creator [03:16] what should i use? link? [03:17] i used this http://ubuntu-releases.wallawalla.edu/8.04/ubuntu-8.04.3-server-amd64.iso [03:20] twb, any idea where to point me for help/guide? [03:20] i've tired some, but they also end with 'failed to mount cdrom in the installer' [03:21] One moment. [03:22] ftp://mirror.internode.on.net/pub/ubuntu/ubuntu/dists/hardy/main/installer-amd64/current/images/ [03:22] I think you want to just dd the hd-media/boot.img.gz onto /dev/sdz, where sdz is your USB key. [03:23] Optionally, 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] great [03:23] i try [03:24] thanks! [03:24] I don't know about the Ubuntu install guide, but the Debian install guide should describe HD-based installs in great detail. [03:24] (Ubuntu Server uses debian-installer (d-i) instead of ubiquity.) [03:25] Also note that mirror.internode.on.net is just my local mirror -- the same stuff should exist on archive.ubuntu.com [03:26] Oh, 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. === lamont` is now known as lamont [04:11] ok question, what makes ubuntu server different from a base install - is it just the kernel? or what other packages are installed? [04:18] most obvious dif is that there is no gui [04:19] you get to choose which packages to install to not bloat your installation [04:19] He's gone [04:23] oh [04:23] ive 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 ip [04:23] any idea why? [04:24] maybe there is a chance someone here have setup a hotspot to give me some help ? [04:24] just asking :) [05:10] Deevz: it's using the wrong interface to get the IP address [05:10] albdum: what is a "hotspot"? [05:11] twb: its using the same interface im using to connect to the internet [05:11] but its returning my internal ip [05:12] Deevz: is your Ubuntu server running behind a NAT? [05:12] a router [05:13] not sure what a NAT is [05:14] OK, here is what I think is happening. [05:15] You have ONE internet-visible address for your entire network. [05:15] This address is address of the internet-facing interface on your router. [05:16] Your 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] Your Ubuntu server is just some box plugged in behind the router, using a private IP assigned by the router. [05:16] Deevz: does that sound right? [05:17] yes, thats what I understand from the way my network works, but using proper terms [05:17] Deevz: OK, then the problem is that your Ubuntu server cannot easily determine what IP address the router is using. [05:17] ok [05:17] Deevz: you should either make Ubuntu your router, or put the dyndns script on your existing router. [05:18] make ubuntu my router? [05:18] It 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] well [05:18] Deevz: right. Routers are just servers configured to route. [05:18] it says I can config it to get my ip from a command [05:19] so a command that outputs my external ip would do it [05:19] Deevz: OK, so now you just need to work out what command to use. [05:19] I don't know how to do that, unfortunately. [05:21] ok [05:21] thx [05:24] hello 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 worked [05:25] ipsemet: I don't think vmware is supported. [05:25] this began occuring around the time of the upgrade to the 2.6.24-24-server kernel [05:25] well its not in the canonical supported apps [05:25] ipsemet: you can also try #vmware. [05:25] ok [05:28] ipsemet: incidentally, KVM is the recommended virtualization solution for Ubuntu [05:28] i know [05:28] KVM is also slower than vmware on this hardware [05:34] evening, 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:35] DerKlempner: depends on the load. [05:35] yes [05:35] and i agree with twb [05:35] a yes with a depends [05:35] DerKlempner: I'd probably try it, and if it had trouble double/triple it's RAM [05:35] small load, just my home network consisting of three networked computers [05:35] def [05:35] i've done a small business (3 users) with less [05:35] without the FTP though [05:35] Yes, Pentium IIIs are excellent in such a role, because they have relatively low power requirements and heat emissions [05:35] the web server will act just as a storage site for people to connect and download small files (less than 10MB each) [05:36] I'd be more inclined to use SFTP than a apache for "I just wanna drop some files here" [05:36] Same for SFTP over FTP :-) [05:36] only caveat is that i won't be able to increase the RAM if necessary... [05:37] i doubt you will have a problem [05:37] esp with just a home network [05:37] and 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 ..." [05:37] try nanoweb server [05:37] very nice and very small [05:37] DerKlempner: right, so I would make the http part read-only, and use sftp for uploads [05:38] I do that from my OpenWRT box. [05:38] only *i* will be doing the uploading [05:38] twb.ath.cx runs on 32MB of RAM and a 16MB root filesystem :-) [05:39] heh, i hope that's not supposed to be a web site [05:39] And a 260MHz MIPS processor [05:39] DerKlempner: sure it's a web "site". It just doesn't provide directory listings, so you gotta be told (by me) what's there [05:40] ah, i see... does a minimal install of US include SSH reloaded? [05:40] You mean preloaded? [05:40] er, preloaded? [05:40] lol yeah [05:40] I don't think so, but installing stuff is trivial. [05:40] SSH specifically is a checkbox during install [05:40] I like Ubuntu Server [05:41] ok, good... it's a headless box, so the only time i want to hook up the necessary peripherals is when i do the install [05:41] (Note that twb.ath.cx doesn't run Ubuntu; it's embedded and Ubuntu wouldn't fit.) [05:43] well, 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 drives [05:43] thanks for the info! [05:44] DerKlempner: you realize that Ubuntu can read from and write to NTFS partitions? [05:45] yes, but i grow weary of slow data transfer rates and the annoying limitations on the shares when i mount them on this computer [05:46] Fair enough [05:46] i 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 NFS [05:46] All network filesystems suck. [05:47] NFS (prior to NFSv4) particularly sucks at access control. [05:47] i 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 more [05:48] DerKlempner: I don't see how an FTP daemon will replace a GUI [05:48] file transfer via VNC is decent, but i know FTP fairly well, especially ProFTPd [05:48] File transfer *via VNC*? That doesn't make any sense. [05:48] because 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 transfer [05:49] yeah, UltraVNC has a file transfer module, works decently [05:49] You 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] I would hate that. [05:49] sftp ftw [05:49] Plus if you're using ssh (and you should) for remote administration, SFTP is basically free. [05:50] (Though it's called SFTP, it is really nothing like FTP in design.) [05:50] i'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] Right now I'm tunneling VNC through ssh, so that's handy sometimes too. [05:51] VNC is such a lowest-common-denominator protocol... [05:51] twb: agreed, but at least it's open source and cross platform. [05:51] If you've got X on both ends, it'd be far superior to use it [05:51] twb: I find X a lot slower [05:51] ...and less easy to move around. [05:52] ball: that'll be because you're using a toolkit like GTK, which assumes you're not using remote X. [05:52] X is faster over a LAN, but VNC works better for me over the Internet [05:52] Or worse, OO and xulrunner [05:52] i don't always have X, unfortunately. i spend a lot of time helping relatives, teaching them how to use their Windows computers. [05:52] GTK1 or XAW are adequately fast that you can run them over ISDN lines with no problem. [05:52] ...plus over the LAN X can do video :-) [05:52] ...supposedly 3D too, though I have yet to try that. [05:53] ball: erm, you must have AIGLX working. Bravo, but don't expect that to work everywhere [05:53] * ball nods [05:53] I use VNC to let me remotely control some Windows workstations that I have to look after. [05:53] should i stick with the 8.04 LTS, or just go for 9.04? [05:54] DerKlempner: for windows, enable RDP. It's a higher-level protocol than VNC, and should be faster (at least, than lossless VNC) [05:54] ...I could use RDP instead, if I knew how to configure that on a Windows box [05:54] ball: it's in My Computer > Properties > Advanced > some tab I forget the name of [05:54] ball: billed as "remote administration" or something [05:54] twb: Last time I did it there were a few different places it needed to be enabled [05:54] ball: I think you also need to add the appropriate user to a group [05:54] ...the users have to be individually enabled too [05:55] * ball nods [05:55] that's it. [05:55] no, 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] That's a GOOD thing [05:55] DerKlempner: putty runs without installation [05:55] DerKlempner: it's a single .exe [05:55] PuTTY ftw [05:55] putty is why Windows is better than OS X [05:55] it's British too. [05:55] * ball waves a flag [05:55] i'll have to look at PuTTY again, i guess. [05:55] twb: At least MacOS X ships with an X server [05:56] ball: a fucked-up X server [05:56] With putty I can maximize it and it's just like I'm sitting in front of a tty [05:56] anyay,8.04 LTS or 9.04? [05:57] DerKlempner: do you want stability or functionality? [05:57] *anyway [05:57] lol, both? [05:57] For a three-user setup, it doesn't much matter if you go with 9.04 [05:57] If something breaks, you get only three people pissed at you [05:57] that's what i thought [05:58] twb: for the short while I used it, it sufficed. [05:58] LTS is more for when, if it breaks, you get thousands of people in three continents pissed at you, and they have pet lawyers [05:58] lol, i only get one person pissed at me: me. [05:59] my home setup uses three systems: one for work (main desktop), one for media, and the file server. [05:59] I need a bigger KVM [05:59] ...or more monitors [05:59] nobody to upset, if something goes wrong, except myself [06:00] ...or something. [06:00] If I forward port 80 to my server, will it prevent me from browsing the net? [06:00] using the http protocol I mean, since 80 is http [06:01] Deevz: no, it won't [06:02] I do that here. [06:02] ok thx [06:02] You're forwarding *inbound* connections [06:02] ...to your Web server [06:02] thats what I understood [06:02] but I dont know which port the web servers out there use to answer my http requests [06:02] http://potch.endoftheinternet.org/ [06:02] Deevz: you don't have to [06:03] twb: do you use NFS for network shares? [06:03] or ball? [06:04] I see you use dyndns, ball [06:04] Deevz: aye [06:04] which update client do you use? [06:04] DerKlempner: No, sorry. [06:04] Deevz: I don't. [06:05] There's supposedly one built into my router, but it doesn't work [06:05] I try to remember once a day to check that my IP address hasn't changed [06:05] * ball shrugs [06:05] youve got static ip [06:05] I thought it was working, but apparently not. [06:05] Deevz: Me? No. [06:06] ...just a long lease [06:06] oh [06:06] ddclient will update your ip for you [06:06] DerKlempner: I use NFSv3, but I'm not happy about it [06:06] Deevz: how will it know? [06:06] know what? [06:07] My IP address [06:07] DerKlempner: for example, it breaks Firefox 3 [06:07] ball: you dont need to know, the client retrives the ip for you and updates it with dyndns.com [06:07] Deevz: retrieves it by checking against a server somewhere? [06:08] twb: do you see a speed increase when transferring large files via NFS as compared to SMBFS/CIFS? [06:08] there are many ways to configure the retrieval [06:08] default is to check with the network interface [06:08] Deevz: the network interface does not have my WAN IP address. [06:08] DerKlempner: I don't know. [06:08] didnt work with me tho, because Im behind a router and my network interface only knows my NAT ip [06:08] but I just found a fix on the net [06:09] twb: i'm hoping i do. i max out around 6MB/sec with Samba. that's awful, even for a 100Mbit network [06:09] you can set the retrieval field to 'web' and the web service to 'dyndns' [06:09] they will find your ip for you [06:09] http://www.denyerec.co.uk/posts/247 [06:11] Hmm... might give that a try at some point then. [06:12] DerKlempner: then I guess you gotta rice that shit up [06:12] lol [06:12] ball: its called ddclient, its already in the apt-get list [06:12] burning the ISO now! [06:14] ...or not... [06:14] downloaded the desktop version on accident... [06:14] lmao [06:14] Deevz: I wonder why the one in the router's not working [06:15] ball: I dont know about that [06:17] thank goodness Comcast's bandwidth doesn't suck where i live... [06:17] I'll watch it for a while, to see what happens. [06:17] ball: good luck with that, must go to sleep [06:18] I'm about at that point too. [06:18] can't pull another all-nighter tonight [06:18] lol [06:18] thats what I did twice this week [06:18] and I slept 13 hours last night [06:18] anyhow [06:19] good night [06:19] Goodnight === Authority is now known as Guest94361 [07:04] Hey 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:19] I 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:20] Or do I need to rename something: --libvirt qemu:///system (I don't truly understand what this does). [07:37] Hey guys i have 2 installs of drupal on my server right now one is working correctly the other is getting a HTTP Request status: Fails [07:38] bueller? bueller? [07:44] Two drupals on the same port or ip? Only one is going to work... [07:45] i have virtual servers set up [07:45] virtual hosts [07:48] i should be able to run more than 1 drupal install on virtual hosts right ? [07:49] correct me if im wrong [07:49] Assuming 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:50] i have separate .conf files for each host and the other domain is using the public ip [07:51] i mean they are all using my dns servers [07:52] aw here are my two .conf files - http://ubuntu.pastebin.com/m71fe9854 [07:54] aw i mean .hosts files [07:54] aw sorry [07:56] Which is working and which is failing/ [07:56] ? [07:57] longhornpcrepair.com is working [07:57] wwmcd.org is not [07:57] What's the issue? [07:58] i 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/m1bac6304 [07:58] From where you are testing, if you ping both you get the same IP: 75.43.20.78 [07:59] im on the same network as the server [07:59] aw: It's not an issue getting to the site, it's a Drupal error [07:59] nick125 why is it one works but the other doesn't [07:59] artillerytx: That's the weird part. [08:00] nick125: they are the exact same version [08:00] aw yes i get the same ip for both domains [08:00] artillerytx: Can your server resolve the domains to an IP and ping that IP? [08:00] Apparently, Drupal tries to connect to itself via the DNS name [08:01] um.. not sure [08:01] artillerytx: on the server, ping wwmcd.org [08:01] sorry I'm a newb to this right now [08:01] nick125: yeah i get 75.43.20.78 [08:02] artillerytx: Can you ping that IP from the server? [08:02] yes [08:03] Hmm. [08:03] is there an error log i could get more a specific error [08:04] Check the Drupal log, perhaps. [08:04] I don't think the Apache logs would have much in them regarding the Drupal error [08:04] nick125: haha weird ... in the details it says attempted to fetch information on availble updates and for the hostname it gives me a local ip [08:05] maybe thats the problem [08:05] check your /etc/hosts [08:05] on my server? [08:05] Might be worth a shot. [08:05] Have you read this? http://drupal.org/node/222454 [08:05] yes [08:06] so i need to add my public ip to the hosts file [08:06] 75.43.20.78 - wwmcd.org [08:06] Basically, 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] or i mean the server sorry [08:07] okay i added the updates.drupal.org ip and what not [08:08] I think thats what im supposed to do [08:08] You shouldn't need to add updates.drupal.org [08:08] oh what am i adding to the hosts file [08:08] http://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:10] I'm not sure why one Drupal would work and the other wouldn't. [08:10] me either [08:10] artillerytx: pastebin your /etc/hosts [08:10] k [08:11] http://ubuntu.pastebin.com/m236de454 [08:11] the name of the pc is longhornpc [08:12] back sorry about that [08:12] did you get my messages [08:12] I got the paste [08:12] k cool [08:13] i heard if you comment out the ::1 localhost line it works [08:13] Might want to try that [08:15] nope didn't work [08:16] If you do wget http://wwmcd.org on the server, does it download the HTML for the home page? [08:16] its connecting to it [08:17] but taking awhile [08:17] It should download it instantly [08:17] resolving wwmcd.org ... 75.43.20.78 [08:17] ctrl-C that and try wget http://longhornpcrepair.com [08:17] pastebin the output from both commands [08:17] okay [08:18] same thing [08:18] really slow? [08:18] http://ubuntu.pastebin.com/m42027882 [08:18] yeah [08:18] That's part of your problem. [08:18] we are all on a router [08:19] so its not smart enough to resolve the host name and do the loopback or whatever [08:19] Some routers won't allow you to access a 1:1 NAT'ed public IP from inside of the network [08:19] its a uverse 2wire thing [08:20] I can give you a somewhat hackish fix: just add them to /etc/hosts 127.0.0.1 line [08:20] yeah but thats still makes no sense why one is working another is not [08:20] you mean for the loopback [08:21] e.g., 127.0.0.1 localhost longhornpcrepair.com wwmcd.org [08:21] yeah [08:21] yeah well i edited the host file on my computer [08:21] so it works over here [08:21] you need to edit it on the server to get rid of the error from Drupal [08:21] oh okay [08:22] is it ... a tab in between each [08:22] or just a space [08:22] I usually use spaces, but a tab should work [08:22] k lets see if your right [08:22] yes sir [08:22] that fixed it [08:23] Great. [08:23] But yeah, that's one reason I got rid of 1:1 NAT...I got tired of dealing with that quirk [08:23] yeah [08:23] do you know why my cURL is not showing up for the other domain [08:24] What do you mean? [08:24] let me take a screenshot [08:24] this might be a drupal thing actually [08:25] i have simplexml and cURL installed on my server but its only showing up for the longhornpc one [08:25] maybe something in the .htaccess [08:25] ? [08:25] Where did you put it? [08:25] home directory [08:26] i think [08:26] Where did you install simplexml and curl to? [08:26] root directory [08:26] which would be /home [08:27] Are you talking about a curl/simplexml plugin for Drupal or something else? [08:27] no its something i had to install on the server [08:27] How did you install it? [08:27] apt-get i think [08:28] Okay....just for the heck of it, restart apache. [08:28] okay [08:28] k done [08:28] Then click on refresh while holding shift down [08:28] still not showing up [08:29] Take a screenshot, maybe that would help. [08:30] wwmcd.org - http://img36.imageshack.us/img36/197/picture1129.png [08:32] longhornpcrepair.com - http://img505.imageshack.us/img505/8774/picture237.png [08:32] That looks like a Drupal plugin that isn't installed for wwmcd.org. [08:33] i thought cURL would just show up alright maybe im just insane [08:33] http://drupal.org/project/curl [08:33] It looks like the Drupal base installation doesn't come with the curl module, which would explain why it doesn't show up [08:34] no i don't have that one installed [08:34] You must have it installed on the other domain, though. [08:34] no i don't [08:35] i remeber installing it .. its some php thing [08:35] php5 curl [08:35] That's the PHP cURL library. [08:35] yeah [08:36] The Drupal install on longhornpcrepair.com has the cURL Drupal plugin installed while wwmcd.org doesn't. [08:37] thats weird alright.. i don't see the cURL in my modules [08:37] its not big deal [08:37] no [08:37] Where are you checking? [08:37] it can be in /sites/default/modules, /sites/all/modules, /modules, etc [08:37] i put all my modules in sites/all/modules [08:38] wait [08:38] maybe its the php one [08:38] ahh whatever [08:39] Unless you have a plugin that needs it on wwmcd.org, I wouldn't worry about it. [08:39] right [08:39] thanks again [08:39] Sure. [09:00] if i install php-pear what do i need to put in my php.ini so i can use it [09:04] nick125 hey do you know what this is - http://pastebin.com/d4f42a273 [10:12] I 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:15] example 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 month [10:18] Navop: http://linuxgazette.net/108/odonovan.html [10:19] ty [10:19] you'll have to do some reading on iptables [10:19] but using iptables you can set up rules for each PC, and quota on them [10:20] thanks for info, and if i need to read...np [10:20] it's probably easier than it looks at first glance ;) [10:21] like the #7 setting transfer quotas [10:23] right, but only having that won't work .. [10:24] you need the whole thing running, before you add quota things [10:24] for setting up iptables there are tons of tutorials, and programs that generate rules (if you don't want to write them by hand) [10:25] what i'll do is redo my unbuntu server, then insert it on network, and test as i go and ask question.... [10:26] and do alot of reading...lol [10:45] clamav-daemon (clamd) doesn't start up autoamatically [10:45] there's K19clamav-daemon [10:45] no startup links [10:45] is that bug? [11:36] hi all. how do I find out what version of openoffice.org i have installed on my ubuntu 9.04 server [11:51] captainkirk: help/about [11:52] royk I am on a server with terminal only [11:52] royk I am running server with terminal only [11:52] ops [11:53] dpkg -l|grep -i openoff [11:53] that should show you the version [11:53] sec - I need to start my ubuntu vm to check [11:55] royk it tells me there are lots of 3.1.0-11 packages, which is correct [11:55] royk problem is, using the "which soffice" command returns nothing [11:58] captainkirk: here it returns /usr/bin/soffice [11:59] royk that is correct [12:00] i tried to remove the ubuntu supplied version and install the latest version from the openoffice.org site [12:00] i seem to have messed something up [12:00] any ideas on how to remove it all and start again? [12:01] using 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 one [12:04] I guess the one from openoffice.org installs under /usr/local/bin [12:04] or /usr/local/something [12:04] i joined late but what does Openoffice have to do with ubuntu server? [12:04] or perhaps /opt [12:04] * RoyK has no friggin' idea [12:05] that is - I once used it with an email-to-fax system for converting MS Office documents extracted from email to be faxed [12:05] lol.... I am trying to remove the ubuntu 9.04 supplied openoffice packages and replace with openoffice.org [12:05] why? [12:06] captainkirk: you should have more luck in either #ubuntu or #openoffice [12:06] i 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 packages [12:08] i have downloaded the tar.gz and extracted teh .deb files and ran dpkg -i *.deb and now nothing is working [12:10] do i need to do something else after dpkg -i *.deb command to install deb package? [12:13] captainkirk: dpkg -l packagename will list the installed files from that package [12:16] how can I completely remove all openoffice packages for a fresh install? [12:17] dpkg --help [12:17] oops... wrong screen [12:21] captainkirk: please heed the topic and go to #ubuntu for general questions [12:23] dpkg -r --purge captainkirk [12:25] it says i can -r and --purge in the same command [12:26] so should i -r the package and the --purge it [12:32] RoyK: You mean -L not -l [12:33] maxb: yeah, sorry, -L or --listfiles [12:35] captainkirk: 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 dpkg [13:17] does 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 simple [13:18] How 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:30] cemc: there are several web benchmarking software packages [13:30] let me check [13:31] seems there should be something in apache2-utils [13:31] but I'm in the middle of an upgrade, so I can't install that now [13:32] RoyK: I'll take a look at that, thanks [14:39] Hello all [14:39] Question: 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:40] doctormo: port scan? :) [14:41] mattt: Was thinking that, but I'm a programmer not a windows admin :-D perhaps there are some standard ports? [14:42] Although I'm kinda surprised there isn't some standard tool, I've seen people pull exact versions of windows on the network before. [14:44] hello [14:44] I 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:48] <_ruben> Kartagis: it means your dns is broken [14:49] <_ruben> doctormo: nmap can do a very decent job at os detection [14:56] _ruben, I only changed the IP block. how could that break my DNS? [14:56] Kartagis: can you reach your default gateway? [14:56] pmatulis, yes [14:57] Kartagis: try to resolve some internet host [14:58] pmatulis, tolga@ozses:~$ nslookup google.com [14:58] Server: 192.168.2.2 [14:58] Address: 192.168.2.2#53 [14:58] Non-authoritative answer: [14:58] Name: google.com [14:58] Address: 74.125.67.100 [14:58] Kartagis: then: 'host -t mx hotmail.com' [14:59] pmatulis, host -t mx hotmail.com [14:59] hotmail.com mail is handled by 5 mx4.hotmail.com. [15:00] Kartagis: looks like you have a misconfiguration issue then, what app is giving you the above error? [15:01] doctormo: nmap -O [15:01] but even that won't be 100% [15:06] hi, 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:07] quizme: do you have sshd installed and running? [15:08] ball: i can ssh in there for the 'ubuntu' user so yes i think so. [15:09] I don't think I have an ubuntu user. [15:09] brb, phone [15:10] quizme: is this any user from any host that is blocked? [15:10] or just one particular user or one marticular machine? [15:10] Hi, 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] sgsax yeah every user [15:10] quizme: no matter what machine they are trying to login from? [15:10] pmatulis, postfix [15:10] sgsax: i can login as 'ubuntu' but not as 'tempuser' from my home machine for example. [15:11] "ubuntu" is the initial account you setup with the installer? [15:11] sgsax: yeah [15:11] sgsax: is the primary sudoer [15:11] and you can login as "ubuntu" from home, but not "tempuser" from home [15:11] cycleian: 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 things [15:11] sgsax: correct [15:11] k, just wanted to be clear [15:12] sgsax: i have my public key in /home/ubuntu/.ssh/authorized_keys [15:12] that's why i can login as ubuntu [15:12] but all other users are disallowed [15:12] so "ubuntu" logis in use pub key and not password [15:12] very sad [15:12] *logs [15:12] sgsax yes [15:12] Kartagis: looks like you need to work on postfix then [15:12] sgsax basically passwords is turned off [15:13] sgsax i want to know how to turn it on [15:13] Sam-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] pmatulis, can I pastebin my main.cf [15:13] quizme: can you pastebin your /etc/ssh/sshd_config, pls [15:13] ? [15:13] sgsax okay but don't hack me hehe [15:13] j/k [15:13] don't leave anything important in there :) [15:13] quizme, and give me your password [15:13] cycleian: you can just install it with dpkg -i [15:13] :D [15:14] hi [15:14] ok just checking [15:14] this is my other comp [15:14] cycleian: i usually build all the deps in separate chroots, then install them individually into other chroots that build stuff which depends on them [15:15] quizme: you can also look at /var/log/auth.log, see if there are any useful messages in there [15:15] kartagis: passwords don't work anyway... hehe [15:15] Sam-I-Am: So I shouldn't use pbuilder? My understanding was that pbuilder does the chrooting for you... [15:16] http://pastie.org/575453 [15:16] cycleian: 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:18] sgsax: did u see it ? [15:18] quizme: yep, only difference I see from mine is I have "ChallengeResponseAuthentication yes" [15:19] also set "LogLevel DEBUG" for more detail in your /etc/var/auth.log [15:19] should i set Challenge.... to yes ? [15:19] give it a try [15:19] k [15:19] i'm up for the sshd challenge [15:19] that should be the default [15:20] be sure to /etc/init.d/ssh restart [15:21] no need to reboot the whole box [15:21] sgsax: oh that was my next question.... how to reboot thanks [15:21] sgsax: yes! that worked. thanks so much [15:22] np [15:22] I go for the low-hanging fruit around here :) [15:22] sgsax: hehe [15:22] sgsax: at least you go for some fruit [15:23] it's how I like to contribute [15:23] i'm a newbie at this sysadmin stuff [15:23] I'll never be a kernel hacker [15:23] it's ok [15:23] i'm not either [15:24] we can hang out together [15:24] and not hack kernels [15:24] i do as little sysadmin as possible [15:24] unfortunately it's been a lot lately [15:25] running on EC2.... wrote a backup thingamajiggy with capistrano.... [15:25] took my like 2 weeks [15:25] me* [15:26] fun [15:26] 2 weeks of my life *gone* for sys admin... [15:26] what's your regular job? [15:26] i like to program [15:26] and avoid sys admin [15:26] but i do outsourcing [15:26] of programming jobs [15:27] ah, one of "those" guys [15:27] :) [15:27] yeah [15:27] the evil ones [15:27] how bout u ? [15:27] I work for the State, so I'm just a Government mouthpiece [15:27] oh [15:28] sysadmin for the state ? [15:28] of California ? [15:28] university [15:28] State of KS [15:28] There is a famous topologist at the U. of Kansas [15:29] not that university :) [15:29] the other one [15:30] not sure what we're famous for [15:30] sys admin probably [15:31] Sam-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] unless you've seen the youtube vid "The Machine is Us/ing Us", the guy that did that is here [15:32] x [15:32] yep, I'm a sysadmin for a dept here [15:33] oh that's cool [15:33] we should probably take this off channel though [15:33] true [15:39] cycleian: probably not... people seem to like it. [15:41] pmatulis, can I pastebin my main.cf? [15:41] <_ruben> dont paste main.cf, paste the output of postconf -n instead .. then again, i wont be looking at it, as im heading out now :) [15:42] Kartagis: you can pastebin what _ruben suggested but i don't have much time to troubleshoot your issue since i'm at work [15:43] Kartagis: pastebin your logs too (/var/log/mail.log) === ejat is now known as e-jat [16:09] pmatulis, my logs are on http://pastebin.com/dc54d5d7 and _ruben, remind me what you suggested I paste? [16:11] Morning everyone! [16:14] * ball waves [16:16] New bug: #409987 in apache2 (main) "apache2 segfault using mod_deflate" [Medium,New] https://launchpad.net/bugs/409987 [16:30] Kartagis: are you sure that the machine hosting postfix can resolve internet names? [16:46] pmatulis, yes [16:47] pmatulis, name any site and I'll tell you [16:47] would restarting postfix fix the issue? [16:48] Kartagis: any time you make changes to the configs, you should restart the service [16:48] sgsax, I didn't make a change to postfix tho [16:50] restarting postfix did fix the issue [16:52] one more issue. after I changed the IP block, my local SSL site doesn't work. how come? [16:52] because your ssl cert is probably bound to an IP [16:53] well, at least a hostname (that might have changed) [16:53] Sam-I-Am, how can I find out if it is bound to a specific IP? [16:54] well, whats the error? [16:55] Sam-I-Am, weird. it fixed itself [16:55] could have been a temporary dns issue [16:55] certs like when dns works [16:55] Sam-I-Am, it is working now [16:56] New bug: #409876 in php5 (main) "php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()" [Medium,New] https://launchpad.net/bugs/409876 [16:56] I got a new modem/router and its IP block was different than my old one. that's how everything started [16:58] Kartagis: you use some kind of dyndns? [16:59] sgsax, no, I use named [16:59] who handles dns for your outside ip that changed? [17:00] no, my outs, [17:01] no, my outside IP didn't change. it's modem's IP block that changed. it is 192.168.2.1 now [17:02] thanks anyway for the help [17:02] bye [18:07] sommer: ping dude! [18:15] I got a problem with my hostname while installing apache [18:15] hostname: Unknown host [18:15] make-ssl-cert: Could not get FQDN, using "QuoteNet". [18:17] how could i make my dns server forward all hostnames to just one server? [18:21] 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:25] dinda: yo [18:25] sommer: dude!!! looking for a quick opinion from you and other server types [18:26] Trying to find a word other than architect, as in RHCA, for our new Ubuntu highest level certification level [18:26] some have suggested Ninja ;) [18:26] Ubuntu Certified SuperAwesomeAdmin [18:26] heh, ninja is good [18:26] but perhaps something like Guru or Master. . . lol [18:27] Builder? Developer? [18:27] expert? [18:28] that's kind of a tough one [18:28] others are saying Expert as well. . . [18:30] master isn't bad either... what are the other levels? [18:31] sommer: so far, just UCP then something akin to RHCE (UCP level 2?) then some specialists areas then the top level 4 [18:32] hmmmm, ya I think expert fits well with UCP [18:32] sommer: maybe we ask around to find some african word for it. . [18:35] heh, that would be pretty cool... don't know many african word myself [18:35] what about Ubuntu Server Ace :-) [18:36] sommer: really? you mean you don't study zulu and banta in your spare time? [18:36] dinda: heeh, italian's on my list... as well as english [18:36] wait... [18:36] sommer: that english can be tricky ;) [18:38] dinda: I think my best suggestion is expert, but Ubuntu Server Champion sound pretty cool too :) [18:39] ooh Champion - then we gave folks who earn those big boxing/wrestling like title belts [18:39] RHCAs get a leather jacket so we can out bling them [18:40] heh that's a great idea [18:42] Hmm....can I nest organizational units (ou) in OpenLDAP? i.e., ou=POSIX,ou=Groups,dc=foobar,dc=com [18:43] nick125_: I'm pretty sure you can [18:43] sommer: Great. [18:43] I guess I'll find out once I try to add this schema. [19:04] hey 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:05] i want him only to access his own dir [19:05] sounds like you want to jail him [19:05] well if you are selling shells do you want your customer to walk around ? [19:05] that means you will need to google chroot jail [19:05] and view other customers home dirs [19:05] yea, this is for ssh access right? [19:05] or jsut FTP? [19:06] yep ssh [19:07] yea, chroot jails is what you want [19:07] http://ubuntuforums.org/showthread.php?t=258622 [19:08] start there [19:08] http://ubuntuforums.org/showthread.php?t=24575 [19:08] then check that out [19:08] thx :) [19:08] worked gr8 [19:09] vector_xyz: with proper permissions, he shouldn't be able to read anything you don't want him to [19:09] there are very few good reasons to jail a user [19:10] well i probably should learn more about permissions so i can sell ssh access [19:10] without anyone damaging the core system files or so [19:10] vector_xyz: no normal user can damage system files [19:11] honestly, selling shells [19:11] how would i set an user to be superuser ? if i am using adduser [19:11] you set your sudoers file [19:11] or add them to the admin group [19:12] but selling shells ... has no purpose anymore [19:12] VPSes are so incredibly cheap [19:12] that they can get their own full os, with full root, for a few bucks a month [19:13] i 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 there [19:13] * dare knows more people who buy shell access than vps.. [19:13] dare: I don't know a single person who's purchased a shell in like 5+ years [19:13] selling shells is really old school... you would probably make more $$$ selling Xen VM's [19:14] and uou shouldn't be selling xen vms if you don't know how to work linux permissions :) [19:14] there are enough incompetent vm providers [19:14] because they've been told it's an easy way to make money [19:16] giovani: s/vm/hosting/g [19:19] 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:20] i get it for free from my ISP [19:26] vector_xyz: you can also add a non-shell account [19:26] so they can use git/svn/whatever, just not actually get a login shell [19:34] anyone familliar with ddclient? [19:35] I dont understand why it doesnt update my ip automatically when my server boots up [19:36] Deevz: I use it at home and it doesn't seem to update my no-ip.org on a timely basis [19:36] I always assumed it was because my ISP flaps a lot and it's just been down at the cron'd update time [19:36] sgsax: you might not have config'd it to run as a daemon [19:37] but I think ddclient just isnt ran when my os initializes [19:43] Deevz: update-rc.d ddclient defaults [19:43] or whatever the ddclient service name is [19:44] that will make sure it is added to the default runlevels [19:44] ok [19:44] what are '.d' files? [19:45] in general? [19:45] update-rc.d just adds or removes symlinks in the /etc/rc.d dirs [19:46] it's the debian way of managing startup services [19:48] I get ya on the last sentence [19:48] but have no idea what symlinks are [19:48] ill take a look at that file [19:49] http://ubuntuforums.org/showthread.php?t=73096 [19:49] Deevz, check that out [19:51] KillMeNow: nice [19:52] ok, thx [19:54] where is update-rc.d? [19:54] should be in your search path [19:54] needs to be run as root/sudo [19:55] it's in /usr/sbin, so not in a typical user path unless you added it [19:56] woah === bc_ is now known as bc [19:56] thats one complicated file [19:56] it's a shell script [19:57] debian gives you several update-* scripts to help you do stuff [19:57] usually 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 taht [19:58] hggdh: indeed [20:03] i doubt this helped :( [20:03] it says the startup link already exists [20:03] k [20:04] do you have it set for logging? [20:04] logging? [20:05] is it run with administrative power at startup tho? [20:05] if it's actually getting launched as a service, yes [20:05] because ddclient gives me a lot of error if I try to run it without sudo [20:06] cd into /var/log and do "grep ddclient *" [20:06] see if it's logging any output anywhere, generating errors [20:06] most likely in /var/log/messages [20:07] should do this as sudo/root [20:14] it gave me a warning for update skipping once and another time because it couldnt connect to the web service to get my ip [20:15] and curiously, its doesnt seem to update every 5m [20:17] you read through this yet: https://help.ubuntu.com/community/DynamicDNS [20:17] nop, thx for the link [20:23] might be better off using my router to do it :P [20:25] looks like I'm using noip2 at home, not ddclient === nxvl_ is now known as nxvl [20:38] sgsax: do me a favor please [20:39] tell me if you if your browser can connect to 205.233.124.235 [20:41] Deevz: affirmative [20:41] weird... [20:41] I can't ping your IP, but apache responds on it [20:41] my domain doesnt seem to work [20:42] sgsax: thats probably because the port youre pinging on is blocked [20:42] can you login to your dyndns provider and see what it currently has registered? === sommer_ is now known as help === help is now known as sommer_ [20:45] sgsax: my domain is currently bound to 205.233.124.235 [20:45] but it doesnt work [20:47] Deevz: see privmsg for long paste [21:22] how much RAM memory is required for Postfix? [23:33] is there something special i need to do to get sound working in server 9.04 [23:33] its an sb live card. old. worked fine with the non server version [23:35] IIRC - server version doesn't have sound drivers [23:35] it's a desktop thing [23:37] http://pastebin.ca/1521207 [23:38] does this mean that is untrue? [23:38] you might need to install some utilities [23:39] i installed alsa-base alsa-utils alsa-tools libasound2