[00:01] do I have to reboot the system after editing the file? [00:03] hm, the existing modules.deb is empty, so nothing is won by making modprobe find the file. [00:29] wpl: I suspect the "stab0*" suffix means you have been doing some custom kernel creation and the modules you want were not built/installed for the kernel you are now running? [00:30] What smartphones / mobile OS do you guys use for System Admin? [00:31] p3rsist: Unless your phone runs Ubuntu Server, that's off topic here. [00:31] Try #ubuntu-offtopic [00:32] Aight :) [01:16] after a reinstall of kubuntu 11.04 on md+lvm setup initramfs cannot find my root partition (and for some reason usb keyb doesn't work either) any ideas on how to fix this? searched uuid seems right, but what i can gather from output no /lib/modules is ever found [01:41] aah, it was because the installer got the usb stick as sda and all my hard drives as b,c,d,e; with reinstallation the order was different and everything works now === wgrant_ is now known as wgrant [01:54] question I have a ubuntu server at work that someone else setup before I got there I am trying to get access to it remotely for testing to be sure I don't have a router issue I have DMZed the server I can ssh to it on the local network but I can't from the public I have checked hosts.allow and deny and even added ALL: ALL to the allow file but I still can't get in can anyone give me and Idea as to what to look at next? [02:06] NixNinja: routing (ip route command) -- check default route is what you expect. Also see if you can reach other services on that server from the outside (ping it, check http, ftp, whatever services it is supposed to be serving!) [02:06] its ignoring all trafic sent to it [02:08] its trying to send traffic to the old gateway [02:09] and the new one [02:10] but the old on is default should I remove the network configuration for the adapter because its not in use anymore [02:12] NixNinja: I can't answer what you "should" do without knowing the network configuration in use... but you should make sure the routing tables on the server are set to route traffic the way you want traffic from it to to be routed. [02:13] The fact that there is a "new gateway" and an "old one" makes me suspect this is where your issue lies. [02:13] well the subnet its looking at is not in use any more and nothing is attached to the adapter that is configured for that network [02:14] Then as long as nothing routes to or through that unused subnet, having the NIC configured won't matter. [02:15] Type ip route on the server console, and check the output carefully for any references to the "old" "unused" subnet. Fix any you find. [02:16] I need to go eat, will be back later... [02:16] thank you [02:16] I'm on it :) [04:26] New bug: #830377 in autofs5 (main) "autofs5 needs to start before lightdm" [Undecided,New] https://launchpad.net/bugs/830377 [04:36] New bug: #830379 in mysql-dfsg-5.1 (main) "package libmysqlclient16 (not installed) failed to install/upgrade: tentando sobrescrever '/usr/lib/libmysqlclient.so.16.0.0', que também está no pacote mysql-cluster-client-5.1 0:7.0.9-1ubuntu7" [Undecided,New] https://launchpad.net/bugs/830379 [07:32] thats not funny, schroot copying over /etc/passwd by default. [07:32] breaks all kinds of pacakges [07:32] Hi, need help - I have put a webframework in www/ but it says I dont have permission to acees it in apache - what should I change ? [07:33] am getting a 403 forbidden error [07:36] laserbled: Coudl be lots of things, but check the permissions on files that should be accessible by the web server are world readable (mode 644) ? [08:01] New bug: #830424 in mailman (main) "package mailman 1:2.1.14-1 failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1 terug" [Undecided,New] https://launchpad.net/bugs/830424 [09:58] i have a server that is a proxy for the other servers in my private network.ve gotten the reverrse proxy to word for zarafa [09:58] but when i login it says" 404 not found [10:01] Vhost file > http://213.93.162.88/webmail [10:01] does anyone know what is missing [10:02] ? [10:21] already solved it [10:21] thank you anyway [12:27] hi [12:27] I'm looking for a !FAST! locally-hostable Open-Source IT Intranet & HelpDesk web-app. I need Intranet (company news, IT knowledgebase), remote computer access (Windows only), helpdesk (ticketing), inventory management, software deployment and version control. Which project(s) would you recommend? [13:00] AlecTaylor: you won't find that in 1 application, you'll need to build your own suite [13:23] ikonia: Fine. What integrates most of it? [13:23] AlecTaylor: nothing really - it's going to be a mixture of packages that you're going to have to pull together to make a "system" or "setup" === unreal_ is now known as unreal [14:14] AlecTaylor: for helpdesk, RT is rather good [14:14] request tracker [14:16] Request Tracker? [14:16] Hmm [14:17] Looks quite speedy [14:18] and a mature project [14:18] hi all [14:18] hi [14:18] I have a problem to copy one folder from flash drive to ubuntu server [14:26] hello [14:26] can anyone help me?? [14:30] hello all [14:30] anybody has a clue? [14:34] i tried cp folderA folderB [14:34] I tried cp -r folderA folderB [14:35] but i got error cp: omitted directory [14:39] hello [14:39] anyone ?? [14:39] I always use rsync [14:39] but cp -r should work fine [14:42] AlecTaylor: RT is quite mature, and easy to extend - even from the gui (if you know perl, that is) [14:42] ubunteo: rsync -avP src dst [14:42] verbose and fine :) [14:42] is that the command I should run on server ? [14:42] I have no internet on server, it is ok? [14:43] RoyK: what is the meaning of verbose and fine ??? [14:45] RoyK: the thing is i want to copy php application folder from flash drive to /var/www [14:46] thanks I will try rsync and let you all know the results [14:46] see you ! === zz_ng_ is now known as ng_ === ng_ is now known as zz_ng_ === zz_ng_ is now known as ng_ [15:56] New bug: #830564 in munin (main) "munin_stats plugin does not work" [Undecided,New] https://launchpad.net/bugs/830564 === ng_ is now known as zz_ng_ === himcesjf1 is now known as himcesjf [17:29] i have a executable bin (inadyn) and if i put it in /usr/sbin every time i call for its name i get "/usr/sbin/inadyn File or directory not found" [17:31] well, for one, custom executables should go in /usr/local/bin and /usr/local/sbin [17:31] to keep them separated from packages [17:31] =) [17:32] that error can be caused by the file not actually being executable [17:32] chmod +x the file [17:32] i have chmoded the file [17:32] and corrected their location and same error [17:33] ok, to tell more specifically, I need the exact command run and output [17:34] is the executable a script or a binary file? [17:35] bin file [17:35] ubuntu 10.10 [17:35] *11.04 [17:35] 32 bits [17:36] in that case the output could mean that some dependency is missing [17:37] can't really tell further without the exact output and knowing more about that executable in particular [17:37] root@git:/home/cesar# /usr/local/bin/inadyn-mt [17:37] bash: /usr/local/bin/inadyn-mt: file or directory not found!| [17:38] consola [17:38] e no rc.local so meti o inadyn [17:38] sorry :p that should not be here [17:39] BrixSat: is your system 64bit? [17:40] 32 [17:40] and the executable is 32bit? [17:40] yes :) [17:40] try to strace it [17:40] how [17:41] strace /path/to/executable [17:41] yeah, it's definitely a problem with the executable, some dependency or error [17:41] or ldd it [17:41] ldd will show libs dependencies [17:42] http://paste.ubuntu.com/671791/ === zz_ng_ is now known as ng_ [17:44] erm [17:44] ls -l /usr/local/bin/CCcam [17:44] -rwxr-xr-x 1 cccam cccam 698132 2011-02-26 18:27 /usr/local/bin/CCcam [17:45] and ldd? [17:45] or strace -f [17:45] ldd not a dinamic executable file [17:46] strace -f http://paste.ubuntu.com/671792/ [17:46] I guess recompile it :P [17:46] i dont have the source :p [17:46] then bitch whoever made the executable [17:47] well i could :) and i have :p [17:47] what sort of program is this? [17:48] it is one of the kind for update cards info [17:48] anyone here got any experience in creating a Git repository server? [17:48] TheEvilPhoenix: im doing that next :) [17:49] ah well from past experience its a PITA, but i've never succeeded in making it work [17:49] hence why i'd ask here :P [17:49] brb === ng_ is now known as zz_ng_ [18:18] Hello, is it possible to set up ubuntu in a way that it provides a VNC server that starts a x-session for every user that logs in? like... user1 connects to the server and sees the lxdm login screen, logs in and the session is resumable. user2 logs in and sees a lxdm login screen too, etc === Robinux is now known as sw0rdfish [18:34] how do i solve this >>> /etc/sudoers: syntax error near line 28 <<< sudo: parse error in /etc/sudoers near line 28 sudo: no valid sudoers sources found, quitting [18:35] rescue mode? [18:38] not able to enter :/ [18:44] hello [18:44] cN nyone help me [18:45] i have ubuntu serve with squid [18:45] and [18:46] my linux box can ping google on eth1 and can ping my network on eth0 [18:46] but i cannot ping google from my network [18:47] eth0 is not connecting to the internet through eth1 [18:48] am i missing something ? === himcesjf1 is now known as himcesjf [18:50] do i just need to add a route or should a bridge be built [18:52] demosthenes ? enders game? [19:04] noob you need to use tools such as iptable to make it act as a router [19:07] squid != router or gateway [19:07] great book ;] [19:07] aaaand you need to WAIT in chatrooms to get answers. [19:56] New bug: #830671 in bind9 (main) "dig crashed with SIGSEGV in start_thread()" [Undecided,New] https://launchpad.net/bugs/830671 [20:24] a script to boot at init.d does it have to have special atributes? [20:25] http://pastebin.com/xWgnkbKq this is what i have [20:26] if i type it manualy as root /etc/init.d/cccam start it runs nice but during boot no [20:34] hello [20:36] i have just install ubuntu server on an old laptop [20:36] any ideas on how to disable suspend on lid close? [20:43] acpi-tools installed? [20:48] no [20:48] ill try those [20:56] hello all [20:58] can anyone help me [20:59] plaes [20:59] it's difficult to know if we can help you when we don't know what is the problem [21:00] using ubuntu server with squid hoping to set up a proxy [21:00] between modem and roouter [21:01] CANNOT PING GOOGLE FROM LAPTOP(lan) [21:01] oops sorry for yelling [21:02] i used route add to create a route from eth0(lan) to eth1(wan) [21:02] now i can ping outward nic rom laptop but still no google ping [21:02] you need to set ip_forward to 1, and you probably need masquerading NAT [21:03] ok [21:03] ? [21:03] where is ip_forward [21:04] i am noob [21:05] or rather what file do i set ip orward to 1 in [21:05] yes, you are. do some reading, squid is a web cache, you want a nat router === jcastro_ is now known as jcastro [21:05] temporarily set it with 'echo 1 | sudo tee /proc/sys/net/ipv4/ip_forward' [21:05] permanently set it in /etc/default/sysctl IIRC [21:09] setting it won't help if you don't read up on how to do nat routing. thats just one step [21:09] iptables, masquerading, etc. [21:09] spend some time googlign the keywords [21:09] and you'll make some heaway [21:10] and you'll make some headway [21:10] then if you get stuck, you can ask good questions ;] [21:10] ok [21:11] noob: if you're using private IPs on the network, you'll need to setup NATing [21:11] !rfc1918 [21:11] stupid bot [21:12] NATing will do honestly i ust want to learn this whol server/linux thing so i dont feel so ignporant [21:12] and i want to learn how to type [21:12] private IPs are like 192.168.0.0/16, 10.0.0.0/8 or 172.16.0.0/12 [21:12] yeah i know some stuff [21:13] not much but some [21:13] honestlly i dont know what kind of server i want [21:13] i want to stream video to my wii without losing my laptop [21:13] if you're looking for an easy gateway/firewall, check out pfsense [21:14] noob: dunno about wii, but I've setup ubuntu to stream to ps3 [21:14] didyou have the problem of losing al other wifi when streaming to your ps3 [21:14] no [21:15] yeah when streaming and using laptop laptopt goes down wouldn't a web cahing prowy help with that [21:15] like a buffering device [21:15] a proxy won't help streaming [21:16] *web cachin proxy [21:16] no [21:16] hmmm [21:16] well i still want to set it up so i will [21:16] thanks all [21:16] and if a streaming service jams your network, then you're either using a very slow network, or something is badly wrong indeed [21:17] i have a $40 belkin wireless router [21:17] it may be the router ;) [21:17] 802.11g? [21:18] thats the one [21:18] i'd assume so RoyK, that's the standard now adays [21:18] damn ninja'd :P [21:18] TheEvilPhoenix: 802.11n is the current :P [21:18] really, your net connection is likely slower than the wireless speed... [21:18] RoyK: no, its the current cutting-edge, but G is still more popular (by standard i meant most widely used and baseline version you can get) [21:18] noob: check if the router can be flashed with openwrt - that'll make things a bit more interesting :) [21:19] Demosthenes is correct, your connection to the router is bound to be faster than the connection the router has to the internet [21:19] TheEvilPhoenix: erm - 802.11n has been standard for most access points for a year or so [21:19] oh wait it is n [21:19] *shrugs* whatever, out here there's mostly G nets [21:19] b,g,or n [21:19] 802.11g is stil standard for cheapass hardware [21:19] or all three at once [21:20] noob: if it's n, it'll support b and g as well [21:20] we can argue later, RoyK (or not at all) [21:20] but probably not 802.11a [21:20] which is just as well :P [21:21] so my problem is not the router [21:21] a server wont help [21:21] and thats that [21:21] damn [21:21] mhm, its likely your router's connection to the net that is slowing ya down [21:21] some routers or modems use very high buffers [21:21] meaning a streaming service may block other traffic [21:22] yeah the ones sold as stresming routers [21:22] *streaming [21:22] buffering that way is nonsense [21:22] you want your network to be quick and with little latency, so buffering is bad [21:22] that may be my problem [21:23] noob: check if openwrt can be installed on the thing [21:23] is it resolved by QoS [21:23] that'll probably boost things a bit [21:23] noob: no such thing unless you control all parts of the network [21:24] routers claiming QoS at an endpoint are mostly lying [21:24] mhm [21:25] see i know nothing about networking [21:27] i was just trying to follow a tutorial on howtoforge [21:28] thanx all or the knowledge [21:28] *for [21:58] patdk-lap: You handy? Heh [21:59] I'm trying stop my vweb1 server from taking over arp for proxyarp away from my two lvs directors, but somehow after a while if the lvs1 director being in control of the IP, it floats back to vweb1 where it shouldn't be anymore as the VIP's on lo [22:31] hi [22:31] what other servers do you recommend on an old laptop home server running ubuntu [22:31] ? [22:45] psi-jack, you setup sysctl correctly? [22:46] patdk-lap: I think so. I did it at least on the vweb1. [22:46] putting it on lo doesn't stop linux from arp'ing it, but the sysctl arp stuff tells it to not arp for things not bound directly to the correct interface [22:46] net.ipv4.conf.lo.arp_ignore = 1 [22:46] net.ipv4.conf.lo.arp_announce = 2 [22:46] yes, but not for lo, for your ethx interfaces [22:47] Hmmm... [22:47] that tells lo not to arp for stuff on eth0, eth1, ... [22:47] I did it for eth0, but that's down now, used to have the IP bound. eth1 is just a LAN IP [22:47] you want eth0 to not arp for stuff on lo, eth1, eth2, ... [22:48] So I need to do it on eth0 and eth1 both? [22:48] depends on your setup [22:48] but normally yes, both [22:48] that way if the director is on both, the correct thing happens [22:48] Okay, what was it I needed to do to the lvs director itself? [22:48] would also be confusing if both web1 and web2 both arp'ed on eth1 [22:49] I do it on all interfaces [22:49] man, sweating like nuts [22:49] Wasn't there some sysctrl stuff you suggested for the actual lvs director? [22:49] just got done ripping the whole interior of my car out, and putting it back together [22:49] yep [22:50] What was that? I'll go ahead and document this in my wiki so I don't forget this time. ;) [22:50] really just turn forward on [22:50] net.ipv4.ip_forward=1 [22:50] net.ipv6.conf.eth0.forwarding=1 [22:50] net.ipv4.vs.expire_quiescent_template=1 [22:50] Ahh okay. I think.. ldirectord already does that? [22:50] dunno, doubt it [22:50] Hmm, okay. Well, it's been working. When it's passing packets through it. ;) [22:52] OKay. I'll see if that fixes what I've been doing, and stuff this all in my wiki so I have it documented for future reference. :) [22:53] It was frustrating me I couldn't see the traffic path, so I brought back up my LVS directors. ;) [22:54] I got thrown into an lvs system, that no one knew how it worked [22:54] or even what was what [22:54] it was fun tracing mac addresses to figure it all out [22:56] hehe [22:56] hi room [22:56] Yeah, I'm actually going to be using a lot of this stuff in my new job. [22:56] i have a new ? [22:56] So, Refreshing myself of it again. ;) [22:57] when setting up nat gateway do both nic's have to be ip addressed on the same network as the modem [22:57] ? [22:57] heh? [22:58] cable modem --- eth1 [ubuntuserver] eth0 ----router [22:59] i can ping all the way to my eth1 from my network but no further [22:59] i also added route rom eth0 to eth1 [22:59] forwarding is enabled? [23:00] yes it is [23:00] ipv4 [23:02] nm i just need to use good old ashioned trial and error to find my problem] [23:03] is the 10.04 security repo down? [23:04] looks up here [23:04] though I'm looking with wget rather than apt, since I don't have lucid. [23:04] 91.189.92.169 [23:05] ? [23:05] yes [23:05] wait no, 167 [23:06] and dig security.ubuntu.com is giving me ...167 and ...166 [23:06] yeah [23:06] its up [23:06] uhm [23:06] it has to be my firewall or host [23:06] yep was firewall [23:06] blocking outbound 80 [23:06] doh [23:07] hehe [23:53] patdk-lap: Thanks, BTW. That did the trick perfectly. [23:55] So far. ;)