Date: Sun, 4 Nov 2007 12:28:09 +0100
From: Bruno Costacurta <pubmb.bco@pt.lu>
To: debian-user@lists.debian.org
Subject: shutdown problem : acpi_power_off freeze
Message-Id: <200711041228.09939.pubmb.bco@pt.lu>
Content-Disposition: inline
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Hello to all,
when I shutdown my computer it doesn't turn off but freeze with the
message 'acpi_power_off called'.
However the shutdown was working before I re-config my ALSA sounds (via
alsaconf) and indeed I have a vague remember reading something in the past
like acpi has / have some problems with alsa which might block a complete
shutdown like in my case.
acpid seems correctly start :
ps -ef | grep -i acpi
root 15 9 0 11:57 ? 00:00:00 [kacpid]
root 2890 1 0 11:57 ?
00:00:00 /usr/sbin/acpid -c /etc/acpi/events -s /var/run/acpid.socket
105 2911 2903 0 11:57 ? 00:00:00 hald-addon-acpi: listening on
acpid socket /var/run/acpid.socket
bruno 3642 3495 0 12:01 pts/1 00:00:00 grep -i acpi
Thanks for reading and/or any help
Bye,
Bruno
Date: Sun, 4 Nov 2007 17:33:45 +0530
From: Kumar Appaiah <akumar@iitm.ac.in>
To: debian-user@lists.debian.org
Subject: Re: how to read http mails in mutt mail reader (vim)?
Message-ID: <20071104120345.GB9753@debian>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Sun, Nov 04, 2007 at 08:40:12AM +0000, Andy Smith wrote:
> On Sun, Nov 04, 2007 at 07:31:53PM +1100, hce wrote:
> > I've just installed mutt in Debian, one problem is there are some
> > mails from news lists with HTTP format, it was fine when I use Mozilla
> > mail reader, but with mutt and vim, I could not read the HTTP format
> > mails. One solution I can think of is to use lynx, but I don't know
> > how to config mutt with lynx. How do you handle this issue?
>
> If you mean HTML, there was a post to Planet Debian on this subject
> just yesterday:
I think the OP means HTTP links, i.e. URLs in mails.
Since you're on Debian, I'd suggest apt-get install urlview and add
the urlview and add the config to your muttrc like the one in present
in /usr/share/doc/mutt/examples/sample.muttrc.gz, which is:
macro index \cb "<pipe-message> urlview<Enter>" # simulate the old browse-url function
HTH.
Kumar
--
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
Date: Mon, 05 Nov 2007 14:28:34 +0200
From: Bogdan Marian <mendingo84@gmail.com>
To: debian-user@lists.debian.org
Subject: How to install simple-ccsm for etch?
Message-ID: <472F0C72.7000703@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hey,
The title says it all. Compiz fusion is running ok on my system but i
want to customize it :). Simple-ccsm used to be in Shame's repo but it
isn't anymore. I'm on etch as i mentioned. How do I install simple-ccsm?
Bogdan
Date: Sun, 04 Nov 2007 06:50:19 -0600
From: Hugo Vanwoerkom <hvw59601@care2.com>
To: debian-user@lists.debian.org
Subject: Re: Which browser is better, firefox?
Message-ID: <fgkf6c$g3o$1@ger.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Ron Johnson wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 11/03/07 18:59, hce wrote:
>> Hi,
>>
>> Is the firefox the best browser?
>>
>> When I installed the Debian, it automatically included iceweasel. I
>> removed it and tryed to install firefox by "apt-get install firefox",
>> but it it got iceweasel gain. How can I install the firefox?
>
> Google knows all, sees all, tells all.
>
> The question you just asked has been asked -- and answered -- by
> 45,000 other people who also neglected to do the most rudimentary
> research before asking your question.
>
Ron, wait! The 45,000 is true, but the research part is unknown to
Google and must be gleaned from the question...
Hugo
Date: Sun, 4 Nov 2007 13:35:45 +0100
From: Florian Kulzer <florian.kulzer+debian@icfo.es>
To: debian-user@lists.debian.org
Subject: Re: Thinkpad T20 wireless troubles - revisited
Message-ID: <20071104123544.GA23411@pc0197>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Sat, Nov 03, 2007 at 20:56:27 -0700, Andrew Sackville-West wrote:
> On Sun, Nov 04, 2007 at 12:46:45AM +0100, Sjoerd Hiemstra wrote:
[...]
> > And still there's the error message 'No DHCPOFFERS received'.
> > And there is some difference with the output of 'iwlist eth0 scan':
> >
> > # iwlist eth0 scan
> > ....
> > Cell 03 - Address: 00:01:E3:55:91:48
> > ESSID:"SX551559148"
> > Mode:Master
> > Frequency:2.432 GHz (channel 5)
> > Quality=88/100 Signal level=-51 dBm Noise level:-98 dBm
> > Encryption key:on
> > Bit rates: 1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6Mb/s
> > 12 Mb/s; 24 Mb/s; 36 Mb/s
> > Extra:bcn_int=100
> > IE: IEEE 802.11i/WPA2 Version 1
> -----------------------------^^^^
>
> Are yiou using wpasupplicant? Looks like you need to use wpa to
> connect...
Here is an example /etc/network/interfaces snippet which worked for me
about half a year ago (that was at a conference; I have not used WPA
since then):
------------------------------------------------------------------------
auto eth1
iface eth1 inet dhcp
wpa-ssid YOUR-ESSID
wpa-key-mgmt WPA-PSK
wpa-pairwise CCMP TKIP
wpa-group TKIP
wpa-psk SOME-LONG-SECRET-STRING
# to generate the wpa-psk string, run: wpa_passphrase YOUR-ESSID YOUR-PASSWORD
------------------------------------------------------------------------
As Andrew has pointed out, you need the wpasupplicant package and its
daemon has to be running. (IIRC, it is started automatically when you
bring up an interface that has wpa-* statements in the interfaces file.)
Based on your "iwlist" output I suspect that you might have to change
the wpa-pairwise line to this:
wpa-pairwise TKIP COMP
--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |
Date: Sun, 04 Nov 2007 08:11:39 -0500
From: Peter Smerdon <psmerdon@magma.ca>
To: debian-user@lists.debian.org
Subject: Re: reading email from gmail account with gnus in Emacs22
Message-ID: <86r6j6rw8k.fsf@magma.ca>
Content-Type: multipart/signed; boundary="=-=-=";
micalg=pgp-sha1; protocol="application/pgp-signature"
--=-=-=
Content-Transfer-Encoding: quoted-printable
Alexandru Cardaniuc <cardaniuc@gmail.com> writes:
> Hi All!
>
> Does anybody here use gnus from Emacs22 to read mail from gmail account?
> I managed to make it work with Emacs21. Recently I tried Emacs22 and my
> old config from Emacs21 doesn't work. I get some errors when fetching
> from gmail with pop.
>
> Did anybody here manage to make gnus in Emacs22 work with gmail? Any
> hints on the configuration of .gnus ?
>
> That's the setup that works fine for Emacs21 but doesn't work for
> Emacs22:
>
>
> -------------------------------------------
>
> (setq user-full-name "Alexandru Cardaniuc")
> (setq user-mail-address "whatever@gmail.com")
>
> ;; using GNUS to send mail
> (setq message-send-mail-function 'smtpmail-send-it)
>
> (setq send-mail-function 'smtpmail-send-it)
>
> ;; use 'one file per mail' back end
> (setq gnus-select-method '(nnml ""))
> (setq gnus-secondary-select-methods nil)
>
> ;; tell Gnus how to fetch mail
> (setq mail-sources '((file :path "/var/spool/mail/alexandru")
> (pop :server "pop.gmail.com"
> :port 995
> :user "whatever@gmail.com"
> :connection ssl
> :password "secret"
> :leave t))) ; leave the mail on the server
>
> (load-library "smtpmail")
> (load-library "pop3")
> (load-library "starttls")
>
> ;(setq pop3-debug t)
>
> (setq smtpmail-local-domain nil)
>
> ;(setq smtpmail-debug-info t) ; only to debug problems
>
> (setq smtpmail-auth-credentials '(("smtp.gmail.com" 25 "whatever@gmail.co=
m" "secret")))
> (setq smtpmail-starttls-credentials '(("smtp.gmail.com" 25 nil nil)))
> (setq smtpmail-smtp-service "25")
>
Hello Alexandru,
I use a different set up...
I use fetchmail to pull down my gmail into my system's mail spool and
then gnus reads it from there, when I reply, gnus has to send it through
the gmail server and adjust the From: header.
(defun fs-change-smtp ()
"Change the SMTP server according to the current from line."
(save-excursion
(let ((from
(save-restriction
(message-narrow-to-headers)
(message-fetch-field "from"))))
(message "From is `%s', setting `smtpmail-smtp-server' to `%s'"
from
(cond
((string-match "psmerdon@gmail.com" from)
(setq sendmail-program "msmtp"))
(add-hook 'message-setup-hook 'fs-change-smtp))))))
You would have to of course install the program msmtp and create a
~/.msmtprc file:
account default
host smtp.gmail.com
auth on
user psmerdon@gmail.com
password MYPASSWORD
port 587
tls on
logfile ~/.msmtplog
Not sure if you want to go that route though. You might also try the
gnu.emacs.gnus newsgroup where you would definately get a better answer.
=2D-=20
Peter Smerdon
psmerdon@magma.ca
--=-=-=
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHLcUbowvbDpiw8RERAv/kAJ93F4eNaIyxjx8UuRYKi6hBeelNWgCgsFTQ
1FgFmyJBUHxNI/z1pFWlHvs=
=Nroh
-----END PGP SIGNATURE-----
--=-=-=--
Date: Sun, 04 Nov 2007 06:53:16 -0600
From: Hugo Vanwoerkom <hvw59601@care2.com>
To: debian-user@lists.debian.org
Subject: Re: Which browser is better, firefox?
Message-ID: <fgkfbt$g3o$2@ger.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
hce wrote:
> Hi,
>
> Is the firefox the best browser?
>
Definitive answer (Google please note!): Firefox == Iceweasel is better
qua extensions, but Opera "seems" faster. "Seems" in quotes because it
has to be proven to be so in order to actually be faster...
Hugo
Date: Sun, 04 Nov 2007 13:17:12 +0000
From: Peter Tynan <happy@sdf.lonestar.org>
To: debian-user@lists.debian.org
Subject: Sending email using Alpine and gmail
Message-Id: <E1IofLk-0003CQ-RM@oslo.bounceme.net>
I'm trying to configure Alpine to send email either using gmails smtp server or the local mail-server (exim4 configured to use gmails smtp server via smarthost).
Date: Sun, 04 Nov 2007 18:52:28 +0530
From: Arijit Sarkar <arijit.2612@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: Which browser is better, firefox?
Message-Id: <1194182548.4755.5.camel@mylinux.x64>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
On Sun, 2007-11-04 at 06:53 -0600, Hugo Vanwoerkom wrote:
> hce wrote:
> > Hi,
> >
> > Is the firefox the best browser?
> >
>
> Definitive answer (Google please note!): Firefox == Iceweasel is better
> qua extensions, but Opera "seems" faster. "Seems" in quotes because it
> has to be proven to be so in order to actually be faster...
>
> Hugo
>
I use both. And personally I feel Opera bit faster. After opening
multiple tabs (around 10-12 tabs), opera's responsiveness is still
better than firefox.
--
Arijit Sarkar <arijit.2612@gmail.com>
Kolkata, India
Date: Sun, 04 Nov 2007 09:08:48 -0500
From: Kamaraju S Kusumanchi <kamaraju@bluebottle.com>
To: debian-user@lists.debian.org
Subject: Re: Could not adjust time
Message-ID: <fgkist$r20$1@ger.gmane.org>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7Bit
hce wrote:
> Hi,
>
> I press the right button of the mouse to the clock time on the panel,
> but there is not adjust time to change the time. What is missing ...
Insufficient information to come up with a solution. Is it KDE or gnome or
some other desktop environment? What panel are you running, Which version
of the panel program is it? What is your distribution (stable, testing,
unstable)? If you do not want to be bothered with all this then just use
the date command as Gerard suggested.
hth
raju
--
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/
Date: Sun, 04 Nov 2007 13:55:30 +0000
From: Adam Hardy <adam.ant@cyberspaceroad.com>
To: Ron Johnson <ron.l.johnson@cox.net>
Cc: hce <webmail.hce@gmail.com>, debian-user@lists.debian.org
Subject: Re: Which browser is better, firefox?
Message-ID: <472DCF52.2090701@cyberspaceroad.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Ron Johnson on 04/11/07 00:06, wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 11/03/07 18:59, hce wrote:
>> Hi,
>>
>> Is the firefox the best browser?
>>
>> When I installed the Debian, it automatically included iceweasel. I
>> removed it and tryed to install firefox by "apt-get install firefox",
>> but it it got iceweasel gain. How can I install the firefox?
>
> Google knows all, sees all, tells all.
.... unless you happen to be in China!
Date: Sun, 04 Nov 2007 07:45:14 -0600
From: Ron Johnson <ron.l.johnson@cox.net>
To: debian-user@lists.debian.org
Subject: Re: reading email from gmail account with gnus in Emacs22
Message-ID: <472DCCEA.1070909@cox.net>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 11/04/07 07:11, Peter Smerdon wrote:
> Alexandru Cardaniuc <cardaniuc@gmail.com> writes:
>
>> Hi All!
>>
>> Does anybody here use gnus from Emacs22 to read mail from gmail account?
>> I managed to make it work with Emacs21. Recently I tried Emacs22 and my
>> old config from Emacs21 doesn't work. I get some errors when fetching
>> from gmail with pop.
>>
>> Did anybody here manage to make gnus in Emacs22 work with gmail? Any
>> hints on the configuration of .gnus ?
>>
>> That's the setup that works fine for Emacs21 but doesn't work for
>> Emacs22:
>>
>>
>> -------------------------------------------
>>
>> (setq user-full-name "Alexandru Cardaniuc")
>> (setq user-mail-address "whatever@gmail.com")
>>
>> ;; using GNUS to send mail
>> (setq message-send-mail-function 'smtpmail-send-it)
>>
>> (setq send-mail-function 'smtpmail-send-it)
>>
>> ;; use 'one file per mail' back end
>> (setq gnus-select-method '(nnml ""))
>> (setq gnus-secondary-select-methods nil)
>>
>> ;; tell Gnus how to fetch mail
>> (setq mail-sources '((file :path "/var/spool/mail/alexandru")
>> (pop :server "pop.gmail.com"
>> :port 995
>> :user "whatever@gmail.com"
>> :connection ssl
>> :password "secret"
>> :leave t))) ; leave the mail on the server
>>
>> (load-library "smtpmail")
>> (load-library "pop3")
>> (load-library "starttls")
>>
>> ;(setq pop3-debug t)
>>
>> (setq smtpmail-local-domain nil)
>>
>> ;(setq smtpmail-debug-info t) ; only to debug problems
>>
>> (setq smtpmail-auth-credentials '(("smtp.gmail.com" 25 "whatever@gmail.com" "secret")))
>> (setq smtpmail-starttls-credentials '(("smtp.gmail.com" 25 nil nil)))
>> (setq smtpmail-smtp-service "25")
>>
>
> Hello Alexandru,
> I use a different set up...
> I use fetchmail to pull down my gmail into my system's mail spool and
> then gnus reads it from there, when I reply, gnus has to send it through
> the gmail server and adjust the From: header.
>
>
> (defun fs-change-smtp ()
> "Change the SMTP server according to the current from line."
> (save-excursion
> (let ((from
> (save-restriction
> (message-narrow-to-headers)
> (message-fetch-field "from"))))
> (message "From is `%s', setting `smtpmail-smtp-server' to `%s'"
> from
> (cond
> ((string-match "psmerdon@gmail.com" from)
> (setq sendmail-program "msmtp"))
> (add-hook 'message-setup-hook 'fs-change-smtp))))))
>
> You would have to of course install the program msmtp and create a
> ~/.msmtprc file:
>
> account default
> host smtp.gmail.com
> auth on
> user psmerdon@gmail.com
> password MYPASSWORD
> port 587
> tls on
> logfile ~/.msmtplog
Configuring your MTA as a relay host would do the same thing without
the need for a custom lisp routine.
> Not sure if you want to go that route though. You might also try the
> gnu.emacs.gnus newsgroup where you would definately get a better answer.
>
- --
Ron Johnson, Jr.
Jefferson LA USA
Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHLczpS9HxQb37XmcRAlAuAKDo5pa3wkW73S95d/fsud/Wk36kkACfWknm
O74m7Vg5+Egrm/8Frig8tF0=
=pFBp
-----END PGP SIGNATURE-----
Date: Sun, 04 Nov 2007 15:51:48 +0200
From: Jabka Atu <mashrom.head@gmail.com>
To: ML Debian-User <debian-user@lists.debian.org>
Subject: Search for BTN based software
Message-ID: <472DCE74.8020506@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,...
<!-- @page { size: 21.59cm 27.94cm; margin: 2cm } P { margin-bottom:
0.21cm } --> After a lecture about BTN (Balanced Ternary Notation) i
tried to find (free) software that is created using this kind of point
of view.
- From we was told that this kind of programing is used in DNA software
but i didn't found any documentation in apt source for btn based software.
Could you please guide me for a free software that is created by this
idea ?
- --
- --
Could you at least use man ?
Jabka Atu (aka mha13/Mashrom Head) || bsh83.blogspot.com
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iQIVAwUBRy3Num9p6JnF9I1qAQJL0w//S4M44CAP15VLZCNgpFERUiZM3NnwSZaT
KgnG5Czao/0u95Qv6QmE4DamxB8c2Ao10XhkyA4qirn1BZRWmnbVTXA1GyDX2hqr
TN/MdCTiQDGS9nmnnUayr5QZPXzdSfr8X15I5kRoAkcVL8a1Y9kLu6L+9LGi8a6q
4XjGCwWPFoMWCDy3LD06c03kCQDW+JanLxKe+J9CkzIUekCHORkF5p2hXQmavI6h
4pwO3POTF8FYHdOxqWqbAZITmVmd59Q4FYd2iNeEfeho0kY9q87bBMhuBUrXmh8x
MRO4UMYqPUhuMcmKn3E0uStnojdrvgoFhKXQQMtVl0i9Px4kSk5HItTmB+AVKN6f
VF0yV6+GhPz6v9ntS+MjU8qWYRlcROWmA+/zSEGwYEEhDbqyf8y8nzHFifcaGlnR
5V4D6gFnwFAcHr2GkpvrPvvybmpy7EPLCH8NXS4vYeMqyEYy754RmIKLF9c7tXK0
Ra9VFPmwwr4OZuFiE2jUQCorMktovEjbmNZxSwaglNYoRX7U/x0MtUQ2/GMTOuYr
8kF/776zrmDdWnlq9HMT3fNC3XxVYVeeP6LMKZB4PJ/HrTmTeZOr8nlnTq1kv8Pk
TO2QcK4ow/v8VCNYyKvdjGsd8Jw3dS34xWvxs0Jvpw7Tdv9Uv1YW3JjK5+/5j0XX
ERnIB/RO6ww=
=9tVl
-----END PGP SIGNATURE-----
Date: Sun, 04 Nov 2007 13:45:17 -0000
From: BartlebyScrivener <bscrivener42@gmail.com>
To: debian-user@lists.debian.org
Subject: gkrellm not showing lm sensor data
Message-ID: <1194183917.092776.263530@19g2000hsx.googlegroups.com>
Content-Type: text/plain; charset="iso-8859-1"
I'm on Etch. I have installed lm sensors and gkrellm. I can get sensor
data by running $>sudo sensors, but gkrellm does not display the data.
When I go into gkrellm under "builtins" it is blank.
Any suggestions? The motherboard is ASUS A7V8X
Thank you,
rd
Date: Sun, 4 Nov 2007 06:24:21 -0800 (PST)
From: Johan en Katrien Dewaele <jenkdewaele2@yahoo.com>
To: debian-user@lists.debian.org
Subject: ppscsi on recent kernels
Message-ID: <860817.56976.qm@web38310.mail.mud.yahoo.com>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
hello all,
I got this "old" parallel port-connected flatbed
scanner (Microtek Scanmaker V300) which used to work
very well for me up till (including) kernel version
2.6.15 with the ppscsi modules. (ppscsi and onscsi).
After a recent upgrade to testing, which brought me
now to kernel 2.6.22, I'm not longer able to compile
the necessary modules with this kernel. =20
I learned from the debian package tracking/bugreport
system =20
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D423317
that the package is orphaned and no longer maintained.
As a workaround I keep a dual-boot with an older
kernel (2.6.15.7) to still be able to use the modules.
This got me wondering what I would do, if 1 day after
an upgrade of for example sane, this would no longer
work...
I don't use the scanner often but it still is very
useful to me and I would like to avoid buying a new
one.
I found on the web (yes, seems I'm not alone, h=E8h=E8)
http://www.linuxquestions.org/questions/linux-hardware-18/scanjet-5100c-i=
n-kubuntu-feisty-555861/
http://www.nabble.com/Scanning-stops-immedaitely-in-Feisty-Fawn-t4555558.=
html
http://www.ubuntu-es.org/index.php?q=3Dnode/50248
a patch for the ppscsi-source which makes it possible
to compile the program and that lets me successfully
insert the modules.
unfortunately the scanner does not work properly yet:
- verbose output from scanimage (this as root/ the
same result as normal user):
number1:/home/dewaele# scanimage -vvvv -d
microtek2:/dev/sg4
scanimage: scanning image of size 611x842 pixels at 24
bits/pixel
scanimage: acquiring RGB frame
P6
# SANE data follows
611 842
255
scanimage: min/max graylevel value =3D 255/0
scanimage: read 0 bytes in total
Closing device
Calling sane_exit
scanimage: finished
scanimage stops immediately, no image is saved.
version of sane 1.0.14-2 (debian testing)
- with xsane 0.99+0.991-5, as plugin in gimp, I am
able to take a preview-shot, but the program gives me
immediately an empty window, and no picture is
scanned/shown.
- with the the quiteinsane 0.3-8 gimp2.0-quiteinsane
plugin, I also can take a preview, but when I want to
do the real scan, I get this messagewindow : "the
device returned an unexpected SANE_STATUS_EOF"=20
So this is where I get but no further...=20
I was wondering if anyone could steer me in the right
direction where I could find a solution to still be
able to use this scanner.
Unfortunately I don't have the necessary
skills/knowledge of how to write/correct this program
myself, so I would appreciate it anyone could help me.
Any help is appreciated.
TIA and best regards,
Johan
Van Johan & Katrien Dewaele=B2
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around=20
http://mail.yahoo.com=20
Date: Sun, 04 Nov 2007 08:45:54 -0600
From: Ron Johnson <ron.l.johnson@cox.net>
To: debian-user@lists.debian.org
Subject: Re: Which browser is better, firefox?
Message-ID: <472DDB22.9020602@cox.net>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 11/04/07 07:55, Adam Hardy wrote:
> Ron Johnson on 04/11/07 00:06, wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On 11/03/07 18:59, hce wrote:
>>> Hi,
>>>
>>> Is the firefox the best browser?
>>>
>>> When I installed the Debian, it automatically included iceweasel. I
>>> removed it and tryed to install firefox by "apt-get install firefox",
>>> but it it got iceweasel gain. How can I install the firefox?
>>
>> Google knows all, sees all, tells all.
>
> .... unless you happen to be in China!
Spongebob in china
http://www.youtube.com/watch?v=6HIavxnUHls
- --
Ron Johnson, Jr.
Jefferson LA USA
Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHLdsiS9HxQb37XmcRAvBPAJ4lqaN7K6YR4XP2Iundm0gH9LlusQCgki0w
5zau/6/5lZCJfKVJW7RMrig=
=O9TW
-----END PGP SIGNATURE-----
Date: Sun, 04 Nov 2007 22:49:49 +0800
From: "hhding.gnu" <hhding.gnu@gmail.com>
To: debian-user@lists.debian.org
Subject: hard disk device name change after reboot
Message-ID: <472DDC0D.4030308@gmail.com>
Content-Type: text/plain; charset=GB2312
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hi list,
I run Debian 4.1.2-13 on Dell PowerEdge 650 with kernel
2.6.21-2-686. When I install the debian, the device name of partition
is hda1, hda2. After install, I reboot it for times and it works. One
day, I find it fail to reboot, after waiting for root filesystem for a
while, Debian drop to shell(busybox). Then I notice the device name of
hard disk has automaticly changed to hde1,hde2. some times, the
devices name is changed to others like hdg1, hdg2, etc. after reboot.
What's the problem then? Can I fix the device name? Any clue for it
is appreciated. :-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
iD8DBQFHLdwNJo9Njjkvy34RAmL5AKDopvZOV7jtDK/U83ub65cRDoh+QwCfSKOy
kklg+7i10HxX6OLvGa2gtHo=
=+eDU
-----END PGP SIGNATURE-----
Date: Sun, 04 Nov 2007 14:41:02 -0000
From: BartlebyScrivener <bscrivener42@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: Which browser is better, firefox?
Message-ID: <1194187262.634246.99510@22g2000hsm.googlegroups.com>
Content-Type: text/plain; charset="us-ascii"
On Nov 3, 6:10 pm, Claudius Hubig <nfs_2...@chubig.net> wrote:
>
> This means, Iceweasel *is* Firefox just with another name.
>
Yes, usually. But it also wreaks havoc with certain sites because the
user agent says "ice weasel" which most sites don't recognize. If you
stay with ice weasel, I recommend the firefox user agent switcher
plugin if you have any problems with scripts not running etc.
rd
End of debian-user-digest Digest V2007 Issue #2738
**************************************************
Received on Sun Nov 4 10:39:35 2007