/srv/irclogs.ubuntu.com/2008/11/13/#ubuntu-server.txt

maw_http://pastebin.com/d7bdb390d00:13
maw_^ pastebin of the issue00:13
uvirtbotmaw_: Error: "pastebin" is not a valid command.00:13
jmarsden|workmaw_: Generally, for servers, you want to set the hardware clock to UTC and tell Ubuntu you have done that, and then set your local timezone appropriately.00:13
maw_right.00:14
maw_however, I always want my system to be in GMT-700:15
maw_never move for DST00:15
maw_I guess I can choose 'America/Phoenix' but that is not totally correct for my use case00:15
maw_anyways00:16
maw_my hwclock is set correctly for GMT-700:16
maw_and is 'UTC'00:16
maw_on reboot I see the time (in the OS) changing exactly to GMT+700:16
maw_what the heck...00:16
jmarsden|workThose two things are contradictory!  Either your hwclock is set to UTC, *or* it is set to some other timezone...00:16
jmarsden|workwhat does    hwclock --show    output ?00:18
maw_ hwclock --show00:21
maw_Wed 12 Nov 2008 05:21:34 PM GMT-7  -0.541926 seconds00:21
maw_^ this :)00:21
uvirtbotmaw_: Error: "this" is not a valid command.00:21
jmarsden|workOK, and    date     says the same thing?00:22
maw_date00:22
maw_Thu Nov 13 07:22:25 GMT-7 200800:22
maw_as you can see, the time is accurate to what GMT+7 would be00:22
maw_and this is my issue... or my fail :P00:22
jmarsden|workI think you have told Ubuntu your hwclock is set to UTC, and then you set your hwclock to local time... which confused Ubuntu.00:23
maw_hm00:23
maw_ok so... "sudo hwclock --utc"00:24
maw_than.. "sudo date <actual GMT-7 time>00:24
maw_reboot?00:24
jmarsden|workWell, there's a config file somewhere to say your system hwclock runs as UTC or not... maybe under /etc/sysconfig/ (or is that only on RHEL/Centos...)00:24
maw_it is /etc/default/rcS00:25
maw_UTC=yes or UTC=no00:25
maw_'man rcS'00:25
maw_currently I have it set to "yes"00:25
jmarsden|workOK, so decide: you want to set hwclock to UTC, or not?  Right now it is yes but your lock time is set otherwise :-)00:25
jmarsden|workI'd leave it at yes and set the hwclock to UTC, personally.00:26
maw_sure, setting hwclock ot UTC is fine00:26
maw_and I will sync it to UTC00:26
maw_jmarsden|work: the way you wrote the last few messages made me understand this dilemma differently... let me try your suggestion00:27
maw_as in00:27
maw_IF hwclock == UTC then "hwclock" output should show UTC time00:27
jmarsden|workNo, hwclock --show always shows local time.00:28
maw_where I was saying "yes it is UTC" but than setting GMT-700:28
maw_what about hwclock with no parameters?00:28
jmarsden|workset the system time using date and then do  hwclock --systohc --utc   and all should line up.00:28
jmarsden|workI think hwclock with no params still shows localtime00:29
maw_so when you say set system time... you suggest set system time to match GMT-7 correct?00:29
jmarsden|workTry      date --set 11121630  ; hwclock --systohc --utc00:30
jmarsden|workmaw_: Yes, to your desired local time.00:30
jmarsden|workIt is now 16:30 on 12 Nov in the GMT-7 local tz, right?00:30
jmarsden|workHence the 11121630 in my above suggestion00:31
maw_actually 5pm00:31
maw_17:31:4000:31
jmarsden|workYes, you're right.00:32
jmarsden|workSo     date --set 1121733 ; hwclock --systohc --utc00:33
jmarsden|workSo     date --set 11121733 ; hwclock --systohc --utc00:33
maw_yap00:34
maw_and I have00:34
jmarsden|workDid that work?00:34
maw_going to reboot00:34
jmarsden|workOK.00:34
maw_does /etc/init.d/hwclock.sh do something different compared to /sbin/hwclock?00:34
jmarsden|workI'm not sitting at a Ubuntu box right now... read the hwclock.sh to see what it does :-)00:35
maw_yes sir :D00:36
maw_ok box is coming up00:36
espacioushello, i used to connect to my AP with my usb adapetr in Ubuntu since i upgraded(reinstalled) i cant make it work. it works via ndiswrapper and need a sis driver i setuped all right but when i try to manualy connect to my ap the network manager or better the whole pc frezes.can please someone assist me a bit?00:36
maw_ya it is still not working as I expected.00:36
maw_cmorrow@nvp-mta001:~$ date00:37
maw_Thu Nov 13 07:36:39 GMT-7 200800:37
maw_cmorrow@nvp-mta001:~$ hwclock00:37
maw_Wed 12 Nov 2008 05:36:37 PM GMT-7  -0.579722 seconds00:37
maw_cmorrow@nvp-mta001:~$ cat /etc/timezone00:37
maw_Etc/GMT-700:37
maw_notice the "date" command00:37
maw_the time it shows it exactly correct to GMT+700:37
maw_however, if my timezone is 'America/Phoenix' than everything works00:38
jmarsden|workHmmm.  Well, I suppose the tzdata *could* be wrong... seems unlikely.  What does    TZ=GMT date   day00:38
maw_sorry?00:38
jmarsden|workWhat does    TZ=GMT date      say?00:38
jmarsden|work(you can temporarily set the TZ environment var and then run the date command...   TZ=GMT date00:39
maw_cmorrow@nvp-mta001:~$ echo $TZ00:40
maw_GMT00:40
maw_cmorrow@nvp-mta001:~$ date00:40
maw_Thu Nov 13 07:40:06 GMT-7 200800:40
maw_like that?00:40
hadsAs in running `TZ=GMT date`00:41
maw_cmorrow@nvp-mta001:~$ TZ=GMT date00:41
maw_Thu Nov 13 00:41:24 GMT 200800:41
jmarsden|workmaw_: On one line:     TZ=GMT date00:42
maw_cmorrow@nvp-mta001:~$ TZ=GMT date00:42
maw_Thu Nov 13 00:41:24 GMT 200800:42
maw_cmorrow@nvp-mta001:~$ TZ=GMT-7 date00:42
maw_Thu Nov 13 07:41:44 GMT 200800:42
maw_cmorrow@nvp-mta001:~$ TZ=GMT+7 date00:42
maw_Wed Nov 12 17:41:49 GMT 200800:42
maw_that is the output of that command with GMT,GMT-7 and GMT+700:42
maw_someone put the wrong math somewhere :P00:43
maw_cmorrow@nvp-mta001:~$ TZ=America/Phoenix date00:43
maw_Wed Nov 12 17:43:37 MST 200800:43
maw_Arizone and GMT-7 should be the same thing00:44
jmarsden|workThere is no timezone named GMT-7.  No file called that exists under /usr/share/zoneinfo00:45
jmarsden|workI think you don't understand what the TZ var does?00:45
maw_there is a ETC/GMT-7 option00:45
maw_and I can set that two ways00:45
maw_1 using "tzselect" and choosing " none - I want to specify the time zone using the Posix TZ format."00:46
maw_or 2) using dpkg-reconfigure and choose the option "GMT-7"00:46
maw_under "other"00:47
maw_however, I just noticed this in the 'tzselect' program00:47
maw_"Please enter the desired value of the TZ environment variable.00:48
maw_For example, GST-10 is a zone named GST that is 10 hours ahead (east) of UTC."00:48
maw_they use "GST" which is an acronym no one uses00:48
maw_and they use +  and - in a different fashion than common knowledge00:48
jmarsden|workmaw_: You can just copy the file /usr/share/zoneinfo/Etc/GMT-7 to /etc/localtime00:48
jmarsden|workIf you don't like the utilities :-)00:49
maw_that isn't the point. Be empathetic with a user who has read all the man pages, used the correct utilities and has a understanding of the conventions used everywhere else00:50
jmarsden|workOK, somehow you need a zoneinfo file for a time zone seven hours behind GMT.00:50
jmarsden|workEither the file /usr/share/zoneinfo/Etc/GMT-7 is correct, or it is not.00:51
jmarsden|workOne way to find out is to copy it to /etc/localtime and see what the output of date then shows you.00:51
maw_unfortunately that file puts me GMT+7 ahead in time00:51
maw_whereas GMT+7 puts me GMT-7 in time00:51
maw_let me try a manual copy as you sugegsted to verify this claim00:52
jmarsden|workThen use the one named GMT+7, if that is what works.00:52
maw_would you agree this is not intuitive and may be a bug?00:53
maw_or is it correct and I just fail at comprehending what's up :P?00:55
jmarsden|workI've never used non-geographic zoneinfo files, but it does seem odd if a file named GMT-7 shows time 7 hours ahead of GMT.00:55
maw_ya me either00:55
maw_my need for using this is the fact we never want our system to deviate from GMT-700:56
maw_as in... the system should not following DST00:56
maw_and always be -7hours from GMT00:56
maw_so, logically I thought GMT-7 would accomplish that ...(5hours later here we are ;)00:56
maw_I should stop being stubborn and just choose 'America/Phoenix' as it is _always_ GMT-700:57
jmarsden|workWell, now you seem to have the hw clock set correctly, so you can now copy the file named GMT+7 into place and use that, if it does what you need, who cares what its name is?!00:57
maw_well00:57
maw_what if there is a patch that changes 'America/Phoenix' to use DST... maybe in the future they might respect DST00:58
maw_who knows00:58
maw_it may just burn me00:58
jmarsden|workNo patch is going to edit your /etc/localtime file.00:58
jmarsden|workAnd update might update file sunder /usr/share/zoneinfo, sure.00:58
maw_jmarsden|work: thanks for your time01:05
jmarsden|workNo problem :-)01:05
jerky_2so i'm having some performance problems on my myth box. i'm running mythbuntu 8.10 now but the problem was there on 8.04 too. my box will be running fine (frontend, backend, even mythcommflag sometimes) and then all of a sudden it starts stuttering pretty badly for a few seconds. it doesn't seem to happen at any specific interval...01:12
jerky_2but when i take a look at the 'top' output, it always corresponds with 'mysqld' jumping up the CPU usage column. when it drops off the top CPU users the performance problems are gone. any ideas for what could be wrong or how to troubleshoot this?01:12
maw_are you familiar with mysql database at all?01:13
jerky_2not much01:13
maw_well when you see mysqld running at high CPU are you performing a intensive query? (what did you just click in the gui)?01:14
jerky_2mythcommflag can use tons of CPU with no problems because its nice value of 17 is being respected, so i thought i could just nice up mysqld and maybe achieve the same results01:14
jerky_2well i didn't click anything, but very likely mythtv is doing some intensive query automatically01:14
jerky_2i'm not sure how to troubleshoot this though... figure out what it's doing and if there's any way i can streamline it01:14
maw_I am not familiar with that appliance... but you could trace the mysql that is running01:15
maw_http://dev.mysql.com/doc/refman/5.0/en/slow-query-log.html01:15
maw_also... normally people wouldn't limit CPU to a DB01:16
jerky_2i see, but what if the query is not terribly important? like mythtv is probably just searching all of my recordings (lots) every so often to see if any should be deleted or something like that.01:16
maw_well if thereis a slow query01:17
maw_maybe you can find out how it is searching those tables01:17
maw_and make an index on the table01:17
jerky_2yeah that is probably my next best shot... i'll give this slow query log thing a try01:18
maw_that would be the logical thing if you have noticed performance getting worse over time01:18
maw_if this is a sudden performance issue maybe it's due to an update or something01:18
jmarsden|workjerky_2: You could just renice the mysqld and see if everything then works??01:18
=== s is now known as Guest56655
jerky_2jmarsden, that's what i'm thinking. i'm trying to figure out how to do it... looks like /etc/init.d/mysql should be my answer01:19
maw_that will stop/start the DB01:19
jerky_2looks like mysqld does not have any nice options but mysqld_safe does01:19
jmarsden|workjerky_2: Well, for a test, just use ps  to find the process id of the mysqld and then renice 10 1234501:19
jmarsden|workif 12345 is the PID01:19
jerky_2brilliant! i didn't know about that command :)01:20
jmarsden|workapropos nice willlist all commands relating to nice ...01:20
jmarsden|workthen you can man renice and there you go :-)01:20
jerky_2hah, awesome. learn something new every day01:21
jerky_2well ok, i just reniced it up to 10. i'll give some HDTV viewing a shot and let you know if i'm happy :) thanks!01:21
jmarsden|workNo problem.01:21
ScottKleonel: Your first set of security updates are rolled out.02:34
jpv950I'm trying to configure mod_userdir, I added "UserDir public_html" to /etc/apache2/sites-available/default, but it complains there is no such module... how do I enable it please?04:54
hadssudo a2enmod04:55
jpv950hads, are you replying to me?04:55
hadsjpv950: Yah, `sudo a2enmod userdir`04:56
jpv950ok thanks :)04:56
unfojpv950:  see, it is better to go on IRC and ask than to spend time looking it up yourself :)04:57
jpv950great, it's doing its magic now, no errors reported. thanks again04:58
hadsnp04:58
jpv950unfo, absolutely :)04:58
unfojpv950:  you are welcome.04:59
unfoeven though I didn't do any of the answering :)04:59
jpv950hehe I would still be banging my head if you hadn't insisted05:01
jpv950this is cool, I'm SSHing into a lamp stack running on a virtual machine on my laptop...05:02
jpv950it was surprisingly easy to set up05:05
=== rascov_ is now known as rascov
uvirtbotNew bug: #297473 in ubuntu "lexmark 1000 " [Undecided,New] https://launchpad.net/bugs/29747306:02
unfostopgo:  ask again here.  Maybe someone will help you, maybe not, but your chances are better.06:39
stopgook, thanks unfo06:40
stopgodoes anyone have experience setting up a mail server?  i'm trying to understand what different functions dovecot and postfix serve.06:40
unfostopgo:  also tell them how many users you are supporting, and why you want to set up a mail server at all :)06:40
infinitystopgo: lamont probably knows everything you need to know.06:42
stopgoi'm running a website and i need to set up a handful of mail addresses located at our domain06:42
stopgothanks infinity, i guess i'll pm him06:43
infinitystopgo: To be fair, I said that purely to annoy him, since both he and I are headed to bed, and we were both trying to avoid being helpful tonight.06:43
stopgooh, ok then.06:44
unfostopgo:  repeat: also tell the channel how many users you are supporting, and why you want to set up a mail server at all :)06:45
stopgoi'm running a web server to host my website, foobar.com.  we have maybe 5 site devs wanting email addresses dev1@foobar.com, dev2@foobar.com, etc., and setting up a mail server seemed to be the appropriate way to do this.06:48
jmedinastopgo: Postfix is an MTA, it handles SMTP protocol, its function is send and receive email from/to others smtp servers, or relay email from email cients to local and remote users.06:52
hadshttps://help.ubuntu.com/8.04/serverguide/C/email-services.html06:53
jmedinaDovecot it is a POP3 and IMAP Servers, it is used by the email clients (Mail User Agents) to collect or read mail06:53
jmedinaso, you need both06:53
stopgoah, thanks a lot hads and jmedina06:55
jmedinayou are welcome06:55
unfostopgo:  how about Google Apps for Your Domain?  or cPanel?07:00
stopgothanks unfo, but i should be able to get it running with the info i just received above07:03
unfostopgo: it is more work, and you will get more spam.  But enjoy :)07:04
\shmoins07:11
timreichhartdoes anybody know what would be a best 56k modem to use for a fax server?07:23
timreichhartdoes anybody know what would be a best 56k modem to use for a fax server?07:23
jmedinafax server? that old and stupid machines?07:24
jmedinathe one that mekes people go back in technology?07:25
timreichhartwell see i am running a business and most of my vendors require a fax for placing orders with him07:25
timreichhartso that is why i need a fax server07:26
timreichhartok i guess this chat room is dead and no help07:27
hadsIRC takes longer than 90 seconds07:28
timreichhartwhat do you mean it takes more then 90secs?07:30
timreichhartto get a simple answer07:30
jmedinatimreichhart: the best modems are externals, but I dont know where to buy one07:31
jmedinaI remember to use 3Com07:32
nijabatimreichhart: people do not stare at their IRC waiting for a question to come.  The guy that has your answer might be coding something atm and will get back to IRC in 2, 3, 10 min...07:33
jmarsdentimreichhart: Cost no object at all?  You can buy high end FAX cards designed for FAX server use... how many FAX lines will you need?  Only one?07:33
timreichhartso your saying jmedina any external rs232 56k modem will work07:33
nijabatimreichhart: single or multiple line need?07:33
timreichhartjust 107:34
hadsYeah, if you go external you know you're getting a real modem07:34
jmarsdenMaybe http://www.usr.com/products/modem/business-product.asp?sku=USR3453c&adv=homepage07:34
jmarsdenNot cheap but works well even on bad phone lines...07:34
nijabaUSR modems have always been my first pick07:35
jmarsdenMore or less any external RS232 modem "will work", but reliability and noise rejection cost $$, basically.07:35
jmedinayeap, I said 3com meaning USR07:35
timreichhartok07:35
* hads hasn't used a modem in so long07:35
timreichhartso any 3com/USR rs232 modem will work correct?07:36
jmedinayeap07:36
nijabatimreichhart: pretty much, yep07:36
jmedinawell the last I used was 8 years ago07:36
nijabatimreichhart: just make sure you don't buy an internal one07:37
jmedinathere was otheres white, smaller an cheaper that the USR345307:37
timreichhartwhat about this one? http://trendnet.com/products/proddetail.asp?prod=110_TFM-560X&cat=5107:37
jmarsdenLooks like a cheap generic, and only has Class1 FAX command support... you can probably get it to work, but you may be trading up front cost for reliability.  You'll be using HylaFAX?07:40
jmarsdenIt's been a while since worked with this stuff, but from memory HylaFAX likes Class 2.0 support.07:42
hadsFaxes are icky07:43
jmarsdenYes, but sometimes customers want them...07:44
jmarsdentimreichhart: HylaFAX web site is http://www.hylafax.org/ . http://www.hylafax.org/content/Hardware_Compatibility_List may be of interest to you?07:45
timreichhartthanks for that link there jmarsden07:45
jmarsdenNo problem.07:45
timreichhartwell i have a winmodem right now but that is giving me problems07:48
jmarsdenNo surprises there :-)  See http://tldp.org/HOWTO/Unix-Hardware-Buyer-HOWTO/ for advice on hardware... BTW I am a contributor to that so may be slightly biased :-)07:55
jmarsdenSection 3.10.2 says in part: "Also, avoid anything called a "Windows Modem" or "WinModem", ..."07:57
=== Bambi_BOFH is now known as Kamping_Kaiser
krautmoin08:13
=== lionel_ is now known as lionel
uvirtbotNew bug: #297574 in mysql-dfsg-5.0 (main) "Grant sentence doesn't work" [Undecided,New] https://launchpad.net/bugs/29757410:08
uvirtbotNew bug: #286878 in php5 (main) "utf8_decode bug" [Undecided,Confirmed] https://launchpad.net/bugs/28687810:47
\shhmm..what's the best way to get rid of non used lvm snapshot devices?13:33
\shlvremove doesn't work...umount doesn't work neither13:34
deejoeif it's still mounted and umount doesn't work, chances are good it is still being used by some process13:35
deejoelsof | grep partial-name-of-volume13:36
\shdeejoe: they are sbuild lvm snapshots...so I'm sure nothing valuable is accessing them..only ksnaphd13:36
zoopsterDid the graphical front end for vmbuilder make it into intrepid?13:38
\shlsof df -h13:46
\shargl13:46
uvirtbotNew bug: #297670 in net-snmp (main) "libsnmp-perl: get() returns wrong values" [Undecided,New] https://launchpad.net/bugs/29767014:26
uvirtbotNew bug: #282298 in samba "Intrepid Beta: No Access to NAS samba share any more." [Low,Confirmed] https://launchpad.net/bugs/28229814:37
uvirtbotNew bug: #296916 in sysstat (universe) "Please sync sysstat 8.1.6-2 (main) from Debian unstable (main)." [Wishlist,Fix released] https://launchpad.net/bugs/29691614:51
oneseventeenis there a good tutorial on setting up an SFTP server using ubuntu?15:49
ascentaptitude install openssh-server15:50
ascent;)15:50
oneseventeenI use SSH for my webserver now, but I'm thinking more a "newbies guide to user administration and SFTP sandboxes"15:51
ascentah oke15:52
oneseventeenI'm going to be giving users outside the company usernames and passwords15:52
ascentwell, by default, ssh enabled users can also use sftp15:52
ascentsince it's the same layer/program15:52
oneseventeenyeah, I'm guessing I just need to set permissions in a config file somewhere15:52
ascentwell, if you want sandboxes (jails, chroots, virtual servers), you may need some extra work15:53
oneseventeenhmm, that might be better to search for, ssh user administration and ssh chroots15:53
oneseventeenare tehre any performance gains using ubuntu server 64 bit?15:57
taconeshuold "sudo stop apache2" work ?16:12
taconei get --> stop: Unknown job: apache216:12
Deepsit shouldn't, no16:13
jmedinatacone: you can use /etc/init.d/apache2 stop16:13
oneseventeentacone: for stopping apache I usually use sudo /etc/init.d/apache2 stop16:13
Deepsif you want to stop a service, i believe the ubuntu way is sudo invoke-rc.d apache2 stop16:13
oneseventeen(should have looked before typing)16:13
taconeyes i know oneseventeen. i was just wondering what stop and start are all about.16:13
jmedinaor apache2ctl stop16:13
Deepsor use the init scripts as everyone else does16:13
Deepstacone: bash job controls16:13
jmedinaI dont like invoke-rc.d16:14
taconei miss the definition of bash jobs then :-)16:14
jmedinayou need to know the name of the service16:14
jmedinaI prefer to use /etc/init.d/a<tab>16:14
jmedinaand take advantage of bash completion features16:14
DaSkreechHello can I get some help with Landscape ?16:33
ScottKkirkland: ^^^16:34
ScottKHe's looking at your MOTD stuff.16:34
* DaSkreech waves at kirkland16:39
oneseventeenis it normal for Scanning the mirror... to take forever?17:15
oneseventeen(during initial ubuntu-server setup)17:15
sommeroneseventeen: I'd think the amount of time would depend on your internet connection and the number of user's using the mirror17:19
DaSkreechScottK: kirkland sleeps a lot?17:23
ScottKNot usually.17:24
=== infinity_ is now known as infinity
docta_vif i'm booting from RAID1 and i want grub to manage installing to both disks, do i just edit the device.map to make hd0 set to md0?18:52
Weasel[DK]docta_v, i usually do root(hd0,0) setup(hd0) and root(hd1,0) setup(hd1) from within grub18:58
Weasel[DK]i do not mess with any files... and i work great.. if one disk is missing, it will boot on the other....18:59
Weasel[DK]guess that is what you wanted ?19:00
peppe__salve a tutti19:06
docta_vWeasel[DK]: according to the grub wiki there is native support for md devices now19:07
peppe__c'è qualche italiano??19:07
docta_vthat would be helpful to me because i'm managing an increasingly large number of servers19:07
docta_vsince version 1.9519:07
docta_vheh the ubuntu version is .9719:08
docta_vwhat's up with that?19:08
docta_vah grub2 still experimental hmm19:09
Weasel[DK]hehe19:09
Weasel[DK]suppose you still need grub on all disks MBR19:10
docta_vi'm guessing the ubuntu installer probably isn't smart enough to do that19:12
Weasel[DK]no, dont think so19:12
jmedinathere is some information about RAID1 and grub in the server guide19:14
Weasel[DK]dont forget to save a copy of the partintion table of each disk.... it is so much easier to replace if something happens19:14
jmedinait is something discussed for the intrepid release19:14
docta_vah... too bad i'm in the process of moving everything to hardy19:14
docta_vand then sticking with that for 2-3 years19:14
docta_v:)19:14
Weasel[DK]dito19:15
jmedinadocta_v: but you can see the discussions about that and get some ideas19:15
docta_vis there an easy way to verify if grub has already been installed on a given mbr?19:15
jmedinain the ubuntu server mailing lists there is a huge discussion about the topic19:16
docta_vcool19:16
docta_vwhat Weasel[DK] was describing above is the standard way to deal with it19:16
jmedinadocta_v: you can cat the fist 512kb of your disc19:16
docta_vbut it looks like we'll get native support in grub once ubuntu starts using grub219:16
jmedinaI dont think grub2 will be available in the next year19:17
docta_vyeah, no worries19:17
docta_vi've gotten this far without it19:17
tonyyarussoSo this is a tad concerning:  "The following packages were automatically installed and are no longer required: libklibc klibc-utils busybox-initramfs iptables19:27
tonyyarussoiptables?  Anyone know how that got on the list?19:27
jmedinaprobably you uninstalled a package which depends on iptables19:37
celeph_Hi, is there a way to use logical volume from a guest system in kvm/libvirt ?19:37
akuma55can some one take a look at this and tell me what i need to do http://pastebin.com/m5c733c4f20:13
ascentinstall a compiler ?20:13
akuma55witch one?20:14
ascentgcc for isntance20:14
akuma55ok ill tryint20:15
akuma55try it*20:15
akuma55i did  but then it say this http://pastebin.com/d4984159420:17
ascent Originally Posted by joe_bruin  View Post20:18
ascentAha, I have the answer:20:18
ascentYou must have libc6-dev-i386 (not just libc6-i386) installed! The Wine Wiki neglects to mention this.20:18
ascentfrom ubuntu forums20:18
zulakuma55: sudo apt-gete isntall build-essential20:19
akuma55trying that now zul20:20
akuma55it worked20:40
akuma55thanx20:41
zamaraxI have a question, do you think I will notice substantial performance increase in my websites rendering in the browser if I switch from 100mbps connection to 1Gbps?20:58
hadsThat would depend how saturated your link is.21:16
=== s is now known as Guest44365
DaSkreech!find easy_install21:24
wazonhi!21:54
wazonI need some help21:54
wazoncould someone help me installing a simple fetchmail + postfix with imap???21:54
DaSkreechapt-get install postfix?21:55
wazonI've read lots of howtos21:55
jmedinawazon: and what did you learn?21:55
wazonbut all of them use procmail21:55
wazonand I'd like to use as few components as posible21:56
jmedinawazon: and what do you want to do ?21:56
wazonnot using procmail21:56
wazonI'm sure I've seen one howto doing that21:56
wazonbut I can't find it aagain21:56
wazonI think the problem is I don't know how to tell fetchmail to use postfix instead of procmail...21:57
DaSkreechapt-get install --prefix=/dev/brain googlefu21:58
DaSkreechplease don't try that21:58
wazonxD21:58
jmedinawazon: what do you want to do?21:58
wazonuse fetchmail + postfix WITHOUT procmail21:59
jmedinayou can do a lot of things with fetchmail and postfix21:59
jmedinapostfix by default doesnt use procmail21:59
jmedinaunless you install it and set the mailbox_command in main.cf21:59
wazonbut22:00
wazondoes fetchmail sends the mails it fetches to procmail?22:00
wazonI think thats my problem...22:01
jmedinanop unless you use the mda option within fetchmail config22:02
wazonuhm22:02
wazonso, if I don't use that option, fetchmail will pass the mail to postfix?22:03
jmedinaI think I still dont understand what you want to do with fetchmail and postfix22:04
jmedinaand what for22:04
wazonI want to fetch my mail from several accounts to my server22:04
wazonand deliver it to local users22:04
wazonwhen I manage that, I'd want imap access to that mail on my server22:05
wazonand probably webamail as well22:06
wazon*webmail22:06
wazonand I'd like to use Maildir format22:06
wazonnot mbox22:06
wazonis it an easier way to get this than postfix and fetchmail?22:07
wazonI'm not new to linux, but this is the first server I manage22:07
wazonso I'm kind of a newbye22:07
wazonjmedina: what do you think? Am I in the right way?22:10
wazonhey22:45
wazonwill you guys recommend me squirrellmail or mailman?22:46
wazonand is it better to use dovecot or courier for imap?22:47
ScottKwazon: Dovecot is the one the Ubuntu supports and is best covered in our documentation.  Squirrllmail is a webmail program.  Mailmain is a mailing list manager.  Depending on which you want, pick that one.22:57
wazonaps22:58
wazonI thought Mailman was also webmail22:59
wazonI'll use then dovecot + squirrellmail22:59
wazonthanks!22:59
wazonhow can I see the installed version of postfix I have in my pc?23:18
Deepsdpkg -l | grep postfix23:19
DaSkreechapt-cache policy postfix23:19
wazonthanks23:19
DaSkreechthough postfix --version probably works as well :)23:20
shoot^hey guys. for some reason, my fileserver does not automatically reconnect to the wireless network if the router is reset - i have to manually reset the box. any suggestions?23:38

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