/srv/irclogs.ubuntu.com/2009/06/13/#ubuntu-server.txt

* diffra is glad to be out of phone support now.00:00
nick125Then try to call up the colo place for a blackhole...."40,000 boxes?"00:00
nick125"BOTS, YOU IDIOT! BOTS! NOT BOXES" "We're entitled to how much?"00:00
glen1lol00:01
nick125I wish I had that conversation somewhere...it was recorded.00:01
FFForeverLMAO!00:01
nick125Then there were the bomb threats from customers....those were always fun.00:06
nick125or rather, ex-customers00:06
FFForeveri love doing support00:07
FFForeverat the end of the day i tell them sorry but FU you stupid cunt00:07
FFForeverlearn to configure shit correctly00:07
nick125Of course, those were responded to by a rogue employee by "I'll level your whole neighborhood"00:07
FFForeveryeah =\00:08
nick125I'm not sure answering a bomb threat with a bomb threat was the best possible response...but..00:09
FFForevernick125, what is a good mail system with a small footprint?, also what would you use for smtp?, i am looking into dovecote and sendmail00:09
FFForevermaybe qmail if i get bored00:09
nick125I used postfix/dovecot/mysql with pretty good success00:09
FFForeverwill postfix run with mysql?00:09
nick125yep00:10
nick125Well, it'll store user information in MySQL easily.00:10
FFForeverwill postfix allow for mail to be store in usrdir and a different dir for each mail account?00:10
FFForeveralso will it chown the mail as the local user00:10
nick125I'm sure it will, but I never did that to be honest. I mainly used virtual users in MySQL00:11
FFForeverwell i like users running from mysql but i need them in the users dir for quota00:12
nick125In MySQL, you can specify where it stores mail...as far as chowning it to the user, I _think_ you can do that as well, just setup the uid/gid map in MySQL.00:13
nick125Of course, you'll probably want to setup a script for adding/removing users.00:13
FFForeverwell yeah00:13
FFForeveri am working on a django management system00:13
nick125Awesome.00:14
nick125At the VPS provider, I worked on a Django Management System....it was nice, but my partner didn't like it, so he broke out Python, CGI and ElementTree and uh....went to work.00:16
nick125Let's just say I about vomited when I read the code.00:17
nick125He was generating HTML with ElementTree.....00:19
nick125As in...html = Element("html"); body = Element("body"); html.append(body); body.bgcolor = "#ffffff";00:20
nick125you get the idea00:20
nick125Anyways, I have to go for a bit. See you all later!00:21
=== FFForever is now known as FFForever-Away
=== asac_ is now known as asac
nick125Hey everyone03:20
=== FFForever-Away is now known as FFForever
pteagueok, this is weird... my vmware server won't let me arrow up/down & right ctrl is apparently either the end key or the page down key04:57
foxbuntupteague, sounds like yo selected a bad keyboard option, or maybe you need to just disconnect and reconnect to the virtual console04:59
pteaguegoogle to the rescue - http://communities.vmware.com/thread/17732105:00
pteaguewhich *chroot package do i need in order to use chroot?06:18
charlyHello, I want to setup a mirror repository of http://mark.tester.be on my local server, Can anybody tell me how to do that?07:32
LMJHi07:53
LMJI've got since a couple of days this error in a bash script running rsync over ssh : "Corrupted MAC on input" and the transfert stops, have you seen this before ?07:53
=== FFForever is now known as FFForever-Away
jmarsdenLMJ: That error is usually caused by underlying hardware or network issues corrupting the data stream.  Bad switch? bad network cabling?  Bad RAM in one or other of the machines involved?  etc...08:55
Mal3kohow do you instal xfce under ubuntu server?09:19
Mal3koapparently wine refuses to launch win32 console app im trying to launch under the os09:20
jmarsdenMal3ko: You could probably do:    sudo apt-get install xubuntu-desktop  # BUT then you'll have a machine that is not really ubuntu-server any more... you'll have a sort of hybrid between ubuntu server and xubuntu -- and support for that, on IRC or elsewhere, will be hard to find.  If you need a GUI, install and use Ubuntu (or Kubuntu or Xubuntu) Desktop, not Ubuntu Server.09:30
Mal3kojmarsden09:50
Mal3koive just read something at winefaq..09:50
Mal3ko3.12. Will Wine run under any X window manager? Does it require a window manager at all?09:51
Mal3ko"Wine is window manager independent, so the X window manager you choose to run has (almost) no bearing on your ability to run MS Windows programs under Wine. Wine uses standard X libraries, so no additional ones are needed. Wine has its own window management, which acts like MS Windows. It can be turned off to use the native window manager by modifying Managed or Desktop settings in winecfg. "09:51
Mal3kodoes that mean, i dont need the xfce to run the win32 app in wine..?09:51
Mal3koi only need xorg right?09:52
simplexioMal3ko: maybe..09:52
simplexioMal3ko: but you dont need gonme, kde or xfce to start X and x-terminal for an example09:53
=== ejat is now known as e-jat
drurewtypically , where would mail sent to "root" be located ?15:40
PhotoJimdrurew: not positive, but either /root/.Maildir or /var/spool/root/...?  I think the latter is more likely in a default installation.15:44
PhotoJimdrurew: I usually just install the shell mail app mutt, and you can read email directly that way.  or forward in your /etc/aliases so that root goes to your account15:44
drurewthanks PhotoJim15:45
PhotoJimnp15:46
PhotoJimif you do /etc/aliases, don't forget to run newaliases in a shell, to make it take effect.15:46
PredominantI've been following this guide: https://help.ubuntu.com/9.04/serverguide/C/postfix.html but I can't find the package "dovecot-postfix" in apt15:54
drurewPhotoJim: Im setting up my new vps and im getting a crazed feeling :)15:54
PredominantHas this package changed, or been removed?15:54
drurewPredominant: i just installed it a few min ago15:55
drurewlemme get you the name15:55
Predominantdrurew: Wouldn't happen to be going down the email virtaulhosting path, would you?15:55
drurewyup i am15:56
drurewits a bitch15:56
drurew:)15:56
pteaguehow do i set the locale (or compile the locale?)...  i've used debootstrap to create an intrepid image, but i'm getting all sorts of errors trying to install anything else because locale hasn't been set yet15:56
PredominantThats exactly what I need to be doiung15:56
Predominantdrurew: Where are you up to?15:56
drurewPredominant: MTA postfix15:57
Predominant?15:58
drurewPredominant:im following http://flurdy.com/docs/postfix/#intro15:59
PredominantI followed that, and ended up with a mess15:59
drurewPredominant: i think when you say dovecot-postfix your actually talking about two packages16:00
PredominantI thought the serverguide would be accurate: https://help.ubuntu.com/9.04/serverguide/C/postfix.html16:00
drurewPredominant: what are you folloing now16:00
drurewhttp://packages.ubuntu.com/sv/jaunty/dovecot-postfix16:01
drurewPredominant:im configuring :/etc/postfix/main.cf16:02
drurewim going to try via webmin (shoudl be easyer16:02
drurew)16:02
PredominantArgh16:02
PredominantI am on hardy16:02
PredominantStupid VPS provider16:02
drurewPredominant: yeah but just the same, just switch out "jaunty" for "hardy" and it should work16:03
drurew(dont tell anyone i told you )16:03
drurew:D16:03
PredominantI should probably upgrade the system16:03
Predominantmaybe16:03
drurewthe spools (mirror) is built the same ... it worked for my local systems16:04
drurewi have the problem that my host (hosteurope) has their own repos and yeah i can change them but it will give me more traffic (dont want that right now)16:05
drurewPredominant: you could also wget the packages for jaunty and dpkg them16:06
Predominanteww16:06
drurewfor your hardy box16:06
drurewits not hard16:06
drurewi had to do that for a closed box that had no internet connection and was to host repos for this closed network, needed to install apache and managed, the system didnt crap out on me16:07
Predominanthttps://help.ubuntu.com/8.04/serverguide/C/postfix.html16:07
PredominantI will follow that16:08
simplexiopteague: export lc_all='en_EN.UTF-8'16:09
pteaguenope, even with that i still get a perl warning... please check your locale settings: LANGUAGE = (unset), \ LC_ALL = "en_EN.UTF-8", \ LANG = "en_US.UTF-8" \ are supported and installed on your system16:12
pteague& i can't figure out what i'm supposed to install or run to configure it...  i found something that said to run `dpkg-reconfigure localeconf`, but there's no localeconf package in intrepid16:13
=== MianoSM1 is now known as MianoSM
ivoks /usr/share/locales/install-language-pack en_US.UTF-816:14
pteagueen_US.UTF-8... localedef: unrecognized option '--magic=20051014'16:17
drurewPredominant: IT WORKS!!!16:21
PredominantWhat did you do16:21
drurewi installed webmin16:21
drurew:D16:22
drurew(im such a noob)16:22
PredominantDont argue with results.16:23
Predominant:)16:23
drurewPredominant: try and spam me16:23
drurewno dont16:23
Predominantnho16:23
drurewheh16:23
drurewnow for gpg encryption16:24
drurew!gog16:28
ubottuSorry, I don't know anything about gog16:28
drurew!gpg16:28
ubottugpg is the GNU Privacy Guard.  See https://help.ubuntu.com/community/GnuPrivacyGuardHowto and class #8 on https://wiki.ubuntu.com/ClassroomTranscripts16:28
drurewpoint me at a "howto" use gpg keys with webmin mail please16:57
pteagueok, apparently i'm missing data files somewhere or something because running `/usr/share/locales/install-language-pack en_US.UTF-8` gives me an error about unrecognized option '--magic=20051014' & even `/usr/share/locales/install-language-pack en_US.UTF-8 UTF-8` seems to work (no errors), but subsequently still leaves me with no locale installed... :(16:57
pteaguehttp://pastebin.com/m6057158417:02
simplexiopteague: do you have /usr/share/i18n/SUPPORTED stuff there17:10
simplexiopteague: its only files tha man locale mention using17:11
pteague /usr/share/i18n/SUPPORTED exists17:12
pteague& has 3 en_US entries...17:13
pteagueUTF-8, ISO-8859-1, & ISO-8859-1517:13
cvwquick question, does the ubuntu server boot to the command line or gui?  (prefer command line)17:14
cvwsorry,I should specify the live cd17:15
pteagueubuntu-server cd boots to a command line gui17:15
cvwawesome, ty17:15
cvwerr, command line gui?17:16
Nafallo(and doesn't have a live cd AFAIK)17:16
cvwit's eitehr all text or all gui, which is it?17:16
pteagueuses ascii characters to make menus17:16
simplexiocvw: to cli, if you dont add gdm or similiat to start at boot17:16
cvwpteague: ascii is not gui :)17:17
simplexioyes it is17:17
simplexiogui = grafical user interface, even ascii characters are grafics17:17
cvwwell, it's my opinion then, we'll leave it at that17:18
simplexiotry use mc and say that its grafical user interface, or iptraf17:19
simplexioor mplayer with aalib :)17:19
cvwsimplexio: I do, however, text-only is not images, icons, etc. which constitute GUI.  Anyhow, this is a silly discussion.17:21
cvwcheers17:22
=== FFForever-Away is now known as FFForever
drurew!dns17:48
ubottuDNS is an acronym for Domain Name System, and is an internet system used to translate names into IP Address.17:48
FFForever!django17:49
ubottudjango is a high level python web framework that encourages rapid development and clean, pragmatic design. - see http://www.djangoproject.com17:49
FFForever!apache_django17:49
ubottuSorry, I don't know anything about apache_django17:49
FFForever=(17:49
FFForever!apache+django17:49
ubottuSorry, I don't know anything about apache+django17:49
drurew!rails17:49
ubottuSorry, I don't know anything about rails17:49
FFForever!ror17:50
ubottuSorry, I don't know anything about ror17:50
FFForever!rubyonrails17:50
ubottuSorry, I don't know anything about rubyonrails17:50
FFForever!HAHA!17:50
ubottuSorry, I don't know anything about HAHA!17:50
drurew:D17:50
Nafallo!bot-abuse | FFForever17:50
ubottuSorry, I don't know anything about bot-abuse17:50
FFForever:P17:50
drurewthought rails was pretty cool17:50
Nafallo!botabuse | FFForever17:51
ubottuFFForever: Please investigate with me only with "/msg ubottu Bot" or in #ubuntu-bots.  Search for factoids with "/msg ubottu !search factoid".17:51
FFForeverbut i know django is supreme ruler :D17:51
drurewdjango is aslo cool esp if you already know some stuff bout building your page17:51
drurewtrue true17:51
drurewdev by cnn, i think17:51
FFForeverive been using cgi for the last year and now i am moving to django17:54
FFForeverwell python via cgi i should say...17:54
=== FFForever is now known as FFForever-Away
rock3I am having an issue with php-mail on my ubuntu server.  Has anyone got time to help?18:58
jmarsdenrock3: Don't ask to ask, just ask.19:01
billybigriggerwhats the problem?19:04
rock3I have to use phpmail feature for my joomla install.  I have installed the php-mail on the server but can't get any email out.19:07
rock3Sorry I was on another channel and not paying attention to this one.19:08
rock3I can't find much in the way of a manual or reference on how to insure it is setup right or test.19:09
dthackerrock3: can you send mail from the command line?19:10
rock3I am new to linux and ubuntu.  How do I do that?19:10
billybigriggerrock3::: tail -f /var/log/mail.log while your trying to send mail19:10
dthacker^^^^what billybigrigger says19:11
uvirtbotdthacker: Error: "^^^what" is not a valid command.19:11
billybigriggerrock3::: oh...your new eh, do you know how to use the command line?19:11
drurewdru laughs19:11
rock3Somewhat.  I am remoted into the system with putty right now.19:11
drurewpoints the finger19:11
dthackerbillybigrigger has a good suggestion19:11
giovanirock3: use the "mail" command19:11
rock3what "mail" command?19:12
drurewterminal: mail19:12
billybigriggerso your trying to send mail through joomla right?19:12
drurew!konsole19:12
ubottuThe linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome) or K-menu -> System -> Konsole (KDE).  Guide: https://help.ubuntu.com/community/UsingTheTerminal19:12
ivoksmail19:12
rock3Yes.  I am trying to send mail through my joomla.19:13
drurew!mail19:13
ubottumail is another medium to communicate. Ubuntu mailinglists can be found at http://lists.ubuntu.com19:13
drurewheh19:13
billybigriggerdo what i said in your terminal....tail -f /var/log/mail.log    this will watch your mail logs, then try and send the email19:13
billybigriggerany errors will show up in your terminal19:13
billybigriggerbut i might have to ask a dumb question....do you have a working mail system at the moment?19:13
jmarsdenrock3: Basically, first check that email is working on your machine; then get email in PHP working on your machine.19:14
drurew:D19:14
rock3Tons of errors on terminal window.19:14
rock3I am trying to use my isp's mail server.19:14
rock3They allow relay so no issue there.19:14
billybigriggerrock3::: well first check this link...19:15
billybigriggeruuh well you still need dovecot or courier setup to relay mail from your server to your isp19:15
billybigriggerhttps://help.ubuntu.com/9.04/serverguide/C/index.html19:15
uvirtbotNew bug: #386768 in dovecot (main) "auth-worker(default): malloc: 197212: Cannot allocate memory" [Undecided,New] https://launchpad.net/bugs/38676819:16
rock3I am checking the link now.  brb.  Thanks.19:16
billybigriggerread the mail section19:17
jmarsdenrock3: As for lacking docs... http://us3.php.net/manual/en/mail.requirements.php says you need a sendmail binary for the PHP mail stuff to work... did you fulfill that requirement with postfix (or sendmail or exim or whatever MTA you want to use) ?19:19
rock3I have the sendmail configured but doesn't seem to work.19:20
rock3I am thinking I have something wrong in my configuration.  But I am not sure what.19:21
ivoksthat's normal for sendmail19:21
ivokstry with postfix19:21
rock3I am going to the server to install postfix.  Brb.19:23
ivoksssh man19:25
jmarsdenrock3: Going to it?  Just sudo apt-get install postfix  # no need to go anywhere19:25
rock3I can't be remoted in and install.  I have an issue with internal nic and external nic.  I can have one or the other enabled.  If both are enabled I can't get into server or can't install or do updates.19:27
rock3I am trying to resolve that issue as well.19:28
ivoksi guess you have misconfigured routes19:28
ivokslets solve that issue first19:28
rock3What do you want me to do?19:28
ivoksenable only local interface19:28
ivoksand ssh to the server19:28
rock3It fails.19:29
rock3Or ssh to the local ip?19:29
ivoksssh to local ip, yes19:29
rock3On sec.19:29
rock3okay, I am in.19:30
ivoksnow paste content of /etc/network/interfaces on paste.ubuntu.com19:31
rock3Done.19:32
ivoksand the link is...?19:32
rock3http://paste.ubuntu.com/195146/19:33
rock3Sorry about that.  Too many windows open at same time.19:33
ivoksso, you have only one interface defined19:33
ivoksyou said you have two19:34
rock3The other is set for dhcp inside gnome.19:34
ivoksdon't do that19:34
rock3This is how ubuntu installed.  I'm sure there is another way you are about to tell me.19:35
rock3What do I do?19:35
ivoksanother nic is eth1, right?19:35
rock3Correct.19:35
ivokss/another/other/19:35
rock3What does that mean?19:36
ivoksso, not eth0 is down?19:36
ivoksnow19:36
ivoksifconfig will tell you what's up19:37
rock3If I enable etho1 then etho goes down19:37
ivoksadd this to /etc/network/interfaces:19:37
drureweth1 eth019:37
ivoksauto eth119:37
ivoksiface eth1 inet dhcp19:37
ivokshow, the problem is that your dhcp server will provide your server with ip for default gateway19:39
ivoksand you'll have two default gateways19:39
ivokswhich could be a problem in your setup19:39
rock3I only want the interanl interface for internal comm. No need for gateway there.19:39
ivoksok19:40
ivoksthen you have to tell you dhclient to ignore gateways it recievs19:40
ivoksin /etc/dhcp3 directory19:41
rock3how?19:41
ivoksthere's dhclient.conf file19:41
rock3one sec.19:41
ivoksrequest ... routers,19:41
ivoksremove that ' routers,'19:42
rock3Done.19:43
ivoksnow bring eth1 up19:43
ivoksifup eth119:43
rock3it says interface eth1 already configured.19:45
ivoksok19:45
ivoksthen /etc/init.d/networking restart19:45
ivoksso, eth0 is up19:47
=== ejat is now known as e-jat
rock3yep.  Seems to be working now.  Thanks!!!!19:48
ivoksgreat19:48
rock3Now I have to do that for my other server.  brb.19:49
ivoks:)19:49
=== daxroc1 is now known as daxroc
rock3okay other server is fixed.19:54
rock3Now back to my postfix issue.19:55
rock3What do I do once postfix is installed?19:55
ivokssend emails19:56
rock3I don't have to configure it?19:56
ivoksit asked you couple of questions during install19:57
ivoksif you answered correctly, there isn't much else to configure19:58
rock3nothing. it auto ran on it's own.19:58
rock3Should I reinstall?19:58
ivokssudo apt-get install postfix19:58
ivoksdidn't ask you a single question?19:58
ivoksit had to.19:59
rock3Nothing.  It does say it is already installed.19:59
rock3Should I uninstall and reinstall?19:59
ivoksno blue screen with selection?19:59
rock3nothing.20:00
ivoksyou aren't using ubuntu, right?20:00
rock3I am using ubuntu 9 server20:00
rock3Latest build20:00
ivoksthere is only 9.0420:00
ivoksthere is no such thing as latest build20:01
rock3That's what is installed.20:01
rock3Downloaded it last week from ubuntu.20:01
ivoksok, reinstall postfix20:01
ivoksand look at the screen20:01
rock3How do I uninstall?20:01
ivoksapt-get purge postfix20:01
jmarsdenivoks: There is Karmic Alpha2 ... is that "latest build??"20:01
ivoksjmarsden: :p20:02
rock3installing now.  Now I get a blue screen.  Didn't before.20:03
ivoksyou had to20:04
ivoksmaybe you forgot :)20:04
rock3No, I really didn't get this screen.20:04
rock3Which do I use?  Internet site, internet with smarthost, etc???20:05
ivoksdepends on what kind of mail server you are setting up20:05
rock3I want to use my mail server at 1and1.20:05
ivokswill it be a real mail server20:05
ivoks1and1?20:05
rock3No just for sending out email from my joomla site.  1and1 is a hosting service. I have the domain reg there and basic email.20:06
diffrarock3: then you want smarthost20:06
rock3Do I use my FQDN or the hosting company20:07
ivoksfor what?20:07
rock3I am on  the "mail name" page.20:07
ivoksput fqdn of your machine20:08
ivoksof that server20:08
rock3relay host is smtp.1and1.com right?20:09
ivokswell, you should know that20:09
ivoksinteresting20:10
ivoksdig -t mx 1and1.com20:10
ivoksMX records are in germany :)20:10
rock3I know what their smtp is.  Do I use that as the relay?20:10
ivoksyes20:10
rock3I give up.  That doesn't work.20:15
diffraanything can work :)  anything in /var/log/mail.log?20:15
ivokswhat doesn'y?20:15
ivoksdid you install php5-mail?20:16
rock3it says dns lookup failed for sender domain (in reply to mail from command)20:16
ivoksoh... php-mail20:16
diffraso, 1and1 is rejecting the mail.20:16
rock3Correct.20:16
ivoksso, what's the fqdn you put?20:16
rock3Joomla uses php mail20:17
diffrathe domain that you're sending from exists?20:17
rock3projectforefront.net20:17
diffraand that's what you put in the 'mail name' field earlier?20:17
rock3I see diffra.com connecting20:18
ivokshaha20:18
diffra:) I was hoping to see your mail name in the banner20:18
rock3Anything?20:18
ivoks220 ubuntuserver2.projectforefront.net ESMTP Postfix (Ubuntu)20:19
diffrahttp://dpaste.com/55037/20:19
rock3That is correct.20:19
ivoksubuntuserver2.projectforefront.net doesn't exist20:19
diffrabingo20:19
rock3I need to create at the hosting company and forward to the server?20:19
diffraphp mail() sends as www-data@<postfix mail-name>20:19
diffraso, it's sending as www-data@ubuntuserver2.projectforefront.net20:20
diffraedit the relevant line in /etc/postfix/main.cf20:20
pteaguehehe, need to fix that20:20
ivokscreate cname ubuntuserver2.projectforefront.net for projectforefront.net20:20
diffraor, add your server's hostname to DNS20:20
ivoksor change fqdn in postfix20:20
ivoksredundacy is good :D20:20
diffragood is redundancy20:21
rock3dump the ubuntuserver2 from main.cf?20:21
\shwhatever you do adjust your spf record ;)20:21
ivoksrock3: yes, and /etc/mailname20:21
rock3One sec20:21
ivoksif exists20:21
pteagueanybody have any ideas on using chroot?  i'm having issues after using debootstrap ...  i can't get the locale setup :(20:22
rock3command for restarting postfix?20:22
diffra/etc/init.d/postfix reload20:22
diffrathat string is embedded into muscle memory for me...20:23
rock3I am learning.  Thanks for all the help and not treating me like an idiot.20:23
\sh /etc/init.d/postfix restart , for really restarting... or /etc/init.d/postfix reload when you adjusted your configuration20:23
diffrathat and apti<backbackbackback>sudo20:23
ivokspostconf reload20:24
pteaguerestart also works for most things in /etc/init.d/ but sometimes it doesn't seem clean... i tend to stop & start20:24
rock3postfix restarted.  Can you check now?20:24
diffrapteague: i thought restart just called stop and start for most things?20:24
diffra220 ubuntuserver2.projectforefront.net ESMTP Postfix (Ubuntu)20:24
diffra:(20:24
pteagueif you're having issues you can call stop & then do a `ps aux | grep servicename` to make sure it's not still running20:25
rock3try now20:25
diffrafor the record, postfix' init script restart just calls stop and start20:25
diffrasame, rock320:25
rock3I did a restart the first time and reload the second.20:25
diffraalthough the banner might be use /etc/hostname -- try sending a message now20:26
ivoksdid you fix /etc/mailname?20:27
rock3Yeah, I will double check.  Hold one.20:27
ivoksok, let's try again:20:28
ivokspostconf myorigin20:28
ivokspostconf myhostname20:28
diffra(myorigin is really the one we care about for getting your mail accepted)20:29
ivoksrock3: ?20:32
rock3Sorry.  Was logged in at hosting company.  Set smtp record to smtp.projectforefront.net.  Pointed record to ip address.20:33
rock3Check now.20:33
rock3still showing wrong host name.20:33
ivokswhat's the output of:20:33
ivokspostconf myorigin20:33
ivoksyour problem is sending, not receiving emails20:34
rock3myorigin in going to /etc/mailname20:34
ivokswhat's in /etc/mailname?20:34
rock3I have edited the mailname to smtp.projectforefront.net20:35
pteaguehttp://pastebin.com/m3ab62578 :(20:35
ivoksok20:35
ivokspteague: /usr/share/locales/install-language-pack en_US.UTF-820:35
pteagueyeah, already did that20:35
ivoksrock3: how about 'postconf myhostname'?20:36
rock3still showing ubuntuserver220:36
ivoksyes, but that's not relevant20:36
ivokstry sending your mail now20:36
pteagueivoks: http://pastebin.com/m43fecfd720:37
ivokspteague: dpkg-reconfigure locales20:37
pteaguei get about the same thing - http://pastebin.com/m5da3769f20:39
pteaguekeeps complaining about that --magic= switch20:39
rock3I need to change smtp setting for postfix.  Still trying to use smtp.1and1.com20:39
rock3Where do I change?20:39
ivoksrock3: do you understand the term 'relayhost' or 'smarthost'?20:40
rock3Yes.  Won't work in this case without smtpauth.  1and1 rules not mine20:40
ivoksok20:41
rock3Can that be done?20:41
ivoksof course20:41
rock3Tell me how?20:41
pteaguealready looked through the list of local* packages via `aptitude search local | egrep -v 'thunderbird|sunbird|lightning|enigmail|exim4'` & either i'm missing something or it's not a locale or localization package that i need :(20:41
ivokspteague: iso-codes is installed?20:42
ivoksrock3: create file /etc/postfix/sasl_passwd20:42
ivoksin it:20:42
ivokssmtp.1and1.com username:password20:42
ivokschmod 600 /etc/posftix/sasl_password20:43
pteagueyes, iso-codes is installed...  gettext is not, but gettext-base is20:43
ivokspostmap /etc/postfix/sasl_password20:43
ivokserr..20:43
ivokspostmap hash:/etc/postfix/sasl_password20:43
ivoksrock3: are you following?20:44
rock3I have created the file and uploaded to server.20:44
ivoksyou can't edit files on server? :)20:45
rock3Yes but can't create one.  Have to create on local machine then upload then edit.20:45
ivokssure you can create it20:45
pteaguehmm... not sure if this is a problem or not, but i tried reinstalling iso-codes & got a could not write to log error about /dev/pts not mounted - http://pastebin.com/d44bccab720:46
ivokspteague: mount | grep devpts20:46
rock3Using tunnelier.  Can create folder not files on remote.20:46
ivoksyou can't ssh to your server?20:46
rock3I am ssh to server.20:47
ivoksthen20:47
ivoksnano /etc/postfix/sasl_passwd20:47
pteaguemount only shows 2 things... /proc & sysfs on /sys20:47
rock3I ran the postmap command now have sasl_password and .db20:47
ivoksinstead of setting up a server, you should probably be better going trough basics20:47
ivoksok20:47
ivoksat the end of /etc/postfix/main.cf add:20:48
ivokssmtp_sasl_auth_enable = yes20:48
ivokssmtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd20:48
ivokssmtp_sasl_security_options =20:48
ivokssave and reload postfix20:49
ivoksoh, and add:20:50
ivokssmtp_use_tls = yes20:50
ivoksjust in case...20:50
ivokspteague: which ubuntu version is that?20:51
pteaguecreated via `sudo debootstrap intrepid /mnt/ubuntu.fs/` ... i'm following http://developer.amazonwebservices.com/connect/message.jspa?messageID=4253520:52
pteagueah, i think i might have found a solution to the /dev problem - http://cutecomputer.wordpress.com/2007/01/07/howto-dev-file-system-in-chroot-ed-environment/ ... but not sure if that will solve the locale issue... i can hope20:53
ivoksit won't20:53
rock3I am getting error that sasl_passwd.db: no such file or directory20:54
ivokspteague: locale-gen en_US.UTF-820:55
ivoksrock3: did you run postmap?20:55
ivokspteague: you have to restart postfix20:55
ivoksbah20:55
ivoksrock3: restart postfix20:55
ivokspostfix is jailed, so it needs to copy that file to it's jail20:56
ivokspteague: sudo apt-get --reinstall install locales ; sudo locale-gen en_US.UTF-820:56
ivokspteague: that should work20:56
rock3I found the issue.  misspelled password.  You have as passwd.20:56
rock3email just went out.  Works!!!!!!!20:56
ivoks10PM20:57
ivoksgood night20:57
pteaguety ivoks, nn20:58
rock3Thanks ivoks!!!! I owe several for the help.20:58
pteagueyay! that worked!21:01
=== FFForever-Away is now known as FFForever
Jeeves_!fqdn sitesupport21:49
ubottuError: I am only a bot, please don't think I'm intelligent :)21:49
FFForeverhow can i see how much traffic has been passed through my server?21:55
daxrocIs it possible to have kvm create vm on an lv partition22:08
PhotoJimdrurew: is the crazed feeling disappearing? :)22:13
ghostlinestesting22:49
PhotoJimaye.22:50
billybigriggerFFForever::: what kind of traffic?22:54
FFForeverAll traffic23:11
dthackerFFForever: email traffic?  network traffic?23:13
FFForevernetwork traffic23:15
uvirtbotNew bug: #386830 in php5 (main) "Reserved words are case-insensitive." [Undecided,New] https://launchpad.net/bugs/38683023:20
drurew PhotoJim: well now with web min the only thing (still on the quick list) is setting up domain (id like to make my own so as to be able to "give" myself domain names) still researching it. My vps host thinks they can charge an arm and a leg for the whole net setup, i wont give them a penny more then they asked for  :D23:44
drurewmaybe ill just start the dns and see how it runs23:46
drurew!binddns23:46
ubottuSorry, I don't know anything about binddns23:46
drurew!"bind23:46
ubottuSorry, I don't know anything about bind23:46
drurew!bind23:46
drurew!bind923:48
ubottuSorry, I don't know anything about bind923:48
drurew!dns23:55
ubottuDNS is an acronym for Domain Name System, and is an internet system used to translate names into IP Address.23:55
drurew!Domain Name Server23:55
ubottuError: I am only a bot, please don't think I'm intelligent :)23:55
drurew!domain+name+server23:56
ubottuError: I am only a bot, please don't think I'm intelligent :)23:56
drurew!domain23:56
ubottuSorry, I don't know anything about domain23:56
foxbuntudrurew, what are you looking for?23:56
drurewUUUUUUUUUUBOOOOOOOOOTUUUUUUUUUU!!!!!!23:56
drurewi need to set up a dns server, been finding crap. my current setup (followed the buntu geeks site) sent dns packing. starting bind returns with "unknown error"23:58
dthackerdrurew: https://help.ubuntu.com/community/BIND9ServerHowto23:58
drurewthanks guys23:59

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