[01:05] Asked this in ##linux already but no takers, maybe on the offchance someone here knows: Any way to execute(not redirect it's output) an app on a different tty/pty ? Something like: echo -e "ls -l\r" doesn't work. Also noticed if you use for instance \010 and then hit Enter on the other terminal, it does not register as a command either. Some way to stuff the keypress buffer perhaps of another tty? [02:10] what are hgfx shares? [03:17] Hi, anyone familiar with snort? I can't work out how I am meant to include all the rule sets [03:20] ziroday: are they in the rules path? [03:20] If so, just put an include statement in the snort.conf file for each rule you want to include [03:21] ropetin: no, do I have to list each rule manually or can I do include $RULE_PATH/community* ? [03:21] I /believe/ you have to list each one manually, which is how I do it and it works [03:21] I don't 100% know though [03:22] ropetin: urgh, okay thanks! [03:22] NP! [03:22] ropetin: well I tried the /community-* and that didn't work [03:22] so time to go write out a bunch of include lines [03:22] :D [03:25] i cant seem to access phpmyadmin [03:26] even though it is installed and configuered for apache 2 [03:26] UndertakerX2: permissions? [03:27] not sure but its not showing up in var/www/ at all [03:27] UndertakerX2: err where did you save the phpmyadmin file then? [03:28] I have no idea, i did sudo apt-get phpmyadmin, it asked me if it was apache2,apache,something else and light [03:28] UndertakerX2: okay [03:28] i chose apache 2, and it said it was done [03:28] UndertakerX2: and going to http://myhost/phpmyadmin doesn't work? [03:28] nope [03:29] UndertakerX2: sorry, only ever install phpmyadmin manually [03:30] by downloading the php files? [03:30] UndertakerX2: yep [03:31] UndertakerX2: apparently you have to add something to the apache config file to make it work; [03:31] https://help.ubuntu.com/community/phpMyAdmin [03:31] Canonical have some good help documents [03:32] oh ok i found another tut but didnt mention the apahce config edit [03:32] thanks very much to both of you [03:33] all though i would have though selecting apache 2 should have doen that for me, double checking now [03:35] can i add that line nay where in apache.conf? [03:36] Looking at it, that appears to be for apache. You have Apache2, right? [03:36] yes [03:41] that code worked all the same, thanks again ropetin [03:44] NP! [03:51] ropetin: maybe you can help me with another roadblock? I am running ubuntu in wmare as guest on my xp machine(wired) however I have a laptop on my lan running win 7(wirless) and cant seem to access my server. Any ideas? [03:52] the xp machine can access the server [03:53] routing issue? Are they all on the same subnet? Firewall issue? [03:54] subnet, yes. As ofr firewall i run comodo pro in xp, and when it detects new netowrks it has an option to enable access from other pcs on the network. I check marked this if memorey servers me right. [03:55] hmm then again i do have a firewall in my router. [03:56] Can you at least ping the server? [03:56] maybe thats the culprit? [03:56] Could be [03:56] havent tried [03:56] Go for it [03:56] k [03:58] request timed out when i pinf from win 7 [03:58] ping* [04:00] OK, so try disabling the firewall and try again [04:01] software firewall off and it gave me ping time out again [04:01] What are the two IPs? [04:02] 2 ips? which 2? :S [04:02] obviously the server ip.. [04:02] and? [04:03] oh the 2 ips ubuntu gives me? [04:05] The server IP and the one you're trying to connect from [04:06] server = http://192.168.56.132/ [04:08] ip from notebook=192.168.1.3 [04:10] And what netmask do they have assigned? [04:11] 255.0.0.0 on server [04:11] notbook = 255.255.255.0 [04:12] guest the subnet is diffrent :p [04:12] Yup yup [04:12] err wait [04:13] eth0 has the same subnet bu lo has 255.0.0.0 [04:13] Which is fine [04:13] You mean both have 255.255.255.0? [04:13] If so, the two won't be able to talk to each other [04:14] the server and win7 yes [04:14] ohh? [04:15] but how come my xp machine can access it? [04:15] it has the same mask? [04:15] You're using VMWare correct? It installs one or more 'fake' network adapters to communicate with the VMs, depending on how you have the virtual NICs configured [04:16] yeah it has 2 installed [04:16] And one of those will have the same subnet configured as teh server, even if the physical NIC is different [04:17] oh? ok so how do i proceed? [04:18] You could change the networking configuration of VMWare to use bridged mode, but this is REALLY beyond ubuntu-server support, I'd refer you to the VMWare documentation and their support [04:19] that works, i have soemthing i gotta do anyways :p your a life saver though, thanks for taking an hour or so to help a noob, your help is more apreciated then you know! [04:20] NP! [05:05] Is there some sort of repository server or cache to facilitate updating many clients on a local network? [05:07] Slightly related, the Ubuntu server guide is great, but has anyone seen anything similar about managing desktops on a network (other than the authentication section) topics such as options for where to store system files (network or local) and where to store user files... [05:07] On the first question, apt-mirror might hel [05:07] p [05:07] Check out apt-cacher-ng [05:08] thank you [05:08] There's also apt-cacher, apt-proxy, apt-something-else-which-i-forget but apt-cacher-ng has served me the best so far. [05:11] what does the ng stand for? [05:12] roy_hobbs: new generation === TechN9Ne_1730 is now known as UndertakerX2 [05:34] whats the best way to assign permisions to var/www ? [05:34] sorry permisions so i can ftp to [05:35] i can log in via ftp, just not transfer [06:51] should i use apt-get install memcached php5-memcache to install memcache? [06:54] UndertakerX2: Sounds sensible [06:54] Are you using php5? [06:55] yep [06:56] i got it installed and working just checking if there was a better version for apche or soemthing yea know? :p [07:55] New bug: #326792 in openldap (main) "package libldap-2.4-2 2.4.11-0ubuntu6.1 failed to install/upgrade: package libldap-2.4-2 is not ready for configuration" [Undecided,New] https://launchpad.net/bugs/326792 [10:11] Hey, how do i transfer a file from a windows machine onto a Ubuntu server? [10:13] i'd recomend ssh, try samba if you need 'integration' with 'doze though [10:13] i have samba and ssh installed [10:13] But i dont know how to use samba [10:16] neither. [10:16] Do you know how to use SSH to do it? [10:17] Hellsheep: using scp [10:18] Thanks [10:21] Hellsheep, or since its a doze box, try 'WinSCP' [10:24] Would this work: [10:24] scp -r /pathtofolder/ name@host:/targethetfolder/ [10:25] Sry [10:25] This one: scp -r C:/vent.tar.gz hellsheep@Icarus:/vent [10:25] try it and see. unless you've installed ssh/scp specially it wont work though [10:26] I have SSH [10:26] not sure about scp [10:26] ill try it [10:26] ssh: C: Name or service not known [10:29] What does that mean? O_O [10:30] I guess it sees : in the file name, and assumes that the bit in front ( C ) is a hostname [10:31] Oh [10:31] Hmmm [10:31] I wonder how to tell it to find the file then [10:33] no idea how ssh/scp CLI tools work on windows [10:33] * Kamping_Kaiser has only used winscp for it [10:36] This is soo annoying [10:40] How long will it take me to setup WinSCP [10:40] to get this damn file transfered [10:40] i dont want to spend 10 hours trying to transfer a single file to my server [10:42] 2 mintutes to download the 'run anyware' exe, and then double click [10:42] ok [10:42] er, sorry. ok not for you :S [10:42] ? [10:43] i was saying ok to someone else [10:43] kk [10:43] Who knew transferring a file would be so difficult =P [10:44] not me :p [10:44] i thought it'd be like [10:44] "Click a button or two and look the file is copied! YEY" [10:45] hellsheep: switch to linux [10:45] quizme_, beat me to it ;) [10:45] Wish i could [10:45] kamping_kaiser: lol [10:45] When i get my new computer [10:46] it'll have Ubuntu x64 on it [10:46] I hate windows [10:46] Don't even get me started on Internet Explorer. [10:46] Microsoft = fail [10:52] Finally [10:52] Thank you! [10:52] :) np [13:06] I keep getting "can't set the locale; make sure $LC_* and $LANG are correct" on my Ubuntu server, could anybody tell me how to fix this? === tuxlinux_ is now known as tuxlinux === bomana is now known as aboman [14:45] what's the plan for samba in jaunty? [14:47] update to 3.3? update to 3.2.x x>=6 ? [15:00] hello. i'm following Ubuntu Documentation > Ubuntu 8.10 > Ubuntu Server Guide > Network Authentication > OpenLDAP Server, and i have trouble with "LDAP replication" section... anyone here can spend some time with me finding out what's wrong? [15:02] 'ldapmodify -x -D cn=admin,cn=config -W -f syncrepl_cn-config.ldif [15:03] gives [15:03] ldap_add: Invalid syntax (21) [15:03] additional info: objectClass: value #1 invalid per syntax [15:03] anyone? [17:22] Can someone please bump tomcat-native? https://bugs.launchpad.net/ubuntu/+source/tomcat-native/+bug/290078 Right now, tomcat-native is useless due to bugs regarding ssl and ipv6 [17:23] Launchpad bug 290078 in tomcat-native "bump tomcat-native to 1.1.15" [Undecided,New] === MohammadBoozary is now known as Mohammad[B] === _AshTray- is now known as AshTray- [18:51] whenever i start my server, mediatomb starts before the my external hdd mounts, and therefore dosent see any music. how can i force mediatomb to wait until after the hdd mounts? [18:53] there both init.d scripts [18:53] anyone? === Spear is now known as jhg [19:36] hello [19:37] how i can install samba server ?? [19:37] !samba [19:37] Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and http://help.ubuntu.com/ubuntu/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT. [19:38] ok [19:38] thanks [19:39] i have mac osx leopard [19:39] and i want to share all files on my ubuntu server [19:40] what its the [19:40] what is to be accessed the easiest away over the files?? [19:43] ?? [20:12] Hi I have a data hard drive that I moved from my old ubuntu computer, now on the new computer the files are all highlighted green in terminal, I Think that means sticky bit -- how do I get the files back to normal? [21:38] I'm having a heck of a time doing preseeding. It works fine, when it works. I have eth0 start the install fine every time, but when d-i goes through dhcp, it intermittently reassigns my second ethernet card as eth0 and stalls. What can I do? It seems that I'd have to pass a MAC address on the startup line, but I don't see how [21:44] I think i got it using IPAPPEND=3. thanks anyway [22:05] hi guys, i'm using ubuntu server and i wonder, a lot of programs, so i've read, provide a web interface for administration or else, can i use this kind of apps, e.g. Mailman, in server edition too (no X-Server) ? [22:08] dou213: You might want to look into ebox for web administration. [22:09] centaur5, yes i've heard about ebox, it also provides a graphical interface or not? [22:09] centaur5, and can i use it with server edition even if no X? [22:13] dou213: Yes, ebox works without X. [22:14] ok thx centaur5 [22:14] no prob [22:37] hi - I would like some advice on whether I should use 8.04 or 8.10 for a small single server [22:39] centaur5, but i imagine you would need X for it to be graphical locally [22:40] remotely is another story :) [22:40] dou213: Yes, well actually I've never tried it with lynx but it might work. [23:09] Hello guys! I have a computer with 300gb of storage and I would like to use the computer as a server storage for music and movies, would this be easy with ubuntu server 8.10? [23:13] dekkong: Certainly possible, but if thats all you want to do, there may be other options [23:21] postfix vs exim?? or any other mail service. [23:22] davexoxide: sure [23:23] lamont: which one would you suggest? [23:24] well, I maintain postfix, so I freely admit to being biased [23:25] hey lamont [23:26] zul: sup? [23:26] lamont: not much [23:26] lamont: how are you? [23:27] doing well [23:29] o/ [23:29] * lamont sees what time it is, gets ready to run to town [23:29] davexoxide: either postfix (my pref), or exim4 are fine - I wouldn't recommend any MTA from universe [23:29] laters [23:29] thx [23:30] davexoxide: If it helps, postfix is installed by default :) [23:32] owh: I'm setting up my server on slicehost, I decided to use ubuntu8.10... I configured postfix and restarted it... [23:32] shouldn't I be able to do mail on command line to test it? [23:32] davexoxide: No, that's part of mailx IIRC. [23:33] davexoxide: The command-line mail tool I mean, in-case that wasn't clear. [23:35] ok what's the best way to test if postfix is working? the website i have up and running is giving me "Unable to send e-mail." [23:44] What language is the site written in? [23:50] Which site?