Re: digital camera question

2004-04-15 Thread christophe barbe
Looks like a permission problem. 
Install gphoto2
   apt-get install gphoto2
then try as root 
   gphoto2 --autodetect -L
If you get a list of pictures in the cam, try the same as a normal user.
If it works as root and not as a normal user, read the README.Debian
file.

Christophe

On Thu, Apr 15, 2004 at 07:09:33AM -0700, Mike Chandler wrote:
 Now, using Debian testing, with kernel 2.4.25-1-386, have installed gphoto, 
 (and the front end gtkam).
 So I run gtkam and it will detect my camera, however there is an error:
 
 Could not initialize camera.
 
 If I try and use kde control center peripherals digital camera:
 
 Unable to initialize camera. Check your port settings and camera connectivity 
 and try again.
 
 My USB printer/scanner and USB mouse work fine.
 I have searched, and searched, and the best I can come up with is USB 
 permissions, or needing SCSI emulation.
 
 I know this can work, because it works in Mandrake.
 Any ideas are appreciated.
 Thanks.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

Cats seem go on the principle that it never does any harm to ask for
what you want. --Joseph Wood Krutch


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: digital camera question

2004-04-15 Thread Christophe Barbe
Le jeu 15/04/2004 à 19:10, Mike Chandler a écrit :
 Thanks Christophe!
 Where exactly can I find the README.Debian file?
 Please.

/usr/share/doc/libgphoto2-2/README.Debian

Christophe



Re: procmail solution against swen

2003-09-22 Thread christophe barbe
On Mon, Sep 22, 2003 at 11:08:39AM +0200, [EMAIL PROTECTED] wrote:
 On Mon, 22 Sep 2003, Olav Lavell wrote:
 
  If your internet provider lets you run procmail before getting the mail
  from their server, or if you run procmail yourself, the following recipe
  (to be put in your ~/.procmailrc or /etc/procmailrc) will effectively
  drop all swen-related stuff to the waste basket. I think it's a clever
  one, no false positives yet and I'm swen-free almost a day now. Thanks
  to the anonymous who posted this where I could snag it.
 
 Credits to go Victor Duchovni. He posted it on the postfix-users list
 after some experiments with body_checks. It does do a very good job
 stopping these mails indeed.

It has the merit to be compact but the inconvenient to read the body.
I use the followings procmail rules:


:0:
* 10
*^subject: (undeliverable |undelivered |returned )*(mail|message)(:* (returned to 
(mail|send)er|user unknown))*
swen-junk

:0:
* 10
*^subject: (new(est)* |latest |last |current )*(net(work)* |microsoft |internet 
)*(critical |security )*(pack|patch|update|upgrade)
swen-junk

:0:
* 10
*^subject: (abort|bug|error|failure)* 
*(advice|announcement|letter|message|notice|report)
swen-junk

This catch all swen mails except those with no subject. It would be easy
to add them (*^Subject: *$) but I let them to spamassassin because I
want to avoid false positive (I will try the body check for them).
Of course my size test could be improved.

Christophe

 
 Grx hdV
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

People that hate cats will come back as mice in their next life.
--Faith Resnick


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Wireless letworking

2003-09-22 Thread christophe barbe
On Mon, Sep 22, 2003 at 04:12:55PM -0400, Mark Roach wrote:
 I have never used config.opts for that sort of thing, I have always just
 configured the card using /etc/network/interfaces and up statements.
 Have you tried using iwconfig manually to set the essid/mode/channel
 etc? Here's an example of the config stanza I use for my wireless card
 (a prism2/orinoco card).
 
 iface eth1 inet static
 address 192.168.150.13
 netmask 255.255.255.0
 gateway 192.168.150.1
 up iwconfig eth1 mode ad-hoc essid roach channel 5
 up cp /etc/resolv.conf /etc/resolv.conf.wlan.bak
 up cp /etc/resolv.conf.wlan /etc/resolv.conf
 down cp /etc/resolv.conf.wlan.bak /etc/resolv.conf
 broadcast 192.168.150.255
 network 192.168.150.0

At least in debian/unstable ifupdown, iwconfig support is integrated.
That means that you don't need to use the up clause but can write things
like:

iface eth1 inet static
address 192.168.150.13
netmask 255.255.255.0
gateway 192.168.150.1
essid roach

See man interfaces for more details.

Christophe

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

As every cat owner knows, nobody owns a cat.
--Ellen Perry Berkeley


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: procmail solution against swen

2003-09-22 Thread christophe barbe
On Tue, Sep 23, 2003 at 12:16:34AM +0200, [EMAIL PROTECTED] wrote:
 On Mon, 22 Sep 2003, christophe barbe wrote:
 
  It has the merit to be compact but the inconvenient to read the body.
 
 Which is about the only reliable way to filter it.
...
 Not reliable enough for my taste, too much chances of false positives.
...
 This will definitely not catch em all. See below.
...
 This would catch valid messages for sure in my case.
...
 Nope.
 
 Swen composes its subject line from the following words:

I composed the regexp using 200MB of swen mails. I catched them using
debian/sid spamassassin and it's MICROSOFT_EXECUTABLE test. But even if
I have broadband, I wanted to stop them earlier. Earlier meant on a
debian/woody server with an old spamassassin without
MICROSOFT_EXECUTABLE. So far none of the swen mails have been missed by
my procmail rules. Of course the ones without virus still go through.

My current procmail rules contain:

:0:
* -2^0
* 1^0  14
* 1^0  165000
* 1^0 ^subject: (undeliverable|undelivered|returned)? ?(mail|message)(:? (returned to 
(mail|send)er|user unknown))?
* 1^0 ^subject: (new(est)?|latest|last|current)? ?(net(work)?|microsoft|internet)? 
?(critical|security)? ?(pack|patch|update|upgrade)
* 1^0 ^subject: (abort|bug|error|failure)? 
?(advice|announcement|letter|message|notice|report)
swen-junk

:0
*  14
*  165000
*^subject: *$
{
:0 BD
* b3IAAABBZG1pbgAAAEdFVCBodHRwOi8vd3cyLmZjZS52dXRici5jei9iaW4vY291bnRlci5naWYv
swen-junk
}

Christophe

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

People that hate cats will come back as mice in their next life.
--Faith Resnick


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: flphoto program to deb?

2003-07-24 Thread christophe barbe
On Thu, Jul 24, 2003 at 07:47:47PM +0530, Sridhar M.A. wrote:
 If only, I could get the gphoto2 cvs debs, then my Canon A70 would be
 easily recognised.

It's your lucky day. You can find gphoto2 packages from the last release
candidate at:
   http://cattlegrid.net/~christophe/gphoto2/
Please report any problem to me.

Christophe

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

In a cat's eye, all things belong to cats.
--English proverb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: OT: Malformed date header? (was: Re: Re: Kernel penguin logo?)

2003-06-17 Thread christophe barbe
On Tue, Jun 17, 2003 at 06:14:26PM +0100, Karsten M. Self wrote:
 on Wed, Dec 31, 1969 at 11:59:59PM +, Benedict Verheyen ([EMAIL PROTECTED]) 
 wrote:
 
 The webmail service you're using is creating the following 
 
 Date: Thu 12 Jun 2003 13:32:37 +0200
 
 This is missing the ',' following 'Thu'.  Result is that your mail
 appears to have been sent on Dec 31, 1969 (one day prior to the epoch).
 
 I'm curious as to whether this is a bug with your mail service, or mutt.

On a related topic, is there a way to instruct procmail to fix broken
date on the flight. I would be happy to get rid of old mails showing at
the end of the mailbox because the sender believes we already are in
2010.

Thanks,
Christophe

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

Cats are intented to teach us that not everything in nature has a
function. --Garrison Keillor


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [OT]What is Dynix

2003-06-17 Thread christophe barbe
On a very good article concerning RCU (the code that SCO
pretends is his property even if they have nothing to do with it)
   http://lwn.net/Articles/36164/ (you have to be subscribed to lwn or
wait a few days)
Jonathan corbet provides this url to an archived version of the
sequent.com website (including DYNIX info):
http://web.archive.org/web/20001109190800/www.sequent.com/software/operatingsys/

If you are interested by the technical side of the SCO shameful
allegation, you should subscribe to lwn.net.

Christophe

On Tue, Jun 17, 2003 at 05:50:29PM +0300, Aryan Ameri wrote:
 Hi there:
 
 in the article:
 http://news.com.com/2100-1016_3-1017719.html
  
 they mention Dynix:
 
 Specifically, Sontag said IBM moved technology to Linux from AIX and 
 another version of Unix called Dynix that IBM acquired when it bought 
 Sequent. 
 
 I have been trying really hard, to learn as much as possible about 
 different Unix variants, but to date, I have never heard of a Unix 
 called Dynix. Can anyone tell me what kind of OS it is/was ? 
 
 Cheers
 -- 
 /* You can always count on Americans to do the 
 right thing; - after they've tried everything else.
Winston Churchill */
 Aryan Ameri
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

Anyone who has never made a mistake has never tried anything new.
-- Albert Einstein


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: OT: Malformed date header? (was: Re: Re: Kernel penguin logo?)

