[00:16] hmm.... why would i get permission denied from apache when my entire directory is set to 766?? [00:17] where are you getting denied? what is it saying in the log? [00:17] addisonj: Surely, you mean 755? [00:17] addisonj: what about parent directory? [00:17] addisonj: 766 gives no execute permission on the directory, so it can't be traversed. [00:18] execure permison on a directory? [00:18] you misunderstood directory permisons [00:18] anyone here famaliar with sugarCRM? well i am trying to install, i am getting an error that none of the config files are writeable [00:18] x means access [00:19] addisonj: check your file / folder permissions [00:19] jmedina: ... [00:19] jmedina: I really don't. [00:19] k, so yeah, i would normally want group writeable? then that should work [00:19] jmedina: You can't traverse a directory without it have +x [00:19] depends on who owns the file [00:20] s/have/having/ [00:20] atm, root, but i tried changing it to my super user and still no go [00:20] so... how do i check under what user or group apache is runnnig? could that be the problem? [00:20] addisonj: ls -la on the tree [00:21] addisonj: You want your files 644 (or 444, or whatever), and your directories 755 (or 555, or..) [00:21] addisonj: Need read on the files, and traverse on the directories. [00:21] addisonj is trying to install sugarCRM and the installer is trying to write to the config files [00:22] so infinity is right, dirs need 755 and you may need to temporarilly set 777 to the config files [00:22] then change them back to 644 afterwards [00:22] Okay, and if you need to write config files, you need the files 666 (and the directory 777 to be able to create new files) [00:22] KillMeNow: No point in having executable text files. 666 is enough. :P [00:23] 6 and one half the other [00:23] gonna change the perms back after install [00:23] so, is there a way to chmod just the directories? or do i have to do all of em? [00:23] KillMeNow: Yeah, I just prefer to teach people a bit about what permissins mean, I guess. I see far too many blind "chmod -R 777 foo/" installations out there with no understanding of what it means. [00:24] this is interesting, i first installed locally and had no problems whatsoever [00:24] y7ea, that's why i referred to the config file, not 777 the dir [00:24] or all files in a tree [00:25] addisonj: Your fastest route is "chmod -R ugo+rwX /path/to/dir" ... And then when you're done, "chmod -R go-w /path/to/dir" [00:25] wait, so only users should be able to write? [00:26] addisonj: (That's shorthand for "user, group, other, full read, write, and X on directories", and then "group, other, remove write" [00:26] addisonj: Ultimately, only the file owner should be able to write to it. And that shouldn't be apache. :P [00:26] addisonj: But for now, you need apache to write to it. [00:28] k, alright, now my other weird error, for some reason, my mysql is not working starting, one sec here is error [00:28] mysqladmin: connect to server at 'localhost' failed [00:28] error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)' [00:28] Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists! [00:29] and... it does not exist [00:29] so... how does one fix that? [00:38] what are you telling it to connect through? [00:38] localhost 3306? is mysqld actually running? [00:46] no and nor will it start i guess... [00:51] then you need to over come why that it's not starting [00:52] check your /var/log/mysql/mysql.log [00:52] also check /var/log/messages [00:58] they all seem to be empty... hmm [01:00] any messages has nothing about mysql [01:04] if you don't have mysql logging turned on in my.ini that would be why they're empty [01:04] but you should stil lget a message in /var/log/messages [01:04] or /var/log/syslog [01:29] blah, i just did a purge on everything mysql related, still will not start, curious though could it be an iptables problem? [01:33] nope thats not it either [01:43] iptables won't stop an application from starting, but apparmor can [02:12] On a Ubuntu 8.04 live cd I can ping local machines by their name, that is, ubuntu.local and vice-versa. What do I need to do for that to work in ubuntu-server/ubuntu-jeos? [02:13] Hmm, that question is written pretty badly, let me try that again :) [02:14] If I boot from a Live CD, I can ping other machines on the lan using hostname.local, and from those other machines, I can ping the Live CD machine with ubuntu.local. Under Jeos/Server all I get for my trouble is unknown host. What process is making this magically happen? [02:15] owh: what you're referring to is called zeroconf [02:15] it's an IEEE working standard [02:15] ubuntu implements zeroconf with avahi [02:17] Cool, let me do some RTFM on that. Much appreciated giovani. [02:17] owh: no problem -- it's crap, but it's becoming widely used with Windows Vista+ and OS X [02:18] Hmm. Bonjour style :) [02:18] style? [02:18] Bonjour IS zeroconf [02:18] Apple likes mDNS [02:18] Microsoft likes SSDP [02:19] avahi speaks both :) [02:19] Yes. I was making a little joke. Other than making a static list of hostnames is there a better way of managing a bunch of virtual machines? [02:20] I'd rather not run a virtual machine with dnsmasq which would duplicate the DHCP activities of the host. [02:20] heh [02:20] well then don't use your host for dhcp/dns [02:22] however, there are systems for dynamically setting up DNS via DHCP requests from the client [02:22] as in ... the client can define its own hostname, and DNS will be properly set for it [02:22] all that does is remove the centralized, more manual DNS setting, and replace it with something decentralized in control [02:23] Yeah, but VMware has been spectacularly unable to understand what I mean if I ask them specifically that. [02:23] why would you ask VMware that? [02:23] this isn't a virtualization issue [02:23] VMware doesn't provide a DNS server from the host afaik [02:23] maybe a DNS relay [02:24] Because I'm running Fusion and the DHCP server is run by it. It also provides a DNS proxy. I wanted to know how I could link the two. [02:24] it's a special setup [02:24] I would never expect a consumer-oriented virtualization product to support it [02:24] I'm sure Fusion allows you to disable the DHCP [02:25] and host your own [02:25] Nope, all I can do is not use NAT. [02:25] The innards of Fusion and enterprise based VMware code is the same AFAIK, just the management/gui is different. [02:25] no, it's not the same [02:26] at all [02:26] and this is not an innards issue [02:26] I can disable the DHCP server on my VMware Workstation product [02:26] How? [02:26] I'm not familiar with Fusion specifically, but it's a stripped down version of Workstation [02:26] it's a setting ... [02:27] Fusion is the OSX version of Workstation. It is not a stripped down version. [02:27] it's a stripped down version, that's consumer-oriented, at a deep discount [02:27] it's not the same product [02:27] Workstation is like $400 [02:27] that's not because it runs on Linux and Windows [02:27] That's what I paid for Fusion. [02:28] VMware Fusion is like $80 [02:28] My credit card does not agree with that. We're not talking Fusion 1.x, we're talking 2.x [02:28] Came out earlier this year. [02:29] VMware Fusion 2.0 (for Mac OS X) [02:29] Electronic Software Download - Start Using It Instantly $79.99 [02:29] that's a paste from vmware.com [02:29] there's a 5-pack version for $350 [02:29] (that's 5 individual licenses) [02:30] Hmm. [02:30] Moving right along. [02:30] heh, so the bottom line is, VMware Fusion is NOT Workstation for the mac [02:30] I hear you. [02:31] they have a different featureset -- and they're oriented at different markets (hence different levels of customization I'm sure) [02:31] now, googling has revealed that you have full access to the dhcp.conf [02:31] I do. [02:31] so I suggest you google vmware fusion dhcp [02:31] and figure out how to disable it [02:31] I did. [02:31] or how to configure it to your liking [02:31] I can make a static list of hostnames, but that hardly makes this managable. [02:32] static hostnames are how most networks function :) [02:32] networks 100s and thousands of times the size of yours [02:32] I'd have to restart the network every time I create a new guest, which means all other guests lose network connectivity. [02:32] but you're welcome to configure it a different way [02:33] right, which is why you can disable the dhcp server in vmware [02:33] and host your own, inside of the guest network [02:33] Hmm. [02:33] google "fusion disable dhcp" [02:33] 1st and 2nd results are EXACTLY what I've been recommending [02:34] "vmware fusion disable dhcp" actually [02:36] I've just read those. I understand what you mean. I was aiming for a more dynamic implementation using the existing infrastructure. You're indicating that you don't think that's possible and that I need to run my own. [02:36] I'm suggesting that I don't know anything about VMware's built-in DHCP server ... I presume it's crap, and a minimal implementation [02:36] dynamic hostname setting client-side with DNS is complex [02:36] it's definitely not a standard configuration [02:37] and VMware doesn't even offer a real DNS server, so it's unlikely it's even possible [02:37] The DHCP server is the standard ISC DHCP server. [02:37] that's scary [02:38] still, there's no DNS server, afaik [02:38] which is clearly required to offer DNS :) [02:38] That appears to be the case :) Just a proxy. [02:38] I'm unclear on why you think having VMware run your DHCP/DNS is better than you running it yourself [02:39] Running it myself means it's virtualised, so it's chewing more cycles than if it was running natively. [02:39] (I'd recommend, btw, that if you want a full test lab network, that you not use a desktop virtualization solution) [02:39] haha [02:39] I think you don't realize how minimal of an impact DHCP and DNS are on a cpu [02:39] I'm glad I can provide entertainment :) [02:40] I run an authoritative DNS server on the internet with 32MB of ram [02:40] and that's the entire OS included [02:40] the DNS server uses a few MB [02:40] and I'm sure the load hasn't ever reached 0.01 [02:40] you should really not be using Fusion for a lab though :) [02:40] use a proper vmware server install (free), or kvm, or xen [02:41] I've been tinkering with VirtualBox today [02:42] heh [02:43] another desktop product :) [02:43] It's not a lab. I'm running my ubuntu desktop as a virtual machine because I'm fed-up having to deal with hardware incompatibilities every time an update comes past. In addition it allows me to make my machine independent of the actual machine its running on, so I can run it on a different computer altogether if I need to. And finally it means I can test new releases and finally do some work with ubuntu-server and contribute back to [02:44] owh: why would you need dynamically-updating DNS then? [02:44] it sounds like you only have one VM :) [02:44] giovani: kvm probably requires AMD-V or VT though. [02:44] Well, it allows me to build a VM in a few minutes without needing to update the DNS somewhere, destroy the machine when I'm done. Rinse and repeat. [02:44] ...so that's not an option for me. [02:44] ball: yeah, because it's real virtualization :) [02:45] * ball nods [02:45] owh: why do you need local DNS for one machine? [02:45] I could run it on the production server, but I will want to try it out first. [02:46] giovani: It's not one machine. When I write software for a client, I'll host a development machine for the project. Since I have many clients, there are many such machines. They're not all running at the same time, but having to maintain a list somewhere is asking for trouble. [02:46] Does kvm use a host OS? [02:46] It's not like a standard corporate network where machines don't come and go several times a day. [02:47] ball: Yes. [02:47] owh: fair enough -- that sounds like a lab to me though [02:47] not "I want to host a personal ubuntu desktop in a vm" [02:48] owh: would kvm let me connect the guest machines together via a virtual ethernet and also have the host OS see that via something like a virtual interface? [02:48] giovani: It's like a testing lab in some ways. If there was another virtualisation tool I could use under OSX that worked, I'd be prepared to look at that. [02:48] ball: Yes. [02:48] owh: excellent, thanks. [02:48] owh: virtualbox is another option [02:48] ball: Lemmie find the KVM guide for you. One mo. [02:48] however, I still fail to see why you can't run a vm that offers the network services you want [02:49] giovani: The last time I looked at that it crashed around my ears every 20 minutes. [02:49] owh: sorry, what? [02:49] I don't follow what that means [02:49] giovani: You are beginning to convince me that running my own DHCP/DNS is an option. [02:49] it's not just AN option -- it's your ONLY option for what you'd like [02:50] giovani: virtualbox has been unstable and unreliable for me. It was running within a Ubuntu host at the time. It did not fill me with confidence. [02:50] hm [02:50] virtualbox has been plenty reliable for me [02:50] but alright [02:51] I'm moving all of my desktops to os x actually [02:51] my laptop's wifi card is a problem though [02:51] ball: https://help.ubuntu.com/community/KVM/ [02:52] giovani: I did contemplate running Ubuntu natively on this MacBook Pro, but I decided that I would be no better off. This way, Apple takes care of its own hardware and Ubuntu just sees a bog-standard PC. [02:52] owh: thanks [02:52] heh [02:52] yeah, I'm not a huge fan of linux desktops [02:54] My over-riding concern was that I was unable to contribute to the ubuntu-server team because I'm on the road all the time. This way I can use my Ubuntu desktop for running my business, setup guests as u-s machines and test and fix u-s bugs/issues. Something which I couldn't do since Gutsy when VMware stopped working under Ubuntu desktop. [02:54] * owh has been running a Linux desktop for nearly a decade. [02:54] Best thing I ever did. [02:55] I've just started seriously using Linux. I've used NetBSD as my primary desktop OS for the past ten years, commercial unices before that. [02:56] ...it took a while for Linux to reach a point where I could consider putting it in front of people. [02:56] giovani: Thanks to your comments I've just had a quick squiz at avahi-daemon. It installs 11.4Mb of stuff just to make it work. dnsmasq is looking mighty nice :) [02:58] ball: The first desktop I put in front of a client was dapper. They are still my clients and they love me since for the first time in their living memory they have had a machine that just keeps working. I've now done that for several clients and am working my way through migrating several more. Hardware support is still an issue, but from a stability perspective, I don't look at anything else anymore. [02:59] owh: I did a short trial with Hardy, but the users couldn't print, so that effort died fast. [02:59] What issue was it? [03:00] Printing has not seemed to be a high problem where I've done this. [03:00] Sharp MX-3501N was silently discarding PostScript jobs. [03:00] ...couldn't persuade the driver to send PCL6 instead. [03:00] CUPS is kind of shit :) [03:01] ball: What did linuxprinting.org have to say about it? [03:02] owh: I have no idea. [03:02] Didn't even know that existed. [03:02] giovani: I'll agree that it's temperamental :) [03:03] giovani: It's like sendmail. It's not unfriendly, just choosy on who it becomes friends with :) [03:06] giovani: Thanks for your comments. I'm outta here. 5 hours until I finally go on holiday after 3 years :) [03:30] Does kvm only work with Linux guests? [03:32] kvm provides hardware emulation, not paravirtualization. [03:32] It should be able to run arbitrary guest OSes [03:33] However, it would not be difficult for an OS to deliberately refuse to work with kvm, by e.g. checking the model ID reported by the CPU. I think OS X does such things, for example. [03:33] Oh, and the intel C compiler [03:37] twb: I suppose I'll just have to try it. [03:37] ball: did you have a particular OS in mind? [03:38] twb: Solaris sprang to mind [03:38] twb: ideally NetBSD too, but I'm not optimistic about that working. [03:38] Doesn't NetBSD run on everything? [03:40] It does run on many things, but not on everything. [03:40] Can't boot it in VirtualBox or on certain Macintosh systems [03:40] (very old Macs) [03:50] Of course you can't boot kvm inside virtualbox. KVM requires hardware virtualization support (VT-x). [03:50] Oh, you meant netbsd. === bc_ is now known as bc [05:20] i'm connecting my server wirelessly using dhcp, but when for some reason, the connection is lost, the server wont auto-reconnect back up. is there anyway to tell dhclient to auto-reconnect on connection loss? [05:21] dhclient isn't reponsible for reconnecting. Probably wpa_supplicant or NetworkManager is. [05:21] umm, on ubuntu server what would be? [05:21] uh, possibly neither [05:21] there is no network manager as far as i know [05:22] does your network use encryption? [05:22] nope [05:22] oo wait [05:22] samd: pastebin your /etc/network/interfaces [05:22] it does [05:22] wep [05:22] ok, stop using wep [05:22] it's useless [05:22] ight, ill probably just hide the network and use mac filter [05:22] samd: you can sniff and spoof mac adresses trivially. [05:23] samd: no [05:23] samd: use proper encryption [05:23] samd: if you care about security you should use WPA2 and/or a VPN tunnel. [05:23] i.e. at the minimum, WPA2-PSK [05:23] giovani: ight [05:23] at ideally WPA2-TKIP [05:23] and* [05:23] or AES, your choice [05:23] giovani: erm, isn't TKIP orthogonal to PSK? [05:24] twb: yes, my mistake [05:24] WPA2-EAP is more like it [05:25] http://paste.ubuntu.com/248369/ [05:25] samd: yeah ... [05:25] I don't know if there's a solution for this [05:25] samd: yeah, you wanna use wpa-supplicant and/or NM [05:25] the wireless card handles reconnection typically [05:26] so dhcp has to be issued by an app watching the status carefully [05:26] giovani: here, running just wpa-supplicant, there's a wpa daemon that re-ifups. [05:26] giovani: twb , does NM runs w/o x server? [05:26] twb: well it must be watching the wireless interface [05:26] samd: no clue, I don't touch that nasty stuff [05:27] NM is a headless daemon. [05:27] Unfortunately the utter dickheads that maintain it only provide GUI (no CLI) interfaces to it. [05:27] because it's scary code [05:27] "Because you can just write raw dbus XML to it," they told me. [05:27] umm , ill probably end up connecting it via cable [05:27] it's obnoxious at managing interfaces [05:27] I would never ever use NM myself [05:28] twb: what would u use? [05:28] twb: none? what about wicd? [05:28] samd: I use plain wpa_supplicant myself [05:29] twb: i see [05:29] twb: let me change encryptioni to wap now [05:29] auto wlan0 \n iface wlan0 inet manual \n wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf \n wpa-roam-default-iface wlan0-default \n iface wlan0-default inet dhcp [05:30] So then "wlan0" comes up, which just starts the wpa roam daemon. It gets a hard-coded list of APs from wpa_supplicant.conf, and when the iwconfig status changes, it runs "ifup wlan0-default" [05:30] (which triggers a dhclient) [05:30] i see [05:30] interesting [05:31] The only downside for me is that I need to sudoedit that file to add/remove APs. [05:31] twb: yeah, cuz they'r hard coded [05:31] twb: no problem if its a desktop [05:31] I think you can also use wpa-cli to add/remove them [05:32] so ur under what os? [05:32] which* [05:32] Technically this is on Debian, but I'm confident it's applicable to Ubuntu [05:33] yeah, i bet it is, after removing network manager, as it comes in default ubuntu desktop install [05:49] what's the "deafault" (i.e well supported) imap/pop3 server on ubuntu? [05:49] should I go for dovecot or courier [05:50] is having a xorg in a server a unessesary security risk? [05:53] I would say yes, but that depends on your definitions of "necessary" and "risk". Most people advise against it anyway. [05:54] LiraNuna: dovecot is default [05:56] I can't get dovecot working with postfixadmin :( [05:56] X on a server is a YAGNI issue [05:56] tonyyarusso: what about if it's not running,, (running it just when i actually need it) [05:56] samd, I did the same as you describe, but then I ended up using the command line and then purging ~500 packages [05:56] And if you *do* need X to administer a server, that's probably indicative of larger problems [05:56] samd: less so anyway [05:58] twb: tonyyarusso LiraNuna , i was thinking on installing xserver to use wicd ( a network manager) to reconnect in case of a connection lost [05:59] samd: what's wrong with just using wpa_supp? [05:59] samd, I never had trouble with ifupdown [05:59] or is it strictly wireles [05:59] wireless does not a good server make [06:00] twb: ohh, i didnt understood i could use wpa_supp for that. LiraNuna i know, ill work on wiring, but ill have to wait for at least 1 month with wireless [06:01] LiraNuna: whats ifupdown? does it runs auto? [06:01] samd, I don't know how it goes for wireless netwroking [06:02] ill prolly go for wpa_supp as twb suggested, ,,, [06:11] If I had a server with apache2 on it then create a VM and install apache2 on it and configure virtual hosts for a few domains. Is this posible? [06:21] jamesrfla: don't understand your question :/ [06:21] Okay let me see if I can explain it differently [06:22] I install Ubuntu server with apache2 hosting domain.domain.com then on that same server I make a VM and install Apache2 on it and configure virtual hosts to host domain2.domain.com and domain3.domain.com [06:23] I basically want to do a very VPS hosting for a few of my friends [06:24] jamesrfla: i see, sounds fine [06:25] jamesrfla: you can install apache2 on the host (dom0) and apache2 on the virtual machines (domUs) also [06:25] Will there be any conflicts. The VPS will run on a different internal IP than the other server not in a VM. I only have one dynamic world ip [06:27] jamesrfla: should be fine provided that everything has different IPs or you use port forwarding [06:28] Different external Ip's or different internal Ip's. Also can I run all of then on port 80? [06:28] jamesrfla: internal is fine, provided that you intend on accessing them from the internal network :) [06:28] I am just worried that after typing in a web address that it would go to the other VM and say this site isn't here [06:29] Hmm. I kind of wanted them to be accessed by the web. [06:29] jamesrfla: how, if you're using internal IPs? [06:30] jamesrfla: how about .... [06:30] Well internal then use port forwarding....Maybe I am missing something here [06:31] jamesrfla: ok, port forwarding is fine if you don't mind using http://domain2.domain.com:8802 (or equivalent), http://domain3.domain.com:8803, etc. [06:31] jamesrfla: or, you could use a reverse proxy on the dom0 and send the traffic to the domUs that way ... don't know what complications that may uncover tho [06:33] So what I want to do won't really work. I would have to have all the web hosting on the one server. [06:34] jamesrfla: no, it will work ... but if you have all sites pointing to the same IP, obviously you need a way to then get the traffic to the appropriate virtual machine [06:35] Okay I see. So how can I point it to the right virtual machine? [06:35] jamesrfla: reverse proxy, port forwarding, etc. :) [06:36] jamesrfla: maybe there are more obvious ways, but i don't know [06:36] Maybe if I post something on the UF and see if they have any ideas on the matter. [06:36] yeah, the more input you can get the better! [06:37] the reverse proxy way would work nicely [06:37] jamesrfla: It sounds like you are new to web hosting, so you should probably start out with a single copy of Apache and do all the hosting one one machine. Once you are comfortable doing that you can explore the idea of migrating some of those virtual hosts into separate VMs via a reverse proxy. Start small and simple and get it working, then add complexity as your knowledge and experience grows. [06:38] jmarsden: hmm, wise words. [06:39] Well I have been hosting a site on apache2 server for about 2 years. I am just new to this virtual hosts and VM's [06:39] jamesrfla: why do you need individual VMs? [06:40] Bingo!!!! [06:40] I just got a good idead [06:40] *idea [06:40] jamesrfla: ? [06:40] Setup a VPS and have it so all my friends can access it. Do all my web hosting just in that VM... [06:40] *VM [06:41] what is a php library [06:41] jamesrfla: What is the benefit of using a VM for this? [06:41] artillerytx: A bunch of PHp someone else wrote that you can use. [06:41] hmm. I need a min to think this out for a sec. [06:42] jmarsden: oh well how do i install cURL [06:42] jmarsden: then I can host all the web sites on that and virtual hosts. Then I wouldn't have to mess with thisreverse proxy. [06:42] jamesrfla: You can just host multiple sites on the main machine OS, no need for a VM. Keep it simple. [06:44] artillerytx: Same way you install anything else on Ubuntu. sudo apt-get install PACKAGENAME . In this case sudo apt-get install php5-curl [06:44] yeah I can. Hmm. I guess it depends who is going to use it. Give me a min to think this out. [06:45] jmarsden: okay [06:45] jamesrfla: i can see from a security stand point why using a VM would be beneficial [06:46] Yeah I just want to keep my stuff personal and there stuff in a VM [06:46] Kind of how Linode does there stuff [06:48] jamesrfla: You do not know as much as the Linode admins do :) And if "your stuff" includes a web site, you'll need a reverse proxy to separate your web site (on the physical host) from the others (in the VM)... [06:48] * jmarsden thinks it may be better to just help your friends each set up their own Ubuntu machines at their own homes. [06:50] yeah true. Well this project is still in planing [06:50] well the linodes also get there own world ip [06:50] If your friends just need web hosting (no shell access), you can probably do fine setting up everyone on the main physical machine OS and locking it down carefully so they can only destroy their own stuff... [06:51] yeah that is another option. Or when they want there web page updated they can e-mail me the new page and I can do it for them. [06:52] Just as long as they don't want there web page changed every min :) [06:52] well, that would get old pretty fast when they each email you 500 photos and 200 videos from their cellphones... [06:53] You could set up a CMS for each of their sites to avoid that... [06:53] Sounds like you are not really sure what you are trying to do here :) [06:53] lol. I hope not. I don't think I will have many people interested in this. If they want more than just web hosting I can set them up with a VPS and SSH [06:54] 5 people x a few hundred photos from a weekend trip = *way* too many emails... [06:55] Well still in planing. I don't think many people would want it anyway. They all seem to hate Linux [06:59] Well thanks for your help jmarsden and mattt I think I am just going to just have them e-mail me if they want there site changed. That is if they want a site or I could make a little space for them like domain.domain.com/friend/ [06:59] No problem. [07:00] There's one reason to host different sites in VMs: if they all require very specific, conflicting versions of PHP and/or MySQL. [07:00] I guess I got a little too excited wit VMware ESXi and VMware Server.... [07:00] Of course, the Right Thing then is to not run PHP apps :-) [07:01] twb: Well the main reason was security. But I could also make there account very limited and somehow give them my SSH key so they can actually get in [07:02] jamesrfla: or, you know, use THEIR ssh key [07:02] use their SSH key? [07:02] Giving someone else your ssh key would be dumb [07:03] oh. Make a secound key for them you mean [07:03] If they want to access a VPS on your server, THEY give you THEIR public key, and you tell the VPS to let that key in. [07:05] I guess I could do that. Setup a account for them that is limited to only rebooting apache2 and adding/remove files to there web site directory [07:09] Well thanks again. [07:10] They shouldn't even need apachectl permissions... just give them an account in vsftpd [07:11] okay so they can use vsftpd [07:11] to upload there web page but don't you still have to stop and start apache? [07:20] Well GTG to bed [08:23] how do you copy a directory again [08:24] is it cp -R /dir /dir2 [08:26] is there anyway to allow root ssh login from lan, but block it from the internet? [08:27] artillerytx: cp -r source destination === highvolt1ge is now known as highvoltage === twb` is now known as twb [08:48] dayo: AllowedUsers [08:49] dayo: sorry, "AllowUsers root@192.168.1.0/24" or similar [08:50] As a matter of course, you should restrict sshd to a whitelist of trusted users/origin tuples. [08:51] twb: where do i put AllowedUsers? [08:51] dayo: /etc/ssh/sshd_config [08:53] twb: what about whitelisting? does that affect only internet ssh or lan, too? [08:55] dayo: sshd cannot see the difference between your "LAN" and "the internet" [08:55] dayo: it CAN distinguish the IPs of the hosts connecting to it. [08:56] twb: what i want is non-roots to be able to ssh in from anywhere, but root should only be allowed to ssh from LAN [08:56] dayo: so to allow root access from and only from your local LAN, you would tell it to accept connections for root from your LAN's IP range, which is typically a private use range such as 192.168.0.0/16. [08:56] dayo: then you need to whitelist the non-root accounts, also. [08:57] Or explicitly blacklist root@X for all IP addresses X that are not in your LAN IP range, but I don't recommend that because you will screw it up. [08:58] twb: i just checked and i have only 3 non-root users. will this work: AllowUsers adam betty chris root@192.168.1.0/24 ? [08:59] dayo: yes. [08:59] twb: great. thanks :-) [08:59] foo is the same as foo@* [09:00] i see [09:00] What I typically do is work out where users are likely to ssh from, and restrict connections to only those IPs. [09:01] So you might have adam@adam.co.uk and adam@adam.info instead of just adam [09:01] This just means that some other schmuck is providing the "first line of defense" [09:02] If they need to get access from an e.g. internet cafe, then you can whitelist some generic ssh server like freeshell.org, though typically people I know already can get into somewhere like alioth.debian.org or users.sourceforge.net [09:04] it boils down to just a single IP on my LAN that needs ssh, thankfully. [09:05] twb: thanks for all your help :-) [09:05] No problem. [09:43] hello [09:57] Apache default installation of orders generally able to use the test to the number of ab [10:16] wtf. oprofile is in ubuntu, ok, but no vmlinux, effenctively rendering oprofile quite useless for kernel stuff [10:17] /lib/xtables/libipt_layer7.so those documents need to install software? [10:30] <_ruben> make: not sure what your native language is, but your english isnt making much sense (to me) [10:54] how can i give access to /etc/init.d/apache2 restart to the group called 'dev' ? [11:11] New bug: #409775 in php5 (main) "Problem building Karmic PHP" [Undecided,New] https://launchpad.net/bugs/409775 [11:42] <_ruben> quizme: 'man sudoers' [11:45] I get a "rndc-confgen not found" error while installing bind9 using aptitude...and there is no other way I can install rndc separatly... [11:49] rags: Shouldn't bind9utils do, if you just need rndc? [11:49] rags: That said, it might still be good to know why bind9 isn't letting itself be installed. [11:51] andol: the postinst is giving errors that rndc-confgen is not found..shouldnt the dependencies get resolved automaticall.. [11:53] it shows bind9utils to be already installed...I'll try reinstalling it.. [13:42] i replaced /usr/sbin/apache2 with a patched version and then removed it, then 'apt-get remove apache2' then 'apt-get install apache2' but /usr/sbin/apache2 is still missing. how can i get apt-get to install the original binary? [13:55] /usr/sbin/apache2 is in the mpm package, not the apache2 package. [13:55] Boohbah: ^ [13:55] Like, say, apache2-mpm-worker or whatever you're using. [14:25] soren: i was also missing /usr/sbin/apache2ctl from apache2.2-common, think i fixed it, thanks :) [14:50] Got a question about dnsmasq. Is it possible to configure it so that the hosting server uses dnsmasq's dns resolver? [14:50] Looks like the normal setup is that /etc/resolv.conf contains the nameservers the server uses, and dnsmasq then picks those up and uses those as upstream servers [14:51] So other machines on the network will get dnsmasq's resolver via dhcp, but the server will not [14:52] VSpike: Sure. [14:52] VSpike: Just tell dnsmasq to use a different resolv.conf using -r. [15:47] Morning everyone! [15:47] Steve[mbp]: Good afternoon! [15:48] :-p [15:48] always morning somewhere ;) [15:48] still morning here [15:51] yes, same here [15:51] yawn... [15:52] can anyone explain what the --reboot option for dhcpcd does? [15:55] hmm, i didnt even know that was a valid option [15:57] Yeah, the man page is very cryptic: -y, --reboot seconds - Allow reboot seconds before moving to the discover phase if we have an old lease to use. The default is 10 seconds. A setting if 0 seconds causes dhcpcd to skip the reboot phase and go straight into discover. [15:57] maybe because I don't know what the "reboot phase" is [16:05] Chocobo: Read the RFC at http://www.faqs.org/rfcs/rfc2131.html for the details on how DHCP works, if you really need to know. [16:29] soren: and then set the server's resolv.conf to point to 127.0.0.1? [16:35] VSpike: Yes. [16:36] VSpike: sure, or you can use -R to have dnsmaaq not read resolv.conf, and then set the upstream dns in the config file [16:36] -S is used to define upstream dns on the command line [16:38] giovani: looks like it can all be done in the config file if required [16:44] VSpike: I just said that [17:18] hello there. How can i make a folder in apache accesible only with login? (something about httpd.conf) [17:21] albdum: http://www.sitedeveloper.ws/tutorials/htaccess.htm [17:21] .htaccess [17:22] should i create a file with that name in the directory ? [17:22] albdum: you should read about how it works [17:24] i read the manual at the site of apache but don't understand much. :( [17:26] albdum: well, then you need to either hire someone to do it for you, or try harder to understand [17:27] it's a reasonably basic topic -- I wouldn't advise running your own apache server without understanding these basics [17:27] albdum: The apache manual is horrible if you're not already familiar with apache. Google "htaccess tutorial" and you'll get a much better explanation [17:29] thnx m8 [17:30] i have access to apache maybe i don't need .htaccess and setup something at general config of apache ? === mushroomtwo is now known as mushroomblue [17:31] albdum: anything that can be configured via .htaccess can also be configured in your apache2.conf or the specific config file for your virtual host === _LM__ is now known as _LM_ [17:33] ok thnx [17:37] omg [17:37] http://www.bing.com/search?q=Why+is+Windows+so+expensive%3F&go=&form=QBLH&filt=all [17:44] that link is awesome. [17:53] still having problem i save a .htaccess file at the /var/www/thefolder and the .htpasswd file at /etc/apache but when i enter localhost/thefolder doesn't ask for any login (note: .htaccess and .htpasswd aren't listed when dir) [17:54] there is a wiki for how to setup htaccess and apache [17:54] https://help.ubuntu.com/community/EnablingUseOfApacheHtaccessFiles [17:55] thnhx [18:20] how do i create a multidisk device to use as a raid5 array. mdadm seems to want a md device specified: all i have now is a few disks [18:20] software or hardware raid? [18:21] KillMeNow, software [18:22] http://ubuntuforums.org/showthread.php?t=408461 [18:22] KillMeNow: Have you already partitioned the drives with a RAID partition? [18:22] er, StrangeCharm [18:23] (It's too early in the morning for thinking) [18:23] LOL [18:23] nick125, no, the drives currently contain random data [18:25] StrangeCharm: Well, if you can, use (c)fdisk and repartition the drives...just note that when you repartition a drive, you typically lose the data on it (not technically, but bleh). Once you do that, mdadm --create /dev/mdX --level=5 --raid-devices=N /dev/sdXn /dev/sdYn /dev/sdZn [18:25] In a RAID 5, you need at least 3 drives. [18:26] okay, so mdadm can't format them on its own? [18:26] It won't partition them. [18:27] is it possible to use something like the 'graphical' utility on the installer, to make this process easier? [18:30] StrangeCharm: cfdisk is relatively "graphical," I guess [18:31] But I don't know of a real "graphical" way to do it outside of the installer [18:31] nick125, i mean, as cli apps go. i just recall that the installer made partitioning 'easy'. does the server/alt installer use cfdisk? [18:31] StrangeCharm: we don't support graphical interfaces in #ubuntu-server [18:31] No, it doesn't. Not as the frontend, at least. [18:32] giovani, there's graphical and there's graphical. i'm talking of the latter. [18:32] StrangeCharm: ... [18:33] giovani: He means like a ncurses graphical and an X11 graphical, and he wants something ncurses graphical :P [18:33] giovani, that was intended as humour. nick125 has me right on. [18:33] cfdisk is curses-based [18:33] he said he wanted something graphical, not cfdisk [18:33] so I'm confused [18:34] use EVMS with its curses frontend [18:34] evms for all your storage needs [18:34] raid, lvm, native partitions, resize bla bla bla bla [18:35] so does cfdisk "_ [18:35] jmedina, very nice. how do i start evms with curses? [18:35] I thought EVMS was dead. [18:36] StrangeCharm: reading official documentation [18:36] indeed [18:36] nick125: it is afaik [18:37] evms isn't supported by ubuntu [18:37] jmedina: let's not recommend unsupported solutions, when perfectly adaquate, supported solutions exist, and are widely used [18:37] I prefer to spend 1 hour learning mdadm and mkfs instead of spending hours looking for a graphical tool [18:38] an hour? It takes an hour? ;) [18:39] it depends on your background [18:39] of course I already read the old software raid howto with raidtab [18:40] so, i want to be using parted here? [18:40] StrangeCharm: you want to use cfdisk [18:40] jmedina: currently backporting the karmic openldap 2.4.17 packages to hardy... yum. [18:40] Sam-I-Am: what is wrong with your packages? [18:40] giovani, cfdisk doesn't show the disks in which i am interested [18:41] jajajaja [18:41] man cfdisk [18:41] StrangeCharm: what types of disks are they? [18:41] jmedina: nothing... just ubuntu merged the 'official' 2.4.17 packages from debian... before i was building 2.4.16/17 manually. [18:41] probably he just run cfdisk without giving a device as argument [18:41] giovani, sdc-f [18:41] jmedina: when 2.4.18 comes out i'll start building those [18:41] at least, fdisk -l says so [18:41] StrangeCharm: that's not a type of disk [18:41] that's the name of the disk [18:42] they're sata hard disks on a pci controler [18:42] then cfdisk will work just fine [18:43] Sam-I-Am: good [18:43] I havent had the time to play with your packages, I have been most of time out of office with customers :S [18:43] giovani, perhaps i'm missing something then, because they are not in the list after i start cfdisk [18:43] anything fdisk sees, cfdisk does as well -- they're the same backend code -- just different interface [18:43] no time to chat and test :) [18:43] StrangeCharm: you must be missing something then [18:43] jmedina: it happens. [18:43] jmedina: actually have quite a bit of stuff backported to hardy these days [18:46] StrangeCharm: cfdisk /dev/sdc [18:46] StrangeCharm: It only operates on one disk at a time, it doesn't offer a list. [18:46] infinity, thanks, i worked it out in the end :) [18:48] infinity, though, now it's complaining that the partition ends past the end of one of the disks. can i override this and just make a new table? [18:50] for i in sdc sdd sde sdf; do dd if=/dev/zero of=/dev/$i bs=512 count=10; done [18:50] There, no more partition tables. :) [18:51] why count 10? [18:51] I thought it is only in the first 512 [18:51] Because I can never remember which block(s) modern tables are on. :P [18:52] well really doesnt matters [18:52] Nope. :) [18:52] I usually wipe the first 1MB of the disk :p [18:52] But yes, the first 512 should be enough. [18:54] yeah, 512B is enough to wipe the MBR and partition table. Thanks, Wikipedia! [18:56] once i create a multi disk device with mdadm, will it always be there, or do i have to do something to make it exist every time i want it? [18:56] StrangeCharm: It will live on forever. [18:56] they need to be assambled at boot time [18:56] StrangeCharm: If you're using an initramfs, though (which most people are), running "update-initramfs -u" might be a wise idea after your array's created. [18:57] rc script take care of it, and as inifinty says, updating initramfs [18:57] StrangeCharm: (update-initramfs will make sure your current mdadm.conf lands in there, so the array can be reconstructed in early boot... if you don't actually need it until userspace kicks in, it doesn't matter) [18:58] infinity, jmedina, okay, so this disk will now be available from early boot, yes? [18:59] StrangeCharm: If you update your initramfs, should be, yes. [18:59] indeed [18:59] StrangeCharm: (if not, it becomes available later in the boot, when userspace filesystems (/usr, /home, etc) are normally mounted... Ish. [19:00] that should be well soon enough for me [19:30] my god. bacula is a pita to setup. [19:30] oh yea? i never used it, was thinking about it [19:30] what makes it a royal PITA? [19:30] New bug: #409988 in lsb (main) "lsb_release crashed with ImportError in () (dup-of: 383697)" [Undecided,New] https://launchpad.net/bugs/409988 [19:33] KillMeNow: the default-conf-files is somewhat off (more likely I just don't get it). Database-creation also failed etc. [19:33] so now that you've over come the PITA factor, how do you like it? [19:33] that's the thing - I haven't :P [19:34] first time I put it up it was piece of cake. now... gheh. [19:34] but overall I do like bacula. [19:35] * jmedina uses bacula a lot, using dvds, hard diskc, tapesl, autochargers as media storage [19:35] it rules [19:35] does it only work with 'Nix distro's or does it integrate with Winblows? [19:36] there's windows capable clients also [19:36] I backup windows servers, linux desktops and servers, and freebsd [19:40] what filesystem should i use for a 900gb partition, expecting to have files between and about 5gb (with a good number of the larger files), where files get lots of small ~128kb edits at a pretty high rate? [19:41] ext4 or xfs [19:41] IIRC, xfs was really really good for a bunch of small files [19:41] mushroomblue, is ext4 reliable? [19:41] StrangeCharm: depends on who you ask. [19:41] I've been using ext4 for a few months without any issues at all. [19:41] YMMV [19:42] I'm using it on all of my desktops, but I haven't had the courage to use it on my servers yet. [19:42] I have it on my fileserver. [19:42] ext4 on 7 spanned lvm volumes [19:42] works wonderfully. [19:43] i'd rather not risk variable milage, mushroomblue, nick125. is xfs good for large files with incremental wites, or should ext4 or reiser actually have better performance for this scenario? [19:43] also, does xfs journal data or just metadata? [19:44] You better have a good UPS if you use XFS. XFS does NOT like power cuts, since it does a lot of write caching. [19:44] yeah. [19:44] xfs journals data [19:45] well, that's a problem. would i expect that to be less of an issue with reiser and ext? [19:45] ext3 is pretty bulletproof [19:45] ext is a bit less.....volatile. [19:46] reiser isn't being actively maintained [19:46] what, with the main developer in jail and all. [19:46] i suppose i'll go for ext3 then [19:47] yeah, it's a relatively safe choice. [19:47] especially if your server isn't UPS'd [19:47] you should probably fix that. [19:48] * sgsax has been using xfs for user homedirs for almost a year now [19:49] about 4TB of space allocated in various partitions [19:49] mushroomblue, that would be out of budget [19:49] StrangeCharm: your IT dept has weird budgets. [19:50] I made sure power consumption and redundancy was near the top of the list [19:51] mushroomblue, it's not a big department, and availibility is not a high priority for this application [19:51] confidentiality and integrity are the focus [19:52] i've read a bit about ext4, all i can say is that it's still really experimental (from reading) [19:52] KillMeNow, good thing i picked ext3 then :) [19:52] ext3 is still my favorite [19:52] yep [19:52] sorry, at work and multitasking [19:53] KillMeNow, to be expected === maxb_ is now known as maxb [20:51] hi! [20:51] hi [20:51] I'm installing ubuntu server 8.04 [20:51] I need a server for django and python [20:51] with mysql... [20:52] I don't install defaults packages (openssh, lamp, mail server, etc...), because I though do it manually [20:52] but, now I do "apt-get install apache2" [20:53] and the package is not found [20:54] (sorry for my English, this isn't good) [20:56] my question is, if I can modify /etc/apt-get/source.list how I do it in ubuntu desktop... and in this case, what urls I must put for apache2? [20:56] anybody? [20:58] usually by default the source.list is populated [20:58] open it up and check to see if it's set right, if it's not google for the settings [20:58] caue i don't remember them off the top of my head [20:59] do you just need default URL's for sources.list? [20:59] your /etc/apt/sources.list is blank? [21:00] http://ubuntuforums.org/showthread.php?t=783577 [21:00] that's the forum post for default sources.list [21:02] mushroomblue, oooh... I don't "apt-get update" [21:02] sorry! [21:02] KillMeNow, mushroomblue, thx! [21:03] lol [21:13] I just installed Userver and chose to configure the network later, how can I do it now that it is installed? [21:13] Deevz: /etc/network/interfaces [21:15] I need to edit that with vi? [21:15] yeah [21:16] Deevz: yes, or your other favorite editor [21:16] or whichever editor suits your fancy [21:17] Deevz: it's well-documented, but your file should look something like this: http://pastebin.com/m6c79460e [21:18] ahh [21:18] be sure to substitute your own info [21:18] I always get caught [21:18] I launch the program before knowing how to use it, now I dont know how to get out to read the vi man [21:18] lol [21:18] thx sgsax [21:18] Deevz: hit escape then :q! [21:19] then type "sudo aptitude install nano" and use that. [21:19] :q! quits without saving [21:19] heh [21:19] err. Wait, you can't install anything without network. Eek :p [21:19] pretty sure nano is installed by default [21:19] sgsax: I don't think so.. [21:19] if you've already installed ubuntu-server, I think it is [21:20] I confirm, it is [21:20] Ah. That's good to know. [21:21] nano aint more clear tho [21:22] Deevz: It has prompts on the bottom on how to use it :) [21:22] Deevz: all the commands are displayed at the bottom [21:22] the navigation commands all have the "^" character at the bottom [21:22] the ^ means use the CTRL key [21:22] ohh [21:22] thx [21:22] np, I like answering the easy questions :) [21:23] ah, I got permission denied [21:23] I have to use sudo I guess [21:24] yeah [21:24] sudo nano -w /etc/network/interfaces [21:24] -w? [21:24] Disables wrapping of long lines... [21:24] It tells nano to not use word-wrapping [21:24] yeah [21:25] what does that mean [21:25] Well, I think the default nano config disables word-wrapping...but, word wrapping is when it gets to the end of a line, it adds a line break and goes to the next line. [21:26] hi anyone have idea on DRBL [21:27] ahh [21:27] I pinged my own computer and it doesnt stop [21:28] how do I stop the ping command? :O [21:28] ctrl+c [21:28] thx, that works [21:29] ctrl+c seems to be pretty common command [21:29] it sends a SIGINT [21:29] Deevz, http://en.wikipedia.org/wiki/SIGINT_(POSIX) [21:32] if I install ubuntu server, then mythtv-backend, will it install everything I need for tv tuner support? [21:32] how do I set up forced SMTP auth? [21:32] thats a pretty heavy read, LiraNuna, and the word "linux" or "unix" aint even in there [21:32] It's not Linux or Unix. It's POSIX. [21:33] Deevz, heavy read? it's just a few lines [21:33] "SIGINT is sent when the user on the process' controlling terminal presses the interrupt the running process key — typically Control-C" [21:33] lol [21:33] oh, Deevz are you using Xchat? [21:33] thats not what I have here [21:33] I am [21:34] oh thats it [21:34] xchat does not handle () in links correctly [21:34] http://en.wikipedia.org/wiki/SIGINT_(POSIX) [21:34] I dont have the complet link [21:34] it took you to Signals intelligence [21:34] haha, that would explain it. [21:34] I need to submit a patch to xchat, it gets on my nerves as well [21:39] Deevz: once you hvae edited your interfaces file, you probably need to "ifdown eth0" "ifup eth0" [21:39] to restart the interface with the new settings [21:39] Tomorrow should be fun. I get to setup an OpenLDAP/Samba PDC! Go me. [21:40] good luck [21:40] sgsax: I just restarted my comp, does it do the same thing? [21:40] or "/etc/init.d/networking restart" [21:40] I guess it should [21:40] well, that's the "hard" way, but should be sufficient :) [21:41] anyone have any idea why postfix allows anonymous smtp relay even though it's configured as noanonymous? [21:41] KillMeNow: I think I'm going to need it. When I had this system setup on Gentoo, it took me 5 hours to get Samba and OpenLDAP and the Winblows boxes working happily. [21:41] * sgsax just got LDAP+krb5 auth against an AD box working again [21:42] that was not fun, I'm guess it'll be nearly as fun setting up openLDAP [21:42] I'm hoping that this will be a little more sane, using a little bit saner distro. [21:42] gentoo is fine if you like to bleed [21:42] sgsax: exactly. [21:43] I'm moving away from it in my shop [21:43] "dependency problem!" "oh shi-" "$ emerge world" [21:43] *10 hour compile* [21:43] I only have one Gentoo box left here, and that's getting migrated when I get a chance. [21:43] awesome, im connected to the net now [21:43] Deevz: congrats [21:43] the internets, they are waiting for you [21:43] next step is to install openssh :O [21:44] sudo apt-get install openssh-serer [21:44] +v [21:44] +v? [21:44] oh, your mistake [21:45] would you prefer a regex? s/serer/server/ [21:45] LiraNuna: because it's misconfigured [21:45] lamont, would you be kind enough to help me? I'm struggling for days [21:46] I checked everything, triple [21:46] give me the contents of main.cf to start with [21:46] hmm, I read that the openssh-server package is not available [21:46] paste.ubuntu.com? [21:46] or where ever [21:47] lamont, http://pastie.org/private/iioikzxpm2khiafbgccg [21:47] was pasted from nano, hence the $ at the end of the line [21:48] LiraNuna: anything that authenticates to sasl will be allowed, but we kind of expect taht. [21:49] having said that, I don't play with sasl as much as I probably should. :( [21:49] How can I verify if I have openssh already installed? [21:49] Deevz, ssh localhost [21:49] throw some -v s on the end of the smtpd line in master.cf and reload postfix, that should get you started somewhere [21:50] Deevz: dpkg -l openssh-server [21:50] lamont, where will the output go? [21:50] LiraNuna: on that note, I'm going to be afk for the next few hours... [21:51] /var/log/mail.log [21:51] lots and lots of it if you use enough -v s [21:51] as I thouht [21:51] wietse saw no reason to reimplement logging [21:55] Ahh, I found my problem [21:56] Kind folks suggested I update my apt-get list [22:00] Deevz: then be sure to apt-get update [22:00] yes, I did, and was able to install openssh server just fine [22:02] and if openssh is already installed, you need to "/etc/init.d/ssh start" and "update-rc.d ssh defaults" to make sure it loads at boot [22:13] thx [22:13] my ssh client is kinda dumb [22:14] What client? [22:14] I sent a restart command and it gives me a fatal error because the connection got interrupted... [22:14] putty [22:14] s/ssh client/OS/ [22:14] Does anyone have a jabber server installed that would be able to assist me in getting mine to run? [22:14] its for windows [22:15] mushroomblue: Thank you for making that reference with me having to :) [22:15] Deevz: Exactly. [22:15] :) [22:15] meh [22:15] I could use my eee pc I guess [22:15] it has ubuntu on it [22:16] Why not put Ubuntu on your normal PC and be happy? :) [22:16] I have it already [22:16] dual boot [22:16] my work box started off WinXP & putty, and has switched to Ubuntu with WinXP virtualized [22:16] makes life much easier [22:17] but I dont want to throw coins away to purchase a good virtualization solution [22:17] Deevz: Virtualbox. [22:17] Virtualbox is fine. [22:17] and free. [22:17] I have that [22:17] I'm a gamer tho [22:18] I like my warcraft games once in a while :) [22:20] latest Virtualbox does DirectX9, at least [22:20] oh, didnt know that [22:20] just grab the deb from virtualbox.org [22:20] I guess I could start booting off ubuntu more often [22:21] You should. Using a toy OS just doesn't make much sense. [22:21] I'm just fond of being able to pause and minimise WindowsXP [22:21] toy os? [22:21] I have a lot of hatrid for Windows, unfortunately. [22:22] most of us have to deal with at least Active Directory PDC's on a daily basis. [22:22] mushroomblue: How many keyboards have you thrown dealing with that? [22:23] I do wish windows wouldn't be so widespread [22:23] none, actually. [22:23] likewise-open is my friend. [22:23] and a server license for likewise enterprise is cheap. [22:25] so if I have to use windows, I can at least use it to push down sane GPO's for the rest of the network. [22:25] Can you even do GPOs with Samba? [22:25] sure. [22:26] If I could do a GPO with my Samba PDC, it'd make my life so much easier. [22:26] look into likewise [22:26] http://www.likewise.com/ [22:26] Otherway around. My Windows machines are authenticating to a Samba PDC. [22:27] ah. that's way easier. [22:27] you need Samba4 tho. [22:27] Darnit. [22:27] if I'm not in the same subnet, how can I connect to my server? [22:28] Well, how much different is samba4? Is it stable? [22:28] it's a little less stable, but I haven't had any problems. [22:28] I mean, right now, im in a LAN, so its easy, but if I'm not in a LAN, how do I do it? What will be its ip since I have a router? [22:28] mushroomblue: How hard is it to create the policies? [22:29] nick125: not as easy as in Windows. [22:29] but learnable in an afternoon. [22:29] Ah, okay. [22:29] * nick125 should investigate Samba4 [22:30] mushroomblue: Do you recommend the Ubuntu samba4 package? [22:31] Does anyone have a jabber server installed that would be able to assist me in getting mine to run? [22:31] nick125: it's what I'm using. [22:31] Deevz: You'd have to NAT the server's IP from the router. [22:32] Deevz: you have to make a bridge from your subnet to the subnet you're connecting to [22:32] if they're physically-connected, it's just ethernet bridging. [22:32] if you're not on the same physical network, then you'll need to set up VPN or something. [22:32] mushroomblue: Is there a decent tutorial on how to get Samba4 to work with OpenLDAP, etc? [22:32] sadly, no. [22:33] though it isn't much different than getting openldap and samba3 [22:33] just read the docs [22:33] Hmm...all of these "tutorials" use some provision script. Hmm. [22:34] I'll give a look at that, thx [22:36] Going around with a USB drive with the group policy just...isn't fun. [22:40] unless you're a masochist [22:41] sgsax: of course [22:43] w00t. Requests per second: 0.97 [#/sec] (mean) [22:44] Go Wordpress, go! [22:46] There. A little bit better. Requests per second: 160.15 [#/sec] (mean) [22:47] Ok, jabber is a no go.....is there any other easy to setup IM server out there for ubuntu? [22:48] Not really. Jabber is going to be your best bet, but it's a PITA to setup. [22:49] Yeah, I've given up completely [22:50] especially if you're going to do a MySQL-backed Jabber server, it's a REAL PITA. [22:51] So I take it IM serving is just something that should not be done except by server pros then. [22:53] well, it *shouldn't* be hard, but... [22:53] Yeah, that was the impression I got. [22:53] when there are so many options, seems like insourcing it is making extra work [22:53] "If you don't know how to do it, don't bother" kind of attitude seems to be the case. [22:53] unless you have a "no outside IM" policy [22:54] jabber is one of those projects that I never really understood the need for [22:54] I tried connecting to services like jabber.org, but they have connection problems every afternoon, bar none. [22:54] what about setting up an irc server instead? [22:55] irc would be just fine.... [22:55] sgsax: The biggest advantage of Jabber is that you can communicate with users on other Jabber servers. [22:55] distributed server kindof thing? [22:55] that would be nifty, but again: why bother? [22:55] I just want to host a chat system for a small group of users that I have control over. [22:56] sgsax: What if we went back to where interserver communication was unheard of for email? ;-) [22:56] no, I was still stuck on "why bother with yet another IM protocol?" [22:57] Probably because all but a few IM protocols are closed-source and propietary. [22:57] sgsax: is there an easy to setup irc server? [22:58] Bookman: haven't done one in a while, but it was easy when I was a newb :) [22:58] Yeah, IRC servers aren't that hard to setup, especially if you aren't peering them or using services. [22:59] I see at least 5 that are available from apt [23:00] I see clients [23:00] No servers [23:01] In synaptic [23:01] apt-cache search irc|grep -i server [23:01] Bookman: search for ircd [23:03] AFAIR, ratbox was pretty lightweight [23:03] and not that difficult to configure [23:04] I definitely wouldn't recommend something like unreal [23:04] I'll give ratbox a shot. [23:06] howto for dancer: https://help.ubuntu.com/community/Dancer-IRCD [23:07] I'm not sure I'd use dancer, especially considering that it's likely not developed anymore. [23:07] Hotmail filter the emails sent with postfix? [23:07] can't seem to find documentation for ratbox [23:07] (sorry for my english [23:07] do Hotmail filter the emails sent with postfix? [23:08] milko: If they filter mail, it's not usually by MTA but rather by network/IP. [23:10] yep.... they may check your reverse inaddr.arpa pointer === roaksoax__ is now known as RoAkSoAx [23:40] how can dyndns.com offer their service for free? have they found a way to slip adds somewhere? [23:50] they reroute bad addresses to their ads [23:51] no [23:51] sorry, I confused dyndns with a DNS server service. DynDNS gets money by selling add-on services to the DNS entry you get