/srv/irclogs.ubuntu.com/2009/07/31/#ubuntu-server.txt

ScottKinfinity: Any word on getting powerpc resurrected?00:00
BookmanI have all of my video and audio files on a machine acting as a central file server.  What are some of the choices for my client computers to run to be able to easily get access to those files.....00:15
BookmanDo I need to "serve" these files or is there a client that can index them on each individual machine?00:19
BookmanBack in a few moments....00:21
uvirtbot`New bug: #407166 in lsb (main) "lsb_release crashed with ImportError in <module>() (dup-of: 383697)" [Undecided,New] https://launchpad.net/bugs/40716600:26
oh_noespython-vm-builder throws out a line "2009-07-31 10:07:35,343 INFO     grep: /boot/config*: No such file or directory"01:14
oh_noesDoes this mean I can create a file on my host that its being built on, to configure special grub params?01:14
oh_noesII want my timeout to be 0, but I'm not sure where to set it01:14
uvirtbot`New bug: #407173 in openssh (main) "openssh: Please set traffic class on IPv6 packets" [Undecided,New] https://launchpad.net/bugs/40717301:36
infinityScottK: powerpc should be fairly happy again by now...03:54
ScottKinfinity: Apparently not. Looks like still full of chroot problems.04:19
binzywHi, Im running ubuntu server and trying to setup a network bridge using my wireless card to connect to my wireless router and my ethernet port to let my xbox 360 connect to the internet. I have gotten my computer to connect to the router just fine, but when I try setting up the bridge I lose connection to the router. Im using wpa-supplicant and my network config is as follows: # This file describes the network interfaces avail04:24
binzyw# and how to activate them. For more information, see interfaces(5).04:24
binzyw# The loopback network interface04:24
binzywauto lo04:24
binzywiface lo inet loopback04:24
binzyw#Wireless Connection04:24
binzywauto ra004:24
binzywiface ra0 inet static04:24
binzyw address 192.168.10.304:24
binzyw netmask 255.255.255.004:24
binzyw network 192.168.10.004:24
binzyw brodcast 192.168.10.25504:24
binzyw gateway 192.168.10.104:24
binzyw#Local Bridge04:24
binzyw# The wired network interface04:24
binzywauto eth004:24
binzywiface eth0 inet manual04:24
binzyw address 192.168.10.404:24
binzyw netmask 255.255.255.004:24
binzyw network 192.168.10.004:24
binzyw broadcast 192.168.10.25504:24
binzyw gateway 192.168.10.104:24
binzywauto br004:24
binzywiface br0 inet static04:24
binzyw bridge_ports eth0 ra004:24
binzyw address 192.168.10.504:24
binzyw netmask 255.255.255.004:24
binzywany one have any ideas?04:25
binzywp.s. I'm totaly new to irc, so sorry if I make a fool of myself04:25
cefbinzyw: you should only need to assign an IP to the br0 interface, not the other individual interfaces. that might be causign you headaches04:27
cefbinzyw: btw: where possible, use a service like pastebin to put anything over 2 lines for people to view. lots of info appearing suddenly (like you pasted) in a channel can be very conversation disturbing, and is usually considered rather rude (no offence taken btw).04:29
binzywok, Ill do that next time, and thanks Ill try removing the IPs from the other interfaces04:30
cefyou don't even need the other interfaces defined in /etc/network/interfaces btw.04:31
cefoh and remember to add a gateway to the br0 interface04:31
binzywdont I need ra0 so that my wirless card will connect to my router?04:32
cefthat in fact is probably your main issue04:32
cefas long as ra0 is in the 'bridge_ports' section of br0, then you shouldn't need it.04:32
chrisellisfor ever domain name i host do i need to create a master zone?04:32
cefchrisellis: if you mean bind/dns stuff, then yes, or you need to have a master somewhere that you slave off.04:33
chriselliscef: well i have name servers set up on my server so do i just put my name servers on the domain and then add a new master zone? or how does it work04:35
cefchrisellis: as long as it's actually a different 'domain' and just just a different name though' eg: www.ubuntu.com and wiki.ubuntu.com are all the same domain, but different names.04:35
chriselliscef: right yeah these are completely different names04:35
cefchrisellis: so you've set up bind (or something similar), yes?04:35
chriselliscef: yes04:36
cefok, you need to look in the bind config (probably /etc/bind/named.conf.local04:36
infinityScottK: Oh, FFS, now that glibc built successfully, it's tripping on the silly kernel version check.  Argh.04:37
cefyou just need another 'master' entry, and to point it at the correct master file.04:37
chrisellisI'm actually using webmin even though its not supported ... but iv'e created a new virtual server with the name of the new domain04:37
infinityScottK: We'll get that sorted...04:38
cefchrisellis: ok.. not used webmin in years.. so i've got no idea on that sorry04:38
chriselliscef: i would like to do it with the actual config files so i know exactly whats goin gon04:38
cefchrisellis: ok. look in /etc/bind/04:39
cefchrisellis: in there are a bunch of config files (named.conf, and a bunch of others, some of them are included into the main one)04:39
chrisellisi've got named.conf named.conf.local and longhornrepair.com.hosts04:40
chrisellisdb.loca, db.root db.127 etc04:40
cefin there somewhere should be an entry that starts with 'zone "domain.com" {' or similar (replace domain.com with your known working domain)04:41
cefprobably in named.conf.local04:41
chriselliscef: if i do this stuff manually will it mess up webmin >?04:41
cefchrisellis: I dunno.. if webmin is smart, no. it may even tell you (in comments in those files) how to keep webmin up to date or where in webmin to edit this stuff04:42
ceflooking won't break anything at any rate04:42
chrisellisk04:43
chrisellisyeahi have a zones.rfc191804:43
ceflook in named.conf.local and look for a text line that starts with 'zone "domain.com" {'04:44
chrisellisk yeah i see that in that file04:44
chrisellisthe type is master04:45
cefyup.. says it's authorative for the zone. the 'file' statement tells it where to find the details for the domain (eg: my guess in your case it has 'file "/etc/bind/longhornrepair.com.hosts"'04:46
chrisellisyeah04:46
chrisellisso do i need to create a slave zone under my master zone?04:46
cefslave is if you aren't the master04:46
cefie: you host details, but you're not the one that updates the details04:47
cefusually it's a different machine (for the same domain)04:47
chrisellisoh ahh gotcha04:47
chriselliswell im going to have all my domains in the same folder or their root directorys04:47
cefbtw: you might want to read up on 'bind', as it's probably going to be much easier04:48
chriselliscef: yeah im pretty sure this is really easy im just an idiot04:48
chriselliscef: i just for some reason can't grasp how this all works...04:48
binzywso when I removed the other two interfaces and added the gatway I lost my connection to the rest of the network. (which really sucks because Im sshing in). any other suggestions?04:48
chrisellisi've got longhornpcrepair.com working... and im guessing i can use the same name servers04:49
cefbut the short version: for every domain you host a DNS for, you need a new file (eg: longhornrepair.com.hosts) and a new entry in named.conf.local that defines the domain details04:49
chrisellisokay so if i have a domain using my name servers i need to create a new entry in that file04:50
chrisellisby creating a new file ... I would be creating a what?05:00
pmatulisa dns zone05:06
chrisellisI don't know why i can't understand that05:10
chrisellisthis05:10
chrisellisDo i point the new domain to the same IP and the virtual server will see it and point it to the correct directory05:11
cefchrisellis: yup! same ip, different name, the ebserver will see it as the other name05:14
pmatulislike cef said, you need to tell bind about the zone file by editing the bind configuration file, named.conf.local.05:14
chriselliswould it be a master zone ?05:15
pmatulishey, you need to just read an introduction to dns/bind05:15
pmatulisit's not hard05:15
pmatulisjust relax and find the time to read05:15
chriselliscould you point me to any good ones05:16
pmatulisgoogle for it05:17
pmatulisoreilly has a classic on it, might want to check that05:18
Byron_Hello everyone05:19
rosahi, i ma tying to join to the domain a Domain member server but I got error: failed to get machine password for account INTERBASE$: NT_STATUS_LOGON_FAILURE ...somebody know this error?05:19
Byron_Quick question. Hope someone can help. I can't seem to FTP with the domain, but I can do so locally only. This is with vsftpd. Is there some special setup for virtual hosting?05:20
=== Byron_ is now known as Byron
netritiousHi, I created a CSR using openssl, and have a godaddy.com signed certificate to use for postfix/sasl. I see references to .pem in /etc/postfix/main.cf but I do not have a .pem file nor did I receive one from godaddy ssl -- I only have .key and .crt. How to resolve this?05:44
jmarsdennetritious: Linux/unix is generally not fussy about file name "extensions".  Try copying the .crt to a .pem file, or if necessary, cat both of the files from godaddy together into a single .pem file.05:56
netritiousjmarsden: thank you. i did receive another file gd_bundle.crt which has two certificates as one. Should I use that - rename to .pem?05:59
andolnetritious: Or simply put the .crt as smtpd_tls_cert_file= and .key as smtpd_tls_key_file=.06:00
andolnetritious: As jmarsden said, the file extessions itself doesn't really matter.06:00
netritiousandol: that makes sense. I'll give it a shot. thanks06:01
jmarsdennetritious: Possibly.  As andol said, it depends whether the software needs to see one file with both parts in it, or the key and the public cert separately.06:01
andoljmarsden, netritious: postfix can handle the key and cert separate just fine. It is also possible to bundle both the certificate and key in the same file, as the smtpd_tls_key_file=.06:02
andolnetritious: "man 5 postconf" will provide you with some explainations what those diffrent options in /etc/postfix/main.cf do.06:05
chriselliswhere can i see apaches httpd.conf file to see my virtual servers06:13
andolchrisellis: The normal place to put apache vhosts configuration, on a Debian/Ubuntu system, is under /etc/apache2/sites-available/. No idea where you have put your :)06:15
ByronDoes anyone know how to setup vsftpd for virtual hosts?06:19
chrisellisoh well its set up correctly06:19
andolByron: Not sure if that term really applies on a ftp server. But perhaps I'm misstaken, what functionally are you asking for?06:22
Byronandol: I can FTP successfully with the command line (terminal/konsole/yakuake), but when I use FileZilla, I can only do it with the IP address behind my router.06:24
ByronThis is also behind my own network. Fails outside of the network.06:24
andolByron: Is your network based NAT? In other words, does it use internal ip adresses?06:25
Byronandol: yes06:27
chriselliscan someone dig wwmcd.org for me por favor06:29
andolByron: Well, seems more like something which you have to configure in your local "router". For that to work well you might also want to tell vsftpd which data ports to use.06:31
andolByron: But I'm off for work now, hopefully someone else can continue to help you.06:31
Byronandol: the router knowns to forward IP requests06:31
jmarsdenchrisellis: http://pastebin.com/f29dbbc5506:48
chrisellisjmarsden: thank you... its not seeing my ip for some reason06:48
jmarsdenRight.  Cgeck your bind config files and log files.06:49
jmarsden*Check06:49
chrisellisand for each domain i have to set up another master zone06:50
chriselliscould you check it again por favor06:51
jmarsdenSame deal as before.06:53
jmarsdenHave you run named-checkconf to look for errors in your named config file(s)?06:53
chrisellisno06:54
jmarsdenMight be worth a try.  man named-checkconf06:54
chrisellishttp://wwmcd.org06:54
chrisellisit looks like its working actually06:55
jmarsdenNot from here.06:55
chriselliswhaa06:55
chrisellisweird06:55
jmarsdenMaybe only internally... who are you allowing to query that zone?06:55
chrisellisits someone on an outside connection06:56
chrisellisthere getting the index of the directory06:56
jmarsdenIt works from your DNs server but not from the ns1.everydns.net and ns2.everydns.net ones.06:58
jmarsdenSo it is random whether it works ... depends which DNS server gets picked!06:58
chrisellisoh okay06:58
chrisellisi actually don't think i've been able to get those stupid dns's to work06:58
jmarsdenThen don't leave them in the DNS at the registrar :)06:58
cefwonderful. build up a machine to host 4 VM's, and the hard drives start failing just as I get close to production.. *sigh*06:59
chrisellisare they working on http://longhornpcrepair.com06:59
jmarsdendig them yourself to check... dig @ns1.everydns.net longhornpcrepair.com07:00
jmarsdenLooks broken to me.07:00
chrisellisis there any reason you guys know why everydns's name servers wouldn't be able to receive the master record .. just off the top of your head07:13
jmarsdenBecause your named config doesn't allow them AXFR access to that zone on your server?  read your logs...07:13
rosaplease somebody can help me....im trying to join the domian and I got  :failed to get schannel session key from server XXX fro domain YYY...what it mean?07:50
twbrosa: it's not clear what protocol you're using.  There's no way to understand what you're TRYING to do, let alone why it's failing.07:51
twb!smart-questions07:51
ubottuSorry, I don't know anything about smart-questions07:51
twbhttp://linuxmafia.com/faq/Essays/smart-questions.html07:52
twbrosa: I recommend you read that.07:52
rosathanks a lot i will read07:53
rosawell...i said a lot of things before...but i did07:55
rosaI am trying to install a Domain member server and I am trying to join it to PDC with net rpc join ... and I got tthe error above07:56
rosafor somereason I can't join my Domain member server to the PDC08:01
rosawell i got it08:04
uvirtbot`New bug: #407248 in php5 (main) "PHP5 crashes after cacti and snmpd installation , and configurations. any idea? Follows error code comĀ“s listing about 20 line if i write command dmesg." [Undecided,New] https://launchpad.net/bugs/40724808:30
chrislabeardHi guys09:20
drurewI have been wracking my brain as to why i cant log into my servers mysql user09:36
chrislabeardwhats the problemo09:36
drurewi get : ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)09:36
drurewwhen using login : mysql09:37
drurewor09:37
drurewif i use : mysql -u root -p09:37
chrislabeardso you do root are the username and the pass as the root user password09:37
drurewERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)09:38
chrislabeardwtf09:38
chrislabeardyour using the password you set up when you ran the mysql install09:38
drurewthe mysql install was done by the host provider09:39
chrislabeardoh09:39
drurewi already purged it and reset everything .... still09:39
Nalkemhello09:39
chrislabeardIm not sure09:40
chrislabeardsorry i'm a newb too09:40
chrislabeardi know when i installed it ... it asked for a password and to login i used root09:40
Nalkemi installed a ubuntu server 8.04.2. i want to connect to it as root with public-key, but that don't works. i can make it as user, but not as root. what could it be? (i can connect via password ..)09:40
drurewyou cannot create a second root account !09:43
drurewNalkem: if your logged in as user then you will not be able to login to root as root login must be executed from the lowest level :sh09:44
drurewNalkem: you should try sudo -s09:45
drurewif your user has root permissions then it shouold work09:45
Nalkemi make it with root permissions (su - )09:49
Nalkemand it don't work .. with different computers09:49
Nalkemit works with normal ubuntu 9.04 and 8.04, but not with the server. the sshd_config is the same09:50
drurewjust try sudo -s09:50
Nalkemdrurew: the same prob09:51
drurewNalkem: im not sure I understand the problem10:03
drurew.....per ssh , youu canot log in as root ?10:03
drurew*cannot10:03
Nalkemdrurew: i'm root on computer A and want to login as root to computer b with puiblickey .... that dont work, only with passwordlogin10:03
drurewI think that is pretty standard, tho you could try adding your  A key as B`s pubkey10:06
drurewroot loging w/o password defeats the whole puorpose of linux security10:07
Nalkemnormally yes ...  but i need it ... for backups per rsync10:07
Nalkemso it's going over a secured network10:08
drurewthen try that what i said with the key10:08
drurewthat would allow only box A and box B to connect without manually editing the passwd10:08
Nalkemthats what i made10:09
drurew*editing=typing10:09
drurewhave you restarted to allow the conf to take place ?10:10
Nalkemrestart the sshd .. yes10:10
drurewIf your only method of access to a server is ssh, and you make a mistake in configuring sshd via the /etc/ssh/sshd_config file, you may find you are locked out of the server upon restarting it, or that the sshd server refuses to start due to an incorrect configuration directive.10:12
drurewdid you chmod the key ?10:13
Nalkemyes, .. (and yes, the server isn't in this room, it is far far away ... so i don't make yust try and hope that it works ;)10:14
drurewheh10:14
Nalkemand it isn't used productivly ...10:14
drurewhttps://help.ubuntu.com/8.04/serverguide/C/openssh-server.html10:16
Nalkemread it .... and was wondering about authorized_keys2 ... the 210:18
drurewdifferentiate between the original key set and your replacement10:19
drurewonce the replacemt works you  can remove the old set and rename the key10:19
Nalkemits the same ... i really don't know where is the failure ... and it only don't work with ubuntu-server .... it works with other ubuntu and linux-distris ...10:20
drurew"sudo"10:26
Nalkemsolved the prob, but don't know why it was there ... :/10:37
drurewdoes anyone see bad syntax in this : UPDATE user SET Password=PASSWORD'somthingSomthing' WHERE User='root' ; FLUSH PRIVILEGES; exit;10:48
drurewmysql10:48
drurewdoes anyone see bad syntax in this : UPDATE user SET Password=PASSWORD 'somthingSomthing' WHERE User='root' ; FLUSH PRIVILEGES; exit;10:49
_rubenshouldnt that be something like SET Password=PASSWORD('somethingSomthing') ?10:50
drurewUPDATE user SET Password=PASSWORD ('somthingSomthing') WHERE User='root' ; FLUSH PRIVILEGES; exit;10:50
Nalkemdrurew: the problems could be the ' ... u can make \' ... and at the end limit 0, 110:52
drurewthe syntax is correct10:53
drurewwith  ('somthingSomthing') , but the passwd dosnt work10:53
Nalkemdrurew: and with escaped '   (\')10:54
drurewUPDATE user SET Password=PASSWORD ('somthingSomthing\') WHERE User='root' ; FLUSH PRIVILEGES; exit;10:55
drurewso ?10:55
NalkemUPDATE user SET Password=PASSWORD (\'somthingSomthing\') WHERE User='root' ; FLUSH PRIVILEGES; exit;10:57
drurewERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near'\'somthingSomthing\') WHERE User='root'' at line 110:59
nashSwisshi: I just set up bind9 on jaunty and I saw that apparmor just allows ::r for bind in /etc/bind. It says: /var/lib/bind is for dynamically updated zone (and journal) files ...but how to configure bind to put dynamic files to /var/lib/bind ???11:00
Nalkemdrurew: is it this what u want to do? http://dev.mysql.com/doc/refman/5.0/en/password-hashing.html11:01
qman__nashSwiss, place your dynamic zone file in /var/lib/bind, then configure in named.conf.local with absolute path11:04
qman__file "/var/lib/bind/my.zone"11:04
nashSwissqman__; thanks, and how to do that for jnl files?11:05
qman__I don't know how the configuration goes for jnl files11:06
qman__from what I'm reading11:09
qman__it appears that the .jnl file is created in the same place as the zone file11:09
qman__so it should just work11:09
nashSwissok... so i have to put all m zones to /var/lib/bind to enable jnl... or change the apparmor config :S11:10
qman__looks like it11:10
nashSwissthanks11:10
qman__seems a sensible default though11:11
uvirtbot`New bug: #407297 in samba (main) "PANIC: internal error (usershare related)" [Undecided,New] https://launchpad.net/bugs/40729711:36
quizmeis it okay to do chown ubuntu:ubuntu -R /etc ?11:38
maxbReally really NO11:39
drurewNalkem: http://ubuntu.flowconsult.at/en/mysql-set-change-reset-root-password/11:42
_rubenquizme: why would you want to do that ?!11:45
Nalkemdrurew: hmm ..11:46
quizmecuz i'm having trouble writing to /etc/mailname11:46
_rubenuse sudo11:46
quizmeas the ubuntu user11:46
quizmei did11:46
quizmebut it didn't work11:46
_rubenwhat command did you use?11:46
quizmeecho "asf.com" | sudo tee /etc/mailname11:46
_rubenand what's the error you got?11:47
quizmepermission denied11:48
_rubenodd .. what does ls -l /etc/mailname show ?11:48
quizme-rw-r--r--11:48
quizmeroot root of course11:50
quizmenm it's working now...11:59
quizmethe sudo tee thing...11:59
quizmenot sure why i was having trouble earlier...11:59
T-Hawkhey, anybody know why amavisd-new is sending me a mail every time the sync cron job is run with one line of contents: bayes: synced databases from journal in 0 seconds: 749 unique entries (1195 total entries)12:20
T-Hawknumbers vary, but as far as i can see all output is piped to /dev/null when the cron job i run12:20
quizmehas anybody ever reset the root mysql password from a script ?12:37
quizmei want to do it on one line, but it prompts me for the password12:37
pmatulisquizme: yeah, i've done that12:43
_rubenadd -pyourcurrentpassword as parameter12:47
quizme_ruben yeah i figured it out thanks12:49
NightlurkerI got a VPS running Ubuntu Server 8.10. I have a problem with cron.* folders in the /etc dir not running. I have checked that it runs when I execute it manually, I have also made sure the cron proccess is running. What would be the next step in finding the error? My crontab file can be seen here: http://nightlurker.pastebin.com/m43dcceac12:51
DavieyNightlurker: check your syslog.12:51
Daviey/var/log/syslog12:52
NightlurkerThere are loads of entries like this: Jul 31 02:08:01 ares /USR/SBIN/CRON[9644]: (root) CMD (test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ))12:54
NightlurkerThat seems correct right?12:54
Davieyyes12:54
ivoksyes12:54
DavieyNightlurker: do you have a root mail alias?12:55
ivoksshould we install headers by default?12:56
ivokskernel headers12:56
ivoksdisk space is cheap and those often come handy12:57
NightlurkerDoes not look like it no. This is my /etc/aliases file: http://nightlurker.pastebin.com/m3a66b64c12:57
_rubenivoks: diskspace is "cheap" indeed, but can still very well be limited .. running a server from a 1 or 2GB ssd isn't that uncommon (for us)12:59
ivokswell, still, i'd like to see headers installed by default13:00
ivokswe got kvm and drbd now depending on it13:01
ivoksand there were cases when i had to compile network or/and raid controler modules13:01
heath|workcan you upgrade libvirt while virts are running, or should I shut them all down ?13:02
stefan__2hy13:05
heath|workheelo13:05
uvirtbot`New bug: #407324 in freeradius (universe) "/etc/init.d/freeradius stop don't work" [Undecided,New] https://launchpad.net/bugs/40732413:05
_rubenwonder if the lpk patch for openssh will ever end up upstream .. would be a nice feature i'd say13:10
NightlurkerDaviey, I got an root alias setup now13:21
DavieyNightlurker: it will be interesting to see if you get a mail, telling you of failure.13:22
NightlurkerJupp, but from the mail logs no such messages where sent.13:22
heath|workcan you upgrade libvirt while virts are running, or should I shut them all down ?13:26
AlexanderfotoGood day to the Ubuntu server community. I was hoping to get some help :) I'm new to the Ubuntu server, and I'm not used to working without a GUI. I'm trying to setup a server that will work as a shared storage device. I'm unsure how to go on with this cause there are so many different ways to go.13:33
NightlurkerDepends on what system you want to reach the storage. What systems will be connecting to it?13:35
AlexanderfotoMac OSX Leopard.13:37
NightlurkerIn which case you have a choise between using Samba and NFS. I have had the most luck using NFS when it comes to speed, but it can be a bit harder to setup and get working correctly on OSX. Samba is the esiest to setup, but I have personally had some performance problems with it on OSX. They may be resolved now though.13:39
AlexanderfotoGreat stuff :) We'll be working a lot from the server. Our business is photography and the server will work as storage for our images and projects. So I believe speed is important :)13:40
NightlurkerI would try out samba first, if the performance is not good enough switch over to NFS.13:42
AlexanderfotoThank you very much :)13:48
AlexanderfotoAnd one more thing, I'm not sure if Ubuntu is detecting all my HDDs, is there a command line that gives me HD stats?13:49
abomanyou can see some disk stats for mounted disks with "df -h"13:57
_rubensudo fdisk -l13:57
abomanls /dev/{hd*,sd*} should show the avaiable disks (and optical devices)13:57
abomanno need for sudo on any of my systems13:58
_rubenyou're probably a member of the disk group then13:59
abomannop14:01
Alexanderfotodisk group?14:01
abomandont worry about it Alexanderfoto, if you get "permission denied" do the sudo thing _ruben said14:02
heath|workMy kvm's are going absolutely nuts and now I can't even connect with virsh14:03
heath|workthey are all tacking out the entire server14:04
quizmehi, can somebody help me set up courier ?14:19
quizmeactually it's set up14:19
quizmei just need some help trying to check my mail with a user i created.... can't login ....14:19
quizmeIMAP/courier kinda stuff14:19
AlexanderfotoI'm having trouble making the { char on Ubuntu Server.. I'm using an apple computer.14:20
quizmei tried to telnet to 443 and i can, but the login won't work...14:20
Alexanderfotookay, so when I type something in the terminal im suddenly unable to write.. sorry for the stupid questions but im new to this.. are there any keys i've accidently pressed?14:31
heath|workAlexanderfoto, what do you mean unable to write?14:35
poningruhi quick question14:36
poningruis there a tomcat package that sets up everything?14:36
heath|workquizme, if you are unfamiliar with the command you can install mutt14:36
Alexanderfotoi cant write commands14:38
Alexanderfotoonly the backspace works14:38
heath|workAlexanderfoto, are you at the physical server, or have you ssh'ed ?14:38
AlexanderfotoIm at the physical14:39
quizmeheath|work thanks for the suggestion, but i'm pretty committed to courier cuz of the way postfix and everything is set up.14:39
heath|workquizme, mutt is a mail app that runs in a terminal. I use it for testing mutt user@localhost or whatever14:40
heath|workAlexanderfoto, that sounds strange, but if you have logged in the keyboard was working14:41
AlexanderfotoYeah, it is working.. If I type numbers I get arg: #14:41
Alexanderfotobut normal letters are a no go:p14:42
Alexanderfotoill try a reboot14:43
Alexanderfotosame issues, its when i try to make the { the keyboard locks up14:51
quizmeis mcrypt the standard encryption program for ubuntu ?14:55
AlexanderfotoF3 resolved the problem :)14:58
oioiiiHi there, I want to monitor apache2 of my lampp box (ubuntu 8.04lts) via http://localhost/server-status?auto , works fine except I'm missing CPU load value, any hints?15:09
gopwhat the command to shut down apache15:37
gopor stop it for a second15:37
_rubensudo invoke-rc.d apache stop15:37
\shoioiii: depending on what you want to monitor from apache2...Ithink snmp is what you are looking for15:46
gopbah my applaince15:46
gopis looping an email15:46
gopI don't see documetion how to stop it15:46
gopand check logs afterwards15:46
oioiii\sh: I just want it to show overall cpu load on the status page. Although there is cpu load on server-status?all15:48
=== _Grim76_ is now known as Grim76__
ScottKmathiaz: I put out a call for clamav testing for jaunty-proposed to the ML.  Would it be worth a post on the server blog?16:22
mathiazScottK: hi - sounds like a good plan16:26
mathiazScottK: I'll write something up16:26
ScottKmathiaz: Thanks.16:26
Sam-I-Ammathiaz: hey16:33
Vaine-DragonI have installed Ubunto 9.04 Server and now it will not boot after initial install, no errors?????16:37
Sam-I-Amdo you see grub?16:38
Vaine-DragonNot at all, just a blinking cursor and nothing.16:39
Sam-I-Amdid grub install ok?16:39
Vaine-DragonAs far as I know, did the full install twice and both times removed CD with same results?16:40
Sam-I-Amdid you install to any sort of raid?16:41
Vaine-DragonThe installed asked if I wanted to use RAID and I did use it both times?16:42
Sam-I-Amwhat raid level?16:44
Vaine-Dragon516:44
Sam-I-Amyeah, linux wont boot off a software raid 516:44
Sam-I-Amyou'd need to have your boot partition on something else16:44
Vaine-DragonShould I reinstall again and negate that option?16:44
Sam-I-Amit will boot off a raid 1 though16:44
Sam-I-Amyes16:44
Sam-I-Amnot sure what your disk configuration is16:45
Vaine-DragonCool thanks for your input and I will do just that, Have great weekend.16:45
Vaine-DragonI just selected RAID because it has 3 HD's16:45
Sam-I-Amah16:46
Sam-I-Amif it has hardware raid, that'll work16:46
Vaine-DragonYeah I did setup prior in BIOS befor install, will that help?16:47
Sam-I-Amdepends if its a real hardware raid or not16:47
Sam-I-Amif so, it would appear as one disk to the system16:47
Vaine-DragonThe MD has hardware RAID available.16:47
Sam-I-Amat least as far as the ubuntu installer is concerned, and probably wouldnt let you do raid16:47
Vaine-DragonMB16:47
Sam-I-Amyou can try configuring that16:47
Sam-I-Ambut a lot of motherboards are 'fake' raid16:47
Vaine-DragonThat's fine I don't need RAID for this system16:48
uvirtbot`New bug: #407415 in openldap (main) "slapd2.4.15-1ununtu3 failed to install or upgrade" [Undecided,New] https://launchpad.net/bugs/40741517:35
VogI have a ubuntu linux router that I can sshinto, it can resolve ip addresses but cannot ping them. iptables seems to be fine17:35
VogIt just won't let any traffic out...17:35
jmedinaI there, anyone here hows a recent openvpn version for hardy?18:01
jmedinaprobably a PPA?18:01
jmedinaI want 2.1rc19, because I need to add "redirect-private" and "auth-user-pass-optional" and thos options are only available starting from 2.1RC1418:04
jmedinaI know it is really easy compile openvpn by hand18:05
sonismman, i've been kicked out of ubuntu because i said to those idiot don't ever type this: sudo rm -rf /. and yet those idiots do that!18:06
ScottKjmedina: LP now has a search feature for ppa's.18:06
ScottKsonism: #ubuntu-irc if you want to bitch.  This isn't the place.18:06
ScottKjmedina: I do not, however, favor installing code from somewhat random sources of indeterminate provenence.18:07
jmedinaScottK thanks, probably I dont know how to use LP, bu the search feature only shows me the ppa repositories, and I have to searh PPA by PPA, that is not that easy18:08
jmedina:)18:08
ScottKjmedina: Did you try https://launchpad.net/ubuntu/+ppas?name_filter=openldap18:09
sonismScottK: i'm not bitchin', some onje messin' with sudo command, and then i told him what he don't do right. and then i told him not to do the previous one also. and yet he do that. it definetelly not my fault....18:09
ScottKsonism: How does that relate to Ubuntu Server?18:10
sonismScottK: ok, i know..... sorry....18:10
jmedinaScottK, yeap, still I have to search into each PPA18:11
ScottKOK18:11
jmedinawell I finished with 20 results and only one old package18:11
jmedinafrom LaMont Jones18:11
ScottKHim I'd trust.18:12
jmedinagood18:13
jmedinaI think it is time to lear how to create ubuntu packages and use PPA18:14
* jmedina comes from pacakage slackware pacakges :)18:14
ssmjmedina: http://www.debian.org/doc/maint-guide/ is a good starting point18:16
jmedinassm: thanks18:18
jmedinawell, time to create 50 openvpn client certs and packs :S18:18
Vaine-DragonI'm trying to Install Perl 5 and Webmin 1.48018:25
Vaine-DragonI'm trying to Install Perl 5 and Webmin 1.48018:27
Vaine-DragonHELP ANYONE18:28
jmedinaVaine-Dragon: and what is the problem?18:29
jmedinahave have you tried?18:29
jmedinaI think webmin is not supported in ubuntu18:29
jmedina!webmin18:29
ubottuwebmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. See !ebox instead.18:29
Vaine-DragonWill 8.10 work18:29
Vaine-DragonI found this info on the Official Ubuntu page for configs18:31
Vaine-DragonOr is there another web admin package that will work with 9.0418:31
jmedinawell I really dont know, last time I used webmin was 5 years ago18:31
uvirtbot`New bug: #407428 in openssh (main) "sshd zombie processes and strange behavior after karmic upgrade" [Undecided,New] https://launchpad.net/bugs/40742818:32
jmedinaVaine-Dragon: did you read the mmesage frfom ubottu?18:32
Vaine-DragonYes is there another such package for this type of admin18:32
Vaine-Dragon!ebox is that a package or another server?18:33
jmedinais that a question?18:33
Vaine-DragonYes18:34
jmedina!ebox18:34
ubottuebox is a web-based GUI interface for administering a server. It is designed to work with Ubuntu/Debian style configuration management. See https://help.ubuntu.com/community/eBox18:34
jmedinathey are packages or full distro18:34
Vaine-DragonOk thats what I need, kinda new sorry for the confusion18:34
jmedinadont worry18:35
jmedinabu18:35
=== mathiaz_ is now known as mathiaz
_lamhi20:54
jmedinahi20:55
uvirtbot`New bug: #407310 in mysql-dfsg-5.0 (main) "Failed to check for installed and available applications" [Undecided,New] https://launchpad.net/bugs/40731021:26
funkyHatStupid question : where do I set the user that spamd should run as?21:43
funkyHatOh got it, I add -u blah to /etc/default/spamassassin21:45
chadkouseanyone seen this?  When under a heavy cpu load I can't SSH to the server and if I'm already on the server, I can't su -- it's like authentication is waiting on CPU to free up21:50

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!