2003-06-17 Thread christophe barbe
On Tue, Jun 17, 2003 at 11:39:13PM +0100, Karsten M. Self wrote:
  On a related topic, is there a way to instruct procmail to fix broken
  date on the flight. I would be happy to get rid of old mails showing at
  the end of the mailbox because the sender believes we already are in
  2010.
 
 ...other than simply deleting them for you?

Yes. Something like, if the mail is dated in the future, make it dated
from now.

 My most frequent off-list post is probably the one liner:  fix your
 clock.

I use to do that. But it's a never-ending quest.

Christophe

 Peace.
 
 -- 
 Karsten M. Self [EMAIL PROTECTED]http://kmself.home.netcom.com/
  What Part of Gestalt don't you understand?
What doesn't kill you makes you stranger.
  -- Karsten M. Self, misreading as usual, San Marcos Pass Rd., 1988



-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

An empty stomach is not a good political advisor.
-- Albert Einstein


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Why isn't there a cron.hourly?

2003-06-12 Thread christophe barbe
On Thu, Jun 12, 2003 at 03:08:43PM +0200, Jon Haugsand wrote:
 RedHat has the directory /etc/cron.hourly, but this is not present in
 debian.  Why is that?  

No idea but can't you use /etc/cron.d/ ?

 Should think that clock synchronization is
 needed.  Especially since most computer clocks drift with at least 5
 second every day.

I don't see how this is related to the hourly cron.
If you want to avoid computer clocks drift, you should consider proper
solution such as the one provided by ntp (see the ntp-simple package).

Christophe

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

Cats seem go on the principle that it never does any harm to ask for
what you want. --Joseph Wood Krutch


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Rootkit warning! (Was: Re: LS_COLORS error)

2003-06-06 Thread christophe barbe
I forgot to mention that chkrootkit can help detect this kind of
problems:
   http://www.chkrootkit.org/

Christophe

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

Cats are intented to teach us that not everything in nature has a
function. --Garrison Keillor


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Rootkit warning! (Was: Re: LS_COLORS error)

2003-06-06 Thread christophe barbe
To mention the obvious: If you reinstall the same software with the same
configuration, you are also reinstalling the security flaw that let
someone install the rootkit in the first place. You should find how the
rootkit was installed (for this, keeping a copy of the compromised
system can help).

Christophe

