[00:04] Well, you are still using whatever nameserver is running on 192.168.0.2 -- so dnsmasq is probably still involved? [00:07] cellofellow: How hard would it be for you to switch to bind for your local DNS server (the one on 192.168.0.2) and repeat the experiment? [00:08] dunno, never used bind [00:09] but it seems to have nothing to do with dnsmasq or bind or whathaveyou, but the domain in the resolv.conf [00:10] How do you know? The DNS server you are using is dnsmasq. And that resolv.conf is fine, and I don't see that issue here using something similar and bind as the DNS server... and you originally stated that the issue was with "dnsmasq and /etc/resolv.conf" ... [00:12] You could turn up logging in dnsmasq and see what queries it receives with and without the search and domain entries in resolve.conf, if you want to track it down that way. === scfh_ is now known as scfh === yml_ is now known as yml [01:52] hi, I'm setting up my first ubuntu server, it works correctly on the local network but even with a dyndns account pointing on my ip and port fordward, I can't get to connect to my server (but I can ping it) [01:58] Hello [01:58] How can i force my ubuntu server (gateway) to make local dns queries first then make it on the dns server from my isp? [01:59] any help? [02:01] BrixSat: You need to configure your local DNS server to use the ISP's DNS as a "forwarder". [02:02] well i have done that [02:02] but still going to isp [02:03] Is /etc/resolv.conf pointing at your local DNS server? [02:03] yes but every time i reboot it looses the info [02:03] Your server gets its IP address using DHCP? [02:03] yes [02:04] So every time you reboot it might end up on a different IP address? That's awkward for servers, usually... there's a way to override the resolve.conf stuff... let me find it... [02:04] :) [02:05] Can you set the local DHCP server to hand out the option that sets the DNS server to (local IP of your server) ? [02:06] i did not understand it [02:07] my ubuntu server is acting as a gateway so on one nic modem adsl and on the other nic router's and stuff [02:08] anyone care to save the day with my postfix installation? [02:08] trying to solve the 'Relay access denied' [02:11] no jmarsden no i cant, it is the isp modem wich means it is stupid modem! [02:11] OK... there should be a way to override that behaviour, but I'm not finding it right now... I just make servers have static local IPs... [02:14] BrixSat: Try the idea at http://ubuntuforums.org/showthread.php?t=191239 [02:15] another question, can i have on the gateway a dns entry www.campingave.net and not passing it to the net? cause i dont want to interfeer with the real site on the hosting server, i want to make like a mirror that everyone inside the network access the local copy and the internet users access the one on the hosting server [02:16] BrixSat: Yes, you can make your local DNS server believe it is the master for campingave.net if you want; only systems that do DNS lookups on it will use that info. [02:16] thanks ;) [02:17] You could also get tricky and have it only hand out its own info on the LAN interface (to local machines) with a view in named.conf, but that's probably not necessary for what you are doing. [02:17] ~:) [02:17] im going to try the link you give me [02:17] Tweakin: How are you wanting SMTP senders to authenticate with your server so they can send email through it? [02:18] hmm, not sure on the answer there. TLS? [02:19] I followed the Ubuntu Server Guide to get this all setup, so using postfix/dovecot [02:19] Sounds like you need to understand what relay denied means before you configre a mail server? [02:19] Yes, but how will users that want to send mail identify themselves to your server? [02:20] I do understand what it means ;) This is my first ubuntu postfix/dovecot config, I have used Gentoo in the past to setup several others. Gentoo is just getting to hard to maintain. [02:20] I was just unsure of the phrasing of your question [02:20] Will they all have local unix accounts on the server? Use LDAP? Some other database of users in a SQL databases...? [02:20] yup, local accounts [02:20] TLS has nothing to do with how users authenticate. [02:21] OK; did you use the dovecot-postfix package to integrate the two? [02:21] Is that what tasksel does when you first install ubuntu server edition? I would assume so. [02:22] Which release of Ubuntu Server are you using? [02:22] 8.04 LTS [02:22] OK, then I don't think it has that package. [02:23] I take it postfix works fine other that the user auth stuff... you can send mail from a local shell account on the server just fine, right? [02:23] yup, and receiving is working remotely. Just not sending remotely [02:24] The options for dovecot auth all changed recently, so looking at my Ubuntu 9.04 setup isn't going to help much... [02:25] yeah, I am following the 8.04 server guide [02:25] jmarsden :( i have rebooted the network, not working, should i reboot the pc? [02:26] BrixSat: Can you pastebin the output of postconf -n so I can see that config, and also /etc/dovecot/dovecot.conf (i think that's the right file!) [02:27] BrixSat: You "rebooted the network"? Can you explain what you mean by this? [02:27] [jmarsden]: ok :) [02:28] BrixSat: OOps, wrong person... [02:28] Tweakin: Can you pastebin the output of postconf -n so I can see that config, and also /etc/dovecot/dovecot.conf (i think that's the right file!) [02:28] jmarsden; pm for the links or here? [02:28] Here is fine, they shouldn't have any sensitive info in them. [02:28] would rather not want my domain in public (if that is ok) [02:29] Oh, OK... PM is fine too. [02:29] http://pastebin.com/f4ee395a2 [02:30] http://pastebin.com/f31220d09 [02:30] the files you asked :=) [02:31] BrixSat: Sorry, I meant Tweakin ... trying to help two people at once here and got confused! Is your network Ok now? [02:32] [jmarsden]: no my network still does not response to local dns queries [02:33] BrixSat: Does dig @localhost yahoo.com # work when done on the server? [02:33] Tweakin: Looks sane. Is dovecot-auth running ? [02:34] jmarsden yes it does work| [02:35] BrixSat: OK, so you have a working named. From a workstation does dig @192.168.0.1 yahoo.com # work, where 192.16.0.1 is the IP of that local Ubuntu server? [02:35] well all my other machines are windows i cant test dig :( [02:35] jmarsden; dovecot is running, is there a separate -auth daemon? [02:35] BrixSat: OK, use nslookup instead... [02:35] :) [02:35] Tweakin: Yes, there is. [02:35] ahh ha [02:36] well, that would be a problem [02:36] Yes, something has to be listening on that private/auth-client socket so postfix can talk to it :) [02:37] The daemon should be called dovecot-auth (unless it changed its name since 8.04...) [02:37] hmm, this is my first go with dovecot (i have always used cyrus). How do I get dovecot-auth installing/running? [02:40] It should be installed as part of dovecot-common. It should run, as log as your dovecot.conf file is sane... I think! [02:40] Tweakin: is there a file /usr/lib/dovecot/dovecot-auth on your system? [02:41] yup [02:42] jmarsden http://pastebin.com/m4670e0e3 :) result of nslookup [02:42] so perhaps that is not the problem [02:43] Tweakin: OK, so it is installed... just not running? Maybe try /etc/init.d/dovecot restart [02:44] BrixSat: So it can't find any info on your domain... does that same lookup work when run on the server itself? [02:44] [jmarsden]: yes [02:46] Is there some service or site which will run an audit on your server and report problems? [02:47] jmarsden; my bad, dovecot-auth is running [02:47] genii is the question for me? [02:47] BrixSat: No, for the channel [02:49] BrixSat: Sounds like your named.conf is not allowing other machines to query that domain... check you have an allow-query { any; }; in the zone's part of the file? [02:49] jmarsden want to see my zone file? [02:50] Tweakin: OK... so it is running but not allowing users to authenticate... is there anything of interest in the log files? [02:50] jmarsden http://pastebin.com/f37f01f7d [02:50] BrixSat: Well, only if you can't debug it yourself :) OK... [02:51] BrixSat: That looks OK, maybe I need your named.conf file? [02:51] jmarsden want to see my zone file [02:51] genii: It's safer to do that yourself using nessus and similar tools... [02:52] BrixSat: I guess so... [02:52] jmarsden http://pastebin.com/f1d210e58 [02:53] jmarsden: I had previously SARA but that box is defunct now [02:54] BrixSat: Unless you put it /etc/bind/named.conf.local I don't see where the campingave zonefile is being used? [02:54] yes it is in locaL [02:54] OK... I suppose now you need to paste *that* :) [02:54] jmarsden http://pastebin.com/f3E294F0 [02:55] BrixSat: That link doesn't work for me... ? [02:55] [jmarsden]: sorry http://pastebin.com/f3e3294f0 [02:56] jmarsden; sent you log file - a few things stick out obviously, nothing i have been able to diagnose [02:57] Tweakin: Looks to me like it didn't even try to authenticate? And the SSL hides all the details from me... if you telnet localhost 25 and ehlo junk do you see the AUTH capability listed? [02:58] now something weird just hapened jmarsden, i can access www.campingave.net (hosted site) but all the others like ftp.campingave.net goes to my local site [02:59] ehlo has STARTTLS [02:59] BrixSat: As I said 10 mins ago, you need an allow-query { any; } ; in there.... see http://pastebin.com/m690b46a5 [03:00] Tweakin: again, TLs is orthogonal to (has no impact on) how users authenticate... and you said you understood this...? [03:00] The AUTH=PLAIN is what matters for auth, and it is there... so it should work... [03:01] Can you try connecting using a client that does not use TLS and that does try to authenticate with a username and pw? [03:02] no same thing with allow query any :S [03:02] BrixSat: Check your log files for anything named related? [03:05] jmarsden; i am using both outlook and thunderbird to test with- and attempting each different set of options for outgoing mail with each. user/pass (yes/no), ssl connection (yes/no), etc [03:05] no luck [03:05] OK, can you pastebin the log from an attempt with user/pass yes and ssl connection no ? [03:05] sure [03:06] one stupid question, where is bind9 log? i cant find it [03:10] BrixSat: /var/log/messages or /var/log/daemon.log I think... I forget what the default log file location for named is! [03:11] Tweakin: No sign of any attempt at auth there... strange? [03:12] i just turned -v back on in master.cf [03:12] let me paste the full beast [03:13] OK. BTW You may want to test auth using telnet, see https://helpdesk.ndchost.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=49 for a quick howto on that. [03:15] sent the big log ;) [03:16] OK... looking ... [03:16] hmm, when attempt AUTH LOGIN via telnet, I get: [03:16] "535 5.7.8 Error: authentication failed: Invalid authentication mechanism" [03:18] can someone help me > [03:18] ?* [03:18] Tweakin: Read the EHLO option list again :) You don't have AUTH LOGIN configured, only AUTH PLAIN [03:18] oh duh [03:18] ned auth plain heh [03:18] i just am messing around. starting using ubuntu server. [03:18] Ah.. so that howto was not the best one to give you... my fault! [03:19] !ask [03:19] 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. :-) [03:19] and i am trying to access the server remotely without IP [03:19] how can i access my server instead of using my IP [03:20] TJUSE: Sit at its console and work there? If you want to use its name, give it a name in the DNS? I'm not sure what you are really wanting to do? [03:21] Remote access to a server without IP means you need some other (non-IP) network to connect to it?? [03:22] Why can't you use IP to get to your server, it is how the Internet works... IP == Internet Protocol. Or am I not understanding what you are asking? [03:22] well i cant solve it :( but thanks any way jmarsden [03:22] i got a DNS domain [03:22] well i dont have a static IP [03:22] TJUSE: OK, so then you should be able to use the FQDN (full DNS name) of the server instead of its public IP. [03:22] so every 3 hours it changes. [03:23] and i dont want to have to worry about figuring it out [03:23] so you are using a dynamic DNS provider, such as no-ip.org, right? [03:23] i am using exactly that. [03:23] my registered host is snoopy@hopto.org [03:24] and if i telnet or ssh it. [03:24] i dont get nothing... [03:24] how am i supposed to "tie" my server to the hsot? [03:24] host*? [03:24] So is your server currently at public IP 204.16.252.112 ? [03:25] You use the no-ip client that updates the info in the DNS server... [03:25] no its at71.219.116.165 [03:26] ok. [03:26] so i put the client on. [03:26] and it shows my current IP? [03:26] but how to i terminal to my server? [03:26] what do i enter. [03:26] Yes it connects to your dynamic DNS provider and updates your info whenever it changes. [03:26] cuz before i put "ssh admin@71.219.116.165" [03:27] Once you have that working, you can ssh admin@hopto.org [03:27] You can use the DNS name instead of the IP address, as we said earlier. [03:27] and than login in with my credentials [03:27] Yes. [03:29] its still not letting me? [03:29] 22 refused? [03:29] and all my ports are open. [03:29] i can ssh with IP just fine. [03:29] hopto.org is still pointing at the 204.16.252.112 address... the update is not yet working. [03:30] well i have several. [03:30] hopto.org [03:30] 3utilities.com [03:30] get ONE working, forget the rest for now :) [03:31] under my host by domain. i have calbert.hopto.org [03:31] with 71.219.116.165 as the IP? [03:31] according to no-ip.com [03:32] OK, so ssh admin@calbert.hopto.org then :) [03:33] port 22 refused. [03:33] Tweakin: I have to go afk and eat... [03:33] if i type IP or calbert.hopto.org in browser it asks for username and pw [03:34] ??? but i never set one. [03:34] (please note i am a COMPLETE NOOB) [03:34] jmarsden; thanks for your help. No idea on that last log paste? [03:34] i am still trying to learn and easiest way to do that is through hands on [03:34] TJUSE: Is your server directly on the Internet? if not did you forward port 22 (and 80) through the router to your server? [03:35] my ports are open [03:35] Tweakin: Still looks liek the client did not send any AUTH information, to me. [03:35] i can ssh with IP just fine.. [03:35] I'll be back later... [03:35] but not with host. [03:35] thanks jmarsden [03:36] 443, 22, and 80 are open [03:38] shit [03:38] now i cant even get on through IP? [03:38] my router is saying my ports are open. [03:38] but i cannot connect? [03:45] Anyone know of a good tutorial on setting up ubuntu to be a home server? I mainly want it to be a central hub for my media [04:11] New bug: #382034 in samba (main) "Was attempting to install Samba" [Undecided,New] https://launchpad.net/bugs/382034 [04:17] poseidon: not sure there is a howto, but it's pretty easy to do. you want to use nfs-server for Linux clients, Samba for Windows, AFS or one of the other two can be used for Macs. Really pretty easy. [05:59] can somebody help me with the follwoing, a friend help me with rsync creting the following script: #!/bin/bash and rsync -v -r -d --delete /home/rgotten/Prueba/Myplasticare /home/rgotten/mnt/ >> /home/rgotten/logs/respaldo-`date +%d%m%Y`.log this has being sve to a file ./respaldo-archivos.sh, my question is how do i ron a crontab to do backups at 1am from monday to friday? === codeshepherd_ is now known as codeshepherd [06:50] Rafael: Read man 5 crontab # and especially read the part just after EXAMPLE CRON FILE. Then do crontab -e and type in a suitable crontab line, probably 0 1 * * 1-5 /home/rgotten/respaldo-archivos.sh [09:37] i wanna setup a file sharing server ... an ungeeky so something better than ftp/samba should do ... is there any "getdropbox.com" like servcie which i may install on my ubuntu machine? === Nicke_ is now known as Nicke [11:36] New bug: #382117 in samba (main) "Renaming a file through Samba overwrites existing one" [Undecided,New] https://launchpad.net/bugs/382117 [12:32] hey, I just installed a clean ubuntu server, did apt-get install postgresql - when I try to run /etc/init.d/postgresql-8.3 start - I get: 2009-05-31 12:30:53 BST FATAL: could not load server certificate file "server.crt": No such file or directory -- any ideas? [12:40] I've not tried posrgresql mysefl, but have you tried using tasksel install postresql-server ? [12:41] I don't have a box to check on handy, but that my bring in extra packages / configuration [12:41] sounds like an ssl problem, is openssl installed? [12:42] Hi. need some help with bridge interface. I want to bring a bridge interface up without having any physical (or virtual) interfaces attached to it. I know how todo it from command prompt but not from boot of OS. Anyone that know what am missing to get the br1 up in manual mode from /etc/network/interfaces? [12:42] Am looking for a command like "ip set link br1 up" in interfaces file. [12:43] bridge interface only starts automatic if I have static ip, dhcp or a interface connected to the bridge. [12:45] do you have any interfaces configured in /etc/network/interfaces? I assume you must have something [12:45] if so you could add and 'up' entry to the end of one to run the cli commands you need to bring the interface up [12:46] for example, after the broadcast entry on one of my boxes I've got [12:46] up /root/scripts/routes.rul [12:46] which links to a script to add some custom routes once the interface is up [12:47] aptanet, this is my interfaces file: http://blinkiz.pastebin.com/d5d221d35 . I know want br1 to go up without having eth1 attached to it [12:47] know = now [12:49] does simply replacing 'manual' with 'auto' do the trick? [12:50] Hmm, maybe.. w8 [12:50] hang on, brain not working! [12:50] nupp, unkown metod [12:50] that's ip wise, not whether it loads the interface! [12:51] aptanet, So should I just put in "up brctl addbr br1" or what? [12:53] what are you bridging if there's only a single eth interface? [12:53] aptanet, It will be only virtual interfaces. Its a virtualization server [12:55] A internal network for only virtual machines [12:55] not technologies I've played with, so I'm just speculating [12:55] if you don't have eth1 up would you use bridge_ports eth0 ? [12:56] For now anyway. I will have a physical interface attached to the bridge on Thursday or something. Waiting for the server nic card... [12:57] aptanet, problem now is that I would like to get the bridge up at OS boot without having a interface attached to it [12:58] Virtual interfaces will be added when machines are started up after OS boot [12:58] machines = virtual machines, i mean [12:59] I know this is possible! I had a guy in #ubuntu-virt a couple of days ago having the same problem. He solved it somehow by putting something in the interfaces file. Bad for me, I was not logging. [12:59] Oh! Maybe #ubuntu-virt logs exist on the internet somewhere?!? :D [13:04] http://logs.ubuntu-eu.org/freenode/ [13:04] but I don't see it in there [13:05] bummer [13:05] going back to plan A, if you know the commands you can put them in a bash script and link it from an 'up' for the lo interface perhaps [13:06] aptanet, jepp, am going for that. thanks! [13:26] New bug: #382136 in samba (main) "Smbd startup failure caused by a failure to create an NT token for the guest account." [Undecided,New] https://launchpad.net/bugs/382136 === edson is now known as puzzle [14:36] could anyone else pls help with this postfix/dovecot/sasl authentication issue I'm having? === thirsteh is now known as patrick === patrick is now known as thirsteh === puzzle is now known as edson === thirsteh is now known as patrick === patrick is now known as Guest32558 === Guest32558 is now known as thirsteh === J_- is now known as J-_ [17:26] i am trying to set up acl's i've set it so i have rwx and set -R and -d on the directory, however i still can't create a directory up the tree [17:27] incorrect: ls -ld /path/to/dir please [17:27] ls doesn't show acl's [17:28] getfacl dir [17:28] its owned by root and as a different group [17:28] ACLs are totally different [17:28] I didn't see your mention in the original request, sorry [17:28] no problem [17:29] default:user:myuser:rwx [17:29] i can see its there [17:31] duh X not x [17:32] at some point sudo reboot (and shutdown -r now) stopped rebooting back to POST/grub and started using something like kexec to reload the current kernel. [17:32] how do I get it to reboot such that I can pick a different kernel from grub menu? [18:21] how can i find out how much space Chris is using? [18:29] In his home directory, or on an entire system? [18:29] home dir [18:30] du -sh /home/Chris [18:30] That will show you Disk Usage (Summary / Human readable) for the directory /home/Chris [18:30] awesome [18:31] :) [18:31] you might want to look up user quata [18:31] user quota* [18:32] MianoSM, i would love to do user quota but i have yet to find a way without making vfs and putting the home dir in them... [18:33] I haven't had to implement user quota yet, so I'm not much help beyond reading a man page on it :( [20:18] which virtualization is everyone here using on servers? [20:18] I am using xen since > 2 years, rock solid, stable. [20:18] pity to know ubuntu has dropped xen support .. [20:18] phaidros: I don't use it directly, but my server is a xen virtual machine [20:19] * dazman uses Hyper-V as the host for multiple Ubuntu servers. [20:19] Does that count? *runs* [20:19] Hi, all, [20:19] phaidros slaps dazman .. [20:20] I need to use Zip from the command line to make zips of a folder. How do yyou do this. "$ man zip" does not make sense [20:20] What are the sintax? [20:20] Please [20:21] Alex_21: it is dead easy: zip zipfile.zip files to zip /or/path/to/files/* [20:22] They are folders though [20:23] And those folders contain directories. I don't want to loose the directory structure [20:23] Alex_21: I don't see the problem [20:23] <_dennister> hey gang...having a bit of trouble configuring apt-proxy, can anyone help me with backend entries? [20:23] I thought it was "$ zip -r "path/to/folder" "zipfile.zip" [20:23] Alex_21: zip -r [20:24] ah, -r makes sense [20:24] zip -r zipfile.zip dir/ [20:24] same as tar... destination zip first [20:24] Ok [20:24] Thanks [20:26] <_dennister> dazman: could you help me, pls? [20:26] And to install Ubuntu desktop edition for use as a server, which version should I use? I want to have more than four GB of RAM but currently I only have two [20:27] So I'm not sure what determins 32 bit from 64 bit and more importantly which one I should install [20:27] Alex_21: To get more than 4GB RAM, you'll need x64 (providing you have an X64 box) [20:27] Alex_21: and you'd probably be better off using Ubuntu-server, surely? :) [20:28] _dennister: just ask the question openly, and see who answers/helps. :) [20:29] <_dennister> dazman: i do, and no one helps in any of the channels I'm logged into :( not my usual experience, either [20:29] <_dennister> hey gang...having a bit of trouble configuring apt-proxy, can anyone help me with backend entries? [20:29] _dennister: that is boviously a meta question ;) [20:30] <_dennister> i've gotta get this set up before bell starts charging me tons of $ tomorrow [20:30] How do I know what my box supports? [20:30] sry, I have never used apt-proxy yet. but anyways, I can see not question ;) [20:30] Alex_21: It depends on the CPU. [20:30] And why is Ubuntu Server better for a desktop system acting as a Server? [20:31] How do I know the CPU [20:31] Alex_21: It's not always. [20:31] ? [20:31] <_dennister> trying to import my cache into apt-proxy, but always get this error message: No Packages files available for ubuntu-whatever [20:31] cat /proc/cpuinfo will show you the model. [20:31] Alex_21: to distinguish between srever and desktop edition: metapackages and kernel are different, slightly, some setting in sysctl maybe [20:31] <_dennister> dazman: that specific enuf for you? :-) [20:33] _dennister: this might be a bug: read here http://ubuntuforums.org/showthread.php?t=297467 [20:34] What do I look for [20:34] ? [20:34] Model Name [20:34] In determining the CPU and whether it is 64 bit compatible? [20:34] Please [20:35] Here: Intel(R) Core(TM)2 CPU 4300 @ 1.80GHz [20:35] stepping : 2 [20:35] _dennister: people seem to recommend apt-cache .. [20:35] Alex_21: Core 2's are x64 yep [20:37] So do I get better processor effectiveness or what out of 64 bit OS's [20:37] ? [20:38] <_dennister> phaidros: yes, i'd seen the bug report in the howto, but the howto said it was ok to ignore it :( apt-cache doesn't do as much as I need it to do because of the blasted bell canada's illegal antics [20:39] <_dennister> but I think the bug report might just have steered me into right/sensible path for a fix [20:39] And how do I know how much RAM I can squeeze in this box. [20:39] <_dennister> thanks; i'll let u know [20:39] I need to max it out if possible [20:39] _dennister: glad I could help [20:40] Alex_21: the memory limit is determined by the motherboard usually. afaik. [20:41] How can I find out what is supported on this puppy? [20:41] Please [20:41] Alex_21: find the boardname (printed on the board) and ask google [20:42] that I'd do [20:42] I can't. [20:42] so, ask someone who acan [20:42] And getting a sighted techie in here is hard at best [20:42] s/acan/can/ [20:43] sry i don't know any voodoo to determine tha max amount of ram for an unknown motherboard :/ [20:43] The OS itself doesn't know the motherboard? [20:43] no. [20:43] It found the CPU [20:43] Oh [20:43] Ok [20:43] you can maybe find out about the chipsets. [20:43] Here is an idea. [20:44] I know the Computer model number. I'll just Google that. Silly me. [20:44] ^^ [20:44] phaidros: Error: "^" is not a valid command. [20:45] irks [20:45] sry uvirtbot, din't want to confuse u .. ^^ [20:45] ^fail [20:45] jpds: Error: "fail" is not a valid command. [20:45] ^stupid [20:45] phaidros: Error: "stupid" is not a valid command. [20:45] * phaidros slaps uvirtbot [20:45] !Lol [20:46] Please don't use "LOL" and "OMG" and so forth on a regular basis. This is IRC, not IM, and using those lines on their own is not required, and it is rather annoying to the rest of the people in the channel; thanks. [20:46] rofl [20:46] !Awesome [20:46] Sorry, I don't know anything about Awesome [20:46] Alex_21: didn't you want to google a certain machine type? [20:46] !Ubuntu [20:46] Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com [20:47] !Google [20:47] google is the helpers' friend; many newer users dont have the google-fu yet; For GNU/Linux: http://google.com/linux [20:47] Yeah. [20:47] That is easier for a tech to read next week. The problem was getting a sighted tech to open the machine while it is on the rack [20:48] Alex_21: thanks for using other peoples time to safe your own ;) [20:48] So I still need the exact number [20:48] It is no biggie though [20:48] :p [20:48] Hey. I can't read it [20:48] Got a problem with that? [20:49] Alex_21: 37GB [20:50] How do you know that? [20:50] !Trigger [20:50] Sorry, I don't know anything about Trigger [20:50] 42 [20:51] Magic. ESP. A little bird told me... Take your pick! [20:51] !Blind [20:51] Sorry, I don't know anything about Blind [20:51] !Accessibility [20:51] Sorry, I don't know anything about Accessibility [20:51] !Access [20:51] Sorry, I don't know anything about Access [20:52] !Orca [20:52] Sorry, I don't know anything about Orca [20:52] !Deaf [20:52] Sorry, I don't know anything about Deaf [20:52] !Disabilities [20:52] Sorry, I don't know anything about Disabilities [20:52] !Ignorant [20:52] Sorry, I don't know anything about Ignorant [20:52] Alex_21: Must you do that? [20:53] I'm trying to find accessibility resources for Ubuntu [20:53] Alex_21: Try google, not an IRC bot! [20:53] Ok [20:53] Thanks [20:54] Alex_21: You can also /msg the bot with !help to find out what it is most useful for! [20:54] Alex_21: Without flooding the chan. [20:55] +1 [20:57] We need #Ubuntu-accessibility [20:58] #Ubuntu is too crowded for accessibility talk if you are using assitive technology [20:59] that's a good proposal [21:01] that would be a proposal you could make in #ubuntu-irc [21:05] Ok [21:05] Thanks. I didn't know about #Ubuntu-IRC [21:10] not many people do :) === Barre_ is now known as Barre [21:37] hp mediasmart ext475, anyone? [21:37] *ex [21:38] Thanks for your help [21:38] God day [21:38] Lol, ...Sorry [21:38] Good day [21:38] does anyone here have any experience installing ubuntu server on a hp media(not so)smart ex475? === yml_ is now known as yml [22:45] heya guys, do you think that the proposed solution for this bug is the adequate? https://bugs.launchpad.net/ubuntu/+source/passenger/+bug/332238 [22:45] Launchpad bug 332238 in passenger "Building against apache2-prefork-dev would allow mod_php5 cohabitation" [Undecided,Confirmed] [23:23] !chrt [23:23] Sorry, I don't know anything about chrt [23:23] !taskset [23:23] Sorry, I don't know anything about taskset [23:23] !renice [23:23] Sorry, I don't know anything about renice [23:23] !worthless bots [23:23] Sorry, I don't know anything about worthless bots [23:30] Interesting thing, may not be in the right room for this. I installed ubuntu server edition, cant seem to get the e100 driver working right. Looking through dmesg, i see e100: 0000:01:02.0: can't derive routing for PCI INT A, anyone know what may be going on? [23:31] To be sepecific on not working, I cannot get a DHCP lease, and manual routing and configuration does not appear to work either. [23:33] superfirelord42: You may want to try kernel option of pci=routeirq [23:33] genii, i just noticed something when i tried to do a dhcp on them all, said try irqpoll, should i try that first? [23:34] superfirelord42: Yes [23:38] interesting, boot time slows to a crawl on ata1, something about frozen. IRQ #15 was disabled which I know was one of the NICs, still not booted yet [23:38] what's the fastest way to restore the default config files for postfix and dovecot? [23:42] genii, well, good news bad news, good news, i got the DHCP, bad news, it spewed some IRC issues and now is not responsive, rebooting with your pci=routeirq [23:42] *IRQ [23:48] I created an array, but when I restart instead of /dev/md0 I get a bunch of funny md devices named like md_d0 and md_d0p1 [23:51] ok this is weird , i moved server to other room and turned it on [23:52] no i cant connect to it true ssh [23:52] "no route to host" [23:52] if i ping it it says "destination host unreachable" [23:53] wizardslovak, can you ping from it? [23:53] no i am pinging it from my laptop(kubuntu) [23:54] 100% packet loss [23:55] i see it on my router tho [23:59] ok i found it , i plugged into wrong card lol