[00:58] anyone use remote syslog and have the "very slow syslog" problem? [01:45] -=[ QUESTION ]=- I have a server with need to install an OS that can be run on IA64. I can only find Hardly in this version, do you guys know if there is a 8.10 version to be run on AI64? -=[ QUESTION ]=- [01:46] not 100% sure, but will amd64 run on ia64? [01:48] * jmedina preferes to run hardy on servers [01:48] nope, its a different architechture... what confuses me is that there is a doc for installation 8.10 on IA64 but no download for it [01:48] jmedina, okai, so should just get the hardy one and go ahead? [01:50] Tigermuss: I prefere hardy because is LTS, I dont want to upgrade every six months and see what happens, I prefer something stable [01:50] ahh i see [01:50] heh, I like adventure [01:50] Tigermuss: xeon cpus? [01:51] Itanium 2 [01:51] :O [01:51] never installed on Itanium [01:52] well the IA64 should be for that kind of system [01:53] I see no intrepid for IA64 [01:53] http://cdimage.ubuntu.com/ports/releases/hardy/release/ [01:53] there is for hardy [01:53] yes i saw that too, but i found this https://help.ubuntu.com/8.10/installation-guide/ia64/pr01.html [01:55] Tigermuss: HP systems? [01:55] yes rx2600 [01:55] HP Integrity rx2600 [01:56] Tigermuss: any reason to use intrepid? [01:56] nope, just testet with that prior to getting this machine, but didn [01:56] t [01:56] look into if the iso actuly was availble [01:57] just read it was supported [02:05] Tigermuss: looks that the guide it is just a copy of x86 guide [02:06] there is no ia64 specific information [02:06] yes there is https://help.ubuntu.com/8.10/installation-guide/ia64/ch05s01.html [02:06] dont know that many others that have EFI bootmanager [02:08] but i think its a copy of the manual for hardy, just changed the refferce to hardy to intrepid [02:13] Tigermuss: well everything points to haryd :D [02:14] have downloaded it and way ahead on installing it ;) [02:22] jmedina: what ftpd what you suggest for ubuntu? [02:24] vsftpd is quite good [02:25] easy to configurate? [02:27] yeppers, the latest serverguide has pretty good coverage [02:27] well for jaunty anyway :) [02:28] im pretty new to linux... so something like sudo apt-get vsftpd should do it right? [02:29] yep, then depending on what you want to ftp, anoymous download is enabled by default, but ftp to home directories is easy to configure [02:29] only want to home dirs [02:30] quite simple... see /etc/vsftpd.conf [02:30] okai [02:31] once you have it installed, if you have further questions should be able to find an answer here [02:31] or in the man pages :) [02:32] okai just a simple one, howdo i restart the vsftpd ? [02:32] /etc/init.d/vsftpd restart [02:33] /etc/init.d/service_name is pretty standard for linux [02:33] thank you, it should work now i will test ;) [02:33] np [02:34] hmm have disable the anonymos thing, but can still login with anonymous [02:38] you set anonymous_enable=NO ? and restarted vsftpd? [02:38] my bad, i just commented it out, witch dont do anything, just changed it to NO and works like a charm ;) [02:39] heh ya, since the default is to allow download it needs to be set [02:40] i figured out hehe ;) [02:40] but it downloads from the ftp user's home directory so if there [02:40] okai [02:40] 's nothing there it shouldn't be a big problem [02:40] but better to disable if not needed :) [02:41] dont want anyone in thats no intended for it ;) [02:42] sure [03:21] hello users :D [03:23] do we have solution to update ubuntu-server ? [03:26] yes [03:27] cool [03:27] what is it :D [03:27] sudo apt-get update && sudo apt-get upgrade [03:27] thats what i did :D [03:27] LOL :D [03:27] great [03:28] latest kernel for server is 2.6.27-7-server [03:28] uname -r [03:28] sounds about right [03:29] cool [03:29] am running it in vmware [03:29] learning the ropes [03:29] :) [03:37] sommer, have you any experience with gaming servers? [03:38] my buddy runs WoW server [03:38] no not too much... played around with l4d a while back. but nothing serious [03:38] P4 1 Gb ram, 30 users [03:38] no lag :D [03:39] is jmarsden around [03:40] well i have to setup an AAO server... but everytime i try to run ./server-bin XXXXXX i just say "-bash: ./sever-bin: no such file or directory"... and i have chmod +ux [03:41] chmod u+x* [03:41] is sudo useradd XXX # my command for adding a user [03:47] sommer / infomomo any suggestions? [03:48] am not linux guru [03:49] okai, bummer :/ [03:51] useradd is a low-level command; I recommend you use adduser instead. [03:51] does useradd give access to everything? === tew is now known as tewmten [03:52] or adduser I should say [03:52] access to? [03:53] or it just adds and then I have to set the permissions? [03:54] how do I install cgi for apache? [03:56] everytime i try to run ./server-bin XXXXXX i just say "-bash: ./sever-bin: no such file or directory"... and i have chmod u+x server-bin.... any suggestions?? [03:57] Check your spelling :) [04:00] just here i spelled it wrong [04:59] think anyone could entertain a question with Ubuntu server and Samba [05:02] Your odds go up if you ask the question. [05:02] Entertain, you mean with drinks and music? [05:02] lol, sorry just read the whole topic "just ask" [05:02] I have my samba server up and running [05:02] I have a user account that works [05:03] and it's setup to allow guests as well [05:03] works in samba, or works in linux? [05:03] both [05:03] Carry on... [05:03] i want guests to just have read writes and my user to have read/write [05:04] I can't seem to find a straight answer via google, maybe i'm reading over it. [05:05] Uh, do you mean: "i want guests to just have read *rights* and my user to have read/write" [05:05] yes, sorry i've been on my computer to long [05:06] foomanshoe: use "write lists" [05:06] foomanshoe: Well, the guest user for samba is a user too. In fact you can just map the user to a linux user and assign privileges accordingly. Not only that, you can set privileges for a samba user within smb.conf IIRC. [05:08] foomanshoe: allow guest access "guest ok = yes" and then grant write acccess to some users o a group using "wirte list = user1, user2, @group" [05:08] trying now [05:12] anyone have a suggestion to how i install Xen on a Ubuntu 8.04 IA64? [05:14] jmedina: thank you it worked like a charm [05:14] good [05:14] owh: I'm going to start reading about setting guest up as a user and controlling read/write via folder permissions [05:14] Tigermuss: isn't packaged? [05:15] thank you for the help everyone [05:16] jmedina: well when i try to do apt-get install ubuntu-xen-server it sais the package isn't there, but when i search for it is there, but only as amd and x86 [05:16] Well, at least it's not lying then :) [05:16] I'm not sure if is supported upstream [05:21] could someone please guide me through this, cause i cant seem to use ANY make command [05:23] Tigermuss: Given the time of the day, I would either wait another six hours or so at least - until soren is back, otherwise, send an email to ubuntu-server and he'll pick it up there. [05:23] thank you, i'll do that ;) [06:46] after I change my port in ssh_config and restart ssh, I'm getting connection refused (ssh is still running on 22 however my ssh command is now defaulting to the changed port number) any ideals on fixing this? [06:57] I figured it out I'm going to bed. I was editing ssh_config and neeed to be editing sshd_config. Thanks for the previous help, night [06:57] exit [08:29] Tigermuss: To the best of my knowledge, we don't offer Xen on IA64. We definitely don't support it (since ia64 isn't a supported platform, but one of the community ports). [08:58] Hi there.. Somebody knows how I get already recieved mails trough my new sieve (that also the older mails get sorted in the right subfolders)? [09:42] Good morning from norway :) [09:42] o/ [09:43] I followd this guide to setup autofs-ldap https://help.ubuntu.com/community/AutofsLDAP, but when i try to start autofs I'm getting this error: no automount maps defined. [09:44] I aslo configured /etc/default/autofs to use LDAP [09:55] Is it something spesial regarding to Ubuntu 8.10 and the new way of configuring OpenLDAP? [10:02] Scix: Not sure. I don't use autofs myself. [10:03] soren: What do you use? If any ... ) [10:08] Scix: Nothing like that :) === fw1_ is now known as incorrect [10:11] I have a suggestion, why isn't the default logrotate set to use dates rather than 1,2,3 etc ? [10:17] hi guys, is it possible to setup dhcp load-balancing or failover with more then 2 servers? [10:17] just configure 3 dhcp to handout the same dhcppool [10:18] client asks for an ipadress. all servers will reply. client acks the first. all servers will register the broadcasted ack from the client [10:19] works like a charm [10:20] i see [10:20] https://wiki.edubuntu.org/EdubuntuDHCPload-balancingFailover [10:20] probably will work with this setup [10:20] :/ [10:21] reconfigure [10:22] gate_keeper_: you don't need to configure dhcpd.failover [10:23] hmm [10:24] u mean without it, i can't add more then 2 servers [10:24] anyways if 1 of them goes down, other one will accept the clients requests [10:25] after reboot [10:26] there are some balancing options in dhcp.failover .. :/ [10:30] hmm [10:46] soren: Hi there, i was asked earlier to talk to you about Ubuntu Server for ia64.... Do you have any experience in installing Xen or simular for this processor specific system? [11:12] Tigermuss: And i responded 3 hours ago :) [11:12] 08:30:12 < soren> Tigermuss: To the best of my knowledge, we don't offer Xen on IA64. We definitely don't support it (since ia64 isn't a supported platform, but one of the community ports). [11:13] Tigermuss: I've never worked with IA64 myself. I do happen to know, though, that kvm runs on ia64. You need to compile it yourself from git, though. [11:14] I thought Xen was x86 only? [11:14] hm. guess ia64 does x86 emulation [11:15] Kamping_Kaiser: No, Xen isn't x86 only. [11:16] There's ports to at least ARM and ia64 as well. I have no idea about the state of them, but I know that some work has been put into it. [11:16] I might have another look at it then [11:16] thanks for the info [11:16] * Kamping_Kaiser wonders if it works on alpha yet [11:18] No idea. I don't know if it *works* on ia64 or arm. [11:18] hehe, yeap. the 'its not intel' problem [11:21] ia64 is Intel :) [11:22] don't tell anyone I said this, but I'm not even sure I'd say it works on x86 :) [11:22] hahaha. [11:23] problem with having alpha/sparc/ia32 (with a possible addition of an amd64) as your options for buildds is you /need/ virtualisation that works on all, or no virtualisation :/ [11:32] Soren: sooorry, didn't see it through all the join/disconnect ;) [11:32] Soren: do you have any suggestion to what i should install as OS to get some virtulisation running? ;) [11:34] Tigermuss: On IA64? [11:35] 11:13:31 < soren> Tigermuss: I've never worked with IA64 myself. I do happen to know, though, that kvm runs on ia64. You need to compile it yourself from git, though. [11:37] Soren: yeas on IA64.... i got so for with the Xen wiki http://wiki.xensource.com/xenwiki/XenIA64/HowTo but there are some compile errors and can't get EFI bootmanager to load elilo with the right settings... i might just end up with a Windows 2008 box instead, just trying to get arround it [11:37] hey people. I want to give multiple people sftp access to my server, but restrict them to their home folder and also restrict them to sftp only, no ssh access. I want everyone to have different home folders and accounts. Anyone have recommendations on which approach to take? [11:38] try libpam-chroot [11:38] there might even be libpam- ssh specific stuff too [11:42] SmokeyD: scponly - Restricts the commands available to scp- and sftp-users [11:42] SmokeyD: oh, sorry, I misread your question. [11:43] soren: if I understood right, scponly is nice if you want to have just one account, but not for multiple users right? [11:43] SmokeyD: I believe it's meant to restrict people from logging in over ssh, but still have scp and sftp access. [11:45] ...but it doesn't do anything to restrict people to their home directories, I think. [11:45] Tigermuss: I don't know how to express it any clearer.. I would try with kvm on IA64. [11:45] Not Xen. [11:46] KVM. It's a different hypervisor. [11:46] soren: yes ok, but is it aimed at doing that once for one account, or for multiple users. [11:46] soren: their own website says: "A typical usage of scponly is in creating a semi-public account not unlike the concept of anonymous login for ftp. [11:46] SmokeyD: You create a user (or 27) and set their shell to scponly. [11:47] ...and then they can't do anything but scp and sftp. [11:47] Soren, i reading on it right now, but kvm for ia64 i still a port, and the sourceforge site is rather "spammed", so cant really fint what i want ;) [11:47] Tigermuss: Xen of ia64 isn't considered a port? [11:48] "Xen on ia64", I mean. [11:48] Soren: as far as i can read here.. http://kvm.qumranet.com/kvmwiki/ia64_list?highlight=%28Category+ia64%29 [11:48] SmokeyD: If you want to use it for a shared account, that's up to you. scponly doesn't care, AFAICT. [11:48] Soren: From denmark? [11:48] yes [11:49] Soren: okai, any rules in here about it should be in english? ;) [11:49] Yes :) [11:49] Less so in #ubuntu-dk. :) [12:19] hi ubuntu server community [12:19] please: ho to connect to internet using a PPP Dialer ? === Gargoyle is now known as Gargoyle|Away [12:28] DelphiWorld: search on google. [12:28] DelphiWorld: first hit: http://www.google.com/url?sa=t&source=web&ct=res&cd=1&url=http%3A%2F%2Fwww.ubuntugeek.com%2Fsetting-up-dial-up-connection-in-ubuntu.html&ei=RK2aSeSdJI-Y-gbzj_z6CA&usg=AFQjCNG_mbB6tHz2L8KkT958wrceWB-hCw&sig2=99-gdMEyFbjelgI_4JQgsw [12:29] anyone knows if it is possible to use EVMS volume as root partition on Ubuntu Server 8.04? [12:30] it means initrd should contain evms tools [12:32] ubottu: adsl [12:32] Setting up an ADSL/PPPoE connection? Look at https://help.ubuntu.com/community/ADSLPPPoE [12:34] ubottu: evms [12:34] Sorry, I don't know anything about evms [12:34] ubottu: EVMS [12:34] Sorry, I don't know anything about EVMS [12:35] I have a autofs-ldap problem on my new servers. Could anyone help me with this one? http://ubuntuforums.org/showthread.php?t=1072228 [12:38] how do i add a static route? i'm got an 8.04 firewall server with an internal IP of 172.20.* and one of the clients on that LAN serves as a firewall server for a subnet (10.20.*). i can ssh in and out of 10.20.*, in can lookup, but i can't ping a 172.20. addr from inside the 10.20. subnet. and i can't access the web from the 10.20. [12:38] i'm using firehol, squid and powerdns [12:40] please any screen reader for the command line interface ? [12:40] DelphiWorld: Screen reader? You mean for blind people? [12:41] soren: yes, exactly [12:41] soren: any solution ? [12:42] DelphiWorld: No idea. [12:42] DelphiWorld: You could ask TheMuso. He tends to know these kinds of things. [12:42] DelphiWorld: He's in Australia, so he's probably asleep right now, though. [12:43] unless hes hacking late, but it is a weeknight :) [12:43] please try to help my friends about ubuntu server accessibility [12:46] DelphiWorld: i found a thread that might have some ideas [12:47] DelphiWorld: https://lists.ubuntu.com/archives/ubuntu-users/2008-December/168334.html [12:47] something to do with redirecting the serial console and pushing that out to the reader [12:49] dmacnutt: thanks === Gargoyle|Away is now known as Gargoyle [13:32] soren are you there? [13:34] Scix: replied your thread [13:35] Sun Fire X4150 Server (Intel) is a certified server by Ubuntu [13:35] I did a test on 6 servers and it hangs without any reason [13:36] Someone should update the page because there's something wrong between the new Intel CPU 5450 and motherboard/memory. I send back one server to SUN to do some more debug [13:38] hi there :) [13:40] waver_: ask Jeeves__ here. Maybe he has experience with that machine (but he's mostly an AMD fan :) ) [13:40] intel sucks [13:40] http://www.drbd.org/mc/management-console/ [13:40] :) [13:40] we only do the 4140, 4240 and other amd boxes === Jeeves__ is now known as Jeeves_ [13:41] The install is ok, everything was ok related to Ubuntu. But the machine hangs without doing any stress ;) [13:41] Jeeves_> I have an 4140 and work fine [13:41] memory? [13:41] Ah no [13:41] there's a problem with nvidia chipset :P [13:41] Forcedepth driver [13:42] but it's not a big problem until now [13:42] server with nvidia chipset? [13:42] too many iterations (6) in nv_nic_irq. [13:42] who produces servers like that? [13:42] Yep 4140 [13:42] 4140? [13:42] like... sun? dell? hp? [13:42] ivoks: Not much wrong with that chipset [13:42] Sun [13:43] Yoiu tell me that you test the 4140 [13:43] ivoks: Almost all Sun's carry that chipset [13:43] it's a sun machin [13:43] https://wiki.ubuntu.com/ServerTestingTeam/SunFireX4140 [13:43] As you can see on my test, it has a nvidia chipset [13:43] And I choose the 4150 because it's not a nvidia chipset for the network [13:44] But 6 servers down after 5 min ;) [13:44] SUN is on a bad situation. He's looking this case [13:45] i didn't like desktops with nvidia chipset, i can't imagine having a server with nvidia chipset [13:45] but, that's me, i could be wrong, maybe it's the best chipset in the world [13:45] I want only to inform that like it's mentioned on the ubuntu page. This server should not be certified until sun provide a fix [13:47] I will go to do some more test. I can't imagine that there's no log for the error from the OS or from the ILOM. [13:47] I will install Solaris to see if I can reproduce this bug [13:47] see u folks [13:50] wver_: it is forcedeth problem [13:50] waver_: it is mentioned in product notes [13:50] product notes say, either do 'pci=nomsi' boot option [13:50] or increase interrupt count [13:50] (what is done on newer linux kernels, 2.6.27 or so) [13:51] I just upgraded kernels, and see no crashes atm [13:51] I've been hanging around with that problem for few months here [13:51] until I took sun server's product manual [13:51] and it explained the issue :) [13:52] * domas points to http://docs.sun.com/source/820-2396-14/OSIssues.html#50589754_48533 [13:54] waver_: Which version of Ubuntu did you try? [13:56] soren> Ubuntu 8.04.2 [13:57] I have one server with the last BIOS/SP firmware that handle my stress test [13:57] The 5 servers with same version of firmware die immediatly after some minute [13:58] domas> thanks for the info [13:59] domas> I will try this. I'm runing 2.6.24-21-server on this X4140. Next time when I restart it I will try this boot option [13:59] waver_: I have bunch of fully loaded X4240s that all hit this issue [13:59] it helped me though I still had hangs [13:59] I just use 2.6.28.2 kernels now [14:00] domas> sorry [14:01] though my workloads were filling GE, and doing >150MB/s i/o [14:01] :) [14:01] but i just check cat /etc/modprobe.d/options [14:01] and i have this option :P [14:01] And still get this error message [14:01] I am building a server with an encrypted partition, the problem is that there is no remote management so when the system boots it waits for the encryption key to be typed in, [14:01] # forcedeth [14:01] options forcedeth max_interrupt_work=20 [14:01] ghm [14:01] strange that you hit stalls then [14:01] I would like to allow the system to boot but not try and unlock the disk [14:01] do it like I did, just get vanilla kernel, copy in ubuntu config, make-kpkg, and deploy new deb [14:01] :) [14:02] waver_: I'm not sure how much pci=nomsi helps [14:02] waver: btw, did you do mkinitrd after you added that to /etc/modprobe.d/options? :) [14:02] incorrect: add sshd to initramfs [14:02] incorrect: you can't boot system wihtout reading the disk [14:03] domas> I think so [14:03] ivoks, its only a partition, not / [14:03] incorrect: then add noauto to /etc/fstab [14:03] waver_: anyway, I didn't have much of crashing with 2.6.28, just one machine bailed out, but probably because of different reasons, got some MCEs logged there [14:03] ivoks, that doesn't stop the system from trying to unlock the disk [14:03] oh [14:03] waver_: did I say how much I hate computers? :) [14:04] domas> this server is using a heavy I/O AoE so ... [14:04] waver_: AoE? :) Area of Effect? [14:04] 15:04:04 up 79 days [14:04] RX bytes:803069421206 (747.9 GB) [14:04] TX bytes:3545757532192 (3.2 TB) [14:04] waver: the problem is when you have heavy disk i/o + heavy network i/o [14:04] AoE: Ata over ethernet [14:04] haha, you can see I play wow sometimes ;-) [14:05] ^^ [14:05] waver_: Error: "^" is not a valid command. [14:05] damn, ata over ethernet [14:05] where the heck is world going [14:05] :D [14:05] waver: well, now that you didn't restart for 79 days, I'd call that stable! :) [14:05] I was hitting the problem whenever was filling gigabit interfaces :) [14:06] Yes but I don't force all the traffic to this server :o [14:06] though your stats don't show heavy i/o [14:06] incorrect: i never used that feature of ubuntu-server, so i don't know all the details, but you could take a look at the service that asks for password [14:06] thats just half a meg a second [14:06] ;-) [14:07] incorrect: and, if possible, configure it or disable it's auto-start [14:07] ah! you can put a timeout [14:07] waver: 20 days here, and it is quite idle server: RX bytes:1745411503284 (1.5 TB) TX bytes:2052170952643 (1.8 TB) [14:07] domas> because it's only a failover server when the first one is overloaded ^^ [14:07] haha [14:07] :) [14:07] what the heck do you do with ata over ethernet? [14:08] cache and db ^^ [14:08] *shrug* [14:08] I don't need AoE for my DBs [14:08] :) [14:10] I test a lot of DAS/NAS/SAN from dell but a NAS with AoE it's really the paradise ^^ [14:10] Even for me it's fast than a Fiber SAN [14:10] I just use internal disks ;-) [14:10] X4240s with 16 disks each \o/ [14:10] domas: The 7110 is cool too [14:11] I can't do this [14:11] Jeeves_: you can't run your software on 7xxx'ies [14:11] Jeeves_: 7110 is same chassis as 4240 [14:11] I need a redundancy. So other machin can mount the disk and continue the job [14:11] I guess it was built on top of 4250 [14:11] waver_: use drbd [14:11] use replication! [14:12] meh, have to resolve one drbd issue [14:12] or, even better, take care of that on application level [14:12] domas> I test it. replication = problem [14:12] why [14:12] You don't read about this company doing replication of db ^^ [14:12] that lost everything lol [14:12] which one? [14:12] how would that happen? [14:13] someone wrote DELETE * [14:13] SAN won't help you there either [14:13] well, shared disks don't guard you with that [14:13] nothint will [14:13] ivoks: I have a method [14:13] nothing [14:13] ivoks: delayed replication ;-) [14:14] domas: or backups :D [14:14] (or snapshots) [14:14] domas: I know. We just got ourselves two 7110's [14:14] but delayed replication is win, because it can take you five minutes to catch up with an hour of changes [14:14] Jeeves_: yay! :) [14:14] domas: so, you delay for how long? [14:14] ivoks: an hour [14:14] domas: what about if master cracks? you loose everything created in last hour [14:15] waver_: Is there a bug report open about the bug you're experiencing with those Sun boxes? [14:15] ivoks: no, you have binlogs on slave [14:15] ivoks: our masters have >5 slaves each :) [14:15] http://journalspace.com/this_is_the_way_the_world_ends/not_with_a_bang_but_a_whimper.html [14:15] domas: thehe [14:15] soren> not yet. I need some confirmation from SUN [14:16] And I want to know who do this certification about the X4150 [14:16] Jeeves_: my dayjob is sun :) [14:16] And wich processor is it [14:16] domas: one for redundancy and other with delayed replication? [14:16] ivoks: mostly for read scaling [14:16] of course [14:16] it comes packed with redundancy and such too, of course [14:16] we used to run RAID0 db masters for years [14:16] domas> sorry, the article was deleted I think [14:16] whitebox hardware [14:17] thats one of top10 sites =) [14:17] http://blogs.computerworld.com/node/12756/print [14:17] domas: which one? [14:17] :) [14:17] wikipedia? [14:17] :) [14:17] ye [14:18] nice [14:18] nice [14:19] Jeeves_: are you shouting at your disks too? :) [14:19] domas: Not anymore :) [14:19] :) [14:19] it is most popular thing to do at 7xxx's [14:20] after Brendan's video [14:20] Jeeves_: you're the same Jeeves_ running the opensource mirrors? [14:20] my personal server hit some ubuntu software raid bug [14:20] it tries resyncing, then crashes at 99.9% [14:20] bangky: some, ues [14:21] you asked about that yesterday [14:21] right... [14:21] Jeeves_: ic, cool [14:21] he's the guy in logo of ask.com! [14:21] oh no, he got laid off after rebranding! [14:22] domas: erps.. [14:22] the sad dotcom age story =) [14:25] so, for all the people who run DRBD, do you run heartbeat in v1 or v2 mode? :) [14:29] I need to include cryptsetup in my initrd [14:30] domas: i run rhcs [14:31] mhm [14:34] take care... [14:56] hey people. I am trying to get scponly to work with a chroot jail (/usr/sbin/scponlyc as shell). Each user get's his/her own chroot jail. scponlyc is setuid root and I think all necessary libraries are in the chroot jail. After logging in though, gftp hangs. [14:56] This is what auth.log says: http://pastie.org/391709 [14:59] ah, I found a proper debugging way, not with gftp but using scp [15:00] now I see quite some things are still amiss :) [15:43] anyone have issues w/ ocsinventory-server? [15:43] seems the install scripts are messed up [15:43] it doesnt properly pull deps nor configure mysql [16:09] mathiaz: ping [16:09] ivoks: hi [16:09] mathiaz: for start; how are you? :) [16:09] ivoks: FYI: server team meeting in #ubuntu-meeting [16:09] oh, right [16:09] ivoks: doing great! and you? [16:10] doing fine... [16:30] moin [16:56] When a cronjob for a user runs, what scripts are run beforehand to set up the environment? (e.g. bashrc, profile, etc...) [17:00] kirkland: need an intro into ipmi? [17:00] ivoks: sure [17:00] ipmi is just a protocol between client software and system's BMC [17:01] BMC are usually hardware independet network cards which operate even when computer is offline [17:01] so, you can connect to it, power on the machine, and get your self a serial interface to the machine [17:02] you can enter bios, just as you are sitting in front of it [17:02] there are three specifivations; impi1 impi1.5 and ipmi2 [17:02] ipmi2 supports SOL (serial over lan) [17:02] while 1 doesn't [17:02] 1.5 is a bridge between those two and depending on hardware, you can even get sol on those [17:03] dell's BMC cards support IPMI [17:03] gotcha [17:03] intel also, supermicro too [17:03] i'm not sure about hp and sun [17:03] ivoks: ibm does [17:03] ivoks: the bladecenters, anyway [17:04] probably, it's the most common interface to bmc [17:04] now, openipmi is just in kernel support for linux, so that one can use openipmi interface with ipmitool, to control system settings (boot order, sensor data, etc...) [17:05] but ipmitool can also connect over wire to other servers (this doesn't have anything to do with openipmi) [17:05] that's it :) short intro :D [17:21] New bug: #330626 in samba (main) "9.04 Jaunty Samba 2:3.3.0-3ubuntu2 fails to start on update " [Undecided,New] https://launchpad.net/bugs/330626 [17:25] I missed the meeting. :-/ [17:49] so you guys have a meeting 16:00 in #ubuntu-meeting [17:49] translated into 4PM eastern time [17:51] 16:00 utc, 11:00 am eastern time [17:52] man I missed it and the only day that I would be able to attend === erichammond1 is now known as erichammond === erichammond1 is now known as erichammond === undef is now known as undefmesh [20:32] I've got a few custom debs i need to distribute, is there an easy way to build my own repository? [20:33] incorrect: just put it in a launchpad ppa ;-) [20:33] but generally, yes [20:33] domas, i doubt anyone would want my debs [20:33] hehe [20:33] hold on [20:34] i just packaged openldap 2.4.14, it doesn't give 100% desired results [20:34] incorrect: are you building 2.4.14 with gnutls or openssl? [20:35] openssl [20:35] incorrect: lemmie share APT script for you [20:35] i didn't update gnutls [20:36] incorrect: this is what we use to build APT repos, it is a bit overweight for what you need I guess :) [20:38] Hey everyone, Im running ubuntu server 8.10 and have an external HDD (NTFS) connected. The mount seems to work just fine, but sometimes it just says I cannot connect to the device.. Restarting then remounting the drive fixes it every time, but I dont want to have to reboot every time the drive has the issues. Is there a command to perhaps ntfs-3g services or a service that deals with talking to that drive? [20:41] incorrect: you can try 'reprepo' [20:44] falcon looks good [20:44] that seems what i need [20:47] incorrect: FYI, falcon is broken with django 1.0, so you'll need to make sure you have (IIRC) 0.96. [20:48] Patches welcome. [21:15] Hey everyone, Im running ubuntu server 8.10 and have an external HDD (NTFS) connected. The mount seems to work just fine, but sometimes it just says I cannot connect to the device.. Restarting then remounting the drive fixes it every time, but I dont want to have to reboot every time the drive has the issues. Is there a command to perhaps ntfs-3g services or a service that deals with talking to that drive? [21:27] hi everyone, i have a little question [21:27] !ask [21:27] Please don't ask to ask a question, simply ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [21:28] if u could help i will be very happy [21:28] ok, soory [21:28] what is ubuntu server 8.04.2 versions root pass, icouldt't install the system [21:28] doesn't have one [21:30] but when booted starts gnome and when i try to do something asks root passx, i tried root:root but it didn't work [21:30] http://manpages.ubuntu.com/manpages/hardy/man8/sudo_root.8.html [21:30] no. it asks for your password [21:31] rfs: are you shure that it asks for root password ? in ubu there is one basic user with sudo privileges. [21:31] as Nafallo says... yust try password for your nonroot user [21:32] i didn't mentioned, i didnt install the system yet, only booted from iso in a virtual mach [21:32] ine [21:32] anyone have linux servers/workstations in a Windows environment [21:33] im in the planning stages of migrating to a domain and wonder what would be the best approach to make sure my linux servers dont get 'left behind' [21:37] im so sorry for inconvenience, it's all my fault, sorry again [21:41] New bug: #281882 in openssh (main) "ssh hangs in initial handshaking when using IPv6" [Undecided,New] https://launchpad.net/bugs/281882 [23:14] !apache [23:14] LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+) === jjesse__ is now known as jjesse [23:17] Odd that !apache seems to just link to generalised LAMP factoid [23:18] !security [23:18] Security Updates are dealt with here: https://help.ubuntu.com/community/Security - See also !root, !firewall and !server [23:18] !firewall [23:18] Ubuntu, like any other linux distribution, has firewall capabilities built-in. The firewall is managed using the 'iptables' command (see https://help.ubuntu.com/community/IptablesHowTo), or GUI applications such as Firestarter (Gnome) or Guarddog (KDE). [23:19] !server [23:19] Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server-specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is 8.04. For more info see https://help.ubuntu.com/community/ServerFaq/ and https://help.ubuntu.com/8.04/serverguide/C/index.html - Use the #ubuntu-server channel for support [23:42] how can i add mod_security to my apache installation on ubuntu? [23:44] Voltron: What release are you running? [23:44] Hardy Heron desktop edition but with no GUI or anything [23:45] Mod security got removed from Debian/Ubuntu repositories due to licensing problems. These just got fixed. I don't recall if Hardy still had it or not. [23:45] ohhh ok [23:46] ScottK: Apt-cache search on my 8.04 box shows not there [23:46] so if its fixed now, what repo will it be in? [23:46] Jaunty [23:46] rmadison libapache2-mod-security only finds anything in dapper [23:47] did it come back with a different source package name? [23:47] Still needs New [23:47] ah [23:51] So I need to wait until Jaunty comes out to use mod_security? [23:52] Or ask for a backport [23:52] !backports > Voltron [23:52] Voltron, please see my private message [23:54] !backport [23:54] If new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging [23:55] Jaunty seems to give me VERY poor network performance on my laptop