On Fri, Jun 06, 2003 at 02:15:56AM -0700, Paul Johnson wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Fri, Jun 06, 2003 at 10:22:03AM +0200, Nicos Gollan wrote:
  Well, that depends on how much you'd trust the system when you just
  removed the kit. I _think_ I got rid of it by deleting the files
  mentioned in the small analysis, and the machine at least seems to
  behave normal since then.
 
 Never mind that there could still be backdoors waiting.  The only way
 to secure a compromised box is reinstallation from scratch.  It's the
 weakest link until then.
 
 - -- 
  .''`. Baloo Ursidae [EMAIL PROTECTED]
 : :'  :proud Debian admin and user
 `. `'`
   `-  Debian - when you have better things to do than fix a system
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.2 (GNU/Linux)
 
 iD8DBQE+4FvMJ5vLSqVpK2kRAk3qAKCD/6ou3C6QwrUjVdClDIKaDfFR6QCgr0Hh
 pJFfcTMJV09j7/ADrL/mLb4=
 =OFpX
 -END PGP SIGNATURE-
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

A qui sait comprendre, peu de mots suffisent.
(Intelligenti pauca.) 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



missing GTK2 theme in debian

2003-03-29 Thread christophe barbe
In this screenchot:

   http://207.170.50.26/shots/Screenshot-Red-Carpet-3.png

we can see a very nice GTK2 theme that I can't find in debian/sid
and in art.gnome.org. 

What is the name of this theme?
Where can we find it?

Thanks,
Christophe

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

Cats are intented to teach us that not everything in nature has a
function. --Garrison Keillor


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: missing GTK2 theme in debian

2003-03-29 Thread christophe barbe
I thought it was the RH bluecurve theme but I was misled by 

Package: gtk2-engines-lighthouseblue
Description: LighthouseBlue theme for GTK+ 2.0
 This theme is derived from RedHat's BlueCurve, with many changes as
 suggested by the OSNews review of RedHat 8.

Which I use and is not as polish as the one in the previous screenshot.

Does the Wonderland theme available at art.gnome.org has the shadow
around the menu as seen on the previous screenshot?

Thanks,
Christophe

Le sam 29/03/2003 à 17:12, Samat Jain a écrit :
 That theme is Redhat's 'Bluecurve', or called 'Wonderland' in non-Redhat 
 distributions.
 
 I don't know if there's a Debian package, but you may want to search for 
 the 'Wonderland' engine on http://art.gnome.org/.
 
 --
 Samat
 
 C makes it easy to shoot yourself in the foot; C++ makes it harder, but 
 when you do, it blows away your whole leg.
 -- Bjarne Stroustrup
 
 christophe barbe wrote:
  In this screenchot:
  
 http://207.170.50.26/shots/Screenshot-Red-Carpet-3.png
  
  we can see a very nice GTK2 theme that I can't find in debian/sid
  and in art.gnome.org. 
  
  What is the name of this theme?
  Where can we find it?
  
  Thanks,
  Christophe
  
-- 
christophe barbe [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: missing GTK2 theme in debian

2003-03-29 Thread christophe barbe
On Sat, Mar 29, 2003 at 05:19:51PM -0500, christophe barbe wrote:
 Le sam 29/03/2003 ? 17:12, Samat Jain a ?crit :
  That theme is Redhat's 'Bluecurve', or called 'Wonderland' in non-Redhat 
  distributions.
  
  I don't know if there's a Debian package, but you may want to search for 
  the 'Wonderland' engine on http://art.gnome.org/.

Looking closely at the screenshot, I see two things:
. The shadow around the menu (Samat told me in a private mail that it's
a gtk2 patch)
. The highlighted menu entry is not done the same way wonderland does
it. 

Anyway wonderland is the closest and I am in the process to package it.

Christophe

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

Dogs believe they are human. Cats believe they are God.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: OpenOffice.org 1.1 Beta release

2003-03-27 Thread christophe barbe
On Wed, Mar 26, 2003 at 07:39:28PM +0100, Chris Halls wrote:
 In case anyone is interested, the 1.1 OpenOffice.org Beta is out now.  There
 is a problem which can cause this version to exit with an IO error message
 on machines that do not have a domain name set.  See this issue for details:

I saw today that Ximian is working on a gnome version of OO.
   http://www.gnome.org/~michael/XimianOOo/img0.html

Are you aware of that? Do you intent to package it?

Thanks for the good job,
Christophe

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

Whether you believe you can, or whether you believe you can't, you're
absolutely right. --Henry Ford


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: xfree86 4.3

2003-03-04 Thread christophe barbe
On Tue, Mar 04, 2003 at 11:34:49PM +1300, Haralambos Geortgilakis wrote:
 3) If you downgrade your Xfree86 to 4.2.0  install the ATI drivers, 
 then you will get the best 3D you can on Tux  2D looks better also!

I just want to precise that the method 3 is x86 only, said another way
is not free as in free speech.

Christophe

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

Ce que l'on conçoit bien s'énonce clairement,
Et les mots pour le dire arrivent aisément.
   Nicolas Boileau, L'Art poétique


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Clean shutdown directly from gnome2 ?

2003-02-22 Thread christophe barbe

I noticed that when you start a gnome session as root, the logout dialog
box allows you to shutdown the computer. This is convenient because you
don't have to restart gdm to shutdown.
Now I wonder what need to be done to allow a normal user to have this
shutdown option in the logout dialog box. I guess is just a matter of
giving some privileges to the normal user but I have not figured out
where. 

Has someone an idea on how to do that?

Note: I am aware of app like gshutdown but that's not what I am looking
for. There is a clean way to do that, so I want to figure out how.

Thanks,
Christophe 

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

An empty stomach is not a good political advisor.
-- Albert Einstein


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Galeon Type Ahead Find problems

2003-01-23 Thread christophe barbe
Adding

pref (accessibility.typeaheadfind, false);

in /etc/prefs.js should be enough.

Christophe

On Fri, Jan 24, 2003 at 12:10:01AM +0100, martin f krafft wrote:
 Hi there,
 
 my battles with galeon continue. Every now and then I will find myself
 on a page with a form on it. The status bar will say Type ahead find
 stopped, but I can't type anywhere within the form fields, as galeon
 will continuously try to find a corresponding link. The only way then
 to fill in the form is to either reload the page (not always an
 option), or wait a minute or two until it magically works again.
 
 Can I turn this type ahead crap of? Or maybe someone knows a better
 fix?
 
 -- 
 Please do not CC me! Mutt (www.mutt.org) can handle this automatically.
  
  .''`. martin f. krafft [EMAIL PROTECTED]
 : :'  :proud Debian developer, admin, and user
 `. `'`
   `-  Debian - when you have better things to do than fixing a system
  
 NOTE: The pgp.net keyservers and their mirrors are broken!
 Get my key here: http://people.debian.org/~madduck/gpg/330c4a75.asc



-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

Things should be made as simple as possible, but not any simpler.
-- Albert Einstein


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: EXIF gui

2002-12-17 Thread christophe barbe
On Mon, Dec 16, 2002 at 11:30:04PM -0500, Bruno Diniz de Paula wrote:
 Thanks, Matthew! Just another question. Which application uses the
 following packages, available via apt-get?
 
 libexif-gtk3
 libexif-gtk4

Nothing in the debian archive. gtkam should use the last but apparently
the maintainer of gtkam prefers to drop the feature. 
That said If you use a card reader to get your photos, gtkam is not the
best tool for you. I would suggest that you compile on your system the
last gexif (from the sourceforge.net exif project). You will need
to install libexif-gtk-dev.

Christophe

 
 I am asking because their description Library providing GTK+ widgets to
 display/edit EXIF tags is exactly what I want, but I couldn't guess
 what was the frontend application that uses these libraries.
 
 Thanks,
 
 Bruno.
 
 On Mon, 2002-12-16 at 22:15, Matthew Weier O'Phinney wrote:
 
  You can edit them in the GIMP -- it's a bit like using a sledgehammer to
  tap in a thumbtack, but it would satisfy your need for a GUI.
  
  -- 
  Matthew Weier O'Phinney
 [EMAIL PROTECTED]
 -- 
 Bruno Diniz de Paula [EMAIL PROTECTED]
 Rutgers University





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Can't get ATI Rage128 to work with XFree86 on Debian

2002-11-24 Thread christophe barbe
On Sun, Nov 24, 2002 at 03:38:03PM +0100, Holger Wiechert wrote:
 OK,
 got the message.
 - Downloaded drm-trunk-module-src
 - build the drm module:
(in /usr/src/kernel-source-2.4.18/ make-kpkg modules-image,
 ...
 Module /usr/src/modules/drm-trunk processed fine:
 package drm-trunk-module-2.4.18_custom.2.0+2002.11.06-1_i386.deb now
 in /usr/src/ )
 
 - dpkg -i ../drm-trunk-module-2.4.18_custom.2.0+2002.11.06-1_i386.deb

Perfect

 
 = output
 ...
 Unpacking replacement drm-trunk-module-2.4.18 ...
 depmod: *** Unresolved symbols in
 /lib/modules/2.4.18/kernel/drivers/char/drm/gamma.o

Ok for this one. You will not use it. You can simply rm it if you want
or leave it.

 depmod: *** Unresolved symbols in
 /lib/modules/2.4.18/kernel/drivers/char/drm/gamma.o-dpkg-tmp

This one is strange. It should not be there. Check if this file is still
there, I guess not.


 Setting up drm-trunk-module-2.4.18 (custom.2.0+2002.11.06-1) ...
 depmod: *** Unresolved symbols in
 /lib/modules/2.4.18/kernel/drivers/char/drm/gamma.o
 depmod: *** Unresolved symbols in
 /lib/modules/2.4.18/kernel/drivers/char/drm/gamma.o
 
 So, it seems that I've got some older stuff somewhere, don't you think?
 Is there a way to clean up all the mess from any older tests?
 Thanks in advance, Holger

So everything is working now?

Christophe

 
 
 On Wed, Nov 20, 2002 at 06:56:04PM +0100, Holger Wiechert wrote:
 
  Thanks for the hints.
  However, I still have to struggle. Maybe someone will see,
  what I'm doing wrong:
 
  I downloaded the packages
  - xserver-xfree86-dri-trunk
  and
  - drm-trunk-module-src
 
  After that I went to the kernel config (make menuconfig)
  of the source from the (extracted) kernel package 2.4.18
  (/usr/src/kernel-source-2.4.18/)
  and set up the following things:
 
  Character devices--
 {*} /dev/agpgart
  selection for all chipsets (yeah, I know, but just to make sure)
 [*] Direct Rendering Manager (XFree86 DRI support)
--- DRM 4.1 drivers
 {*} ATI Rage 128
 
 Wrong. You need:
--- DRM 4.1 drivers
 { } ATI Rage 128
 
 Because 4.1 stands for the X version. You certainly use 4.2.
 That's why you have to download and compile drm-trunk-module-src.
 
  Finished the config.
  Then:
 
  make-kpkg clean
  make-kpkg --revision=custom.1.0 kernel_image
 
 You only need to build the drm modules. In /usr/src, untar the
 drmi-trunk.tar.gz than in /usr/src/linux do 'make-kpkg modules-image'.
 
  dpkg -i ../kernel_image--2.4.18_custom.2.0_i386.deb
 
 install also the resulting drm package.
 
  shutdown -r now
 
 Wrong.
 You need to update your boot loader (unless you use grub).
 For lilo see lilo, for yaboot see ybin.
 
  There's something that gets my attention when making the kernel:
  It says that I'm currently running a 2.4.18 kernel and the modules
  under /lib/modules/2.4.18 are set up for this kernel. It is building
  the new dependencies file modules.dep but it should be rebuilt after
  the reboot. May this be the thing that drives me crazy?
 
 Yes the dependencies are updated.
 But you will never see the custom.1.0 in the kernel name (just the
 package name).
 
 Christophe
 
  Thanks for your help, Holger
 
 
  To: Debian-User [EMAIL PROTECTED]
  Subject: Re: Can't get ATI Rage128 to work with XFree86 on Debian
  From: christophe barbe [EMAIL PROTECTED]
  Date: Sat, 16 Nov 2002 16:08:54 -0500
  In-reply-to:
  [EMAIL PROTECTED]
  Mail-followup-to: Debian-User [EMAIL PROTECTED]
  Old-return-path: [EMAIL PROTECTED]
  References:
  [EMAIL PROTECTED]
  User-agent: Mutt/1.3.28i
 
  --
 --
  
 
  There is two part that come from DRI:
 
 xserver-xfree86-dri-trunk : the xfree server
 
  And the drm kernel module. The message you see is because the kernel
  module that is shipped with the kernel is not for xfree 4.2.1.
  You need to rebuild your kernel without any drm stuff and get the kernel
  module source from the DRI project or by adding the following line in
  your /etc/apt/sources.list :
 
 # Daenzer Xfree Stuff
 deb http://people.debian.org/~daenzer/dri-trunk/ ./
 
  And get drm-trunk-module-src, then build (using kernel-package) and
  install.
 
  That said that only for the 3D part. The server alone should be enough
  to get X working.
 
  Good luck,
  Christophe
 
  On Sat, Nov 16, 2002 at 08:55:07PM +0100, Holger Wiechert wrote:
   Hi,
  
   after a hell of a time trying to get my ATI Rage 128 to work with
 XFree86
  on
   Debian (Woody), it's time to get help from the
   outside...
   I tried the stuff recommended from
   dri.sourceforge.net (installing the xserver-xfree86-dri-trunk package).
   As I came closer, it still doesn't work.
   The current state is the error message in
   XFree86.0.log:
   (EE) R128(0): [dri] R128DRIScreenInit failed because of a version
  mismatch.
   [dri] r128.o kernel module version is 2.1.6 but version 2.2 or greater
 is
   needed.
  
   Whatever that means

Re: Can't get ATI Rage128 to work with XFree86 on Debian

2002-11-24 Thread christophe barbe
On Sun, Nov 24, 2002 at 05:08:17PM +0100, Holger Wiechert wrote:
 Sh..., just realized, that the Unresolved symbols stuff must
 come from my (silly) deletion of some modules. Is there a way to
 rebuild all modules from scratch?

That's not the case.

Christophe

 
 
 
 -Urspr?ngliche Nachricht-
 Von: Holger Wiechert [mailto:[EMAIL PROTECTED]]
 Gesendet: Sonntag, 24. November 2002 15:38
 An: Debian-User
 Betreff: Re: Can't get ATI Rage128 to work with XFree86 on Debian
 
 
 OK,
 got the message.
 - Downloaded drm-trunk-module-src
 - build the drm module:
(in /usr/src/kernel-source-2.4.18/ make-kpkg modules-image,
 ...
 Module /usr/src/modules/drm-trunk processed fine:
 package drm-trunk-module-2.4.18_custom.2.0+2002.11.06-1_i386.deb now
 in /usr/src/ )
 
 - dpkg -i ../drm-trunk-module-2.4.18_custom.2.0+2002.11.06-1_i386.deb
 
 = output
 ...
 Unpacking replacement drm-trunk-module-2.4.18 ...
 depmod: *** Unresolved symbols in
 /lib/modules/2.4.18/kernel/drivers/char/drm/gamma.o
 depmod: *** Unresolved symbols in
 /lib/modules/2.4.18/kernel/drivers/char/drm/gamma.o-dpkg-tmp
 Setting up drm-trunk-module-2.4.18 (custom.2.0+2002.11.06-1) ...
 depmod: *** Unresolved symbols in
 /lib/modules/2.4.18/kernel/drivers/char/drm/gamma.o
 depmod: *** Unresolved symbols in
 /lib/modules/2.4.18/kernel/drivers/char/drm/gamma.o
 
 So, it seems that I've got some older stuff somewhere, don't you think?
 Is there a way to clean up all the mess from any older tests?
 Thanks in advance, Holger
 
 
 
 On Wed, Nov 20, 2002 at 06:56:04PM +0100, Holger Wiechert wrote:
 
  Thanks for the hints.
  However, I still have to struggle. Maybe someone will see,
  what I'm doing wrong:
 
  I downloaded the packages
  - xserver-xfree86-dri-trunk
  and
  - drm-trunk-module-src
 
  After that I went to the kernel config (make menuconfig)
  of the source from the (extracted) kernel package 2.4.18
  (/usr/src/kernel-source-2.4.18/)
  and set up the following things:
 
  Character devices--
 {*} /dev/agpgart
  selection for all chipsets (yeah, I know, but just to make sure)
 [*] Direct Rendering Manager (XFree86 DRI support)
--- DRM 4.1 drivers
 {*} ATI Rage 128
 
 Wrong. You need:
--- DRM 4.1 drivers
 { } ATI Rage 128
 
 Because 4.1 stands for the X version. You certainly use 4.2.
 That's why you have to download and compile drm-trunk-module-src.
 
  Finished the config.
  Then:
 
  make-kpkg clean
  make-kpkg --revision=custom.1.0 kernel_image
 
 You only need to build the drm modules. In /usr/src, untar the
 drmi-trunk.tar.gz than in /usr/src/linux do 'make-kpkg modules-image'.
 
  dpkg -i ../kernel_image--2.4.18_custom.2.0_i386.deb
 
 install also the resulting drm package.
 
  shutdown -r now
 
 Wrong.
 You need to update your boot loader (unless you use grub).
 For lilo see lilo, for yaboot see ybin.
 
  There's something that gets my attention when making the kernel:
  It says that I'm currently running a 2.4.18 kernel and the modules
  under /lib/modules/2.4.18 are set up for this kernel. It is building
  the new dependencies file modules.dep but it should be rebuilt after
  the reboot. May this be the thing that drives me crazy?
 
 Yes the dependencies are updated.
 But you will never see the custom.1.0 in the kernel name (just the
 package name).
 
 Christophe
 
  Thanks for your help, Holger
 
 
  To: Debian-User [EMAIL PROTECTED]
  Subject: Re: Can't get ATI Rage128 to work with XFree86 on Debian
  From: christophe barbe [EMAIL PROTECTED]
  Date: Sat, 16 Nov 2002 16:08:54 -0500
  In-reply-to:
  [EMAIL PROTECTED]
  Mail-followup-to: Debian-User [EMAIL PROTECTED]
  Old-return-path: [EMAIL PROTECTED]
  References:
  [EMAIL PROTECTED]
  User-agent: Mutt/1.3.28i
 
  --
 --
  
 
  There is two part that come from DRI:
 
 xserver-xfree86-dri-trunk : the xfree server
 
  And the drm kernel module. The message you see is because the kernel
  module that is shipped with the kernel is not for xfree 4.2.1.
  You need to rebuild your kernel without any drm stuff and get the kernel
  module source from the DRI project or by adding the following line in
  your /etc/apt/sources.list :
 
 # Daenzer Xfree Stuff
 deb http://people.debian.org/~daenzer/dri-trunk/ ./
 
  And get drm-trunk-module-src, then build (using kernel-package) and
  install.
 
  That said that only for the 3D part. The server alone should be enough
  to get X working.
 
  Good luck,
  Christophe
 
  On Sat, Nov 16, 2002 at 08:55:07PM +0100, Holger Wiechert wrote:
   Hi,
  
   after a hell of a time trying to get my ATI Rage 128 to work with
 XFree86
  on
   Debian (Woody), it's time to get help from the
   outside...
   I tried the stuff recommended from
   dri.sourceforge.net (installing the xserver-xfree86-dri-trunk package).
   As I came closer, it still doesn't work.
   The current state is the error message in
   XFree86.0.log:
   (EE

Re: Can't get ATI Rage128 to work with XFree86 on Debian

2002-11-20 Thread christophe barbe
On Wed, Nov 20, 2002 at 06:56:04PM +0100, Holger Wiechert wrote:
 
 Thanks for the hints.
 However, I still have to struggle. Maybe someone will see,
 what I'm doing wrong:
 
 I downloaded the packages
 - xserver-xfree86-dri-trunk
 and
 - drm-trunk-module-src
 
 After that I went to the kernel config (make menuconfig)
 of the source from the (extracted) kernel package 2.4.18
 (/usr/src/kernel-source-2.4.18/)
 and set up the following things:
 
 Character devices--
{*} /dev/agpgart
 selection for all chipsets (yeah, I know, but just to make sure)
[*] Direct Rendering Manager (XFree86 DRI support)
   --- DRM 4.1 drivers
{*} ATI Rage 128

Wrong. You need:
   --- DRM 4.1 drivers
{ } ATI Rage 128

Because 4.1 stands for the X version. You certainly use 4.2.
That's why you have to download and compile drm-trunk-module-src.

 Finished the config.
 Then:
 
 make-kpkg clean
 make-kpkg --revision=custom.1.0 kernel_image

You only need to build the drm modules. In /usr/src, untar the
drmi-trunk.tar.gz than in /usr/src/linux do 'make-kpkg modules-image'.

 dpkg -i ../kernel_image--2.4.18_custom.2.0_i386.deb

install also the resulting drm package.

 shutdown -r now

Wrong.
You need to update your boot loader (unless you use grub).
For lilo see lilo, for yaboot see ybin.

 There's something that gets my attention when making the kernel:
 It says that I'm currently running a 2.4.18 kernel and the modules
 under /lib/modules/2.4.18 are set up for this kernel. It is building
 the new dependencies file modules.dep but it should be rebuilt after
 the reboot. May this be the thing that drives me crazy?

Yes the dependencies are updated.
But you will never see the custom.1.0 in the kernel name (just the
package name).

Christophe

 Thanks for your help, Holger
 
 
 To: Debian-User [EMAIL PROTECTED]
 Subject: Re: Can't get ATI Rage128 to work with XFree86 on Debian
 From: christophe barbe [EMAIL PROTECTED]
 Date: Sat, 16 Nov 2002 16:08:54 -0500
 In-reply-to:
 [EMAIL PROTECTED]
 Mail-followup-to: Debian-User [EMAIL PROTECTED]
 Old-return-path: [EMAIL PROTECTED]
 References:
 [EMAIL PROTECTED]
 User-agent: Mutt/1.3.28i
 
 
 
 
 There is two part that come from DRI:
 
xserver-xfree86-dri-trunk : the xfree server
 
 And the drm kernel module. The message you see is because the kernel
 module that is shipped with the kernel is not for xfree 4.2.1.
 You need to rebuild your kernel without any drm stuff and get the kernel
 module source from the DRI project or by adding the following line in
 your /etc/apt/sources.list :
 
# Daenzer Xfree Stuff
deb http://people.debian.org/~daenzer/dri-trunk/ ./
 
 And get drm-trunk-module-src, then build (using kernel-package) and
 install.
 
 That said that only for the 3D part. The server alone should be enough
 to get X working.
 
 Good luck,
 Christophe
 
 On Sat, Nov 16, 2002 at 08:55:07PM +0100, Holger Wiechert wrote:
  Hi,
 
  after a hell of a time trying to get my ATI Rage 128 to work with XFree86
 on
  Debian (Woody), it's time to get help from the
  outside...
  I tried the stuff recommended from
  dri.sourceforge.net (installing the xserver-xfree86-dri-trunk package).
  As I came closer, it still doesn't work.
  The current state is the error message in
  XFree86.0.log:
  (EE) R128(0): [dri] R128DRIScreenInit failed because of a version
 mismatch.
  [dri] r128.o kernel module version is 2.1.6 but version 2.2 or greater is
  needed.
 
  Whatever that means. I compiled the r128.o using a 2.4.18-kernel.
 Installed
  is XFree86 4.2.1.
 
  What is of version 2.1.6?
  So what the hell do I have to do to get that
  damn thing to work?
  I can live without any 3D stuff. So, if that helps
 
  Thanks in advance, Holger
 
 
  
  Virus checked by G DATA AntiVirusKit
  Virus news: www.antiviruslab.com
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 --
 Christophe Barb? [EMAIL PROTECTED]
 GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E
 
 Things should be made as simple as possible, but not any simpler.
 -- Albert Einstein
 
 
 
 
 
 
 Virus checked by G DATA AntiVirusKit
 Virus news: www.antiviruslab.com
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

Dogs come when they're called;
cats take a message and get back to you later. --Mary Bly


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: non-us.debian.org caught fire

2002-11-20 Thread christophe barbe
On Wed, Nov 20, 2002 at 04:39:39PM +0100, Nicos Gollan wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Wednesday 20 November 2002 15:26, Paul Johnson wrote:
  [...]
  Yes.  Caught fire.
 
 OK, now we need a conspiration theory. I say it was either the BSA or 
 some music or movie publisher/producer.

Ok for the conspiration theory but we need a good enemy. We (debian)
are not for copyright violation (to said the least) so BSA and media
companies are bad candidates. The latter could eventually be candidate
because of its Digital Right Misappropriation (sorry management) that
doesn't fit with the Free Software. No really the best candidate is
Microsoft.

Christophe

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

People that hate cats will come back as mice in their next life.
--Faith Resnick


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Can't get ATI Rage128 to work with XFree86 on Debian

2002-11-16 Thread christophe barbe
There is two part that come from DRI:

   xserver-xfree86-dri-trunk : the xfree server

And the drm kernel module. The message you see is because the kernel
module that is shipped with the kernel is not for xfree 4.2.1.
You need to rebuild your kernel without any drm stuff and get the kernel
module source from the DRI project or by adding the following line in
your /etc/apt/sources.list :

   # Daenzer Xfree Stuff
   deb http://people.debian.org/~daenzer/dri-trunk/ ./

And get drm-trunk-module-src, then build (using kernel-package) and
install.

That said that only for the 3D part. The server alone should be enough
to get X working.

Good luck,
Christophe

On Sat, Nov 16, 2002 at 08:55:07PM +0100, Holger Wiechert wrote:
 Hi,
 
 after a hell of a time trying to get my ATI Rage 128 to work with XFree86 on
 Debian (Woody), it's time to get help from the
 outside...
 I tried the stuff recommended from
 dri.sourceforge.net (installing the xserver-xfree86-dri-trunk package).
 As I came closer, it still doesn't work.
 The current state is the error message in
 XFree86.0.log:
 (EE) R128(0): [dri] R128DRIScreenInit failed because of a version mismatch.
 [dri] r128.o kernel module version is 2.1.6 but version 2.2 or greater is
 needed.
 
 Whatever that means. I compiled the r128.o using a 2.4.18-kernel. Installed
 is XFree86 4.2.1.
 
 What is of version 2.1.6?
 So what the hell do I have to do to get that
 damn thing to work?
 I can live without any 3D stuff. So, if that helps
 
 Thanks in advance, Holger
 
 
 
 Virus checked by G DATA AntiVirusKit
 Virus news: www.antiviruslab.com
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

Things should be made as simple as possible, but not any simpler.
-- Albert Einstein


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




j2re from blackdown.com and j2se-common

2002-11-16 Thread christophe barbe
I try to get debs from blackdown.com but all packages depend on
j2se-common and is not available.

Where can I get this one ?

I suspect this package is related to the following lines in the package
description :
NOTE: You must accept Sun's EULA prior to successfully installing
this package

If I am right, how can I accept this EULA ?

Christophe

MB: I am a debian/powerpc user if it matters (no 1.4 available yet).


-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

L'experience, c'est une connerie par jour mais jamais la même.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: j2re from blackdown.com and j2se-common

2002-11-16 Thread christophe barbe
Thanks for the help.
It's better with main too.

Christophe


On Sun, Nov 17, 2002 at 03:03:19AM +, Colin Watson wrote:
 On Sat, Nov 16, 2002 at 09:47:45PM -0500, christophe barbe wrote:
  I try to get debs from blackdown.com but all packages depend on
  j2se-common and is not available.
  
  Where can I get this one ?
 
 Add main to that sources.list line as well as non-free.
 
 -- 
 Colin Watson  [[EMAIL PROTECTED]]
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

Dogs believe they are human. Cats believe they are God.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: gnome2 applets : Has not vanished

2002-11-02 Thread christophe barbe
This package has not vanished. I initially uploaded it to unstable but
one of the library was only in experimental. So I ask for the removal of
it in unstable and uploaded it to experimental. I will soon upload it in
unstable again now that gnome2 is where it belongs.

Christophe

On Sat, Nov 02, 2002 at 02:51:36PM +, iain d broadfoot wrote:
 I repacked it (thanks Colin) and put it in my repository.  Just add this 
 to your sources.list:
 
  deb http://debian.pepas.com ./
 
 then apt-cache search netmon-applet should show it.
 
 -jason pepas
 
 
 
 cool, thank you.
 
 works fine.
 
 does anyone know of any gnome2 wireless applets, or a way to use gnome1 
 applets?
 
 iain
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

Dogs believe they are human. Cats believe they are God.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: laptop environment detection

2002-10-15 Thread christophe barbe

On Tue, Oct 15, 2002 at 01:25:12AM -0400, Bruce wrote:
 So, I am fiddling around with whereami to do this; check for a wire, if so 
 bring it up. If no wire, drop eth0 and bring up wlan0. Solves the pump 
 problem; now all I have to do is get it to find the wireless card on boot.

Is your current solution compatible with multiple wlan. I mean if for
example you have a wlan at home and at work, is your script able to pick
the good one?

Also Is this tool able to detect a link lost (you unplugged the ethernet
jack, for example) and restart the discovery process ?

Christophe 

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

Whether you believe you can, or whether you believe you can't, you're
absolutely right. --Henry Ford


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Repeated keys in X

2002-10-13 Thread christophe barbe

If you use gnome2 have a look at the accessibility setings.
Otherwise have a look at the xkbset command:

xkbset bouncekeys 80 
xkbset exp =bouncekeys

Christophe

On Sun, Oct 13, 2002 at 11:25:48AM +0100, Ricardo Diz wrote:
  
 Hi there!
  
 I'm running Xfree86 4.2.1 on unstable and I'm having trouble writing
 because every once in a while some repeated keys appeared (e.g. like
 thhis). I did set auto-repeat off using xset but it's still happening :(
  
  
 Does anyone have a clue on this one?
  
 I've searched in google, but I only found problems related to xset...
  
  
 Thanks in advance,
 Ricardo Diz
  
  

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

Dogs come when they're called;
cats take a message and get back to you later. --Mary Bly


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: apt-get install gnome2 gdm2 and typo errors ...

2002-10-11 Thread christophe barbe

On Thu, Oct 10, 2002 at 12:32:08AM -0600, Dan Hunt wrote:
 Hello Ladies and Gentlemen of the Debian list!
 
 I chose to follow the directions on:
 http://people.debian.org/~walters/gnome2.html
 For my woody installation. I love gnome so I thought I would give gnome2 a go. 
 
 Here is what I got:
 17 packages not fully installed or removed.
 Setting up bug-buddy (2.2.0.1) ...
 /usr/share/omf/file-roller/file-roller-ru.omf:5: error: Input is not proper UTF=8, 
indicate encoding !
 
 Then I have to CTRL-C it to make it stop. Same error after the 

When you pressed CTRL-C nothing was frozen. At this stage a few files
are downloaded from the web because debian doesn't have xml catalogs
(unlike other distributions) and it takes time.

Instead of presing CTRL-C, just wait.

Christophe

 Setting up scrollkeeper (0.3.11-2) ...
 
 I think this was a result of a typo I made editing the sources.list . 
 
 This looks suspicious
 Hit http://people.debian.org woody/gnome2 Packages
 Ign http://people.debian.org woody/gnome2 Release
 Err http://people.debian.org woody/gnome2 Sources
   404 Not Found
 Failed to fetch 
http://people.debian.org/~kov/debian/dists/woody/gnome2/source/Sources 404 Not Found
 
 I am using Linux Version 2.4.18 
 
 How do I clean up the sources and get back on track?
 
 Dan Hunt
 Debian is the Gnu/Linux I started with, and now I am Microsoft free!
 Well yes honey, Daddy did break the computer, but I'll get it (M$-ME) working again, 
someday. 
  
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

In a cat's eye, all things belong to cats.
--English proverb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




[FIXED] Metacity and Sticky apps

2002-09-22 Thread christophe barbe

On Sun, Sep 22, 2002 at 10:41:15PM -0400, Hubert Chan wrote:
 BTW, gkrellm2 (which hit unstable recently) seems to work better with
 Metacity, and has configuration options to (among other things) show up
 on all workspaces.

Thanks for the great tip. This is exactly what I was looking for.

Christophe


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Metacity and Sticky apps

2002-09-21 Thread christophe barbe


I am trying metacity and find it very nice.
One thing that I find missing is the ability to set an application as
sticky so I can see it on all desktop (It's for gkrellm).

Is it possible with metacity ?

Christophe


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Toshiba Satellite 2535CDS laptop

2001-05-07 Thread christophe barbe
I've a 2520 cds under Debian GNU/Linux.
You can enter in the bios setup in pressing the ESC key when powering on the 
machine.
Debian is fine for your Laptop and you should think about avoiding dual boot 
with M$ which is only about losing drive space.
I'm not able to boot with the debian CD (A long time ago I was able to boot on 
RH cd) and IIRC it's a known issue.
Th boot floppy is the solution. Are you sure to use the good one ?

Christophe


On ven, 04 mai 2001 21:19:13 Robert Voigt wrote:
 On Friday 04 May 2001 17:55, Dave Sherohman wrote:
  I'm trying to install debian on a 2535cds and not having much luck...
 
 I have a similar laptop and it likes debian :)
 I get to the bios setup by holding ESC when switching on. 
 My laptop also cant boot from cdrom. So I made a boot floppy and a root flppy 
 and it worked fine. Dunno what your problem is. But there's a debian-laptop 
 mailing list. People there may know more.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



gnome logout

2001-05-07 Thread christophe barbe
I can't find why the logout dialog box (debian unstable) doesn't propose me 
halt system and reboot. I can only answer yes or no to the really logout? 
question. I was thinking it was due to the right to execute the halt and 
shutdown binaries, so I've set their setuid bit : no change.
On a one-user machine, The more common case is logout_and_shutdown but with my 
current setting I need to reenter in gdm.

NB : I post this question to debian-user because I can see the halt and reboot 
entries on a RH6.2 box with Ximian.

Christophe  


-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: good laptops

2001-04-19 Thread christophe barbe
About Toshiba: 
I use a satellite 2520 cds.
It contains (certainly like the 2100) a lucent winmodem. I use this modem with 
a close source driver which works great.
Everything work but I've had to fight for.
I hope other laptop manufacturers are more linux-friendly. (I believe sony is 
better it would be my next choice).
For Toshibe under linux a good start point is :  
http://www.buzzard.org.uk/toshiba/

Christophe


On jeu, 19 avr 2001 01:12:49 Morgan Terry wrote:
 Paul Clifford wrote:
  
  What are some good laptop vendors that will run Debian Linux reliably?
 
 I have a Toshiba Satellite 2100CDT that I have been running Debian on. 
 I don't know if they still make this particular model or not (I've had
 it since February 2000), but if not, I would assume they have a
 comparable model available.  I have run potato on it since it was
 frozen, and upgraded to Woody (with a few Sid packages here and there) a
 few months ago.  The only problem I had was the winmodem.  I bought a
 PCMCIA modem and never looked back. 
 
 P.S.  Check out http://www.xmission.com/~mt/2100cdt_slackware.html for
 details on my Slackware installation (hmmm...maybe I ought to put
 something up for my Debian experiences with it...).  I did have some
 trouble with that install though...
 -- 
 Morgan Terry
 [EMAIL PROTECTED]
   
 It is easier to move a problem around (for example, by moving
 the problem to a different part of the overall network
 architecture) than it is to solve it.  --RFC 1925
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: Process status D

2001-04-17 Thread christophe barbe
Process in state D are in an uninterruptible state.
You can't kill a D process.
Normally process are in D state only during IO operations.
Abnormally, persistant D state means deadlock ...
So You can only reboot your computer.
If you're using linux 2.4.3, you certainly trigger a known bug which IIRC is 
corrected in the upcomming 2.4.4.

Christophe

On mar, 17 avr 2001 16:26:46 [EMAIL PROTECTED] wrote:
   Hello everyone,
 
   I just wonder if process status D is same as Z. I have just put my 
 licq in that state and i cannot even kill -9 `pidof licq`.
 
   good day.
 /fikret/
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



sawfish on woody

2001-04-13 Thread christophe barbe
I've dist-upgraded a fresh potato box to woody.
Everything works fine.
But I can't install sawfish.
It seems to not be available.
I can't see it anymore in the available package at 
http://packages.debian.org/testing/x11/.

What's wrong ?

Christophe


-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: Gnome with sawfish gdm

2001-04-12 Thread christophe barbe
You can choose your window manager in the gnome control center.
Gdm has nothing to do with that.

Christophe

On jeu, 12 avr 2001 07:04:24 Stephen Boulet wrote:
 I downloaded gdm, and it lets met boot into gnome, but gnome defaults to 
 window maker. How do I tell gdm to launch gnome with sawfish?
 
 Nice debian-themed background, by the way, that comes up in gnome/window 
 maker by default.
 
 -- Stephen
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



unstable to testing

2001-04-10 Thread christophe barbe
I've made a mistake and upgraded a potato box to unstable.
What I wanted was to upgrade to woody and now I realize that woody == testing.

Is it possible to do a dist-upgrade from unstable to testing.
Can expect to not reload all packages (is there a lot of common packages 
between testing and unstable?)?

Thanks,
Christophe

-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: up to date kernel programming

2001-04-03 Thread christophe barbe
I use two books from Oreilly:
Linux Device Drivers - Alessandro Rubini
Understanding the linux kernel - Bovet  Cesati

The first one is a little old nut contains usefull informations.
The second one is recent and really good. As the title said, it's focussed on 
the kernel understanding that on the driver development. 

I'm interresting by your ncd .

Christophe

On dim, 01 avr 2001 12:39:43 Sebastiaan wrote:
 Hi,
 
 can someone point me to a more upt to date document about writing device
 drivers?
 
 I read some docs described in Documenteation/kernel-docs.txt, but they are
 obsolete. The given examples do not work and the kernel source is still
 too complex for me.
 
 I am trying to write a network character device, so you can export this
 devices over the network, just like nbd.
 
 Thanks in advance,
 Sebastiaan
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: Mozilla M18-3 HTTPS.

2001-03-29 Thread christophe barbe

On jeu, 29 mar 2001 01:04:32 Jason Majors wrote:
 True. It's gone, they say that it's not needed, because it's included in
 the latest builds.
 But if you use 
 deb http://pandora.debian.org/~kitame/mozilla ./
 in your sources.list, you can get version 0.8.0, which has security and is
 pretty recent. And they'll probably have 0.8.1 there soon.

The last time I've tested this line in my sources.list I've seen bad 
dependencies for potato.
IMHO these packages are for woody.
But you can fetch the source and rebuild packages for potato.
I've done it with success.
Java, https (I use https often) both work.
And with galeon you are ready to surf.

Christophe


-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: jvm and mozilla 0.8

2001-03-28 Thread christophe barbe
I believe you need to enable java in edit/preferences/advances.

Christophe

On mer, 28 mar 2001 07:49:26 joeytsai wrote:
 Hi, has anyone gotten the jvm plugin working with Mozilla 0.8?  I've been able
 to download it, install it (I got the Installation successful screen), but
 when I restart the browser and try about:plugins - the plugin doesn't show 
 up.
 
 // joey tsai
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: Problems with CD-writer in 2.4.2

2001-03-27 Thread christophe barbe
Have you enabled Scsi Generic support in your kernel config.
It should give you a module called (IIRC) sg.o which is used to send specific 
scsi commands for cd writting.
And you should have a /dev/sg too.

Christophe

On mar, 27 mar 2001 07:42:40 Price, Tim wrote:
 Hi all,
 
 I've just upgraded to kernel 2.4.2 and am having trouble using
 cdrecord/cdrdao.
 
 They are both complaining that there are no valid scsi devices.
 
 I have compiled in the appropriate (advansys.o) driver  am able to mount 
 read data CDs. Just not write.
 
 Anyone else have this trouble?
 
 Cheers
 
 -tim
 CAUTION
 
 This e-mail and any files transmitted with it are privileged and confidential 
 information intended for the use of the addressee. The confidentiality and/or 
 privilege in this e-mail is not waived, lost or destroyed if it has been 
 transmitted to you in error. If you have received this e-mail in error you 
 must (a) not disseminate, copy or take any action in reliance on it; (b) 
 please notify Australia Post immediately by return e-mail to the sender; and 
 (c) please delete the original e-mail.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: gs : no output

2001-03-27 Thread christophe barbe
Thank for your help.
I've tried your command line and got still no output.
Yesterday I've also upgraded to gs-aladdin 6.5 (I've rebuild the package from 
unstable) and still no output.
I should have an interaction that I don't understand at all.

Christophe 

On lun, 26 mar 2001 20:40:43 Andrea Vettorello wrote:
 christophe barbe wrote:
 
  Hi,
 
  I'm trying to use pdq (a print spooler system) under potato. It uses 
  ghostscript to convert postscript to printer format file.
  First I thought there was a problem with pdq but know I'm sure the problem 
  comes from gs.
  I've tried a lot of command and the result is always the same : I obtain no 
  output.
  I've tried gs and gs-aladin : same result.
 
  So the following command give me no output (and the output are redirected 
  in th standard output)
  gs -sDEVICE=jpeg -sOutputFile=- test.ps
 
  The same command works pretty good on an other system (a RH one, boo ...).
 
 
 I think the redirection on the standard output with the above command is the 
 correct behavior, if you want to send it to the
 printer connected to your parallel port you should use something like gs -q 
 -dSAFER -dNOPAUSE -dBATCH -sDEVICE=jpeg
 -sOutputFile=/dev/lp0 test.ps. (the important part is the OutputFile option)
 
 Hope this could hep.
 
 
 Andrea
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



gs : no output

2001-03-26 Thread christophe barbe
Hi,

I'm trying to use pdq (a print spooler system) under potato. It uses 
ghostscript to convert postscript to printer format file.
First I thought there was a problem with pdq but know I'm sure the problem 
comes from gs.
I've tried a lot of command and the result is always the same : I obtain no 
output.
I've tried gs and gs-aladin : same result.

So the following command give me no output (and the output are redirected in th 
standard output)
gs -sDEVICE=jpeg -sOutputFile=- test.ps

The same command works pretty good on an other system (a RH one, boo ...).

Doctor, what's the problem ?

Christophe


-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: 2.4 Loopback file system mounts

2001-03-22 Thread christophe barbe
Loop is broken in kernel 2.4.2.

Christophe


On mer, 21 mar 2001 18:54:50 Jonathan Markevich wrote:
 Were there any changes to files that are necessary to support loopback
 mounts in 2.4?  I have one iso image that I mount as a drive for Wine, and
 whenever I try to mount it, it hangs pretty solid.  I have to reboot to kill
 that task (no kill options I tried work on it).
 
 I have woody, with util-linux and mount version 2.10s-2, where the
 documentation seems to indicate I only need 2.10o.  Anything else necessary? 
 (Yes, kernel support is compiled in)
 
 -- 
 Jonathan Markevich [EMAIL PROTECTED]
 http://www.geocities.com/jmarkevich
 
 What is worth doing is worth the trouble of asking somebody to do.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



how to force 'dpkg --purge' ?

2001-03-20 Thread christophe barbe
(under poatto with ximian gnome 1.4beta)
I try to remove a package (mozilla-xmlterm) but dpkg refuse to do it because 
the post script return 1.
So I can't remove it. I imagine that is because I've previously removed mozilla.
Is there a way to force dpkg to remove mozilla-xmlterm from the packages 
database ?

Christophe

-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: how to force 'dpkg --purge' ?

2001-03-20 Thread christophe barbe
Sorry, I realize that I can look in the script (I don'tb know why but I was 
thinking that they were hidden).
Perhaps you know where these scripts are saved ?

Christophe

On mar, 20 mar 2001 10:53:56 Ethan Benson wrote:
 On Tue, Mar 20, 2001 at 10:26:21AM +0100, christophe barbe wrote:
  (under poatto with ximian gnome 1.4beta)
  I try to remove a package (mozilla-xmlterm) but dpkg refuse to do it 
  because the post script return 1.
  So I can't remove it. I imagine that is because I've previously removed 
  mozilla.
  Is there a way to force dpkg to remove mozilla-xmlterm from the packages 
  database ?
 
 its better to try and figure out why the postinst is failing and fix
 it, or do those steps manually and add an exit 0 to the beginning of
 the script.  
 
 -- 
 Ethan Benson
 http://www.alaska.net/~erbenson/
 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



apt-get and growing cache

2001-03-19 Thread christophe barbe
Why all downloaded packages are saved in the /var/cache/apt/archives directory.
Can I delete these files ?
Where can I tell to not keep these file ?

I see only one interest in keeping downloaded files, It' s to download only the 
diff when upgrading a package.
But it's not what is done.

Christophe


-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: no sound with kernel 2.4.2

2001-03-19 Thread christophe barbe
Hi I've the same problem with Opl3sa2 and kernel 2.4.2.
I have seen threads about that in the kernel mailing list.
Currently I use alsa which works great and is certainly a good solution.
IMHO the OSS ccode in the kernel are going to be replaced by alsa.

Christophe

On jeu, 15 mar 2001 19:16:09 Philipp Bliedung wrote:
 Hi everybody,
 
 I just compiled the 2.4.2 kernel. Everything is working fine except  for
 
 the sound. Under kernel 2.2.17 I had this is my /etc/modules:
 sound
 mpu401
 ad1848
 opl3sa2
 opl3
 options opl3sa2 dma=1 dma2=0 io=0x538 mpu_io=0x330 mss_io=0x530 irq=7
 options opl3 io=0x388
 
 I used gom as the mixer. When I booted the 2.4.2 kernel (witeh the same
 /etc/modules) and tried to play a song I got this:
 Cannot open audio device. Please make sure that the audio device is
 properly configured.
 
 And when I try to use gom I get this:
 
 gom   ERROR: Can't open mixer device special file /dev/mixer: No such
 gom:  device. Error help: if loading a mixer special file leads to No
 such
 gom:  device, then you most likely do have the kernel sound driver
 gom:   not or incorrectly installed. Permission denied means you
 gom:   need  permissions by the local admin in the first place.
 gom:
 gom: Current channel information
 gom: ---
 gom:
 gom: No Name   Rec  Volumes  Vol-0  Vol-1  Locked
 gom:  0.vol-1 -1   -1 -1 1
 
 But there is a file named /dev/mixer 
 
 crw-rw1 root audio 14,   0 Jul  5  2000 mixer
 crw-rw1 root audio 14,  16 Jul  5  2000 mixer1
 crw-rw1 root audio 14,  32 Jul  5  2000 mixer2
 crw-rw1 root audio 14,  48 Jul  5  2000 mixer3
 lrwxrwxrwx1 root root   10 Mar 15 18:51 modem -
 /dev/ttyS3
 lrwxrwxrwx1 root root5 Oct 28 23:51 mouse - psaux
 
 When I compiled the kernel I selected everything that was under sound
 to be compiled as a module. Also when I try to load these modules by
 hand (insmod mpu401, etc...) it
 doesn't give an error I have no clue why this doesn't work! When I
 boot the 2.2.17 kernel
 everything works just great. Here is what I get when I use gom under
 2.2.17:
 
 [EMAIL PROTECTED]:~ gom -t
 gom:
 gom: Current channel information
 gom: ---
 gom:
 gom: No Name   Rec  Volumes  Vol-0  Vol-1  Locked
 gom:  0.vol-1  2   75 75 1
 [EMAIL PROTECTED]:~
 BTW I'm on a Toshiba Tecra 8000 Laptop.
 
 Help is very much appreciated!
 TIA!
 
 Philipp
 
 
 
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: apt-get and growing cache

2001-03-19 Thread christophe barbe
Thank you to point me to the man command that I already know (-;.
But you not really answer to my questions.

Why are packages kept ?
How can I stop this ? (how to say stop keeping downloaded packages)

Thank,
Christophe

On lun, 19 mar 2001 10:27:43 Michael Janssen (CS/MATH stud.) wrote:
 In christophe barbe's email, 19-03-2001:
  Why all downloaded packages are saved in the /var/cache/apt/archives 
  directory.
  Can I delete these files ?
  Where can I tell to not keep these file ?
  
  I see only one interest in keeping downloaded files, It' s to download only 
  the diff when upgrading a package.
  But it's not what is done.
  
  Christophe
  
 
 In the future, `man apt-get` -- it contains a wealth of useful
 information.  
 
 `apt-get autoclean` will remove all the packages that can't be
 downloaded from the debian archive (old versions of packeges, etc.) 
 
 `apt-get clean` will remove all the packages in the
 /var/cache/apt/archives directory.. 
 
 Jamuraa - Michael Janssen - [EMAIL PROTECTED] - [EMAIL PROTECTED]
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: Xircom Rex

2001-03-15 Thread christophe barbe
I've a old one. When It was still a starfish(/Franklin electronic) product.
The card is seen as a normal pcmcia memory card. The chip use directly this 
memory. So you can already backup you content.
Starfish has provided a software RexConnect (require a NDA) to seen this 
content in a more convenient way.
I don't know how to find this software from Xircom.
Moreover I know one program which use it and that could be what you're looking 
for :
http://www.cyncore.com/rex.html
.. if you use the same PIM software.

Christophe

On jeu, 15 mar 2001 00:35:50 Tomaas Ortega wrote:
 Its a long shot but i might as well try anyway, is there any syncing software 
 for a xircom rex to sink to linux in any way shape or form...
 
 If anyone can help me out on this it would be greatly appreciated
 
 thanx
 tom
 
 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
 HTMLHEAD
 META http-equiv=Content-Type content=text/html; charset=iso-8859-1
 META content=MSHTML 5.50.4030.2400 name=GENERATOR
 STYLE/STYLE
 /HEAD
 BODY bgColor=#ff
 DIVFONT size=2Its a long shot but i might as well try anyway, is there 
 any 
 syncing software for a xircom rex to sink to linux in any way shape or 
 form.../FONT/DIV
 DIVFONT size=2/FONTnbsp;/DIV
 DIVFONT size=2If anyone can help me out on this it would be greatly 
 appreciated/FONT/DIV
 DIVFONT size=2/FONTnbsp;/DIV
 DIVFONT size=2thanx/FONT/DIV
 DIVFONT size=2tom/FONT/DIV/BODY/HTML
 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



cron and laptop

2001-02-28 Thread christophe barbe
I use potato on a laptop and my laptop is on only when i'm using it. 
When I start, cron launches various task (too many at the same time) and take a 
big part of the CPU. 

It's crazy : you turn your computer 2 minutes on (you do near nothing), cron 
works. After a night you turn on your laptop another time (no big changes has 
occured during the last session) and cron restart everything.

Is there a way to better configure cron for a laptop usage?
- limit CPU usage ?
- start daily script only after an amount of cumulled (i'm not sure it's an 
english word, i mean the sum of previous uptime) uptime.

Christophe


-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: lucent winmodem driver and potato/2.2.18pre21

2001-02-21 Thread christophe barbe
It works for me but I've used a pure kernel 2.2.18 (from kernel.org)

Christophe

On mer, 21 fév 2001 03:46:33 Damir J. Naden wrote:
 Hi,
 
 I got it working under 2.2.18 from the stable dist on thinkpad A21m ...
 compiled my own from source 5.78e
 HTH,
 
  I'm trying to get it working right now, trying some advice from
  [EMAIL PROTECTED]
  I have a weird error, I'd expect it to work for other people.  Make sure to
  download the source version to compile with the specific kernel version.
  From: Kimon Ioannides [EMAIL PROTECTED]
  To: debian-user@lists.debian.org
  Sent: Tuesday, February 20, 2001 11:48 AM
  Subject: lucent winmodem driver and potato/2.2.18pre21
   Has anyone been able to get the lucent winmodem driver from linmodems.org
   working on potato (linux 2.2.18pre21)?
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



gui config tools

2001-02-15 Thread christophe barbe
Is there a gui config tool to set network and stuff like that or is it required 
to edit config file.
I want to set a default route and I don't know how to do that properly.
I can add a line like route add ... in a init script but it's not really 
clean.

Christophe

-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



keyboard setting

2001-02-15 Thread christophe barbe
I use an Azerty keyboard but under the console it's configured as a qwerty one. 
Where should I configure my keyboard?

Christophe

-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



rsh and openssh

2001-02-15 Thread christophe barbe
By default, rcp is linked (in /etc/alternatives) to scp which is (in my limited 
understanding) a secure version based on openssh.
When I try to do a rcp with a computer without openssh I obtain Secure 
connection to mypc refused

What can I do (on my computer) ?

Is is possible to use rsh instead of ssh ? If yes, how (which packages) ?

Christophe 

-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: mozilla, ssl, java, and other fun stuff

2001-02-08 Thread christophe barbe
And mozilla 0.8 should be available really soon...

On mer, 07 fév 2001 22:02:18 christophe barbe wrote:
 I like debian. But there's is a big lack today in potato : no free www
 browser (I mean open-source and not buggy : ie not netscape) with java and
 ssl support.
 But it's a pity because mozilla is out with all required stuff. But we are
 still (in potato) with the M18-3 release. Today the 0.7 is out. This
 release contains for the first time ssl support. Java is also available via
 blackdown (should this java considered as free ?).
 
 So I've add the j2re1.3 deb package and downloaded the mozilla binaries
 tarball. Normally to enable java in this mozilla release you only need to
 add a link between  /usr/lib/j2re1.3/plugin/i386/javaplugin.so and (path to
 mozilla)/plugin/javaplugin.so. But then when I start mozilla I obtain:
 
 INTERNAL ERROR on Browser End: Could not load
 /usr/lib/j2re1.3/plugin/i386/libjavaplugin_oji.so: linking
 error=/usr/lib/j2re1.3/plugin/i386/libjavaplugin_oji.so: undefined symbol:
 gdk_input_add
 
 I use a daily snapshot of mozilla so I've tested that with the official 0.7
 release and I got the same result so I think it could be a dependancy
 problem. Should I install others packages (dev packages ?).
 
 Christophe
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



mozilla, ssl, java, and other fun stuff

2001-02-07 Thread christophe barbe
I like debian. But there's is a big lack today in potato : no free www
browser (I mean open-source and not buggy : ie not netscape) with java and
ssl support.
But it's a pity because mozilla is out with all required stuff. But we are
still (in potato) with the M18-3 release. Today the 0.7 is out. This
release contains for the first time ssl support. Java is also available via
blackdown (should this java considered as free ?).

So I've add the j2re1.3 deb package and downloaded the mozilla binaries
tarball. Normally to enable java in this mozilla release you only need to
add a link between  /usr/lib/j2re1.3/plugin/i386/javaplugin.so and (path to
mozilla)/plugin/javaplugin.so. But then when I start mozilla I obtain:

INTERNAL ERROR on Browser End: Could not load
/usr/lib/j2re1.3/plugin/i386/libjavaplugin_oji.so: linking
error=/usr/lib/j2re1.3/plugin/i386/libjavaplugin_oji.so: undefined symbol:
gdk_input_add

I use a daily snapshot of mozilla so I've tested that with the official 0.7
release and I got the same result so I think it could be a dependancy
problem. Should I install others packages (dev packages ?).

Christophe



Re: Potato with helixgnome

2001-02-06 Thread christophe barbe
It's safe. If you want only a part don't select task-*.deb packages (there are 
only meta-package).
Add wimian in your source.list, do apt-get update and then do not do apt-get 
install task-helix.
Then you can simply upgrade what you want without downloading the last version 
of gnumeric, ...

Christophe


On lun, 05 fév 2001 20:43:35 Julio Merino wrote:
 Hi all
 
 I would like to know if using potato, it's safe to use the helixgnome
 apt source line, without broking down anything (I just want to install
 some packages, not gnome entirely, as gimp, gnapster, xchat...).
 
 Thanks in advance.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: Apt with cd-rom and ftp

2001-02-06 Thread christophe barbe
That right you should put the cdrom lines at the beginning of your source.list.
In my sense, this is a bug. When you install a system, you insert all discs to 
generate the list of available packages and in the same time they are added in 
the source.list but after the commented ftp sources. So when the fresh debian 
user (like me) uncomment the ftp source lines and then all packages are 
downloaded from internet. When you use a 56k line, it's a problem (so you 
certainly dicover the problem).

!!! The cdrom lines should be added at the beginning during the installation 
process.

Christophe

On lun, 05 fév 2001 22:09:54 Thomas Guettler wrote:
 On Mon, Feb 05, 2001 at 09:06:45PM +0100, Julio Merino wrote:
  Hi all,
  
  I've brun the three isos of potato 2.2r2, and I have installed debian
  another time because my system got broken with the last update to
  woody. Well, the case is that I've added into sources.list the cdroms
  and a ftp site (ftp.uk.debian.org and the security ones).
  
  The problem is that apt always get packages from internet. If packages
  from internet and cds are the same, it also goes to internet too.
  
  What can I do?
 
 Order in sources.list is important. Put your CD-Rom first.
 
 -- 
 Thomas Guettler
 Office: [EMAIL PROTECTED] www.interface-business.de
 Private:[EMAIL PROTECTED]  http://yi.org/guettli
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: nbd modem

2001-01-17 Thread christophe barbe
nbd export only block devices and in my understanding modem (serial line) are 
char devices.

Christophe

On Tue, 16 Jan 2001 09:04:29 Oki DZ wrote:
 Hi,
 
 Does anyone ever use nbd (network block device) to remotely mount a 
 modem (which is supposedly to reside on a server)? Does it work on 
 kernel 2.4.0?
 
 Thanks in advance,
 Oki
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 

Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: Many install questions

2001-01-04 Thread christophe barbe
For your USB question, I've compiled a 2.2.18 kernel on my debian potato in
order to use a USB mouse (and a internel trackpoint in the same time).
First I can tell you that it works really good. I'm able to hot-plug and
hot-unplug the mouse and that's a good point for a laptop.
There's already USB support in the potato kernel but you need to modify a
makefile to see it when you do make xconfig. I don't know if it works for a
USB mouse (certainly) because I've figured out HowTo after switching to
2.2.18.

For GPM the command is the following :

gpm -m /dev/input/mice -t imps2 

Note that it's mice and not mouse because the kernel send all mouse events
here so you can use simultaneously multiple mice on your USB tree.

For X you can use gpm as a repeater (option -R) or configure
/dev/input/mice as a imps2 mouse. For my XFree86 4.0.2 I use the following
configuration:

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol IMPS/2
Option  Device /dev/input/mice
Option  ZAxisMapping 4 5
Option  Buttons 5
EndSection

Christophe


On 2001.01.04 01:40:04 +0100 David B. Small wrote:
 I haven't been able to find an install-help list.  If I've sent this
 to the wrong list, I'll be happy to resend to a different one.
 
 I have a well-aged Dell Dimension with, among other things, a Promise
 UDMA-66 card and an old CDROM drive.
 
 I was given 3 CD's of the potato release, and I intended to install
 this alongside W98  (this disk is already partitioned).
 By moving the UDMA-66 drive to the onboard EIDE controler, I was able
 to install from CD's (though it took several hours, either because the
 CDROM drive gave Read errors, or becasue the CD's were bad...I suspect
 both.), use APT to change the kernel to one friendlier to my Promise
 controller, adjust LILO and /etc/vfstab, and get things
 to---sort-of---work.  There were all sorts of s/w missing, that I'd
 have expected.  I tried adding packages from Corel Linux, to fix this,
 which was a mistake.  So, now I'm starting over.
 
 Here are my questions (in decreasing order of importance to me)
 
 1) Have other folks had trouble installing from potato CD's, or is it
 likely mine are bad.
 
 2) Is it possible to install directly to the UDMA drive, on the
 promise.  (Stated differently:  can I make an install diskette using
 the kernel with IDE patches?)
 
 3) Should there have been a file manager/explorer included, when I
 installed?  (There wasn't...if none come standard, are there
 recommendations?  Eazel/Nautilus?  Konqueror?  Others?
 
 4) Should there have been a GUI package manager?  (or is apt-get/dpkg
 the only way to go?)
 
 5) Is there a printer adder/control panel (a la Corel Linux's)?  If
 it's not standard, is there one other folks can recommend?
 
 6) How can I get my Logitech USB mouse to work with this system?
 (It's less important, since I still have a psaux mouse from MS)
 
 Thanks for any help folks can offer,
 ---
 David B. Small
 [EMAIL PROTECTED]
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 



wvdial for normal user

2001-01-04 Thread christophe barbe

In order to set a ppp connection as a normal user I have had myself in the
dip group (for pppd) and in dialout for my /dev/ttySx.

Is this safe ?

Now it works but I obtain this 

$ wvdial provider
...
-- PPP negotiation detected.
-- Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
-- -- PAP (Password Authentication Protocol) may be flaky.
-- Warning: Could not modify /etc/ppp/chap-secrets: Permission denied
-- -- CHAP (Challenge Handshake) may be flaky.
-- Starting pppd at Tue Jan  4 23:37:56 2000

But the files are in the group root. Should I changed something or not ?

Christophe



Re: Location of gtk-config?

2001-01-02 Thread christophe . barbe . ml
I think the gtk dev files are included in a libgdk-dev package. I'm not sure of 
the exact name of the package but I remember that I've already fight to find 
this gtk-config. 
The problem is that I don't how to fing the (uninstalled) package name 
containing a specified file. I know how to do that for installed packages but 
when you need a file it's useless. The only other solution is to download a lot 
of Contents files and grep these files.

Christophe


On Tue, 02 Jan 2001 01:00:28 Jeffrey Nowakowski wrote:
 Mircea Luca [EMAIL PROTECTED] wrote:
  
  apt-get install libgtk-dev 
  should do it,as per
  http://packages.debian.org/stable/devel/libgtk-dev.html
 
 But why isn't it listed in /var/lib/dpkg/available, so I can see it in
 dselect?
 
 -Jeff
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]