* [gentoo-laptop] Sensors @ 2005-04-18 18:49 Mads Samsing 2005-04-18 19:03 ` Ovidiu Bivolaru 0 siblings, 1 reply; 9+ messages in thread From: Mads Samsing @ 2005-04-18 18:49 UTC (permalink / raw To: Gentoo Laptop mail list Hey everyone Finally lm-sensors works for me. But if I write the command: sensors -s, the computer halts and nothing more happen. The command: sensors, gives me the temperature. It is not really a problem, I am just wondering why? According to a guide I found on this, sensors -s, shouldn't give any problems. (It is a Transmeta TM-5800/ECS iBuddie A530). Another thing, though it isn't really supposed to be posted here, so I won't blame anyone for not answering: I use Mutt/fetchmail/procmail. All mails should be put into ~/mail/, which they are, but an empty ~/.maildir is created as well. Is it procmail or fetchmail that causes this, and how can it be changed? -- Venlig hilsen/Best regards, Mads Samsing [mads.samsing [AT] webspeed.dk] Got virus? Try this: format c: -- gentoo-laptop@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-laptop] Sensors 2005-04-18 18:49 [gentoo-laptop] Sensors Mads Samsing @ 2005-04-18 19:03 ` Ovidiu Bivolaru 2005-04-18 19:07 ` Mads Samsing 0 siblings, 1 reply; 9+ messages in thread From: Ovidiu Bivolaru @ 2005-04-18 19:03 UTC (permalink / raw To: gentoo-laptop Hi, The .maildir is created in every user's home dir because "adduser" command will copy /etc/skel/* in every new home dir (depends which parameter you use for adduser). Also, mutt is trying to read mail from $HOME/.maildir due to the following entries from /etc/mutt/Muttrc set mbox_type=Maildir set folder=~/.maildir set spoolfile=~/.maildir/ set record=~/.maildir-sent/ I guess you want to change these to ~/.mail/ and also change mbox_type if you are not using Maildir. This can be done in ~/.muttrc as well. If you are not using Maildir, also make sure you don't have "maildir" in USE flags. Regards, Ovidiu Mads Samsing wrote: >Hey everyone > >Finally lm-sensors works for me. But if I write the command: sensors -s, >the computer halts and nothing more happen. >The command: sensors, gives me the temperature. > >It is not really a problem, I am just wondering why? >According to a guide I found on this, sensors -s, shouldn't give any >problems. (It is a Transmeta TM-5800/ECS iBuddie A530). > >Another thing, though it isn't really supposed to be posted here, so I >won't blame anyone for not answering: I use Mutt/fetchmail/procmail. >All mails should be put into ~/mail/, which they are, but an empty >~/.maildir is created as well. Is it procmail or fetchmail that causes >this, and how can it be changed? > > > -- gentoo-laptop@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-laptop] Sensors 2005-04-18 19:03 ` Ovidiu Bivolaru @ 2005-04-18 19:07 ` Mads Samsing 2005-04-18 19:13 ` Ovidiu Bivolaru 0 siblings, 1 reply; 9+ messages in thread From: Mads Samsing @ 2005-04-18 19:07 UTC (permalink / raw To: gentoo-laptop Thanks, but ... I am using maildir, and the entries in /etc/mutt/Muttrc has been changed in my .muttrc, and shouldn't be a problem. I have actually changed them in /etc/mutt/Muttrc as well. > Hi, > > The .maildir is created in every user's home dir because "adduser" > command will copy /etc/skel/* in every new home dir (depends which > parameter you use for adduser). Also, mutt is trying to read mail from > $HOME/.maildir due to the following entries from /etc/mutt/Muttrc > set mbox_type=Maildir > set folder=~/.maildir > set spoolfile=~/.maildir/ > set record=~/.maildir-sent/ > I guess you want to change these to ~/.mail/ and also change mbox_type > if you are not using Maildir. This can be done in ~/.muttrc as well. If > you are not using Maildir, also make sure you don't have "maildir" in > USE flags. > > Regards, > Ovidiu > > Mads Samsing wrote: > > >Hey everyone > > > >Finally lm-sensors works for me. But if I write the command: sensors -s, > >the computer halts and nothing more happen. > >The command: sensors, gives me the temperature. > > > >It is not really a problem, I am just wondering why? > >According to a guide I found on this, sensors -s, shouldn't give any > >problems. (It is a Transmeta TM-5800/ECS iBuddie A530). > > > >Another thing, though it isn't really supposed to be posted here, so I > >won't blame anyone for not answering: I use Mutt/fetchmail/procmail. > >All mails should be put into ~/mail/, which they are, but an empty > >~/.maildir is created as well. Is it procmail or fetchmail that causes > >this, and how can it be changed? > > > > > > > > -- > gentoo-laptop@gentoo.org mailing list > -- Venlig hilsen/Best regards, Mads Samsing [mads.samsing [AT] webspeed.dk] Got virus? Try this: format c: -- gentoo-laptop@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-laptop] Sensors 2005-04-18 19:07 ` Mads Samsing @ 2005-04-18 19:13 ` Ovidiu Bivolaru 2005-04-18 19:42 ` Mads Samsing 0 siblings, 1 reply; 9+ messages in thread From: Ovidiu Bivolaru @ 2005-04-18 19:13 UTC (permalink / raw To: gentoo-laptop I guess you need to check your MTA, procmail, fetchmail config files as well. Mads Samsing wrote: >Thanks, but ... > >I am using maildir, and the entries in /etc/mutt/Muttrc has been changed >in my .muttrc, and shouldn't be a problem. > >I have actually changed them in /etc/mutt/Muttrc as well. > > > >>Hi, >> >> The .maildir is created in every user's home dir because "adduser" >>command will copy /etc/skel/* in every new home dir (depends which >>parameter you use for adduser). Also, mutt is trying to read mail from >>$HOME/.maildir due to the following entries from /etc/mutt/Muttrc >>set mbox_type=Maildir >>set folder=~/.maildir >>set spoolfile=~/.maildir/ >>set record=~/.maildir-sent/ >>I guess you want to change these to ~/.mail/ and also change mbox_type >>if you are not using Maildir. This can be done in ~/.muttrc as well. If >>you are not using Maildir, also make sure you don't have "maildir" in >>USE flags. >> >>Regards, >>Ovidiu >> >>Mads Samsing wrote: >> >> >> >>>Hey everyone >>> >>>Finally lm-sensors works for me. But if I write the command: sensors -s, >>>the computer halts and nothing more happen. >>>The command: sensors, gives me the temperature. >>> >>>It is not really a problem, I am just wondering why? >>>According to a guide I found on this, sensors -s, shouldn't give any >>>problems. (It is a Transmeta TM-5800/ECS iBuddie A530). >>> >>>Another thing, though it isn't really supposed to be posted here, so I >>>won't blame anyone for not answering: I use Mutt/fetchmail/procmail. >>>All mails should be put into ~/mail/, which they are, but an empty >>>~/.maildir is created as well. Is it procmail or fetchmail that causes >>>this, and how can it be changed? >>> >>> >>> >>> >>> >>-- >>gentoo-laptop@gentoo.org mailing list >> >> >> > > > -- gentoo-laptop@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-laptop] Sensors 2005-04-18 19:13 ` Ovidiu Bivolaru @ 2005-04-18 19:42 ` Mads Samsing 2005-04-18 19:46 ` Ovidiu Bivolaru 0 siblings, 1 reply; 9+ messages in thread From: Mads Samsing @ 2005-04-18 19:42 UTC (permalink / raw To: gentoo-laptop I couldn't find anything that could be changed. Therefore I just made ~/.maildir my maildir instead of ~/mail/. The easiest solution. But thank you On 18. April @ 22:13, Ovidiu Bivolaru wrote: > I guess you need to check your MTA, procmail, fetchmail config files as > well. > > Mads Samsing wrote: > > >Thanks, but ... > > > >I am using maildir, and the entries in /etc/mutt/Muttrc has been changed > >in my .muttrc, and shouldn't be a problem. > > > >I have actually changed them in /etc/mutt/Muttrc as well. > > > > > > > >>Hi, > >> > >> The .maildir is created in every user's home dir because "adduser" > >>command will copy /etc/skel/* in every new home dir (depends which > >>parameter you use for adduser). Also, mutt is trying to read mail from > >>$HOME/.maildir due to the following entries from /etc/mutt/Muttrc > >>set mbox_type=Maildir > >>set folder=~/.maildir > >>set spoolfile=~/.maildir/ > >>set record=~/.maildir-sent/ > >>I guess you want to change these to ~/.mail/ and also change mbox_type > >>if you are not using Maildir. This can be done in ~/.muttrc as well. If > >>you are not using Maildir, also make sure you don't have "maildir" in > >>USE flags. > >> > >>Regards, > >>Ovidiu > >> > >>Mads Samsing wrote: > >> > >> > >> > >>>Hey everyone > >>> > >>>Finally lm-sensors works for me. But if I write the command: sensors -s, > >>>the computer halts and nothing more happen. > >>>The command: sensors, gives me the temperature. > >>> > >>>It is not really a problem, I am just wondering why? > >>>According to a guide I found on this, sensors -s, shouldn't give any > >>>problems. (It is a Transmeta TM-5800/ECS iBuddie A530). > >>> > >>>Another thing, though it isn't really supposed to be posted here, so I > >>>won't blame anyone for not answering: I use Mutt/fetchmail/procmail. > >>>All mails should be put into ~/mail/, which they are, but an empty > >>>~/.maildir is created as well. Is it procmail or fetchmail that causes > >>>this, and how can it be changed? > >>> > >>> > >>> > >>> > >>> > >>-- > >>gentoo-laptop@gentoo.org mailing list > >> > >> > >> > > > > > > > > -- > gentoo-laptop@gentoo.org mailing list > -- Venlig hilsen/Best regards, Mads Samsing [mads.samsing [AT] webspeed.dk] Got virus? Try this: format c: -- gentoo-laptop@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-laptop] Sensors 2005-04-18 19:42 ` Mads Samsing @ 2005-04-18 19:46 ` Ovidiu Bivolaru 2005-04-18 19:54 ` Mads Samsing 0 siblings, 1 reply; 9+ messages in thread From: Ovidiu Bivolaru @ 2005-04-18 19:46 UTC (permalink / raw To: gentoo-laptop which MTA are you using ? Qmail ? Postfix ? Sendmail ? Mads Samsing wrote: >I couldn't find anything that could be changed. Therefore I just made >~/.maildir my maildir instead of ~/mail/. > >The easiest solution. > >But thank you > >On 18. April @ 22:13, Ovidiu Bivolaru wrote: > > >>I guess you need to check your MTA, procmail, fetchmail config files as >>well. >> >>Mads Samsing wrote: >> >> >> >>>Thanks, but ... >>> >>>I am using maildir, and the entries in /etc/mutt/Muttrc has been changed >>>in my .muttrc, and shouldn't be a problem. >>> >>>I have actually changed them in /etc/mutt/Muttrc as well. >>> >>> >>> >>> >>> >>>>Hi, >>>> >>>>The .maildir is created in every user's home dir because "adduser" >>>>command will copy /etc/skel/* in every new home dir (depends which >>>>parameter you use for adduser). Also, mutt is trying to read mail from >>>>$HOME/.maildir due to the following entries from /etc/mutt/Muttrc >>>>set mbox_type=Maildir >>>>set folder=~/.maildir >>>>set spoolfile=~/.maildir/ >>>>set record=~/.maildir-sent/ >>>>I guess you want to change these to ~/.mail/ and also change mbox_type >>>>if you are not using Maildir. This can be done in ~/.muttrc as well. If >>>>you are not using Maildir, also make sure you don't have "maildir" in >>>>USE flags. >>>> >>>>Regards, >>>>Ovidiu >>>> >>>>Mads Samsing wrote: >>>> >>>> >>>> >>>> >>>> >>>>>Hey everyone >>>>> >>>>>Finally lm-sensors works for me. But if I write the command: sensors -s, >>>>>the computer halts and nothing more happen. >>>>>The command: sensors, gives me the temperature. >>>>> >>>>>It is not really a problem, I am just wondering why? >>>>>According to a guide I found on this, sensors -s, shouldn't give any >>>>>problems. (It is a Transmeta TM-5800/ECS iBuddie A530). >>>>> >>>>>Another thing, though it isn't really supposed to be posted here, so I >>>>>won't blame anyone for not answering: I use Mutt/fetchmail/procmail. >>>>>All mails should be put into ~/mail/, which they are, but an empty >>>>>~/.maildir is created as well. Is it procmail or fetchmail that causes >>>>>this, and how can it be changed? >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>-- >>>>gentoo-laptop@gentoo.org mailing list >>>> >>>> >>>> >>>> >>>> >>> >>> >>> >>> >>-- >>gentoo-laptop@gentoo.org mailing list >> >> >> > > > -- gentoo-laptop@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-laptop] Sensors 2005-04-18 19:46 ` Ovidiu Bivolaru @ 2005-04-18 19:54 ` Mads Samsing 2005-04-18 20:55 ` Ovidiu Bivolaru 0 siblings, 1 reply; 9+ messages in thread From: Mads Samsing @ 2005-04-18 19:54 UTC (permalink / raw To: gentoo-laptop The only packages from mail-mta, that I have installed are nbsmtp and ssmtp. ssmtp came with vixie-cron. On 18. April @ 22:46, Ovidiu Bivolaru wrote: > which MTA are you using ? Qmail ? Postfix ? Sendmail ? > > Mads Samsing wrote: > > >I couldn't find anything that could be changed. Therefore I just made > >~/.maildir my maildir instead of ~/mail/. > > > >The easiest solution. > > > >But thank you > > > >On 18. April @ 22:13, Ovidiu Bivolaru wrote: > > > > > >>I guess you need to check your MTA, procmail, fetchmail config files as > >>well. > >> > >>Mads Samsing wrote: > >> > >> > >> > >>>Thanks, but ... > >>> > >>>I am using maildir, and the entries in /etc/mutt/Muttrc has been changed > >>>in my .muttrc, and shouldn't be a problem. > >>> > >>>I have actually changed them in /etc/mutt/Muttrc as well. > >>> > >>> > >>> > >>> > >>> > >>>>Hi, > >>>> > >>>>The .maildir is created in every user's home dir because "adduser" > >>>>command will copy /etc/skel/* in every new home dir (depends which > >>>>parameter you use for adduser). Also, mutt is trying to read mail from > >>>>$HOME/.maildir due to the following entries from /etc/mutt/Muttrc > >>>>set mbox_type=Maildir > >>>>set folder=~/.maildir > >>>>set spoolfile=~/.maildir/ > >>>>set record=~/.maildir-sent/ > >>>>I guess you want to change these to ~/.mail/ and also change mbox_type > >>>>if you are not using Maildir. This can be done in ~/.muttrc as well. If > >>>>you are not using Maildir, also make sure you don't have "maildir" in > >>>>USE flags. > >>>> > >>>>Regards, > >>>>Ovidiu > >>>> > >>>>Mads Samsing wrote: > >>>> > >>>> > >>>> > >>>> > >>>> > >>>>>Hey everyone > >>>>> > >>>>>Finally lm-sensors works for me. But if I write the command: sensors -s, > >>>>>the computer halts and nothing more happen. > >>>>>The command: sensors, gives me the temperature. > >>>>> > >>>>>It is not really a problem, I am just wondering why? > >>>>>According to a guide I found on this, sensors -s, shouldn't give any > >>>>>problems. (It is a Transmeta TM-5800/ECS iBuddie A530). > >>>>> > >>>>>Another thing, though it isn't really supposed to be posted here, so I > >>>>>won't blame anyone for not answering: I use Mutt/fetchmail/procmail. > >>>>>All mails should be put into ~/mail/, which they are, but an empty > >>>>>~/.maildir is created as well. Is it procmail or fetchmail that causes > >>>>>this, and how can it be changed? > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>-- > >>>>gentoo-laptop@gentoo.org mailing list > >>>> > >>>> > >>>> > >>>> > >>>> > >>> > >>> > >>> > >>> > >>-- > >>gentoo-laptop@gentoo.org mailing list > >> > >> > >> > > > > > > > > -- > gentoo-laptop@gentoo.org mailing list > -- Venlig hilsen/Best regards, Mads Samsing [mads.samsing [AT] webspeed.dk] Got virus? Try this: format c: -- gentoo-laptop@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-laptop] Sensors 2005-04-18 19:54 ` Mads Samsing @ 2005-04-18 20:55 ` Ovidiu Bivolaru 2005-04-18 21:00 ` Mads Samsing 0 siblings, 1 reply; 9+ messages in thread From: Ovidiu Bivolaru @ 2005-04-18 20:55 UTC (permalink / raw To: gentoo-laptop well. you could remove ssmtp/nbsmtp and install a real MTA: QMail or Postfix (they do support maildir). But I could not guarantee that this would solve the problem. I guess it is not a big deal that .maildir is created as long as mails are delivered correctly in ~/.mail :) Make sure that you have in /etc/procmailrc: DEFAULT=$HOME/.mail/ Regards, Ovidiu Mads Samsing wrote: >The only packages from mail-mta, that I have installed are nbsmtp and >ssmtp. ssmtp came with vixie-cron. > >On 18. April @ 22:46, Ovidiu Bivolaru wrote: > > >>which MTA are you using ? Qmail ? Postfix ? Sendmail ? >> >>Mads Samsing wrote: >> >> >> >>>I couldn't find anything that could be changed. Therefore I just made >>>~/.maildir my maildir instead of ~/mail/. >>> >>>The easiest solution. >>> >>>But thank you >>> >>>On 18. April @ 22:13, Ovidiu Bivolaru wrote: >>> >>> >>> >>> >>>>I guess you need to check your MTA, procmail, fetchmail config files as >>>>well. >>>> >>>>Mads Samsing wrote: >>>> >>>> >>>> >>>> >>>> >>>>>Thanks, but ... >>>>> >>>>>I am using maildir, and the entries in /etc/mutt/Muttrc has been changed >>>>>in my .muttrc, and shouldn't be a problem. >>>>> >>>>>I have actually changed them in /etc/mutt/Muttrc as well. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>>Hi, >>>>>> >>>>>>The .maildir is created in every user's home dir because "adduser" >>>>>>command will copy /etc/skel/* in every new home dir (depends which >>>>>>parameter you use for adduser). Also, mutt is trying to read mail from >>>>>>$HOME/.maildir due to the following entries from /etc/mutt/Muttrc >>>>>>set mbox_type=Maildir >>>>>>set folder=~/.maildir >>>>>>set spoolfile=~/.maildir/ >>>>>>set record=~/.maildir-sent/ >>>>>>I guess you want to change these to ~/.mail/ and also change mbox_type >>>>>>if you are not using Maildir. This can be done in ~/.muttrc as well. If >>>>>>you are not using Maildir, also make sure you don't have "maildir" in >>>>>>USE flags. >>>>>> >>>>>>Regards, >>>>>>Ovidiu >>>>>> >>>>>>Mads Samsing wrote: >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>>Hey everyone >>>>>>> >>>>>>>Finally lm-sensors works for me. But if I write the command: sensors -s, >>>>>>>the computer halts and nothing more happen. >>>>>>>The command: sensors, gives me the temperature. >>>>>>> >>>>>>>It is not really a problem, I am just wondering why? >>>>>>>According to a guide I found on this, sensors -s, shouldn't give any >>>>>>>problems. (It is a Transmeta TM-5800/ECS iBuddie A530). >>>>>>> >>>>>>>Another thing, though it isn't really supposed to be posted here, so I >>>>>>>won't blame anyone for not answering: I use Mutt/fetchmail/procmail. >>>>>>>All mails should be put into ~/mail/, which they are, but an empty >>>>>>>~/.maildir is created as well. Is it procmail or fetchmail that causes >>>>>>>this, and how can it be changed? >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>-- >>>>>>gentoo-laptop@gentoo.org mailing list >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> >>>>-- >>>>gentoo-laptop@gentoo.org mailing list >>>> >>>> >>>> >>>> >>>> >>> >>> >>> >>> >>-- >>gentoo-laptop@gentoo.org mailing list >> >> >> > > > -- gentoo-laptop@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-laptop] Sensors 2005-04-18 20:55 ` Ovidiu Bivolaru @ 2005-04-18 21:00 ` Mads Samsing 0 siblings, 0 replies; 9+ messages in thread From: Mads Samsing @ 2005-04-18 21:00 UTC (permalink / raw To: gentoo-laptop I simply changed the maildir to ~/.maildir instead of using ~/mail. But it is no big deal. I just don't understand why it created the other directory, whenever i fetched mail from my account. But mails are delivered correctly. (and were delivered correctly). On 18. April @ 23:55, Ovidiu Bivolaru wrote: > well. you could remove ssmtp/nbsmtp and install a real MTA: QMail or > Postfix (they do support maildir). > But I could not guarantee that this would solve the problem. I guess it > is not a big deal that .maildir is created as long as mails are > delivered correctly in ~/.mail :) > Make sure that you have in /etc/procmailrc: > DEFAULT=$HOME/.mail/ > > Regards, > Ovidiu > > Mads Samsing wrote: > > >The only packages from mail-mta, that I have installed are nbsmtp and > >ssmtp. ssmtp came with vixie-cron. > > > >On 18. April @ 22:46, Ovidiu Bivolaru wrote: > > > > > >>which MTA are you using ? Qmail ? Postfix ? Sendmail ? > >> > >>Mads Samsing wrote: > >> > >> > >> > >>>I couldn't find anything that could be changed. Therefore I just made > >>>~/.maildir my maildir instead of ~/mail/. > >>> > >>>The easiest solution. > >>> > >>>But thank you > >>> > >>>On 18. April @ 22:13, Ovidiu Bivolaru wrote: > >>> > >>> > >>> > >>> > >>>>I guess you need to check your MTA, procmail, fetchmail config files as > >>>>well. > >>>> > >>>>Mads Samsing wrote: > >>>> > >>>> > >>>> > >>>> > >>>> > >>>>>Thanks, but ... > >>>>> > >>>>>I am using maildir, and the entries in /etc/mutt/Muttrc has been changed > >>>>>in my .muttrc, and shouldn't be a problem. > >>>>> > >>>>>I have actually changed them in /etc/mutt/Muttrc as well. > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>>>Hi, > >>>>>> > >>>>>>The .maildir is created in every user's home dir because "adduser" > >>>>>>command will copy /etc/skel/* in every new home dir (depends which > >>>>>>parameter you use for adduser). Also, mutt is trying to read mail from > >>>>>>$HOME/.maildir due to the following entries from /etc/mutt/Muttrc > >>>>>>set mbox_type=Maildir > >>>>>>set folder=~/.maildir > >>>>>>set spoolfile=~/.maildir/ > >>>>>>set record=~/.maildir-sent/ > >>>>>>I guess you want to change these to ~/.mail/ and also change mbox_type > >>>>>>if you are not using Maildir. This can be done in ~/.muttrc as well. If > >>>>>>you are not using Maildir, also make sure you don't have "maildir" in > >>>>>>USE flags. > >>>>>> > >>>>>>Regards, > >>>>>>Ovidiu > >>>>>> > >>>>>>Mads Samsing wrote: > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>>>Hey everyone > >>>>>>> > >>>>>>>Finally lm-sensors works for me. But if I write the command: sensors -s, > >>>>>>>the computer halts and nothing more happen. > >>>>>>>The command: sensors, gives me the temperature. > >>>>>>> > >>>>>>>It is not really a problem, I am just wondering why? > >>>>>>>According to a guide I found on this, sensors -s, shouldn't give any > >>>>>>>problems. (It is a Transmeta TM-5800/ECS iBuddie A530). > >>>>>>> > >>>>>>>Another thing, though it isn't really supposed to be posted here, so I > >>>>>>>won't blame anyone for not answering: I use Mutt/fetchmail/procmail. > >>>>>>>All mails should be put into ~/mail/, which they are, but an empty > >>>>>>>~/.maildir is created as well. Is it procmail or fetchmail that causes > >>>>>>>this, and how can it be changed? > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>-- > >>>>>>gentoo-laptop@gentoo.org mailing list > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>-- > >>>>gentoo-laptop@gentoo.org mailing list > >>>> > >>>> > >>>> > >>>> > >>>> > >>> > >>> > >>> > >>> > >>-- > >>gentoo-laptop@gentoo.org mailing list > >> > >> > >> > > > > > > > > -- > gentoo-laptop@gentoo.org mailing list > -- Venlig hilsen/Best regards, Mads Samsing [mads.samsing [AT] webspeed.dk] Got virus? Try this: format c: -- gentoo-laptop@gentoo.org mailing list ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2005-04-18 21:02 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-04-18 18:49 [gentoo-laptop] Sensors Mads Samsing 2005-04-18 19:03 ` Ovidiu Bivolaru 2005-04-18 19:07 ` Mads Samsing 2005-04-18 19:13 ` Ovidiu Bivolaru 2005-04-18 19:42 ` Mads Samsing 2005-04-18 19:46 ` Ovidiu Bivolaru 2005-04-18 19:54 ` Mads Samsing 2005-04-18 20:55 ` Ovidiu Bivolaru 2005-04-18 21:00 ` Mads Samsing
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox