[00:23] hello people [00:23] so is here anyone who can help me with postfix-dovecot ? [00:24] after editing a boot-script, do I need to do something? [00:25] restart [00:26] thanks [00:26] and how do I deactivate a boot-script? [00:27] that i dont know [00:27] ok [00:27] i am newbie in all this [00:53] just formatted, now I dont get any autocomplete in the terminal.... why? === asac_ is now known as asac [01:35] how to install SASL? [01:40] sasl support for what? [02:53] I copied a vmware image of ubuntu server. it has a new mac address but when It boots up it fails to see eth0? any idea. is there a file some place that tied to the old mac? [02:55] sorry google [02:57] maek: Well, you *can* put a mac address into /etc/network/interfaces, but I don't think that is done by default. [02:58] jmarsden: I read something about /etc/iftab but thats gone [02:59] ah [03:00] Maybe grep -ril mac /etc # would find a relevant file? [03:01] oh, didnt know about recursive grep, thats cool. no more find . | xargs [03:01] thanks [03:02] :) No problem. I think that's a GNU grep extension; it's been there for at least a decade or so, maybe longer. [03:03] haha, ive been living under the Sun [03:04] That would explain it :) [03:04] it was in /etc/udev/rules.d/*net.rules [03:04] it was holding onto the mac from the cloned image [03:05] Good, I'm glad you found it ... Googling for ubuntu mac address didn't get me much beyond pages explaining you to find out your own mac address... [03:05] I did "vmware ubuntu copy no network" 3rd hit [03:06] dendrobates: ping [03:09] jmarsden: thanks for the help and the grep -ril :) have a good night [03:09] No problem. Goodnight. [03:21] Maybe a long shot ... but anyone know a Supermicro Motherboard (S775) which isn't FakeRAID in Ubuntu Server? [03:22] ALL raid found on a motherboard is fakeraid [03:23] And fakeraid is always fakeraid -- it doesn't matter what OS you run. [03:23] jmarsden: I really hate that rule where it learns MACs [03:24] It causes me no end of trouble when dealing with bootable removable media [03:25] (12:22:57 PM) twb: ALL raid found on a motherboard is fakeraid <- that's not entirely true. Maybe for Desktop boards. [03:25] twb: Isn't there some way to disable the rule generation script that creates those rules? Feels like their should be. [03:25] My question is, for a Supermicro SERVER board, what RAID chipset should I be looking at that isnt FakeRAID to Ubuntu [03:25] I have a few IBM x3550's, which work perfectly as proper RAID. Because they are true Hardware RAID, just built on with the board [03:26] jmarsden: there is, but it's totally obtuse [03:26] jmarsden: on a modern system, you can't just delete the entry that generates it -- because that's now in /usr [03:26] jmarsden: instead, you have to make an EMPTY file with the same name in /etc/udev/rules.d [03:27] Another way to ask my same question, how can I find out if a LSI 1068E Controller will be detected as FakeRAID to ubuntu? [03:27] Hmmm... this should at least be documented somewhere easy to find... is there a page on wiki.ubuntu.com about it or something similar? [03:29] oh_noes: I dunno about server boards, but AFAIK the IBM server we got used fakeraid. [03:29] oh_noes: There might be a way to grep through the kernel sources looking for its PCI ID and see what gets done with it. but that feels... harder than it should be. [03:30] *I dunno *much* about server boards, I should've said [03:32] the IBM x3550 we have here installed without an issue as real RAID [03:32] let me ask in a different way, how do I find a controller (even if its seperate PCIe) that will not be dected as FakeRAID by Ubuntu? [03:35] oh_noes: how do you know it's real raid? [03:35] I'm not sure. There is info on that contrioller and Ubuntu and RAID in http://ubuntuforums.org/archive/index.php/t-973912.html [03:38] twb: because it appears as a single disk to Ubuntu installation. (and it's a $6000 x3550 SAS IBM ServRAID RAID 1 Mirror) [03:38] oh_noes: that doesn't mean it's hardware raid [03:39] When fakeraid is actually working, it will appear as a single disk to ubuntu. [03:39] Then what's the definition of hardware raid [03:39] It's only the lowest end of fakeraid that doesn't even manage that. [03:39] oh_noes: no, hardware raid does raid using a coprocessor -- fakeraid does it using the main, general-purpose GPU. [03:39] oh_noes: That the controller chip does the work rather than pushing it off onto the host CPU [03:39] s/GPU/CPU/ [03:39] well.... to tell my truth, my main concern is to have the RAID handled by the Board. So hotswap and instant rebuild is handled by the controller [03:40] whether IOPS are handled by the CPU isn't my major concern [03:40] the box we're building, we need the physical hotswap port to work with the controller to rebuild [03:40] oh_noes: it also means you need to shut down your OS to manage the array [03:40] there is no array management, we're building predefined boxes (w/ RAID1) then thats it [03:40] oh_noes: or run binary vendor blobs that will probably break randomly when you perform security updates. [03:40] theres no changing things etc [03:42] oh_noes: well, lucky you, I guess... [03:42] oh_noes: One way to check controllers could be to read the kernel documentation for the various real RAID drivers such as aacraid, they list what controllers they support... [03:43] FWIW: http://linux-ata.org/faq-sata-raid.html [03:44] 12:48 but anyway, grovel through the kernel logs for raid-type controllers is the best answer I've got... [03:46] twb: ta for the link, jst what i was looking for [03:47] Looking at this IBM poster here, I guess you are using the "IBM ServeRAID controller". [03:47] Google implies this is fakeraid [03:48] Specifically, that it's a rebadged Adaptec HostRAID [03:50] BTW, as you claim don't need to manage the array... how do you plan to be notified when the array becomes degraded? [03:51] In case it helps, in the kernel sources Documentation/scsi/aacraid.txt mentions that controller, and aacraid is (I think) a "real" RAID driver, so how fake it is may be somewhat open to interpretation? [03:51] jmarsden: I suppose the internet could be wrong :-) [03:53] twb: If aacraid sees the array the way it sees other Adaptec RAID controllers, I'd expect it to handle the degradation notification in the same way too... [03:53] jmarsden: righto! [03:54] Hrmm, it looks like the "3ware 8006-2LP" will suit me needs as well. True 2 port SATA Hardware RAID1. [03:54] how do I find out 100% that its supported as true hardware RAID in Ubuntu? [03:55] 3ware.com says: "Linux 2.6.x kernel includes a driver for the 8000 series controller" -- doesnt say if its FakeRAID though [03:55] I don't think many vendors will advertize "our controllers are fakeraid" -- not a good marketing tactic :) [03:57] I've never seen a vendor mention fakeraid :-) [03:57] According to http://linuxmafia.com/faq/Hardware/sata.html, it's real Hardware RAID [03:57] 3ware traditionally make hardware raid, AFAIK [03:58] That doesn't mean ALL their stuff is necessarily hardware raid, though... [03:58] the page i linked above is really helpful, seems to list most controllers and if they are real/fake raid [03:59] twb: http://linuxmafia.com/faq/Hardware/sata.html#ibm :) [03:59] I'd say a 3ware controller that Rick Moen says is hardware RAID is *very* likely to be hardware RAID. If you need 100%... you'd have to read the kernel driver sources, I think. [03:59] jmarsden: nice one [03:59] If Rick Moen says something, it is probably true [04:00] To be 100% certain you'd have to visually inspect the board and find the coprocessor, then watch the electrons travel to and from it [04:03] And it seems "ServeRAID" is a meaningless marketing term for "whatever IBM rebadges", so some are hardware and some are not. So maybe twb's ServRAID is fakeraid and oh_noes' ServeRAID is hardware RAID... [04:04] Actually I never used my IBM RAID becaue $boss accidentally bought the one without RAID5 support :-/ [04:04] But it didn't bother me so much, because I love md RAID. [05:56] could anybody tell me the code for forwarding emails inside of mysql? [06:12] I just installed Jaunty Server and I had to choose Lilo as a BootLoader, cause GRUB couldn't get installed. Now, if I boot the server all I get are tons of 99 on the screen.Has anyone got an idea what went wrong and how to solve that? [06:15] niels_: that happens if you try to put /boot inside LVM [06:15] Or inside RAID5 [06:16] You're getting 99s on screen because LILO hasn't work, either. [06:17] twb: I haven't configured LVM at all... [06:17] Ahhh...the RAID might be Prob, though [06:17] twb: Thx [06:18] You must make a separate RAID1 array for /boot [06:21] hmm...I have a Hardware RAID-6 here... [06:38] There's no such thing as RAID6. [06:39] twb: Says who? It's defined as RAID5 plus an extra parity drive so it tolerates two simultaneous disk failures, if I remember rightly... [06:39] jmarsden: no, that's still RAID5. [06:39] twb: well there is - at least you can configure your array in the Adaptec RAID Utility as a RAID-6 [06:39] But vendors call RAID5 with two parity drives "RAID6" sometimes, in an effort to confuse and annoy me, personally. [06:40] http://en.wikipedia.org/wiki/RAID also defines RAID6... another personal attack on you, I assume... [06:40] Oops, apparently I'm wrong [06:40] Neevr mind. [06:41] ;-) [06:41] But I stand by RAID10 being nonsense [06:59] okay, just in case I'm missing something: 9.04 shipped with 2.6.28. there's a bug in 2.6.28 that halts my box on boot. its (supposedly!) fixed in 2.6.29. I'd like to install 9.04 onto this box. I should install 8.10, build the 2.6.29 kernel, then do a dist-update to 9.04? if there was a 2.6.29 package, I *could* create a custom install CD. but that seems like much more work [07:01] I can't see any other way to get 9.04 installed. I certainly can't use this nice pretty cd I just burned :P btw the bug is with my drive controller, the one I need to use to install 9.04. otherwise I could use some kernel command line magic to keep the offending module from loading, I bet. [07:06] sammy: Boot from LiveCD, tweak so relevant module does not load, install from there... maybe??? [07:54] guys is there a way to monitor what files are uploaded and download from my server well i have a lamp and openssh server , well most of my friends use filezilla sftp protocol to access my server and download files is it possible to monitor these transaction? i use jaunty on a 64bit system [07:56] guys anyone ? [07:57] how ill I get rid of Grub not being installed on my system. It fails with the error code 1. What else is seen on the tty is that ext2fs and ext3fs wont be found...what an unreal suprise [07:57] If I would finish the install without having grub installed how will I boot the server? [07:58] LILO isn't an alternate choice as LILO has got major probs, as far as I know, with RAID systems [08:01] tv7497: Try turning up the logging level of your sshd? man 5 sshd_config [08:02] jmarsden: how do i do it well i am really new to this [08:02] niels_: You'll want to figure out why GRUB is failing to install and fix that; as a temporary approach you might be able to boot from some other media, such as a CD or usb stick, but it is going to be awkward. [08:03] tv7497: Did you read that man page? [08:03] Type the command man 5 sshd_config and read it... :) [08:03] jmarsden: thanks :) [08:04] I'm about to go to bed, I can't handhold you through actually editing the config file, but basically you'll just want to edit /etc/ssh/sshd_config appropriately (to set a more verbose logging level) and restart sshd. Then look in the log files under /var/log for the resulting log entries. [08:04] jmarsden: I can't get that far on the server :-( [08:05] niels_: You can't boot it from a LiveCD and specify root=/dev/whatever to use the hard drive's root partition...? [08:06] Anyway, I'm off to sleep... goodnight all :) [08:07] cu jmarsden [08:08] have a decent sleep, though and thaks again [08:18] thats kinda weird now: If I say stop the installation without having a bootloader installed I'm getting told that the partioning setup of the harddrives haven't been made.Well I have made the partitioning of the drives...What's going on here?Anyone an idea? [08:24] myphpadmin wouldnt install on my windows box..any advice? [08:26] bubba: what's got phpmyadmin and $$$XP to do with ubuntu servers? [08:28] i want to administer my ubuntu server using my windows box remotely. Am I doing something wrong? [08:28] bubba: if you would have asked $searchengine you would have come across that Tut http://www.sebastiansulinski.co.uk/web_design_tutorials/tutorial/8/how_to_install_phpmyadmin_on_windows_xp [08:28] does that help? [08:29] i will try that but mainly none of my php ext are opening up in my windows browser? [08:30] ask in a Win Forum then, its got nothing do with Ubuntu [08:30] thx [08:31] hi, could anyone help me a bit with rsync? I get read permission errors on some paths (/var/www) [08:32] do i need to add the rsyncinguser to www-data? [08:32] jmarsden: well i don't seem getting any thing of that :( well i tried reading logs of what are the last transaction happened from (/var/log/auth.log) but i wasnt able to understand anything , could you help me with any simple kinda of thing that would let me know whats happening in my server and [08:36] stanman1: maybe you should see 1st what the permissions on /var/ww/ are and than you might want to change them... [08:36] stanman1: another thing nice to have,if xou want help, is to tell us what exactly you are doing [08:36] niels_: am a bit afraid to do so, as i run ispconfig on the machine hosting several shared site [08:37] i want to move from one machine to another, using openvz containers [08:37] i can ssh into both boxes and start rsync, but in the end i get some errors [08:37] niels_: is there a way to monitor what files are uploaded and download from my server well i have a lamp and openssh server , well most of my friends use filezilla sftp protocol to access my server and download files is it possible to monitor these transaction? i use jaunty on a 64bit system [08:41] should i run rsync as root? [08:41] can't you just use the vzmigrate command? [08:42] vzmigrate --online [08:42] i did the vzdump an moved it all to the new server, all port 80 traffic is running to the new one [08:42] but to move the Maildirs i need to rsync first before routing mail to the new server [08:43] I guess vzmigrate would've been the better choice, but I'm not sure as I am not quite familiar with OpneVZ [08:44] That might be a good place for your probs, too. At least i would try to find someone there If you want to talk to the OpenVZ users and sometimes developers live, we can usually be found on the #openvz channel on irc.freenode.net. [08:44] jmarsden: if youre still around, thats a good suggestion, but the offending module is the ide controller the drive I want to install 9.04 on is connected to :P so disabling it wont help. [08:44] sorry, that i cant give you any better advice [08:45] no probs niels, thanks for the info anyway. [08:45] how would I go about finding how long it should be until 2.6.29 has a package? I used to compile my own kernel for years, but one of the whole reasons of using ubuntu now is so I don't have to :P [08:45] sammy: jmarsden went already to bed :-) [08:45] it must already have a package in debian somewhere [08:47] sorry niels_, I didn't go through everything I missed. I think I'm just stuck with installing 8.10, compiling the kernel, then doing a dist-upgrade [08:47] No worries ;-) [08:47] though maybe the udma66 just doesn't matter that much [08:48] I dont even remember what you are trying or to fix...I ended up with reinstalling Jaunty Server and I hope that he'll now writes the Grub Bootloader into the NBR [08:49] Actually the system is still formatting, well 6TB may take a while ;-) [08:50] oh. my second onboard IDE controller's driver is borked in 2.6.28, which means I can't install server 9.04 using udma66 since the first controller only does udmda33 [08:50] Thats unreal...kind of [08:51] whats great is 2.6.29 supposedly has it fixed. so I can install 8.10, compile 2.6.29 by hand (or using whatever little CLI scripts or GUI ubuntu has) and then do a dist-upgrade to 9.04 :P [08:52] and at this point I might just use the #$^*#* udma33 controller, install 9.04, and wait until the 2.6.29 package reaches jaunty-um... not backports. whatever the 'unless you enable this repository, you wont see this until karmic koala' one is. [08:53] maybe I'll get one of my linux newb friends to compile the kernel by hand. if I wanted to do it, I'd stick with gentoo :) [08:54] I've done my time learning how to hand compile things. i've earned pre-compiled binaries! though, HA it's a p3, so, I should probably compile my own kernel anyway, for the sake of every bit of free memory [08:55] okay I'm just going on by myself now. I'm going to move that drive to the udma3 controller and install 9.04 :) I have two jabber servers, an apache server, asterisk and openldap to migrate. cheers, and have fun waiting for your 6tb to format :P [08:55] sammy: have fun as well [08:58] I might go for a smoke and a coffee [09:00] oh a smoke! good idea. [09:01] yep ;-) [09:01] cu soonish [09:06] New bug: #383062 in mysql-dfsg-5.0 (main) "package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: le sous-processus post-installation script a retourn? a status error outpur 1 (une erreur de sortie d'état 1)" [Undecided,New] https://launchpad.net/bugs/383062 [09:27] hi all. i have some php files using odbc_connect. i cannt get them working under ubuntu server with lamp. i tried freetds unsuccesfully [09:27] any tips? [09:27] :) [09:28] run now! Simple dist-upgrade today on a firewall box has left my server down. Its incredible. [09:30] tty: just a quess, but should you get unic odbc working before using odbc connections [09:38] Hello everyone [09:38] soren: hey [09:38] I am currently lookig at the virstinst merge [09:38] o/ [09:39] I have noticed that (in the current ubuntu version) you switched from python-support to python-central, any reason ? [09:39] Do I need to do the same switch, while from my understanding python-support is prefered right now [09:40] simplexio: what do you mean by that? these php files are already workign under xampp in a windowz box. some of them using mssql_connect and some of them using odbc_connect. and i want to tranfer there file to a linux box. however. although the first (using mssql_connect) work just fine, the latter (usign odbc_connect) dont [09:43] huats: When I first looked at the package, it didn't use neither python-support nor python-central. I preferred python-central, so I used that. Later, it started using python-support in Debian. [09:43] huats: Since then, I tried switching to python-support, but the upgrades failed horribly. [09:44] huats: and I just couldn't be bothered to fix that. [09:45] soren: ok [09:45] :) [09:45] huats: It's because all the upgrade magic is put into the maintainer scripts depending on which of python-{central,support} you're using to build the package, so if you suddenly switch, you need to maintain all of that yourself, which is a major pain. [09:45] sure [09:46] soren: so I'll keep using python-central. I just wanted to understand :) [09:46] thanks ! [09:46] I'm having an issue with timestamps matching up when I sync from my local files to my test server [09:46] it always thinks every single file in my site needs to be uploaded even though it's not changed. [09:47] i'm working with a local ubuntu server [09:47] huats: Sure thing. [10:16] New bug: #383087 in mysql-dfsg-5.0 (main) "package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: le sous-processus post-installation script a retourn? une erreur de sortie d'?tat 1" [Undecided,New] https://launchpad.net/bugs/383087 [10:19] dpkg -l also show me packages that are no longer installed how do I list the packages that are installed? [10:20] can i also list wetter its pulled in as a dep or by user request? [10:31] <_ruben> `dpkg -l | grep ^ii` will list all currently installed ones [10:32] Who here knows Damian Ondore? [10:34] <_ruben> not that im aware of ;) [10:35] Jeeves_: For some values of "know", I do. [10:36] a_ok: I don't know how to query it, but the "whether it's manually installed or pulled in as a dep" is in /var/lib/apt/extended_states [10:36] Jeeves_: Why? [10:37] soren: I am wondering if someone can ask him if he can respond on my email. [10:37] Appearantly, emailing works only once for him. [10:38] thanks soren/_ruben [10:38] I am trying to buy stuff from Canonical, but this is the third time that the sales department refuses to reply. [10:38] -> /msg [10:42] a_ok: "aptitude show name_of_package" will show you whether it's automatically or manually installed. [10:44] soren yeah but i want a list of manually installed not check them all [10:44] <_ruben> little bit of shell scripting would do the trick ;) [10:44] i know working on it === ogra_ is now known as ogra [10:47] soren: well /var/lib/apt/extended_states missing most files [10:50] <_ruben> perhaps it only lists the auto installed ones (as all are marked as 1 on the box i checked) [11:02] Howdy! [11:03] To all those who are thinking of getting a new server with an Adaptec5805 -- make sure that the newest Firmware is installed otherwise you may run in real trouble just as like as I just didi [11:06] <\sh> Niels_: who builds servers with adaptec, still? Dell? IBM? [11:07] \sh, Supermicro [11:07] might be worth looking at this as well http://drbl.sourceforge.net/ [11:07] sorry wrong place [11:08] <\sh> Niels_: I don't think it's supermicro but some small hardware manufacture who uses supermicro boards... [11:08] \sh, yes, you're right -- sorry [11:09] However it's been a pain with that Adaptec and a firmware which was alsmost 1yr old [11:10] Adaptec had released in these months 3 major Updates [11:18] New bug: #380219 in samba (main) "Regression: Samba Read/Write Causes System Freeze" [Undecided,Incomplete] https://launchpad.net/bugs/380219 [11:31] <\sh> Niels_: buy standard hardware...not those self assembled stuff..sometimes it can be cheaper to pay a bit more in the beginning [11:31] New bug: #379715 in bind9 (main) "bin9 and apparmor problem" [Undecided,Invalid] https://launchpad.net/bugs/379715 [11:52] \sh, well the server wasn't cheap at all -- at least I think that almost 4.500Euros isn't cheap [11:54] thats only 4 digits :P [11:55] Why are universe and multiverse -- unsupported categories! -- in the default sources.list during ubuntu-server installation? [11:58] twb: because lots and lots and lots and lots and lots of people asked for it. In any case that's all going to be rearranged in the not too distant future [11:59] https://blueprints.launchpad.net/ubuntu/+spec/enabling-additional-components [11:59] (which was more desktop-focused than server-focused but it's a pain to have separate handling there and I didn't see a particular need) [12:00] basically the very first thing that every single piece of third-party Ubuntu documentation said was "go and turn on universe and multiverse" [12:00] cjwatson: I guess I would've preferred it to be a question during install, even though you try to avoid that [12:00] cjwatson: just from the perspective of Canonical not going insane :-) [12:00] we don't find that this causes us to go insane [12:00] That's just want insane people WOULD say [12:01] people with firm requirements can always preseed it off or whatever [12:01] Nod. [12:01] I've another question, which I'll take to -install... [12:01] but we find that this actually decreases the pressure on us to support absolutely everything just so that it can be available by default [12:02] <\sh> Niels_: depends :) [12:07] \sh, sure it does ;-) [12:48] guys is there a way to to log all the sftp transaction in an openssh server well the auth.log file doesnt say much about what are the files that are transferred . is there a way to know what files are being downloaded or uploaded ? [13:00] tv7497, maybe that link helps http://www.unix.com/unix-dummies-questions-answers/30238-logging-sftp-details-log-file.html [13:05] /last simplexio [13:29] hi, i'm up to this point: after a fight with bridging/dhcp/networking i know have running vms with a reachable ip. the problem, now, is that the machines do not accept my private key for root login. First it told me that my permission were wrong so i chmodded 400 the key. After that i do not receive the error but still asks me for the root password! any hints? [13:30] sorry: i'm talking about eucalyptus in jaunty [13:36] eolo999: machines=hosts? cc's, nc, or are you referring to vm's [13:36] eolo999: and any reason you want root vs using a user via sudo (recommended) [13:36] ubuntu-server should install molly-guard by default :-/ [13:37] * soren concurs [13:42] boredandblogging: sup [13:42] dendrobates: sent you an email last night [13:42] about server team blogging about UDS [13:43] boredandblogging: ok, I'll get to it in a few minutes. [13:43] dendrobates: thanks [13:44] zoopster: i just ec2-run-instance and i have to login to the newly created vm. I think that first access can only be done with root keys, correct me if i'm wrong [13:46] zoopster: i'm using the ubuntu jaunty images i found at eucalyptus site. [13:47] boredandblogging: I'll ask them today. [13:48] dendrobates: appreciate it [13:49] * eolo999 is not clear enough? [13:59] I wish I had the confidence to tell grub to fuck off, and use extlinux or something equally straightforward, everywhere. [13:59] This whole grub-install "I'll detect what you're doing" voodoo unsettles me [14:02] oops: lost connection [14:02] * alterlaszlo should really change ISP [14:03] alterlaszlo = eolo999 [14:04] zoopster: if you replied me, can you do it again as i lost connection? [14:11] ScottK: any feedback you might have on the postfix 2.6.1-0 in experimental would be good... then I'll push -1 to sid and we can sync it [14:31] soren: me again :) Do you agree that I add karmic in the available distro (likewise it was the case with the patch to enable intrepid and jaunty) ? [14:32] Certainly. [14:32] soren: I was quite sure but I'd rather asked you first :) [14:32] good day everyone ... is there any way apart from compiling myself to get a newer version of samba on a hardy install? I am having massive problems with samba 3.0 and remote subnet domain joins ... and upgrading seems to only be the last thing which I have not checked [14:34] madler: well... [14:34] i built a debian package for hardy of samba of 3.3.2 [14:35] er, of samba 3.3.2 [14:35] it was the jaunty package, but its backported [14:35] 3.3.4 is afaik current stable ... but seems new enough to me ... is there a repository for it? [14:36] no, its sitting on my local machine [14:36] but if you have a place i can send it to... it also has a few dependencies [14:37] i'm planning to put a bunch of backports up on my PPA but i havent gotten there yet [14:38] or if you want i have detailed instructions on building it yourself [14:38] including building the dependencies [14:39] Sam-I-Am: that would be much appreciated [14:39] the build instructions [14:39] sure... lemmie send them to pastebin [14:39] (and see how they look first) [14:39] do you think this would apply to 3.2.11 aswell ... as this seems a bit more tested (at least from the version numbers) [14:40] well, these instructions use the jaunty package and make it work on hardy... compiling from upstream source you'd need to do a bit more work to make a debian package... however you could just build and install in /usr/local, but that gets messy. [14:42] hmmm [14:43] so frustrating [14:56] yes ... smbldap open connection; check_ntlm_passwd success ... one error which I see quite often is "read_data: read failure for 4 bytes to client 192.168.10.117. Error = Connection reset by peer" ... but this happens on all machines ... I can't pin-point this either [14:56] I am pulling my hair out meanwhile [14:57] hmm [14:58] have you tried a tcpdump on the windows machine to see if the traffic getting sent from samba is making it back? [14:58] you should see the same traffic on both ends if the connection is clear === yml_ is now known as yml [14:58] will try that now [14:58] sounds like somethings getting lost [14:59] and windows just isnt good at returning useful errors [14:59] amen [15:06] New bug: #383156 in sysstat (universe) "iostat stack overflow" [Undecided,Confirmed] https://launchpad.net/bugs/383156 === sammy is now known as Guest36488 === You're now known as ubuntulog === stickystyle_ is now known as stickystyle [15:20] lamont: I'm in -0700 and working in a place with no net access this week and next, so don't block on me looking at it, but I'll try .... [15:20] no net access for almost 2 weeks? what will you do... === sammy is now known as Guest18726 [15:24] ScottK: ok. I may just upload it in a day or so if debian doesn't bitch [15:39] guys was trying to patch sftp transaction entries into auth.log well had followed this tutorial http://ubuntuforums.org/showthread.php?t=241188 and i get like this http://paste.ubuntu.com/187421/ openssh server was working pretty well before this any idea guys ? [15:43] yeah so your key changed [15:43] go delete the old one from .ssh/known_hosts [15:45] Sam-I-Am: thanks mate ! [15:48] hello, I am looking at buying an HP workstation/server that has a LSI 8888ELP RAID controller card in it, the HP site doesn't have any Linux drives for it so i think HP is assuming that drives are natively available (HP only support RHE4, RHE5, and Suse Enterprise 11). Now on the LSI site they have Linux drives for the controller but for RHE3/4/5, Suse Ent9/10/11, CentOS 5.2, and Fedora 9. My question is can I get a driver out of one of these that [15:48] if its open source it should just be in the kernel [15:49] Sam-I-Am:what do you mean by if its open source it should be in the kernel? [15:50] if lsi is just releasing its drivers as open source it'll probably be in most kernels [15:50] have you googled? [15:50] Sam-I-Am: and are you saying in the server kernel or in the desktop? [15:50] yes i googled the card with linux behind it and nothing really comes up as people having problems with it or anything but I also dont see anyone else talking about drives for it [15:50] either one... they're more or less the same driver-wise [15:51] if you downloaded the redhat driver or .tar.gz, can you figure out the module name? if so, you can see if its in the ubuntu kernel [15:54] let me look and see if i can find the module name, but the file they provide for the drive is a zip archive with an rmp, img, and tgz in it, and the tgz look like just normal source that i can compile [15:55] soren: bug 383184 [15:55] Launchpad bug 383184 in virtinst "Please merge virtinst 0.400.3-3 (main) from debian unstable" [Wishlist,In progress] https://launchpad.net/bugs/383184 [15:57] huats: Lovely. I don't have time to look today, but tomorrow for sure. [15:58] soren: no problem at all. It fixes the keymap issue [15:58] (just so that you know) [15:58] Sam-I-Am: I found what i think is the module name but how would i got about seeing if it is in the kernel? [16:12] soren: don't do the upload... a new debian version is out :( [16:12] I'll take care of merging with it [16:14] it is not a big deal... [16:17] LeChacal: look in /boot/config-* [16:17] theres a config file for that kernel [16:17] search for the module name [16:22] Sam-I-Am: ok thanks the module is listed in there === lamont` is now known as lamont [16:43] soren: it is good this time on the bug... you can take the stuff (well tomorrow :)) [17:12] is a properly configured UFW setup secure enough to not necessitate a hardware firewall in front? [17:12] sure [17:12] this is a personal server with ports 22 and 80 open. default deny everywhere else. [17:12] nice! [17:16] of course ufw wont protect your ssh and http server [17:17] most server penetrations I know are because insecure web applications (PHP) [17:17] jmedina: still working on those packages btw... almost done [17:17] jmedina: built some chroot silos to separate builds [17:17] Sam-I-Am: good, tell me when whey are done [17:18] Sam-I-Am: or if you want I can help with the building process [17:18] Sam-I-Am: 32o 64bits? [17:18] amd64 for now [17:18] good [17:18] i think i got it... getting very close [17:18] I only use 64 for servers [17:18] i have the dependencies built in their own silos [17:19] grabbed a few libs from jaunty that Just Work on hardy [17:19] so this stuff is all for hardy amd64 [17:19] will also start building openldap-cvs for debian-unstable or karmic soon [17:19] but i gotta do this first === _aleks is now known as aleks [17:35] !help [17:35] Hi! I'm #ubuntu-server's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi - Usage info: http://wiki.ubuntu.com/UbuntuBots === mcasadevall is now known as NCommander [18:26] New bug: #382785 in mysql-dfsg-5.0 (main) "package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1" [Undecided,Confirmed] https://launchpad.net/bugs/382785 [19:01] anyone know how to control which monitor (presuming you have multiple) rdeskop displays onto? [19:48] what kind of magic is being used to create the super cool motd in 9.04 please? [19:49] maek: the update-motd package [19:49] sommer: thanks [19:49] np [19:52] hmmm [20:38] hi all [20:39] i just acquired an old pentium box, i haven't had a chance to look inside it yet, but my plans for it are to make a server out of it...right now my only box is dual purposing as a desktop/web/mail/ftp server...what is the best way i can migrate the server side of my current box over to this new server? [20:39] or is my only option to just manually reconfigure everything again on the new box? [20:40] billybigrigger: are you dual booting? [20:41] New bug: #383318 in mysql-dfsg-5.0 (main) "package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subprocess post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/383318 [20:41] gcleric::: no [20:42] if you are you could image the server side with something like dd and restore it to the old box. then using the LiveCD modify the fstab to change the drive it's pointing at to sda. [20:42] gcleric::: i just have jaunty desktop installed, but also apache/mysql/php/proftpd packages installed on top [20:42] i don't think that will work [20:42] hmmm [20:42] ill just have to reconfigure i imagine eh? [20:42] then I'd build a new box from scratch and migrate services to the new box. [20:44] just tgz up the data and configs and restore them to the new box [20:44] that is after you install the servives on the new box. [20:46] billybigrigger: once you get your server up and running consider imaging it for backup.... if the size of your data allows it. [20:47] here's a howto I wrote for imaging linux systems. http://ubuntuforums.org/showthread.php?t=581680 [20:47] or use mondo [20:48] dinger1986: what advantages does that offer? [20:48] gcleric::: thanks [20:49] also...i just found the two usb inputs are not working...this box was made in '97 according to the sticker on the back and im wondering if my newer usb dongle for keyboard and mouse are too new for it...now i don't have a ps2 kb/mouse [20:50] billybigrigger: no, there's no such thing as "too new" in USB [20:50] or remondo makes an image [20:50] so is there anyway to do a networked install? probably not eh? like the only thing i plan on doing with this box is hooking up power and wire it... [20:50] giovani|work: unless he's refering to USB 1.1 [20:50] billybigrigger: USB 2.0 works with USB 1.x -- however, your mouse/keyboard are likely not USB 2.0 anyway [20:50] dinger1986: I'm unclear on how that's better than using dd ... mind explaining? [20:50] giovani|work::: i thought they were backwards compatible... [20:51] billybigrigger: they are, I just said that [20:51] giovani|work::: well ill just have to open it up, and see if there's something visibly wrong with the inputs then [20:51] none over using dd [20:51] giovani|work::: ya, and i said i thought they were, thanks for confirming [20:51] billybigrigger: however, a system as old as 97 might not support USB for keyboard input [20:51] in the bios, etc [20:51] ahh [20:51] they wont [20:51] should work with an OS that has drivers, though [20:52] do you have anyusb to ps2 adapterS? [20:52] giovani|work::: so will i have usb kb/mouse during ubuntu install? or no because the bios won't support it [20:52] billybigrigger: I can't say for sure [20:52] negative on the usb-ps2 adapter [20:52] billybigrigger: any problem with just trying it and rolling with the punches? [20:53] fuck, im gonna have to look through a bunch of shit stored away in the storage room, and even then i might not find the old kb/mouse i had...i think i chucked it a long time ago [20:53] giovani|work::: nothing wrong with rolling with the punchs [20:53] billybigrigger: I said try it ... [20:53] s/punchs/punches [20:53] did you try it first? [20:53] IM TRYING! :P [20:53] trying? it either works ir not [20:53] or* [20:57] billybigrigger: and yes, network-booted installs (PXE) do absolutely work, we do dozens of them a week here [20:58] so that's an option if you want to set it up [20:58] so i can install without a kb/mouse if i HAVE to [20:58] nice... [20:58] but it's probably more work to set that up than it is to find a PS2 keyboard, if in fact the USB keyboard doesn't work [20:58] ahh [20:58] bummer... [20:58] I'm not sure who doesn't have a PS2 keyboard [20:59] why nt install on another machine then take it across? [20:59] and repair network cards etc [20:59] that's a horrible solution [20:59] please don't recommend that to users [21:00] ok [21:00] billybigrigger: so you have or have not tested the usb keyboard in the ubuntu installer? [21:01] downloading install cd as we speak [21:02] i used to have a ps2 keyboard/mouse but i think its long gone [21:02] honestly, you should ALWAYS have one [21:02] USB is a far too complex protocol to rely on for something as simple as a keyboard [21:07] well i used to have 3 box's in my comp room so instead of running kb's/mice to all of them i bought a usb kb/mouse with a dongle and they all had usb, and it worked great....now that was years ago and i've clean house a bit and downsized to 1 machine, which was a dumb idea, i should have kept my old server box in the first place [21:08] i really don't feel like going through the boxes in my storage room to find that kb though...if i can get it to work some other way i will :P [21:31] well i don't know how i can enter bios a set boot to cd [21:31] i need a kb [21:31] this sucks [21:31] giovani|work::: how do i net install? [21:34] billybigrigger: it's far more complex than finding a PS2 keyboard, I assure you [21:34] if you've never done it before ... good luck [21:35] this look like a relatively complete guide, but I can't vouch for it -- I'd do it without a guide: https://wiki.koeln.ccc.de/index.php/Ubuntu_PXE_Install [21:35] looks* [21:35] you'll want to automate the install [21:35] so that you don't need a keyboard [21:35] I don't think the guide covers that [21:57] New bug: #380272 in samba (main) "/etb/mtab shows cifs mount options usernames and password" [Undecided,Confirmed] https://launchpad.net/bugs/380272 [21:58] umm...well i dont even know if this thing is worth using as a server [21:58] 9.04 cd wont even boot [21:59] i need to update the bios on it for 9.04 server 386 to boot....went into bios and found that its an old p1 166mhz with 98mb ram... [21:59] i found my ps2 kb btw [22:00] i dont have a floppy to update the bios...this thing is ancient... [22:01] billybigrigger: easier to just go with the general kernelbuild. [22:01] or build your own. [22:01] would i be better off checking out debian lenny? [22:02] hi guys, i am looking for a decent groupware for a heterogenouus environment (win, mac + linux), so far kolab and perhaps obm sprung to my mind, does anyone here have a recommendation? [22:06] ewook::: should i try the general kernel build or try debian? [22:07] ewook::: and where can i download find more info on this general kernel build you speak of [22:08] billybigrigger: I am talking about the same build that ubuntu uses, you can apt-get it. [22:08] debian's standardkernels might be even nicer, but, well. dunno. [22:08] oh, your talking about building my own kernel [22:08] nah [22:08] not really [22:08] if you don't wanna. [22:09] but, I wanna sleep :P laters. [22:09] ahh haha thanks :P [22:14] is there anyway to pass boot options to the install cd before the actual installer? [22:15] i got an error saying i couldnt boot the install cd because i needed to update my bios, is there anyway around this? like passing acpi=off [22:24] billybigrigger: if you couldn't boot the installcd, how did you determine if the USB keyboard didn't work? [22:25] and yes, you can modify the cd's default boot line [22:25] edit it [22:28] but i get the error right after booting cd.....the isolinux runs for 1 sec and gives me that error [23:31] New bug: #383300 in cyrus-sasl2 (main) "cyrus-sasl2 buffer overflow vulnerability: CVE-2009-0688" [Unknown,Fix released] https://launchpad.net/bugs/383300 === yml_ is now known as yml