=== RoAk is now known as RoAkSoAx [00:49] hi, whats the best way to manage user/group permissions? [00:49] is there a better cli tool than merely chmoding every time? [00:50] brb [00:51] back === erichammond2 is now known as erichammond [01:35] i'd like to move a set of raided hard drives from one server to another. am i going to have to "re-install" evreything over again? === rascov_ is now known as rascov [02:03] i'm following this tutorial - https://help.ubuntu.com/8.10/serverguide/C/advanced-installation.html and it dead ends into a loop. i'd like to setup partitions in the same manner that i would if i had a raided set of drives "hardware side". is there someone that could clarify the tutorial for me? [02:05] Ahmuck: what do you mean by "dead ends into a loop"? [02:05] under the formatting section [02:05] i have a frame by frame screeshot [02:06] Ahmuck: what raid level are you setting up? [02:06] raid1 [02:07] i can set up a webpage with thumbnails and screenshots of each step. it would take about 7 min to do so [02:07] step 3 of formating section [02:07] after doing the above steps, your only left with one partition [02:08] Ahmuck: one raid partition? [02:09] if you select / as that partition, trying to finish the raid and ubuntu complians about no swap. the expected behavior would be after setting up the raid to start the partition manager for multiple partition setup [02:09] Ahmuck: ya, that's a good point [02:09] in hardware raid array, select disks, add to array, reboot, and the array is seen as one hard drive [02:09] is this a logic problem in the routine? [02:10] Ahmuck: right, software raid is slightly different... because you're raiding multiple partitions [02:10] last night i tried setting up multiple partitions and creating a raid for each partition [02:10] and failed at that. anyhow, following the tutorial sent me into a loop [02:11] Ahmuck: that should work [02:11] which should work? [02:11] a raid array for each parittion [02:12] basically partition one drive like you normally would, but instead use the partition as a raid device [02:12] then do the same for the 2nd drive... mirroring the first [02:12] going back to software raid, is there a reason that the software raid is not seen as one drive? doesn't the software raid portions set something on the drives so it knows. i would expect to reboot after setting up the raid array and then bieng presented with one drive to partition [02:13] is this a flaw in the software raid design, or is it convention to do it this way and were a bit stuck with it [02:13] no, from my experience it's different because you're dealing with raided partitions instead of raided drives [02:14] but you can raid a partition that coveres an entire drive [02:14] u can't raid two drives and then partition it as one drive? [02:14] that's confusing [02:14] no... you need to raid paritiions on two different drives [02:14] if that makes sense? [02:15] for software to use a hard drive there needs to be a partition first... which can then be raided [02:15] k, so that's the way it is. moving on. i'm doing software raid and setting up on machine a. will be changing to larger drives in three days. i assume i can "expand" one drive onto the larger drive, and then add the second larger drive and allow the raid to populate it [02:16] sommer: makes sense === erichammond2 is now known as erichammond [02:17] Ahmuck: I'm not sure about that senario, but it may work [02:17] or, with the server, in windows changing hardware completely is a bad idea, which is why i'm choosing software raid. in ubuntu, i'd like to change the entire server hardware in 180 days. am i going to be forced into a data backup and complete re-install of ubuntu server? [02:18] such details as network cards, mobo, chips, video cards, and everything changes [02:18] does linux care or can i just move the drives and reboot? [02:18] I would think that re-installing would be less of a headache if you're chaning that much hardware, but I guess I've never really tried chaning things that drastically [02:19] the install process doesn't take that long :-) [02:20] well, i'd have to track changes in base configuration files [02:20] and backup/restore those [02:20] aonther reason i chose software raid so i could be independent of hardware raid changes [02:21] k, last question. must both / sections of the partitions be bootable? [02:21] have the bootable flag set? [02:21] Ahmuck: nope just one [02:21] what happens if i loose the bootable drive? [02:22] will the other one boot so i can change drives? [02:22] Ahmuck: in Intrepid, that issue is solved [02:22] nice ... thx [02:22] see the degraded raid section [02:22] :DDD [02:22] i saw that and that's what it appeared to be but i wanted to make sure [02:23] but i do need to set one drive as bootable, correct? [02:23] for tracking config changes you might look into a VCS like bzr or svn... that's what I use, and it works quite well [02:23] k, i suspect you install that first [02:23] Ahmuck: I do, but I'm not sure that it matters... I think grub will boot to whatever is configured regardless of the boot flag [02:24] how does the computer know to boot? grub? [02:24] does it just look? [02:24] /boot/grub/menu.1st is the config file [02:24] k, no flame wars, but what is considered best bzr or svn? [02:25] i often here of git with svn, cvs [02:25] I like both pretty well, but for config file management it shouldn't matter much [02:26] any interest in a frame by frame tutorail for those of us that are text challenged [02:26] git would not do the job i suppose [02:26] uh there's probably something out there, but svn and bzr are breifly covered in the serverguide [02:26] git would work fine, I haven't used it much though [02:27] basically you're just looking for a tool to track versions of files, so whatever you're comfortable with is really the *best* solution [02:27] or at least that's how I use them :-) [02:32] create a partition the size of each section, /, /home, /usr/local and call it a raid drive, then combine to get the raid and then format each partition and label it /, /home, etc? [02:32] i assume that's the proceedure i follow [02:32] yeppers [02:33] "use as physical volume" [02:33] ok, i followed a tutorial if found on the web like that and failed at it last evening for some reason. i'll try again and touch back if i fail [02:34] Ahmuck: sure, a word of advice... don't get frustrated when exploring new disk layouts and software, you're bound to not get it the way you want the first time :-) [02:36] i'm doing it in virtual box, so i can do and do and do :) [02:40] Well that's a predictable channel name :-) [02:41] in the tutorial it needs to tell the individual to create two partitions per drive, one for / and one for swap [02:41] anything beyond that becomes a partition tutorial, but my guess is to prevent confusion, it needs at least those two [02:42] Ahmuck: ya, I'll get that updated for jaunty [02:42] is the tutorial like a wiki? [02:42] something that can be updated? [02:42] jaunty huh. what is the name of the animal, i have not peeked yet [02:42] How does Ubuntu Server differ from Ubuntu? Does it ship without an X server? [02:42] ball: correct [02:43] Ahmuch: presumably everything can be configured from the command line. [02:44] Ahmuck: the serverguide is the "official" documentation, there's some quick instructions for submitting updates here: https://wiki.ubuntu.com/ServerTeam/GettingInvolved [02:44] under the maintain documentation link [02:44] Is Jaunty to be avoided? [02:45] jaunty is alpha 1... so it's definitely not production ready [02:46] Jaunty != 8.10 then? [02:46] Oh! Hardy, that's what I have. [02:46] A very broken Hardy. [02:46] Intrepid is 8.10 [02:46] * ball looks around the study for a machine on which to try #ubuntu-server [02:46] good hardy is 8.04.1 [02:46] So what about Intrepid? [02:48] intrepid is out now ball [02:48] r u still on hardy? [02:48] Yes [02:48] I managed to break my Hardy though. [02:48] ah [02:48] Okay, let me power up this Ubuntu box [02:49] sommer: k, i get "warnings" when doing it the other way. i'm guessing one has to create the "raided" devices and then reboot before partitioning and labeling the partitions? ... i didn't, it gave me a warning, i hit continue, and it appears to be installing ... *confused* [02:50] Can Ubuntu-server be compiled completely from (open) source? [02:53] Ahmuck: try rebooting then I guess [03:00] Aha! found a candidate machine === RoAk is now known as RoAkSoAx [03:09] Is there a way, from the command line, of telling how much RAM a machine has? [03:09] Linux' dmesg output seems inscrutible ;-) [03:10] Ah found it. [03:10] 256 Mbytes. [03:10] cat /proc/meminfo [03:11] Thanks [03:11] Is ubuntu.org down? [03:12] Crap. I can't seem to get anywhere. [03:12] ubuntu.com is up [03:13] Thanks [03:13] Seamonkey was having a funny five minutes. [03:13] Greetings.. has the scsi modules / userspace programs changes between 8.04 and 8.10? I used to be able to use /dev/tape/by-id/... but that doesn't seem to be working on my new 8.10 system. [03:14] I'm wondering whether to get 8.10 or 8.04.1 [03:15] I have 8.04 installed on my server, simply because it's supported for 5 years [03:15] well I mean for other reasons too but that's a good reason :p [03:16] Ah, is that the LTS I remember hearing about? [03:17] Yeah, 8.04 is LTS [03:20] Okay, fetching Ubuntu Server 8.10 via bittorrent [03:20] If that doesn't work, I'll fall back on 8.04 [03:21] I don't see why it wouldn't work. [03:21] We'll see anyway, soon enough. [03:21] Does it have a published minimum spec? [03:23] https://help.ubuntu.com/8.10/serverguide/C/preparing-to-install.html [03:26] Ah good, I qualify. [03:27] 8.04 seems to have the same minimum requirements, also. [03:28] Thanks [03:28] 10% downloaded [03:28] (of the ISO) [03:28] Anyone here familar with udev? [03:28] I think I have the 8.04 server cd around here somewhere. I have so many Ubuntu cd's. [03:31] Oh cool, I just found another Webcam [03:39] I kind of want to hook up a webcam to my server [03:39] sommer: thx, i'm making lots of progress and understand better what's going on this evening because of your help [03:40] We have this compact florecent light that's been on since may 2006, it would be fun to have a little site going to watch it. Sort of like that old 100 year old lightbulb [03:40] hi all... [03:41] what is the fastest command to search a file in ubuntu?? [03:41] btw, hi ball [03:41] slocate [03:41] oh, nm [03:41] like " locate " in rpm distro [03:41] ah, slocate is what i use [03:42] hello Ahmuck [03:42] thanks Ahmuck.. [03:46] Lets say I have a user thats in multiple groups specified by the limits.conf file, is the last limit applied? smallest? [03:46] anyone happen to have any ideas? [03:46] What about debian based Search . [03:50] Steve[cug] If membership of one group grants you permission to a resource, I don't think membership of other groups would revoke that. <- this is a blatant guess. Test it! [03:51] sommer: You still around? [03:51] ball.....guess it's all i can do [03:51] :-p [03:51] ScottK: uh, probably for a little while longer [03:51] what's up? [03:51] is "slocate filename" work with debain based distro? [03:52] sommer: I was wondering if you'd be willing to do a bit more php-clamavlib work? [03:53] Before it was removed from Intrepid, we got a working version for clamav 0.94.x. [03:53] Steve[cug]: let us know what you find out. [03:54] What it would need is someone to port those changes to the 0.12 version we have in Dapper so that both php4 and php5 are supported. [03:54] sommer: ^^ [03:54] ScottK: gotcha, I can take a look at it [03:54] Thanks. [03:54] sommer: The 0.13 version is in the PPA. [03:55] ScottK: so I'm clear, the clamav version in intrepid needs to be backported to dapper? [03:55] * sommer checking [03:55] sommer: Yes. The backported clamav for Dapper is in the PPA already. [03:56] ScottK: ah, so only php4 and php5 need to work with it? [03:57] * sommer should be able to handle that [03:57] sommer: I think most of the rest will backport OK and I've got other people in mind to pick on for the other bits that need doing. [03:59] ScottK: I might not be able to get to it until Friday or so, but I'll let you know [03:59] sommer: No rush. There's plenty of other stuff to do yet too. [04:14] loosing power on a box with software RAID is a bad thing? [04:15] LoveGuru: if you have it installed, yes [04:16] LoveGuru: not installed by default on *untu distros [04:16] Ahmuck: thanks. i see Everyone is here but.. So bzy don't have a single second to respond :) [04:17] ur welcome [04:51] hi guys.. [04:51] i have an cgi script [04:52] but when i execute that script in my homepage, it shows me the source code [04:52] what should i do? [04:55] SpunkMeYeR: what webserver are you using? Apache? [05:19] ropetin, i running apache2 [05:29] SpunkMeYeR: In which case more than likely you need to set AddType correctly for the filetype [05:29] Is it PHP? [05:34] not .cgi [05:34] no .cgi [05:43] What language is it written in? [05:55] ropetin, it's perl [06:39] hi! [07:08] I'm about to burn my first Ubuntu Server CD [07:08] gz! [07:08] do netinstall! [07:09] domas: Sounds newfangled and scary. I'm just trying to get used to optical media instead of mag tape. [07:10] haha [07:10] didn't install from mag tape for a while :) [07:10] (or floppies) [07:10] * ball hugs /dev/st0 [07:11] domas: my first Linux install was from a stack of 5.25" 1.2 Mbyte floppies [07:11] my first linux install was from 3.5" floppies ;-) [07:11] though did install SCO from tapes [07:11] =) [07:11] * domas is a kid [07:11] * ball <- old fart [07:12] I remember going 100 miles away to get SCO OS5 CD back in the day [07:12] How does Ubuntu Server compare with other server operating systems? [07:12] ball: free. [07:12] ball: What do you have experience with? [07:13] ball: other than that... um... lots and lots of packages that aren't ancient [07:13] ScottK: Unix, Netware, VMS, i5/OS etc. [07:13] Oh! Concurrent CP/M-86 [07:13] :-) [07:13] * ScottK recalls CP/M. [07:14] ball: you don't need to recompile stuff too much, unless it is something you really actively run ;-) [07:14] Ideally you won't at all. [07:14] ScottK: nah, that never happens [07:14] Because Ubuntu uses binary packages and apt-get ? [07:14] Yes. [07:15] ScottK: ubuntu debugsyms are broken ;-( [07:15] ddebs for hardy is a toast [07:15] domas: That's one of the reasons I'm an Ubuntu developer. I make sure it happes for the stuff I care about. [07:15] What does it mean to be an Ubuntu developer? You contribute code? [07:16] ScottK: well, stuff like recursive mutex deadlocks in single-threaded apps can't be resolved without a recompile ;-) [07:16] Mostly I package software. [07:16] OK. [07:16] ScottK: https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/164533 ;-) [07:16] Launchpad bug 164533 in imagemagick "imagemagick tools should be built without threading (or recursive mutexes fixed)" [Medium,Confirmed] [07:16] I do some code as well, but mostly it's packaging, updating and integration. [07:16] Right, that one isn't a problem for me. [07:17] anyway, lack of ddebs is sad [07:17] Damn this is taking a while to drag to Mrs. ball's PC [07:18] ball: Ubuntu server is a lot like any Unix'ish system, but with a lot of good structure for package management. [07:18] ScottK: Ubuntu sometimes seems to over-package stuff [07:18] domas: No doubt. [07:18] as in, too many local modifications [07:18] e.g. mysql startup script will run 'CHECK TABLES' on every server restart [07:18] We generally strive to keep them to a minimum. [07:19] That's a debianism isn't it? [07:19] yeah, thats debianism [07:19] I think so. [07:19] I don't see debian too much [07:19] So Ubuntu Server is a lot like Debian on a server except less ancient. [07:19] true :) [07:20] domas: there aren't so many local modifications. Most of them are either upstream patches that we baclported to the current release, or thikngs linked to the packaging (init script, etc.) [07:20] It's also gotten (and will continue to get) more user friendly. [07:20] Koon: yeah, I followed changelogs for some packages %) [07:20] have to file one more bug [07:20] with debian/ubuntu mods [07:20] domas: but that's true there are a few notable exceptions :) [07:21] can anyone kick canonical for breaking ddebs, please? :) [07:21] there is also the case of FHS compiance [07:21] I don't think I've ever used Debian [07:21] if you take tomcat6, I had to break it so that it fits in the right slots [07:21] oh, are they unbroken [07:22] * domas can't believe own eyes [07:22] because "everything is one directory" is nice from upstream pov, but not from a distro pov [07:22] Or you an bundle up half the universe in your Ruby on Rails app, but that doesn't make it a great idea for the masses. [07:22] Koon: I did package internal mysql build, and got a bit of "hey, thats not a nice package!" from OS guy [07:23] I just put it into /usr/packagename/* :) [07:24] "not a nice package"? [07:25] damn pedants [07:26] oh, and I replaced start/stop script with "start: mysqld & stop: killall mysqld" :) [07:27] ball: We have a lot of rules about how stuff is supposed to be done. For the system as a whole that's a good thing. It can make some packages more complex than they might technically need to be. [07:28] Is it consistent though? [07:29] The policy is consistent. [07:29] Is every package perfect, of course not. [07:29] well, the way I build internal packages doesn't always have to follow policies ;-) [07:29] Exactly. [07:29] on the other hand, I build them based on my own subversion/bazaar repo [07:30] I was thinking about packaging FreeSWITCH but it would need some fairly major mods I think - it's an everything in one dir. [07:30] Generally you can move stuff about as needed in debian/rules. [07:31] It has existing debian/ which installs to /opt [07:31] And I think it expects to be all in one dir. [07:32] Right, so a bit of fun then. [07:32] Yeah, it put me off it a little :) [07:32] The software is fantastic, just packaging it doesn't sound like fun. [08:53] moin [09:37] New bug: #302092 in samba (main) "logging in immediately logs out again" [Undecided,Incomplete] https://launchpad.net/bugs/302092 [10:42] New bug: #302026 in pam (main) "likewise-open prevents local passwords from being changed" [Undecided,New] https://launchpad.net/bugs/302026 [10:42] hey guys, setting up a software RAID-1 with intrepid... after my RAID syncs (after the first boot), i get a lot of "DRDY ERR" errors of type "UNC"... i looked this error up on libata's wiki and it says it's an "Uncorrectable error - often due to bad sectors on the disk"... is this normal on a new hard drive? will ubuntu finally get all the bad sectors worked out and no longer use them? [12:01] soren: hi [12:02] soren: remember my question yesterday about ia64 port? [12:02] soren: the sources.list that guy has is of the form: "deb http://ports.ubuntu.com/ubuntu-ports/ hardy main restricted" [12:03] soren: I'm doing some tests and that url seems wrong, apparently this would be the right one: "deb http://ports.ubuntu.com/ hardy main restricted" [12:08] ahasenack: If he's on hardy that explains why he only sees the landscape-client placeholder. [12:08] ahasenack: landscape-client | 0.1 | hardy | source, all [12:08] landscape-client | 1.0.23-0ubuntu0.8.10.1 | intrepid | source, all [12:09] sommer: oh [12:09] ahasenack: completely right [12:10] soren: somehow I forgot that lc was in main only from intrepid onwards [12:11] :) [12:11] ahasenack: You did say that he was running Intrepid yesterday. [12:12] soren: he did say so [12:12] soren: "I have a 8.10 install on a HP dual IA64" [12:12] soren: so maybe he is just using the wrong sources list, or sent me the wrong one [12:12] 11:44 < ahasenack> soren: how is it maintained? We got a guy with such a machine and intrepid, and he wants to try out landscape, but he ha [12:12] s the stub package installed (version 0.1), so I'm guessing the "real" intrepid was not ported to ia64 [12:12] ^^^ [12:12] ahasenack: Error: "^^" is not a valid command. [12:13] Well, the problems he was having are consistent with running Hardy. [12:13] soren: I'll find out, thanks for the help [12:13] So he's probably just thinks he's running Intrepid, but really isn't. [12:18] i have an inbound packet coming from 1.2.3.4, is it possible to use iptables (or anything, really) to rewrite the packet on entry to appear from source 2.3.4.5, and then similarly rewrite any outbound packets destined for 2.3.4.5 rewrite them to be destined for 1.2.3.4? [12:36] Deeps: its called SNAT [12:37] or NAT ;) [12:39] nme: not having much joy with postrouting + snat [12:41] iptables -A POSTROUTING -s 1.2.3.4 -j SNAT --to-source 2.3.4.5 [12:43] iptables -A POSTROUTING -s 2.3.4.5 -j DNAT --to-destination 1.2.3.4 [12:44] isnt DNAT prerouting only? [12:45] my bad, PREROUTING [12:45] bad arg if done postrouting, eitherway i can still ping 1.2.3.4 fine, but not 2.3.4.5 [12:46] http://i35.tinypic.com/dvj5mu.png [12:46] if that helps [12:46] basically just want the application level to see the source ip being different to what it really is [12:47] well, for start, add 1.1.1.2 on the second computer [12:48] or... [12:48] cant, that's part of the problem, hense trying to jiggle it with iptables [12:48] not [12:48] iptables -A PREROUTING -s 1.1.1.1 -d 1.1.1.2 -j DNAT --to-destination 1.2.3.4 [12:50] iptables -A PREROUTING -s 1.2.3.4 -j DNAT --to-destination 1.1.1.2 [12:50] something like that... [12:50] first machine should have both 1.1.1.1 and 1.1.1.2 ips [12:51] thats wrong [12:51] could be :) [12:51] iptables -A PREROUTING -t nat ... [12:51] yeah i'm using -t nat already, not that thick ;) [12:52] doh... [12:53] basically got an application that requires all clients to be within the same /24, but clients are on the same /8 and cant change this configuration [12:54] those packets come to You from behind a router? isnt it same lan? [12:55] same lan [12:57] and your linux box with iptables you are setting is between those clients and the app? [12:57] linux box is running the app [12:59] and those two rules SNAT and DNAT dont solve the problem? [12:59] nope [12:59] -A PREROUTING -d 1.1.1.2 -j DNAT --to 1.2.3.4 [12:59] -A POSTROUTING -s 1.2.3.4 -j SNAT --to 1.1.1.2 [13:00] you'd think that would do it, but then again that might only work for routed packets [13:00] iptables -L PREROUTING -t nat -n -v -x <- does the rules have increasing count of packets? [13:01] nope, not hitting the rule at all then [13:02] Chain PREROUTING (policy ACCEPT 1011 packets, 133220 bytes) [13:02] that packet count is increasing [13:02] the rule pkts is still 0 though [13:03] haha, silly me [13:03] -t nat -I OUTPUT [13:14] unfortunately, inbound connections from 1.2.3.4 still appear to be coming from 1.2.3.4 [13:14] rather than 1.1.1.2 :/ [13:17] New bug: #300226 in bind9 (main) "Prints error messages to stdout" [Wishlist,New] https://launchpad.net/bugs/300226 [13:33] need a nat input rule that allows snat, prerouting doesn't :/ [13:38] Hi all, I need to install a debing-etch kernel in order to install the HPopenipmi drivers. What are the ods of me getting this right without breaking anything? [13:45] CrummyGummy: almost none [13:45] CrummyGummy: what's wrong with openipmi in ubuntu? [13:47] The hp control/admin packages don't run properly without the HP ipmi drivers. [13:47] :( [13:47] These are only compiled for Debian. [13:57] * CrummyGummy wishes that HP would support Ubuntu [14:03] is it possible to password protect NFS shares, or limit access based on logins? [14:13] that is, I have my users and groups in an ldap directory and I'd like to share homes for those users, but only to those users. [14:14] joerlend_: regular directory permissions should limit access just fine... I'd think [14:15] joerlend_: If you want better NFS auth than uid/gid you need to go to NFSv4. [14:16] wouldn't it be possible to recreate those users on a client machine and gain access? [14:17] maswan, what do I have to do to get that? [14:19] joerlend_: TBH, I don't really know. I just know that as of v4 you can have real auth and user mappings based on something else than client uids, but you need to read up on it. And then try it out too. [14:19] It is a new standard, so implementation is patchy here and there. [14:21] oh, ok. Yes, NFS support is implemented in the kernel? [14:21] Yes. [14:22] At least if we're talking hardy or newer. I'm not so sure on dapper. [14:22] hardy is the oldest version I'd use :) [14:27] anyone uses openldap in intrepid? [14:28] tried with no success. There's been some changes since hardy, so the guides for it doesn't work, I think. [14:29] nme, however... I'm sure you had another question in mind? [14:29] joerlend_: there are new docs for intrepid [14:30] joerlend_: im unable to change debug level for slapd - it hangs during start with OPTIONS="-d anything" [14:32] nme: try starting slapd from a terminal, not using the start script and see what errors occur [14:39] sommer: tried slapd -d -1, tried slapd -d 4294967295 - both start with no problems, You solved my issue anyway, I can now debug, ty! [14:41] nme: np [14:43] perhaps sshfs is an alternative to consider? [14:52] joerlend_: NFS works for sure. 2 weeks ago I was experimenting on my intrepid as a server for pxe over nfs and everything went fine. [14:53] joerlend_: if you are having issues with nfs check your firewall - in some cases it can block services like statd making them unable to start [14:54] joerlend_: If you need that kind of auth, probably. The NFS (up until v4 at least) auth model means that anyone that has root on a client can do anything as any user. [15:01] nme, yes, NFS works just fine, but I'd like to limit access to users in my LDAP directory. [15:01] maswan, right, meaning that a live cd is all you need to cause headaches. [15:16] <_jmedina> maswan: not without root squash [15:17] _jmedina: "as any user except root" [15:17] <_jmedina> joerlend you can use nisMap entries in your directory and mount with automount, so you only mount /home/user and not / [15:17] <_jmedina> i mean not the whole /home/ [15:18] <_jmedina> you can even use NIS netgroups and limit wich users can login in a specific system, you can limit by, user, group and ip, or a combination [15:18] <_jmedina> I like to use that === agampher_ is now known as agampher === RoAk is now known as RoAkSoAx [17:41] I am using openldap on Ubuntu 8.04. I can use getent on the client, but id doesn't work [17:54] Guys, having real issues here. My server arbitrarily disconnects from the wireless, and doesn't reconnect itself. Its using a Static IP over DHCP. Anyone able to help? [18:12] I restarted nscd and id worked [18:26] hey guys, setting up a software RAID-1 with intrepid... after my RAID syncs (after the first boot), i get a lot of "DRDY ERR" errors of type "UNC"... i looked this error up on libata's wiki and it says it's an "Uncorrectable error - often due to bad sectors on the disk"... is this normal on a new hard drive? will ubuntu finally get all the bad sectors worked out and no longer use them? [18:32] jtmoney: I would download the manufacturer's hard drive diagnostic utility and if it passes as defective warranty it. [18:55] ScottK: I'll check what came out today and add to the previous patches [19:06] New bug: #302542 in samba (main) "upgrade from 8.04 to 8.10" [Undecided,New] https://launchpad.net/bugs/302542 [19:15] centaur5: i did... bad drive [19:16] what are the odds? i've bought two seagates... one was bad... then two hitachis... one was bad [19:16] incompetent UPS man? [19:16] :) [19:17] jtmoney: I don't come across bad Seagate's very often but it does happen. Hitachi on the other hand, will they allow you to exchange for Seagate? :) [19:23] newegg is letting me return all four and i'm buying western digital and being done with it [19:31] http://www.storagereview.com/ [19:31] have a survey my manufacutrer and model number [19:31] s/my/by/ [19:31] so you can see based on a larger sample what reliability for various drives are like [19:45] does anyone have pptpd working? [19:48] GRE: Bad checksum from pppd <- :( [19:50] is ubuntu-server a good choice for a dedicated firewall system or should I run something like ipcop/smoothwall or even openbsd? [20:30] Jared555: all of the above will work just fine with a competent administrator. Use whatever you're most comfortable with. [20:47] does ubuntu server have qos functionality by default or do you have to recompile the kernel? === liberfiasco is now known as libervisco [21:02] Hello, is there anything scponly-users can do with my server after a fresh install of scponly? What I found myself is that they cannot use SCP, no shell and they can use Tunneling. Is there anything more that they can/cannot do? [21:02] New bug: #302605 in samba (main) "smbd doesn't start, fails to generate "machine SID," dumps core" [Undecided,New] https://launchpad.net/bugs/302605 [21:05] soren: I've got an open-iscsi package ready. If you wanna review it: http://people.ubuntu.com/~mathiaz/packages/ [21:05] soren: it implements the ifupdown strategy we've talked about [21:06] Whee! [21:08] i am reconsidering the intelligence of not setting up lvm when I configured my last intrepid machine [21:09] it is not a production machine, so there are not lots of ppl depeneding on it. [21:10] but I am considering using the machine for a backuppc host, and now want to add an lvm partition. i have no care of / is in lvm, and i know /boot cannot be in it [21:12] i have extra sata drives, can i have a non-lvm root and add some pv's into a volume group for sth like /var/backuppc ? [21:13] leonel_: Thanks. [21:16] Jared555: If you use Ebox it has a traffic shaping module for QoS. [21:20] damn, my php does not reports errors when the settings are ok :S [21:30] If the Settings are ok. then why php reports an error? [22:45] Is there anyone who familiar with vsftpd server? [22:51] when I install OpenLdap (slapd ldap-utils) it isn't being installed the config file '/etc/ldap/slapd.conf' by default, is it ok? [22:51] ok for what? [22:52] I refer that if that is normal/correct [22:52] because I'm supposed that should be installed a config file by default [22:53] I think it is ok [22:53] /etc/ldap/ldap.conf -> it's created [22:53] but not slapd.conf [22:53] but not be oriented [22:56] and this document speaks about that file (so it should be) https://help.ubuntu.com/community/OpenLDAPServer [22:58] well, it is always possible come back to debian server [23:05] I've downloaded drupal, and installed it from the drupal website and I'm wondering if anyone else has had any problem with the SMTP module and PHPmailer? I can't get phpmailer to work. Can anyone help?