[gentoo-user] lcms install

2005-03-31 Thread Jean Magnan de Bornier
Hello all,
I just installed lcms and tried using qtmonitorprofiler, but I don't find
this utility on my machine. Lcms installed commands with those names in 
/usr/bin:
icc2ps, icclink, icctrans, jpegicc, tifficc, wtpt.

Looking at the website of littlecms, I find that I can use:
qtmonitorprofiler, 
icc2it8,
qtmeasurementtool,
qtprofilechecker,
qtscannerprofiler, but none of these commands works

qt is installed  
So what happened?
tia
-- 
  Jean Magnan de Bornier |Cours Victor Hugo
  e-mots: jean at bornier.net|13980 Alleins   France
  T 08 70 39 34 03   |P 06 09 17 35 87


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lcms install

2005-03-31 Thread Jean Magnan de Bornier
Le mar mars à 16:29:58 michael higgins [EMAIL PROTECTED] a écrit notamment:

 On Thu, 31 Mar 2005 12:57:14 +0200
 Jean Magnan de Bornier [EMAIL PROTECTED] wrote:

 Hello all,
 I just installed lcms and tried using qtmonitorprofiler, but I don't find
 this utility on my machine. Lcms installed commands with those names in 
 /usr/bin:
 icc2ps, icclink, icctrans, jpegicc, tifficc, wtpt.
 
 Looking at the website of littlecms, I find that I can use:
 qtmonitorprofiler, 
 icc2it8,
 qtmeasurementtool,
 qtprofilechecker,
 qtscannerprofiler, but none of these commands works
 
 qt is installed  



 [ Searching for file(s) qtmonitorprofiler in *... ]

 media-gfx/lprof-1.09 (/usr/bin/qtmonitorprofiler)

 You need lprof?

Sure did! Why don't they say so on their website?  
Thanks Michael
-- 
  Jean Magnan de Bornier |Cours Victor Hugo
  e-mots: jean at bornier.net|13980 Alleins   France
  T 08 70 39 34 03   |P 06 09 17 35 87

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] IMAP and procmail - a simple question...

2005-03-30 Thread Jean Magnan de Bornier
Le mar mars à 11:39:08 Steve [EMAIL PROTECTED] a écrit notamment:

 Nick Rout wrote:

What you are doing wrong is that you are not reading the procmail
documentation :)

To deliver to a maildir you need to add a / at the end of the directory
name like:

:0:
* ^Subject:.*aardvark
Aardvark/


Otherwise it does the standard deliver to mbox.
  

 In one!
 Thanks (everyone) -- I wonder why this gem is so well hidden in most
 docs? Hmmm.
From man procmailrc (one of the most delightful man pages):

 Anything else will be taken as a mailbox name (either a filename or a
   directory, absolute or relative to the current directory (see
   MAILDIR)).  If it is a (possibly yet nonexistent) filename, the
   mail will be appended to it.

   If it is a directory, the mail will be delivered to a newly
   created, guaran- teed to be unique file named $MSGPREFIX* in the
   specified directory.  If the mailbox name ends in /., then this
   directory is presumed to be an MH folder; i.e., procmail will use
   the next number it finds available.  If the mailbox name ends in
   /, then this directory is presumed to be a maildir folder; i.e.,
   procmail will deliver the message to a file in a subdirectory named
   tmp and rename it to be inside a subdirectory named new.

hidden might be an exaggeration :-)
cheers, 
-- 

  Jean Magnan de Bornier |Cours Victor Hugo
  e-mots: jean at bornier.net|13980 Alleins   France
  T 08 70 39 34 03   |P 06 09 17 35 87

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] IMAP and procmail - a simple question...

2005-03-29 Thread Jean Magnan de Bornier
Le mar mars à 20:11:41 Steve [EMAIL PROTECTED] a écrit notamment:

 I'm using the latest dovecot IMAP server to successfully access my
 mail remotely with Thunderbird... and I've implemented system-wide
 spamassassin using a procmail in /etc/procmail - all this works fine.

 --my /etc/procmailrc--
 DEFAULT=$HOME/.maildir/
 SHELL=/bin/sh
 MAILDIR=$HOME/.maildir

 :0fw
 *  256000
 | /usr/bin/spamc -f
 --

 I hit problems when I try to tailor procmail for a specific user...  I
 want to move all mails with a subject of aardvark into my existing
 Aardvark IMAP folder - so I tried this:

 -- ~/.procmailrc --
 DEFAULT=$HOME/.maildir/
 SHELL=/bin/sh
 MAILDIR=$HOME/.maildir

 :0:
 * ^Subject:.*aardvark
 Aardvark
 --

 This creates a file called ~/.maildir/Aardvark which contains the text
 of the message - which isn't what I wanted at all... It is not
 recognised by dovecot - so doesn't arrive in my mail client. I noticed
 that the Aardvark IMAP folder was represented by a .Aardvark directory
 - 
 but if I replace Aardvark with .Aardvark then all I get is a file
 msg.8h3 in this directory - and this isn't recognised by dovecot
 either (not being with the other messages in new, tmp or cur.)
 My procmailrc above looks similar to all the examples I've seen - I've
 never seen one specifying /new at the end or anything like that. Can
 anyone spot what I'm doing wrong?

[...]

You are using a maildir format, so you want Aardvark to be a directory; 
to tell procmail to create a dir and not just a file the last line of your 
recipe has to be 
Aardvark/

hth,
-- 

  Jean Magnan de Bornier |Cours Victor Hugo
  e-mots: jean at bornier.net|13980 Alleins   France
  T 08 70 39 34 03   |P 06 09 17 35 87

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo emacs users .. help on Info

2005-03-28 Thread Jean Magnan de Bornier
Le mar mars à 15:14:51 Harry Putnam [EMAIL PROTECTED] a écrit notamment:

 I built my own emacs from cvs and installed in /usr/local
 not thru emerge.

 I use gnus newsreader so also got the cvs of that and built on
 /usr/local. 

 In the past on different versions of linux I'd put lines in
 site-start.el telling emacs where to find the info files like this:

 [...]
 (add-to-list 'Info-default-directory-list /usr/local/src/cvs/tramp/info/)
 (add-to-list 'Info-default-directory-list /usr/local/gnus/texi)
 (add-to-list 'Info-default-directory-list /usr/local/w3/texi)
 (add-to-list 'Info-default-directory-list /usr/local/url/texi)
 (add-to-list 'Info-default-directory-list /usr/local/lib/info)
 [...]

 I have those pkgs in those locations but for some reason with emacs
 opened to Info (C-h i) I have no entries for the above pkgs.

 In the past, that was all I needed to do, so I'm thinking something in
 the gentoo os is blocking those showing up in Info.

 Any emacs users here who can shed some light on this?

[...]

No light, just to say I also have problems with info in gentoo's
emacs-cvs :-( . I just started a thread on this on gnus.emacs.help
CU
-- 

  Jean Magnan de Bornier |Cours Victor Hugo
  e-mots: jean at bornier.net|13980 Alleins   France
  T 08 70 39 34 03   |P 06 09 17 35 87

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Gentoo emacs users .. help on Info

2005-03-28 Thread Jean Magnan de Bornier
Le mar mars à 17:43:18 Harry Putnam [EMAIL PROTECTED] a écrit notamment:

 Jean Magnan de Bornier [EMAIL PROTECTED] writes:

 Any emacs users here who can shed some light on this?

 [...]

 No light, just to say I also have problems with info in gentoo's
 emacs-cvs :-( . I just started a thread on this on gnus.emacs.help

 I'll watch your thread but I'd guess the problem is not with emacs but
 something in the way gentoo handles merging of dir files for info.

I guess you're right...


 You can read your info files by using the C-u prefix, ehtn C-h-i will
prompt for a file name.

 For example, cd to where your emacs info files are located then:

 In emacs do:
 C-u C-h i   Then type in `emacs' at the prompt
 (Something to use until you get info reading straightened out)

[...]

Yes, thx for this, but of course it is a bit clumsy, compared to using the
help menu...
cheers
-- 

  Jean Magnan de Bornier |Cours Victor Hugo
  e-mots: jean at bornier.net|13980 Alleins   France
  T 08 70 39 34 03   |P 06 09 17 35 87

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Gentoo emacs users .. help on Info

2005-03-28 Thread Jean Magnan de Bornier
Le mar mars à 21:58:35 Harry Putnam [EMAIL PROTECTED] a écrit notamment:

 Jean Magnan de Bornier [EMAIL PROTECTED] writes:


 Yes, thx for this, but of course it is a bit clumsy, compared to using the
 help menu...
 cheers
 -- 

 If you set something like:

 INFOPATH=/where/emacs/info:/my/info;$INFOPATH;export INFOPATH

 It should then work from help menu   The last entry:

 $INFOPATH is to ensure catching anything already set there.

doesn't work for me here!
thx anyway,
-- 

  Jean Magnan de Bornier |Cours Victor Hugo
  e-mots: jean at bornier.net|13980 Alleins   France
  T 08 70 39 34 03   |P 06 09 17 35 87

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Procmail replacement

2005-03-05 Thread Jean Magnan de Bornier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nick Rout a écrit :
| On Sat, 2005-03-05 at 19:37 -0700, Mike Melanson wrote:
|
|Brett I. Holcomb wrote:
|
|Some time ago someone on this list mentioned an alternative to procmail
|but I can't find it in the archives.  Does anyone know any alternatives
|to procmail.
|
|When I decided to dump procmail, I switched to getmail:
|
|*  net-mail/getmail
|   Latest version available: 4.2.5
|   Size of downloaded files: 120 kB
|   Homepage:http://www.qcc.ca/~charlesc/software/getmail-4/
|   Description: A POP3 mail retriever with reliable Maildir and mbox
|delivery
|   License: GPL-2
|
|Nicest part is that it does not require an SMTP server to be running
|locally.
|
|
| isn't getmail a replacement for fetchmail? Either you are confused, or I
| am.
Yes, *getmail* is fetching mail, note quite a replacement of fetchmail
though, but aims at the same basic functions, while *grepmail* can do
the same as procmail, not quite a replacement either. Fetchmail and
procamil may be sometimes hard to deal with, but I believe they are the
most powerful tools in their respective categories
- --
Jean Magnan de Bornier
Cours Victor Hugo
13980 Alleins
T 08 70 39 34 03
P 06 09 17 35 87
e-mots: jean at bornier.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCKqNO2MXc8v/2IeARAh1HAKCZmJsmQ6i6rEtPojBCK48o/P07pwCgmCfK
kKs08acUAavLiN91zWZ+Xbs=
=MhAP
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list


[gentoo-user] Firefox's startup file

2005-03-01 Thread Jean Magnan de Bornier
Hello all,
Just updated my firefox to 1.0.1; before that my startup file was 
~/.firefox, and after the update it uses ~/.mozilla, which was my 0.8 or 
0.9 startup file.
Anyone knows where to specify that (no firefox in /etc)
tia
--
Jean Magnan de Bornier
Cours Victor Hugo
13980 Alleins
T 08 70 39 34 03
P 06 09 17 35 87
e-mots: jean at bornier.net
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Firefox's startup file

2005-03-01 Thread Jean Magnan de Bornier
Holly Bostick wrote:
Jean Magnan de Bornier wrote:
Hello all,
Just updated my firefox to 1.0.1; before that my startup file was 
~/.firefox, and after the update it uses ~/.mozilla, which was my 0.8 
or 0.9 startup file.
Anyone knows where to specify that (no firefox in /etc)
tia

Actually, it should be using ~/.mozilla/firefox, and when you started it 
for the first time, you should have seen an offer to transfer your 
profile to the new location.

Did this not occur?
It may (must) have occured, and I probably missed it. Is there a way to 
switch that now?
thx
--
Jean Magnan de Bornier
Cours Victor Hugo
13980 Alleins
T 08 70 39 34 03
P 06 09 17 35 87
e-mots: jean at bornier.net
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SOLVED Firefox's startup file

2005-03-01 Thread Jean Magnan de Bornier
Peter Karlsson wrote:
On Tue, 1 Mar 2005, Jean Magnan de Bornier wrote:
It may (must) have occured, and I probably missed it. Is there a way 
to switch that now?

You could just delete the ~/.mozilla/firefox directory and it will give 
you the opportunity to import settings from mozilla again. I think that 
there's a special setting in the prefs.js that controls this behaviour.

Best regards
Thanks a lot Holly, Dion and Peter
I actually moved files from ~/.firefox to ~/.mozilla/firefox and then I 
understood that this config was older than I believed.
What has occured is I had chosen the wrong profile when 1.0.1 opened for 
the first time, not the wrong config dir.
sorry for the stupid noise
cheers,
--
Jean Magnan de Bornier
Cours Victor Hugo
13980 Alleins
T 08 70 39 34 03
P 06 09 17 35 87
e-mots: jean at bornier.net
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Editing files with Xemacs

2005-02-23 Thread Jean Magnan de Bornier
Le 02/23/05 Hareesh Nagarajan [EMAIL PROTECTED] a écrit notamment:

 Hi,

 I have the following queries with XEmacs and Tex files:

 1. When I open a Tex file in XEmacs I am presented with the
 fundamental mode. I then have to change the mode to Tex mode. What do
 I add to my init.el to make this happen by default?

emerge app-xemacs/auctex
then read the basics of auctex to have it loaded at startup

[...]
cheers,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 08 70 39 34 03Port: 06 09 17 35 87
e-mots: jean*at*bornier.net

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Editing files with Xemacs

2005-02-23 Thread Jean Magnan de Bornier
Hareesh Nagarajan wrote:
On Wed, 23 Feb 2005 10:14:24 +0100, Jean Magnan de Bornier
[EMAIL PROTECTED] wrote:
1. When I open a Tex file in XEmacs I am presented with the
fundamental mode. I then have to change the mode to Tex mode. What do
I add to my init.el to make this happen by default?
emerge app-xemacs/auctex
then read the basics of auctex to have it loaded at startup

I already have auctex. The point is, when I open a Tex file, the mode
doesn't change automatically.
I'm using emacs, maybe it is different with xemacs
I have this in my .emacs
(require 'tex-site)
hth,
--
Jean Magnan de Bornier
Cours Victor Hugo
13980 Alleins
T 08 70 39 34 03
P 06 09 17 35 87
e-mots: jean at bornier.net
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Startup init errors of mine

2005-02-20 Thread Jean Magnan de Bornier
Le 02/21/05 Ducky Z. [EMAIL PROTECTED] a écrit notamment:

 After kernel boot-up, I've been seeing some messages from init
 scripts, that I have no idea how to fix them. It goes like this:

[...]


 2. After Caching service dependencies..., there is Cannot add
 provide 'authdemond' as a service with the same name exists! message.

Several other people on the list, included myself, had the same problem
after updating courier-imap. The new name of the auth daemon is
courier-authlib; deleting /etc/init.d/authdaemond and removing it from
rc-update should solve the problem.
hth,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 08 70 39 34 03Port: 06 09 17 35 87
e-mots: jean*at*bornier.net

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Screen + Split screen to moving aroun

2005-02-17 Thread Jean Magnan de Bornier
Le 02/17/05 Ow Mun Heng [EMAIL PROTECTED] a écrit notamment:

 I need a primer in how to use screen.

 I know C-a S makes a split screen. But how can I switch from one window
 to the other?

C-a TAB

cheers,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 08 70 39 34 03Port: 06 09 17 35 87
e-mots: jean*at*bornier.net

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Screen + Split screen to moving aroun

2005-02-17 Thread Jean Magnan de Bornier
Le 02/17/05 Dirk Raeder [EMAIL PROTECTED] a écrit notamment:

 Ow Mun Heng wrote:
 I need a primer in how to use screen.
 
 I know C-a S makes a split screen. But how can I switch from one window
 to the other?
 man screen says

 C-a ' Prompt for a window name or number to switch to
 C-a  Show a list of currently open windows to select
 C-a 0 ... C-a 9 Select window 0-9
 C-a C clear this screen
 C-a C-D Detach screen (reattach with screen -r)
 and several other keybindings.


[...]

Actually, when a *window* is split, what you have then is called *regions*
if I understand correctly screen's language. So in man screen the answer
to that question is to look for with keyword region.
hth,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 08 70 39 34 03Port: 06 09 17 35 87
e-mots: jean*at*bornier.net

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Still can't update xfce

2005-02-15 Thread Jean Magnan de Bornier
Le 02/15/05 Jim Hatfield [EMAIL PROTECTED] a écrit notamment:

 I would appreciate it if someone could advise on how to resolve this:

terminator root # emerge --update world
Calculating world dependencies ...done!

!!! Error: the xfce-base/xfce4-base package conflicts with another package.
!!!both can't be installed on the same system together.
!!!Please use 'emerge --pretend' to determine blockers.

terminator root # emerge --update --pretend world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[blocks B ] xfce-base/xfce4-base (from pkg xfce-base/xfce4-4.2.0)
[ebuild U ] x11-libs/gtk+-2.4.14 [2.4.13-r1]
[ebuild U ] x11-themes/gtk-engines-xfce-2.2.5 [2.1.7]
 (plus lots and lots more xfce-related packages)

 I have removed any xfce extras I had, which I thought might be causing
 this. The only xfce-related thing in my world file is xfce-base/xfce4.

 I also seem to have a problem if I manually update gtk+. The build
 starts OK:

terminator portage # emerge --update gtk+
Calculating dependencies ...done!
 emerge (1 of 1) x11-libs/gtk+-2.4.14 to /
 md5 src_uri ;-) gtk+-2.4.14.tar.bz2
 md5 src_uri ;-) gtk+-2.4-smoothscroll-r1.patch
 Unpacking source...
 Unpacking gtk+-2.4.14.tar.bz2 to /var/tmp/portage/gtk+-2.4.14/work

 but ends like this:

/bin/sed: can't read /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: 
No such file or directory
libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la' is not 
a valid libtool archive
make[4]: *** [libpixbufloader-tiff.la] Error 1

[...]

You must definitely unmerge xfce4-base, not needed for xfce4 and
conflicting with it:
root # emerge -C xfce4-base, 
and then 
root # emerge --update world

cheers,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 08 70 39 34 03Port: 06 09 17 35 87
e-mots: jean*at*bornier.net

--
gentoo-user@gentoo.org mailing list



[gentoo-user] imlib compilation fails

2005-02-10 Thread Jean Magnan de Bornier
Hello all,
in a process of emerge -u, I encounter a problem with imlib:

..
checking for tiffio.h... yes
checking for gif_lib.h... no
configure: error: *** GIF header not found ***

!!! Please attach the config.log to your bug report:
!!! /usr/tmp/portage/imlib-1.9.14-r3/work/imlib-1.9.14/config.log

!!! ERROR: media-libs/imlib-1.9.14-r3 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed

I tryied several options with imlib, mainly the default x86 and ~x86,
to no avail.
Anyone could help?
-- 
Jean Magnan de Bornier
GREQAM et Université Paul Cézanne à Aix-Marseille
15-19 Allée Claude Forbin
13627 Aix-en-Provence Cedex 1 FRANCE
email: jean.magnanb-at-univ.u-3mrs.fr

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] imlib compilation fails

2005-02-10 Thread Jean Magnan de Bornier
Le fév février à 12:21:23 Neil Bothwick [EMAIL PROTECTED] a écrit notamment:

 On Thu, 10 Feb 2005 12:16:27 +0100, Jean Magnan de Bornier wrote:

 in a process of emerge -u, I encounter a problem with imlib:
 
 ..
 checking for tiffio.h... yes
 checking for gif_lib.h... no
 configure: error: *** GIF header not found ***

 # locate gif_lib.h
 /usr/share/doc/libungif-4.1.3/html/doc/gif_lib.html
 /usr/share/doc/giflib-4.1.3/html/doc/gif_lib.html
 /usr/include/gif_lib.h

 # qpkg -f /usr/include/gif_lib.h
 media-libs/giflib *

 Try (re)emerging giflib

 emerge -av --oneshot media-libs/giflib

[...]

Thanks, Neil and William, that was it§
cheers
-- 
Jean Magnan de Bornier
GREQAM et Université Paul Cézanne à Aix-Marseille
15-19 Allée Claude Forbin
13627 Aix-en-Provence Cedex 1 FRANCE
email: jean.magnanb-at-univ.u-3mrs.fr

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] blocker loop

2005-02-09 Thread Jean Magnan de Bornier
Le fév février à 16:18:27 [=Jorge Boscan Etura=] [EMAIL PROTECTED] a écrit 
notamment:

 Hi people

 I'm trying to -update but

 [blocks B ] x11-base/xorg-x11-6.8.0-r4 (from pkg
 x11-base/opengl-update-2.1_pre6)

 are blocking each other, package.mask does not work , thus I cant
 update the whole thing

 suggestions?
I had the same problem last week; unmerge xorg-x11, update and then
re-emerge xorg-x11 solved it for me.
cheers,
-- 
Jean Magnan de Bornier
GREQAM et Université Paul Cézanne à Aix-Marseille
15-19 Allée Claude Forbin
13627 Aix-en-Provence Cedex 1 FRANCE
email: jean.magnanb-at-univ.u-3mrs.fr

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] samba requires cups?

2005-02-09 Thread Jean Magnan de Bornier
Le fév février à 17:08:34 Dave Nebinger [EMAIL PROTECTED] a écrit notamment:

 Is cups necessary for samba?

 No, it is not required for samba for filesharing/domains/etc., but cups is
 used for the printer sharing.

 If you don't need printer sharing, do 'USE=-cups emerge -pv samba'.


[...]

Moreover, you can use several other printing systems with samba:
From samba docs:
 Currently supported print systems include:
# bsd, sysv, plp, lprng, aix, hpux, qnx, cups
cheers,
-- 
Jean Magnan de Bornier
GREQAM et Université Paul Cézanne à Aix-Marseille
15-19 Allée Claude Forbin
13627 Aix-en-Provence Cedex 1 FRANCE
email: jean.magnanb-at-univ.u-3mrs.fr

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] USB printer questions...

2005-02-03 Thread Jean Magnan de Bornier
Le 02/03/05 Mark Knecht [EMAIL PROTECTED] a écrit notamment:

 On Thu, 03 Feb 2005 10:02:28 -0400, Arran Fraser [EMAIL PROTECTED] wrote:
   On a side note, this problem would be a little less severe if I could
   restart the printer without being root.  Can anyone provide a hint for
   that?
 
  use sudo perhaps?
 
 
 At the risk of making a fool of myself (because I've never actually used
 sudo), I don't think that applies.
 
 In my case, anyone can browse to http://localhost:631/ and see things.
 You click Printers and it shows the printer to be Stopped.  So you
 click Start Printer and the browser pops up with a username/password
 prompt.  The only account that seems to work for this is root's.
 
 Not only is this annoying, it doesn't seem Linux-like to collect the
 root password in such a way.  Is there a group that I'm supposed to add
 users to so they can admin CUPS?
 
 Anyhoo, I've now officially hijacked the thread.  Remember, the original
 poster was really looking for a solution to why CUPS stopped the printer
 in the first place.
 

 Not a hijack if the original author agrees. Seems ot me that you've
 got it more or less right in my case also. As root all I did was tell
 the printer to start. I'd like it if a user could do the same.
Maybe the online administrator manual could help:
http://localhost:631/sam.html#RemoteRoot

cheers
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 08 70 39 34 03Port: 06 09 17 35 87
e-mots: jean*at*bornier.net

--
gentoo-user@gentoo.org mailing list



[gentoo-user] firefox blocking freetype?

2005-01-31 Thread Jean Magnan de Bornier
Hello all,
Trying to emerge -upv world on my laptop I got the following message:

These are the packages that I would merge, in order:

Calculating world dependencies  .done!
[blocks B ] net-www/mozilla-firefox-1.0-r3 (from pkg 
media-libs/freetype-2.1.9-r1)
[blocks B ] media-libs/libwmf-0.2.8.2 (from pkg 
media-libs/freetype-2.1.9-r1)
[blocks B ] x11-base/xorg-x11-6.8.0-r4 (from pkg 
x11-base/opengl-update-2.1_pre4)
[ebuild U ] media-libs/tiff-3.7.1-r1 [3.7.0] 1,224 kB 

[...]

I was surprised but after some searching I decided to obey portage's
orders; unmerged the blocking packages, only firefox was not re-emerged by
the  emerge -u world command. After updating I try to emerge firefox
again, no blocking is announced but the compilation fails after entering 
directory:
/usr/tmp/portage/mozilla-firefox-1.0/work/mozilla/gfx/src/freetype:
there are lots of errors then from nsFreeType.h or nsFreeType.cpp

This is on my laptop. I was believing in the first place that my setup was
perhaps wrong on this very machine, so I asked for a emerge -u world on
my PC, saw the same blocking from firebird and xorg-x11.
I am a little bit lost.
Any hint about this will be greatly appreciated!
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 08 70 39 34 03Port: 06 09 17 35 87
e-mots: jean*at*bornier.net

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] firefox blocking freetype?

2005-01-31 Thread Jean Magnan de Bornier
Le 01/31/05 Tony Boom [EMAIL PROTECTED] a écrit notamment:

 Hello Jean,

 Monday, January 31, 2005, 10:06:46 AM, you wrote:

 JMdB Any hint about this will be greatly appreciated!

 I had exactly the same thing with freetype, gimp 2.2 and firefox. I
 couldn't get firefox back so I downloaded the firefox installer direct from
 the firefox site and it now works very well.

 It was dead easy as I'm sure it's a stand alone directory and is just a
 matter of unzipping it to the correct place.

[...]

Thanks a lot Tony, I'll do that, unless someone explains the gentoo way, 
if there's one
Cheers
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 08 70 39 34 03Port: 06 09 17 35 87
e-mots: jean*at*bornier.net

--
gentoo-user@gentoo.org mailing list



[gentoo-user] [Solved] Re: [gentoo-user] firefox blocking freetype?

2005-01-31 Thread Jean Magnan de Bornier
Le 01/31/05 Jean Magnan de Bornier [EMAIL PROTECTED] a écrit notamment:

 Le 01/31/05 Tony Boom [EMAIL PROTECTED] a écrit notamment:

 Hello Jean,

 Monday, January 31, 2005, 10:06:46 AM, you wrote:

 JMdB Any hint about this will be greatly appreciated!

 I had exactly the same thing with freetype, gimp 2.2 and firefox. I
 couldn't get firefox back so I downloaded the firefox installer direct from
 the firefox site and it now works very well.

 It was dead easy as I'm sure it's a stand alone directory and is just a
 matter of unzipping it to the correct place.

 [...]

 Thanks a lot Tony, I'll do that, unless someone explains the gentoo way, 
 if there's one
 Cheers

[...]

OK, I just marked firefox as ~x86 , and it compiled right now. Don't ask
me why!
Thanks
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 08 70 39 34 03Port: 06 09 17 35 87
e-mots: jean*at*bornier.net

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] CLI appointment/todo list reminder program?

2005-01-17 Thread Jean Magnan de Bornier
Le 01/17/05 Jason Cooper [EMAIL PROTECTED] a écrit notamment:

 Okay, googled around, no luck.  Has anyone found a command-line program
 for maintaining an appointment calendar and todo lists?  Most important, 
 it needs to have email notification and work from within screen.  Yes,
 basically a wrapper for at/cron.


[...]
In case you like it:
emacs, and the packages described here:
http://www.emacswiki.org/cgi-bin/wiki/CategoryCalendar
hth,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 08 70 39 34 03Port: 06 09 17 35 87
e-mots: jean*at*bornier.net

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cups problem(more)

2005-01-11 Thread Jean Magnan de Bornier
Le 01/11/05 Michael W. Holdeman [EMAIL PROTECTED] a écrit notamment:

 On the server issueong localhost:631 in konqueror gets the console for cups, 
 issueing the ip:631 gets Forbidden...

 Same thing from clients I always get forbidden. lpstat -a from clients gets 
 forbidden..

 What am I missing?

 Here is cupsd.conf on teh server again.

 cupsd.conf on Client Machine
I imagine it's a typo *Server* Machine?
If so, you have the very important BrowseAddress item incorrect:
BrowseAddress 255.255.255.255
The addresses here should be ip addresses of the client machines.
Also I don't see what you want to do exactly connecting the server web
interface from the client machine? On the web interface of the *client*
machine you can configure the client to use the server's printer, as soon
as the client can see this printer, which you check on its web (client's)
interface.
(Excuse me if I misunderstood you),
cheers,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 08 70 39 34 03Port: 06 09 17 35 87
e-mots: jean*at*bornier.net

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] scanner module

2004-02-11 Thread Jean Magnan de Bornier
Le 02/11/04 Daniel Drake [EMAIL PROTECTED] a écrit notamment:

 [EMAIL PROTECTED] wrote:
 Hello all,
 since I adopted K 2.6 (mm-sources) I have a hard time using my
 scanner. In make menuconfig, USB Scanner is said obsolete. and:
  This driver has been obsoleted by support via libusb.
 What does it mean? What is libusb?
 TIA

 Hi,

 If you upgrade kernels, you wont even get that option anymore. It (and
 the code) has been totally removed from kernel tree.

 It's been replaced by support from userspace software. Try emerging
 xsane and libusb and play around with xsane. You might need to go
 into ~x86 for the newest xsane designed to work without kernel
 support, i'm not too sure (don't have a scanner!)

[...]

Thanks Daniel, I'm just trying that

-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems after install

2004-02-07 Thread Jean Magnan de Bornier
Le 02/07/04 riki [EMAIL PROTECTED] a écrit notamment:

 Oh, I've got a followup question.

 If I'm logged in as a regular user, I open up a terminal, su to root,
 then try to launch emacs. I get the following error:

 Xlib: connection to :0.0 refused by server
 Xlib: No protocol specified.


[...]

as regular user type xhost + before trying to open emacs as root, or
open emacs in the terminal with emacs -nw
hth 
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] genkernel documentation?

2004-02-06 Thread Jean Magnan de Bornier
Le 02/06/04 HvR [EMAIL PROTECTED] a écrit notamment:

 On Fri, 2004-02-06 at 07:21, [EMAIL PROTECTED] wrote:

 Le fév février à 15:36:20 Ernie Schroder [EMAIL PROTECTED] a écrit notamment:
 
  I've been looking for documentation on genkernel 3.0.1_beta9 and not 
  having a lot of luck. What I want to do is build 2.6.1-gentoo. 
  From /usr/src, I did:
 
  ln -sf linux-2.6.1-gentoo linux  cd linux
 
  Then:
 
  # genkernel -- menuconfig --install all
  GenKernel v3.0.1_beta9
  * ARCH: x86
  * KERNEL VER: 2.4.20-gentoo-r7
 []
 genkernel believes you want to configure your 2.4.20 kernel, I think
 because you did not type rm linux before creating a new symlink (check
 with ls -l)
 As for the doc, man genkernel is quite clear; after reading it I had no
 more problems with it

 yes man genkernel is quite clear: no manual entry for genkernel

 clear but not helpful...

[...]

Oups! Now where did I see something clear? Maybe on the gentoo forums?
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



[gentoo-user] genkernel has destroyed /boot!

2004-02-04 Thread Jean Magnan de Bornier
hello all,
I have just installed a new kernel with genkernel 3.0.1_beta9.
After compiling it says :
Kernel compiled successfully!, etc
Then I try to edit my grub.conf, but I discover that /boot has changed
much more than I expected :-( :

[EMAIL PROTECTED]:/boot]# ls -l
total 4332
lrwxr-xr-x1 root root1 2003-07-22 18:29 boot - .
-rw-r--r--1 root root  1298137 2004-02-04 05:48 initrd-2.6.2-rc2-mm1
-rw-r--r--1 root root  2002616 2004-02-04 05:33 kernel-2.6.2-rc2-mm1
-rw-r--r--1 root root  1119770 2003-06-19 08:17 vmlinuz-gentoo

no more grub into /boot!!!
I have tried to start the procedure of installing grub by typing grub in
/boot: 

 GRUB  version 0.92  (640K lower / 3072K upper memory)

 [ Minimal BASH-like line editing is supported.  For the first word, TAB
   lists possible command completions.  Anywhere else TAB lists the possible
   completions of a device/filename. ]

grub root (hd0,0)
 Filesystem type is ext2fs, partition type 0x83

grub setup (hd0)
 Checking if /boot/grub/stage1 exists... yes
 Checking if /boot/grub/stage2 exists... yes
 Checking if /boot/grub/e2fs_stage1_5 exists... yes
 Running embed /boot/grub/e2fs_stage1_5 (hd0)...  16 sectors are embedded.
succeeded
 Running install /boot/grub/stage1 (hd0) (hd0)1+16 p (hd0,0)/boot/grub/stage2
/boot/grub/grub.conf... succeeded
Done.
etc...
this seems to indicate that /boot/grub does exist, but I still don't see
 it!

can anybody help me?
tia,

-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] genkernel has destroyed /boot!

2004-02-04 Thread Jean Magnan de Bornier
Le 02/04/04 Eugene Rosenzweig [EMAIL PROTECTED] a écrit notamment:

Yes Eugene that was it, when mounting /boot I see everything again,
thx

 On gentoo my /boot seems to be usually unmounted.
 This could lead to the behaviour you are experiencing.
 Do a 'mount /boot' and check again?

 Eugene.

 - Original Message - 
 From: Jean Magnan de Bornier [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, February 04, 2004 6:04 PM
 Subject: [gentoo-user] genkernel has destroyed /boot!


 hello all,
 I have just installed a new kernel with genkernel 3.0.1_beta9.
 After compiling it says :
 Kernel compiled successfully!, etc
 Then I try to edit my grub.conf, but I discover that /boot has changed
 much more than I expected :-( :

 [EMAIL PROTECTED]:/boot]# ls -l
 total 4332
 lrwxr-xr-x1 root root1 2003-07-22 18:29 boot - .
 -rw-r--r--1 root root  1298137 2004-02-04 05:48
 initrd-2.6.2-rc2-mm1
 -rw-r--r--1 root root  2002616 2004-02-04 05:33
 kernel-2.6.2-rc2-mm1
 -rw-r--r--1 root root  1119770 2003-06-19 08:17 vmlinuz-gentoo

 no more grub into /boot!!!
 I have tried to start the procedure of installing grub by typing grub in
 /boot:

  GRUB  version 0.92  (640K lower / 3072K upper memory)

  [ Minimal BASH-like line editing is supported.  For the first word, TAB
lists possible command completions.  Anywhere else TAB lists the possible
completions of a device/filename. ]

 grub root (hd0,0)
  Filesystem type is ext2fs, partition type 0x83

 grub setup (hd0)
  Checking if /boot/grub/stage1 exists... yes
  Checking if /boot/grub/stage2 exists... yes
  Checking if /boot/grub/e2fs_stage1_5 exists... yes
  Running embed /boot/grub/e2fs_stage1_5 (hd0)...  16 sectors are embedded.
 succeeded
  Running install /boot/grub/stage1 (hd0) (hd0)1+16 p
 (hd0,0)/boot/grub/stage2
 /boot/grub/grub.conf... succeeded
 Done.
 etc...
 this seems to indicate that /boot/grub does exist, but I still don't see
  it!

 can anybody help me?
 tia,

 -- 
 Jean Magnan de Bornier
 3 Cours Victor Hugo, 13980 Alleins   France
 Tel: 04 90 59 33 94Port: 06 09 17 35 87
 mèl: jm.bornier*at*free.fr

 --
 [EMAIL PROTECTED] mailing list



 --
 [EMAIL PROTECTED] mailing list




-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Python 2.3.3 modules don't build

2004-01-31 Thread Jean Magnan de Bornier
Le 01/31/04 Michele Alzetta [EMAIL PROTECTED] a écrit notamment:


[...]



 Has anyone managed to build python 2.3.3 with athlon-xp and the new glibc ?

[...]

Well I did an emerge world yesterday and I seem to remember (it was on
my office laptop) that at the end of the python compilation there was a 
message saying I had to run /usr/sbin/python-updater. 
Did you do it?
hth,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge maxima

2004-01-24 Thread Jean Magnan de Bornier
Le 01/23/04 Andrej Kacian [EMAIL PROTECTED] a écrit notamment:

 (Fri, 23 Jan 2004 20:06:40 +0100)
 And Jean Magnan de Bornier [EMAIL PROTECTED] said:

   Benoit Cosandey [EMAIL PROTECTED] wrote:
 
  Thus spake Jean Magnan de Bornier ([EMAIL PROTECTED]):
 
   try to emerge maxima-5.9.0-r2
   
   I am away from my internet connection now (on that machine where the
   problem appears), and the version I have downloaded is maxima-5.9.0. I
   will have to wait till january for any new download.
   
   by giving the whole path: emerge
   /usr/portage/sci-apps/maxima/maxima-5.9.0-r2 or something (sorry, not in
   front of gentoo ATM)
   
   Giving the full path with  maxima-5.9.0 leads to the same error message.
   
 
  Hi, hopefully to the list now:
  
  emerge maxima will emerge maxima 5.9.0, which does not emerge right for
  me. but :
  emerge /usr/portage/app-sci/maxima/maxima-5.9.0-r2.ebuild emerge the
  second to last maxima build, which does compile and install for me.
 
  [ ...]
  Yes,it *worked*!
  Thanks

 `emerge /path/to/ebuild` is discouraged by the gentoo people, because it does
 awful things to the portage - I don't remember what exactly right now.

Would be great to know more about it! 


 `emerge =maxima-5.9.0-r2` should work in your case, and is said to be
safe.

I'll try that next time, thanks,

-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge maxima

2004-01-23 Thread Jean Magnan de Bornier
 Benoit Cosandey [EMAIL PROTECTED] wrote:

Thus spake Jean Magnan de Bornier ([EMAIL PROTECTED]):

 try to emerge maxima-5.9.0-r2
 
 I am away from my internet connection now (on that machine where the
 problem appears), and the version I have downloaded is maxima-5.9.0. I
 will have to wait till january for any new download.
 
 by giving the whole path: emerge
 /usr/portage/sci-apps/maxima/maxima-5.9.0-r2 or something (sorry, not in
 front of gentoo ATM)
 
 Giving the full path with  maxima-5.9.0 leads to the same error message.
 

Hi, hopefully to the list now:

emerge maxima will emerge maxima 5.9.0, which does not emerge right for
me. but :
emerge /usr/portage/app-sci/maxima/maxima-5.9.0-r2.ebuild emerge the
second to last maxima build, which does compile and install for me.

[ ...]
Yes,it *worked*!
Thanks
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] No Mailboxes

2004-01-18 Thread Jean Magnan de Bornier
Le 01/18/04 Joseph A. Nagy, Jr. [EMAIL PROTECTED] a écrit notamment:

 Jason Stubbs wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 On Sunday 18 January 2004 12:46, Joseph A. Nagy, Jr. wrote:

I have exim installed (and I have problems with that, which I'll discuss
later):

cbash-2.05b$ cd /var/spool/mail
bash-2.05b$ ls -a
..  ..  .keep
bash-2.05b$

bash-2.05b$ cd /var/mail
bash-2.05b$ ls -a
..  ..  .keep
bash-2.05b$
 /var/mail should be a symlink to /var/spool/mail.

As you can see, I have NO system email boxes even though I have four
accounts (three users and root) on the box, exim installed and running
(I can send mail from my system accounts w/o any problem).
 There should be no mailboxes there until a message is received on an
 account.

 I've sent out test emails which have been replied to (as well as sending
 myself test messages) and root should be getting system related email
 (from vcron or what not)


The problem I have with exim comes when I make changes to exim.conf
(cp'd from exim.conf.dist and edited as needed) and then try and run
/etc/init.d/exim restart

joseph-a-nagy-jr root # /etc/init.d/exim restart
  * Stopping exim...
  [ !!
]

joseph-a-nagy-jr root #

I then have to zap it and start it back up. What's going on here?
 This means that the daemon started and died. When you try to restart
 or stop the daemon, the operation fails (because it is not
 running). Check any log messages to find out why.

 I've checked the logs and they don't make sense. The last entry (which
 is no longer repeated but exim still dies on startup) refered to a line
 that was commented out. Even so I removed the entry for that line, kept
 an eye on the clock and waited two minutes, started exim, checked the
 logs, no error, then tried to restart with the same error as above but
 nothing recorded in the log file (I'm checking
 /var/log/exim/exim_main.log and exim_panic.log) as to why it's still dieing.

[...]

This part of the default exim.conf is important; if you try to restart
exim with a bad exim.conf it will refuse. So don't forget to run this
command and restart only if it is correct:


#  #
# It is usually a good idea to test a new configuration for syntactic  #
# correctness before installing it (for example, by running the command#
# exim -C /config/file.new -bV). #
#  #
### IMPORTANT ## IMPORTANT ### IMPORTANT ###

hth,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



[gentoo-user] !!! No profile directory; system mode unavailable.

2004-01-13 Thread Jean Magnan de Bornier
Hello all,
I just performed a routine emerge sync; at the end I read:

!!! INVALID ACCEPT_KEYWORDS: x86

 * An update to portage is available. It is _highly_ recommended
 * that you update portage now, before any other packages are updated.
 * Please do so and then update ALL of your configuration files.

Then when trying to update portage I got he message in my subject. I tried
to emerge another app, same error message!!!
Any ideas of what's happening?
TIA,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] !!! No profile directory; system mode unavailable.

2004-01-13 Thread Jean Magnan de Bornier
Le 01/13/04 Jan [EMAIL PROTECTED] a écrit notamment:

 http://www.gentoo.org

 Did you even look? :-)


Well I looked at the site in the morning and this announcement wasn't
there yet; thanks for pointing to it :-)
Cheers



 - Original Message -
 From: Jean Magnan de Bornier [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, January 13, 2004 12:59 PM
 Subject: [gentoo-user] !!! No profile directory; system mode unavailable.


 Hello all,
 I just performed a routine emerge sync; at the end I read:

 !!! INVALID ACCEPT_KEYWORDS: x86

  * An update to portage is available. It is _highly_ recommended
  * that you update portage now, before any other packages are updated.
  * Please do so and then update ALL of your configuration files.

[...]


-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] setting up fluxbox (was Terminal)

2004-01-03 Thread Jean Magnan de Bornier
Le 01/03/04 Steve B. [EMAIL PROTECTED] a écrit notamment:

 So how would I go about setting it up? should I unemerge KDE then emerge
 fluxbox?

[...]

No, don't unmerge kde, unless you want to get rid rid of many useful apps!
just emerge fluxbox, then if you use kdm fluxbox should appear in it and
you just choose it!
greetings,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] setting up fluxbox

2004-01-03 Thread Jean Magnan de Bornier
Le 01/04/04 Steve B. [EMAIL PROTECTED] a écrit notamment:

 and if I don't use kdm?

Edit in your /etc/rc.conf : (last entry for me:) XSESSION


 On Saturday 03 January 2004 16:51, Jean Magnan de Bornier wrote:
 Le 01/03/04 Steve B. [EMAIL PROTECTED] a écrit notamment:
  So how would I go about setting it up? should I unemerge KDE then emerge
  fluxbox?

 [...]

 No, don't unmerge kde, unless you want to get rid rid of many useful apps!
 just emerge fluxbox, then if you use kdm fluxbox should appear in it and
 you just choose it!
 greetings,

[...]


greetings,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge maxima

2003-12-26 Thread Jean Magnan de Bornier
Le 12/26/03 Matthew Kennedy [EMAIL PROTECTED] a écrit notamment:

 Jean Magnan de Bornier [EMAIL PROTECTED] writes:

 Hello all,
 I tried to post this sunday night, hope it didn't cause the Blackout :)
 Has anybody been able to emerge app-sci/maxima? I get this:
 !!! ERROR: app-sci/maxima... failed
 !!! Function src_compile, Line 19, Exitcode 2
 !!! (no error message)
 The emerge log is not much more informative. There is room enough on my
 disk, afaik
 Thanks for any hint, 

 [...]

 Hi.  Its hard to get a clue from just that.  Try 

 emerge maxima emerge.log 21

Well this doesn't seem to be a valid emerge command.
Running 'emerge -v maxima' or 'emerge -d maxima' really gives no more
information than what I posted, and same thing with emerge.log 

Thanks
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
.mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge maxima

2003-12-24 Thread Jean Magnan de Bornier
Hello all,
I tried to post this sunday night, hope it didn't cause the Blackout :)
Has anybody been able to emerge app-sci/maxima? I get this:
!!! ERROR: app-sci/maxima... failed
!!! Function src_compile, Line 19, Exitcode 2
!!! (no error message)
The emerge log is not much more informative. There is room enough on my
disk, afaik
Thanks for any hint, 
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Installing Latex Packages

2003-12-17 Thread Jean Magnan de Bornier
Le 12/17/03 Paulo Jorge de Oliveira Cantante de Matos [EMAIL PROTECTED] a écrit 
notamment:

 Hi all,

 What's the best way to install in Gentoo LaTeX packages?

 Best regards,
emerge tetex

ate logo,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] PORTAGE_TMPDIR

2003-12-15 Thread Jean Magnan de Bornier
Le 12/15/03 Oliver Lange [EMAIL PROTECTED] a écrit notamment:

 Jean Magnan de Bornier wrote:
 Hello all, After some seven months of -happily- using gentoo, I see
 my /var/tmp is
 huge. My questions: Is there any reason to keep the content of this
 directory?
 Can I without danger delete files in it when a package is installed?
 If it is possible is there some automatic way to do it?
 TIA,

 you may well delete /var/tmp/portage/* as long as you're not currently
 emerging some software. For example:

 rm -R /var/tmp/portage/*

 that might be done at bootup, for example you may add that command to
 the /etc/conf.d/local.start script.

Thanks to all for answering


-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



[gentoo-user] PORTAGE_TMPDIR

2003-12-14 Thread Jean Magnan de Bornier
Hello all, 
After some seven months of -happily- using gentoo, I see my /var/tmp is
huge. 
My questions: 
Is there any reason to keep the content of this directory?
Can I without danger delete files in it when a package is installed? 
If it is possible is there some automatic way to do it?
TIA,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge error in qingy

2003-11-28 Thread Jean Magnan de Bornier
Le 11/28/03 Klaus Neumann [EMAIL PROTECTED] a écrit notamment:

 On Thu, 2003-11-27 at 12:32, Jean Magnan de Bornier wrote:
 Le 11/27/03 Klaus Neumann [EMAIL PROTECTED] a écrit notamment:
 
  Hi,
  trying to emerge qingy, I got this:
 
...
  Any ideas?
 
 Yes: 
 open /dev/fb0: No such file or directory
 means that you must have this module enabled (for me it is vga16fb:
  so type modprobe vga16fb); then
 it will build OK
 HTH
 [EMAIL PROTECTED] klaus # modprobe vga16fb
 modprobe: Can't locate module vga16fb

 Is there something missing in my kernel?

Seems like it; you might have to configure your kernel and activate it as
module or compile it into the kernel
cheers,

-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge error in qingy

2003-11-27 Thread Jean Magnan de Bornier
Le 11/27/03 Klaus Neumann [EMAIL PROTECTED] a écrit notamment:

 Hi,
 trying to emerge qingy, I got this:

 gcc  -march=athlon -Os -fomit-frame-pointer -pipe -W -Wall
 -DSHADOW_PASSWD -DUSE_PAM -DLinux  -lpam -lpam_misc -ldl -o
 creatercfile  creatercfile.o  -lcrypt
 ./creatercfile directfbrc.qingy /usr/bin/fbset
 open /dev/fb0: No such file or directory
 make[1]: *** [directfbrc.qingy] Error 1
 make[1]: Leaving directory
 `/var/tmp/portage/qingy-0.2.3/work/qingy-0.2.3/media'make: ***
 [all-recursive] Error 1
  
 !!! ERROR: sys-apps/qingy-0.2.3 failed.
 !!! Function src_compile, Line 20, Exitcode 2
 !!! (no error message)

 Any ideas?

Yes: 
open /dev/fb0: No such file or directory
means that you must have this module enabled (for me it is vga16fb:
 so type modprobe vga16fb); then
it will build OK
HTH

-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cups printing problems

2003-11-17 Thread Jean Magnan de Bornier
Le 11/16/03 Harlan [EMAIL PROTECTED] a écrit notamment:



 Here is what I have tried:

 bash-2.05b# grep 420C /usr/share/foomatic/db/source/printer/*
 /usr/share/foomatic/db/source/printer/HP-DeskJet_420C.xml:printer
 id=printer/HP-DeskJet_420C
 /usr/share/foomatic/db/source/printer/HP-DeskJet_420C.xml:  modelDeskJet
 420C/model

 bash-2.05b# grep HP-DeskJet_420C /usr/share/foomatic/db/source/driver/*
 /usr/share/foomatic/db/source/driver/cdj500.xml:
 idprinter/HP-DeskJet_420C/id!-- HP DeskJet 420C --
 /usr/share/foomatic/db/source/driver/hpijs.xml:
 idprinter/HP-DeskJet_420C/id!-- HP DeskJet 420C --

 bash-2.05b# foomatic-configure -s cups -p HP-DeskJet_420C -c file:/dev/lp0
 -n HP420C -d hpijs
 lpadmin: Unable to connect to server: Connection refused
 Could not set up/change the queue HP420C!
From the foomatic-configure FM it seems that the c option is for a
 remote printer (connect), and L would be the printer's address. Can you
try it with L?
cheers, 
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cups printing problems

2003-11-16 Thread Jean Magnan de Bornier
Le 11/16/03 Harlan [EMAIL PROTECTED] a écrit notamment:

 I am trying to get printing across multiple Gentoo systems.  I am able to
 connect to my print server from another computer.  I cannot setup the print
 device.

 I need to specify the parallel port (I have a DeskJet 420C),  but in the
 printer add portion of the admin web page, I don't have any devices listed?

 I've tried editing the printer.conf file, but when I run foomatic-configure, I 
 just get errors about an invalid line.

 When I try running foomatic-configure, per documentation, I get an error:
 lpadmin: Unable to connect to server: Connection refused
 Could not set up/change the queue HP420C!

 As far as I can tell, there is no existing HP420C queue left over from 
 previous tries.
Have you tried to configure with this command taken from the printing-howto:

 # foomatic-configure -s cups -p $printer_model_number -c
   $print_device_path -n queue name -d driver ?

If so (I tried that too), you should remove the queue and just give a
   name (here according to my interpretation foomatic believes you are
   referring to something named queue):

# foomatic-configure -s cups -p $printer_model_number -c
   $print_device_path -n name -d driver


should work, name is what you want to call your printer

HTH

-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



[gentoo-user] video card problem

2003-11-10 Thread Jean Magnan de Bornier
Hello all,
I'm (unsuccessfully) trying to use qingy, a framebuffer application. 
My video card is a S3 Savage8 GFX integrated in KN266 chipset. 
It appears with lsmod as:
VGA compatible controller: S8 Inc. VT8751 [ProsavageDDR P4M266] VGA
controller
Is this not an accelerator? If so, how come I get a line :
Accelerator: no with the command fbset -i?
Is there a known kernel module for that?
TIA,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] CUPS Printing - Parrallel Port Support - DJ510

2003-11-05 Thread Jean Magnan de Bornier
Le 11/05/03 Alan Watson [EMAIL PROTECTED] a écrit notamment:

 I'm Stuck... I only have a lowly HP DJ510 that I want to print from... How
 do I confirm (or install) Parrallel Port support in my kernel. I looked at
 the CUPS documentation but could not figure out how to get my printer up and
 running.
Here is what I have as options in my kernel, it's very standard; then read
the printing howto of gentoo-doc:
 
/home/jean % grep PARPORT /usr/src/linux/.config
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
CONFIG_PARPORT_PC_CML1=y
# CONFIG_PARPORT_SERIAL is not set
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_PC_PCMCIA is not set
# CONFIG_PARPORT_AMIGA is not set
# CONFIG_PARPORT_MFC3 is not set
# CONFIG_PARPORT_ATARI is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_SUNBPP is not set
# CONFIG_PARPORT_OTHER is not set
# CONFIG_PARPORT_1284 is not set
HTH,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Kernel 2.6.0-test6

2003-10-24 Thread Jean Magnan de Bornier
Hello all,
I'm currently trying to configure the 2.6.0-test6 kernel on my laptop
(that's what emerge development-sources installed). 
After make menuconfig I did make and then make modules_install as
suggested. But after rebooting I type lsmod and there is nothing in the
list! The modules in /etc/modules.autoload are not loaded. 
Is /etc/modules.autoload not read by this kernel?
 Did I miss something?
Something else, with this kernel: I cannot open any xterm anymore! 
Any help appreciated. TIA
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Kernel 2.6.0-test6

2003-10-24 Thread Jean Magnan de Bornier
Le 10/24/03 Mike Williams [EMAIL PROTECTED] a écrit notamment:

 On Friday 24 October 2003 11:17, Jean Magnan de Bornier wrote:
 Hello all,
 I'm currently trying to configure the 2.6.0-test6 kernel on my laptop
 (that's what emerge development-sources installed).
 After make menuconfig I did make and then make modules_install as
 suggested. But after rebooting I type lsmod and there is nothing in the
 list! The modules in /etc/modules.autoload are not loaded.
 Is /etc/modules.autoload not read by this kernel?
  Did I miss something?
 Something else, with this kernel: I cannot open any xterm anymore!
 Any help appreciated. TIA

 /etc/modules.autoload should be a symlink to 
 /etc/modules.autoload.d/kernel-X.Y
 Easy way out is to delete the symlink, and add the modules you need loaded in 
 2.6 to /etc/modules.autoload.d/kernel-2.6, and the modules for 2.4 into
 /etc/modules.autoload.d/kernel-2.4
 The init scripts will pick them up accordingly.
Great! Dont know why I thought /etc/modules.autoload was a file.
Thanks a lot
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Kernel 2.6.0-test6

2003-10-24 Thread Jean Magnan de Bornier
Le 10/24/03 Chris I [EMAIL PROTECTED] a écrit notamment:

 On 2003.10.24 06:17, Jean Magnan de Bornier wrote:
 (snippie)
 Something else, with this kernel: I cannot open any xterm anymore!
 Any help appreciated. TIA

 Quoting directly from the ebuild (with my comments thrown in for fun),  
 the ewarn messages at the end (displayed after the package merges)  
 state:

 ewarn Please note that ptyfs support has been removed from devfs
 ewarn in the later 2.5.x kernels, and you have to compile it in now,
 ewarn or else you will get errors when trying to open a pty.
 ewarn The option is File systems-Pseudo filesystems-/dev/pts
 ewarn filesystem.

 That means that you need to compile /dev/pts support into your kernel.  
 Exactly as it says, it used to be part of devfs as well, but was  
 removed as there was code doing the exact same thing as a configurable  
 option. Nobody wants redundant code, so the devfs stuff was stripped  
 out as it's generally better to have an option. Even if you pretty much  
 always want it on :)

Thanks a lot, that was it. But there is a problem with this warning message
which I had read and then disregarded: the next stages are not possible
with the kernel I have

 ewarn Also, note that you must compile in support for
 ewarn input devices (Input device support-Input devices),

no Input-devices in Input device support!

 
 ewarn the virtual terminal (Character Devices-Virtual terminal),

no Virtual terminal  in Character Devices!

 
 ewarn vga_console (Graphics Support-Console...-VGA text console)

 ewarn and the vt_console (Character Devices-Support for console...).

no ...!

 
 ewarn Otherwise, you will get the dreaded \Uncompressing the Kernel
 \ ewarn error.

 Well, I'm assuming you did this as you didnt complain about total lack  
 of output when booting :)
 But I have these anyway:
   CONFIG_INPUT=y
   CONFIG_VT=y
   CONFIG_VGA_CONSOLE=y
   CONFIG_VT_CONSOLE=y

This is why I stupidely disregarded it
Everything's well now, thx,

-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] small network

2003-09-17 Thread Jean Magnan de Bornier
Le 09/17/03 Jayson Garrell [EMAIL PROTECTED] a écrit notamment:

 On Tue, 2003-09-16 at 15:12, Phil Jackson wrote:
 * Jean Magnan de Bornier ([EMAIL PROTECTED]) wrote:
 
  Hello all,
 
 Hello Jean,
 
  I want to make a network with two gentoo machines at home, I don't know 
  what is needed.Could someone point me to some HOWTO?
 
 As the first person that replied to this message stated it really
 depends on what you want to do;
 
 A cheap and easy solution might just be two Nics with 10BaseT
 connecability some 10BaseT cable and a simple hub. If there is only ever
 going to be two boxes on the lan anything more might be overkill.
 
 Phil

 Or forget the overhead of the hub and use a crossover cable.

 Jayson Garrell
OK I will be more specific: I just want to transfer files from my pc to
my laptop, or make backups of one on the other. I have tried to do that
with a cable (rj45 as it's called in France) connecting them, but then I
could figure out what to do. There is some utility in KDE but I could not
make it work
This is why I believe I need a howto; I am currently reading the NET-HOWTO
but any other advice will be welcome
Thx all,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] small network

2003-09-17 Thread Jean Magnan de Bornier
Le 09/17/03 Jose Gonzalez Gomez [EMAIL PROTECTED] a écrit notamment:

 Jean,

 Remember that you HAVE to use a crossover cable, as someone
 mentioned previuosly. If you make a direct connection from network
 card to network card without a hub, a normal network cable won't do
 the trick.

 Regards


Or forget the overhead of the hub and use a crossover cable.

Jayson Garrell

Yes, thanks for this; I think what I have now is a normal network
cable. Let me try to figure out what the crossover cable is in french...
Thx all

-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] small network

2003-09-17 Thread Jean Magnan de Bornier
Le 09/17/03 Stroller [EMAIL PROTECTED] a écrit notamment:

 On 17 Sep 2003, at 7:43 am, Jean Magnan de Bornier wrote:

 OK I will be more specific: I just want to transfer files from my pc to
 my laptop, or make backups of one on the other. I have tried to do that
 with a cable (rj45 as it's called in France) connecting them, but
 then I
 could figure out what to do. There is some utility in KDE but I
 could not
 make it work
 This is why I believe I need a howto; I am currently reading the
 NET-HOWTO
 but any other advice will be welcome

 You probably want to install Samba (SMB),

done already

 then. This is an implementation of Microsoft filesharing for Linux, and
 will allow you to drag  drop files on your PC to  from your Linux box;
 I would imagine that KDE / Gnome also allow drag  drop of files on SMB
 shares, or you can mount Windows shares at the command-line on your
 Linux box.

 First, as someone else has pointed out, you need to ensure that the
 two machines are connected via the RJ45 cable (as it's also called
 elsewhere). You need to allocate each machine a different IP address
 on the same subnet - something like 192.168.1.5  192.168.1.6, subnet
 mask 255.255.255.0 - then `ping` between them.

My problem is here: it doesn't work


 When I first started networking I found Helmig's HOWTO for Windows
useful: http://wown.com/ For configuring Samba: http://tinyurl.com/nnpz

I'll look at these, thx



-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



[gentoo-user] small network

2003-09-16 Thread Jean Magnan de Bornier
Hello all,
I want to make a network with two gentoo machines at home, I don't know 
what is needed.Could someone point me to some HOWTO?
TIA 
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Why is sendmail: Cannot open mail:25 popping up

2003-09-16 Thread Jean Magnan de Bornier
Le 09/14/03 Chris Conway [EMAIL PROTECTED] a écrit notamment:

 On Sunday, Sep 14, 2003, at 01:13 America/New_York, Jean Magnan de
 Bornier wrote:

 Le 09/14/03 Chris Conway [EMAIL PROTECTED] a écrit notamment:

 I am just finishing a new install of gentoo sourcces and have emerged
 xfree, kde, and the ATI drivers.  Why is this popping up in the
 terminal?  Better question is why- I haven't installed sendmail?
 Is it
 part of KDE? Or is it some other process trying to invoke sendmail and
 failing? metalog trying to send a message (can it do that)?

 Odder yet I did a emerge -p unmerge sendmail and it says it isn't
 installed.

 Is my computer haunted by a sendmail daemon?

 Most probably you have ssmtp installed with a symlink to sendmail,
 so it
 is ssmtp talking to you


 Wouldn't ssmtp or sendmail then show up as a process when I type  ps -A?

I guess it will show up when actually working as a process; but if it is
 not you will not see it with this command even if it installed on your
 system. Why don't you just type
ls -l /usr/sbin/sendamil ? If there is a symlink you will see it then.
HTH

-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Why is sendmail: Cannot open mail:25 popping up

2003-09-13 Thread Jean Magnan de Bornier
Le 09/14/03 Chris Conway [EMAIL PROTECTED] a écrit notamment:

 I am just finishing a new install of gentoo sourcces and have emerged
 xfree, kde, and the ATI drivers.  Why is this popping up in the
 terminal?  Better question is why- I haven't installed sendmail?  Is it
 part of KDE? Or is it some other process trying to invoke sendmail and
 failing? metalog trying to send a message (can it do that)?

 Odder yet I did a emerge -p unmerge sendmail and it says it isn't
 installed.

 Is my computer haunted by a sendmail daemon?

Most probably you have ssmtp installed with a symlink to sendmail, so it
is ssmtp talking to you


-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Hsflinmodem

2003-09-08 Thread Jean Magnan de Bornier


hsfcong
Description: log from hsfconfig
--
[EMAIL PROTECTED] mailing list

Re: [gentoo-user] Hsflinmodem

2003-09-08 Thread Jean Magnan de Bornier
Le 09/08/03 Jean Magnan de Bornier [EMAIL PROTECTED] a écrit notamment:
Hello all,
My previous posting was incomplete, I don't know why. 
Anyway, I emerged hsflimodem and it was ok. I then wanted to configure it, 
with the hsfconfig command, and there I got an error message, with the 
log her

hsfcong
Description: hsfconfig log
eappended. 
Any hint would be welcome 
TIA 
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list

Re: [gentoo-user] Hsflinmodem

2003-09-08 Thread Jean Magnan de Bornier
Le 09/08/03 Greg A. Bur [EMAIL PROTECTED] a écrit notamment:

 On Mon, 08 Sep 2003 20:10:28 +0200
 Jean Magnan de Bornier [EMAIL PROTECTED] wrote:

 Le 09/08/03 Jean Magnan de Bornier [EMAIL PROTECTED] a écrit notamment:
 Hello all,
 My previous posting was incomplete, I don't know why. 
 Anyway, I emerged hsflimodem and it was ok. I then wanted to configure it, 
 with the hsfconfig command, and there I got an error message, with the 
 log her

 I had a similar problem and filed a bug report here:  http://tinyurl.com/mnou

 At the tail end of the report you will find a link to a Yahoo! Groups posting with a 
 patch that fixes the compilation error that you get when running hsfconfig.  For me 
 this led to another problem; the hsfconfig script detected my modem and compiled the 
 driver without error however I get errors stating that I do not have a compatible 
 modem installed.  I have given up on the modem for the time being, YMMV.

Thanks, I'll look at it tomorrow

-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] window focus in fluxbox

2003-08-05 Thread Jean Magnan de Bornier
Le 08/03/03 Andrew Gaffney [EMAIL PROTECTED] a écrit notamment:

 I have fluxbox as my WM. When I'm using Mozilla, if I switch windows
 by using Mozilla's 'Window' menu, the new one comes to the front, but
 the old one still has focus in the background until I click in the new
 one. Is there a way to have focus transferred to the new window when
 it comes to the front?

There is a focus option to set up as you like it in the settings menu of
fluxbox. 
Is this what you are looking for?

-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Trying Gnus

2003-07-29 Thread Jean Magnan de Bornier
Le 07/29/03 Dmitry  Suzdalev [EMAIL PROTECTED] a écrit notamment:

 Hello!

 I was thinking about changing my mail agent from KMail to Gnus :). Just want 
 to give it a try.

Good idea!

 Well, I have several questions.  First of all -- can I transfer all my
 mail (in Maildir format) from Kmail to Gnus? 

procmail can do it

 Second: do I have to have emacs installed for getting Gnus to work? 

Gnus is designed for reading and writing mail within
emacs.

 I saw that there is Gnus ebuild -- is it standalone? 

Gnus comes with emacs or xemacs; if you want a recent version you can
install the gnus package in app-xemacs, or the ognus package in
app-emacs. 

 Is it graphical or console version?

 within emacs it is console or graphical depending on wether you run
emacs console or graphical

 Third: Do I need to know Lisp very well to use Gnus?  (I don't use Emacs
 in my everyday work -- I'm in love with ViM).

No, you need lisp only to add new functions, but there is a lot of them
ready to use


 Thanks in advance for your answers.

 Dmitry.
 -- 
 WinErr: 678 This was the last level in Windows. Do you want to play another 
 game?

-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



[gentoo-user] fstab and tmpfs

2003-07-23 Thread Jean Magnan de Bornier
Hello all,
I updated some packages yesterday (among which are glibc and gcc). In the
new config files I have /etc/._cfgfstab, with the following line near
the end:
none /dev/shmtmpfs defaults  0 0
In the actual /etc/fstab I have the following, which I don't remember to
have modified:
tmpfs/dev/shmtmpfsdefaults0 0
The none is confusing for me.
Is it necessary to replace tmpfs with none, and if so why?
Thanks,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: fstab and tmpfs

2003-07-23 Thread Jean Magnan de Bornier
Le 07/23/03 Thorsten Kampe [EMAIL PROTECTED] a écrit notamment:

 * Jean Magnan de Bornier (2003-07-23 13:40 +0200)
 I updated some packages yesterday (among which are glibc and gcc). In the
 new config files I have /etc/._cfgfstab, with the following line near
 the end:
 none /dev/shmtmpfs defaults  0 0
 In the actual /etc/fstab I have the following, which I don't remember to
 have modified:
 tmpfs/dev/shmtmpfsdefaults0 0
 The none is confusing for me.
 Is it necessary to replace tmpfs with none, and if so why?

 The man page says none is for swap. For tmpfs have a look at
 /usr/src/linux/Documentation/filesystems/tmpfs.txt
Thank you Thorstein
I just read this doc and I think I will keep 
tmpfs/dev/shmtmpfsdefaults0 0
as it is; but the doc also implies there is some relation between tmpfs
and swap.
chhers, 
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] BinHex

2003-07-21 Thread Jean Magnan de Bornier
Le 07/20/03 Tom Wesley [EMAIL PROTECTED] a écrit notamment:

 On Sunday 20 July 2003 16:38, Jean Magnan de Bornier wrote:
 snip
 Yes; strangely, with emerge --search .. I had not got that!
 Installed uudeview right now, and ooffice still tells me:
 (This file must be converted with BinHex 4.0)
 This file is an attachment that gnus describes as:
 application/mac-binhex40; questionnaire.doc
 Any hint ?

OK, man uudeview was the answer. I should have known


 The reason you didn't get it with --search is because it does not fully search 
 the descriptions of the packages.  Note the capital S I used, this takes 
 longer, but often finds what you need.

Yes, it's interesting to know, Thank you Tom,
cheers

-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



[gentoo-user] BinHex

2003-07-20 Thread Jean Magnan de Bornier
Hello all,
To read some macintosh attachment, my gnus (also ooffice btw) needs
BinHex. Anybody knows in which package I can find it?
Thanks in advance, 
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] BinHex

2003-07-20 Thread Jean Magnan de Bornier
Le 07/20/03 Tom Wesley [EMAIL PROTECTED] a écrit notamment:

 On Sunday 20 July 2003 15:49, Jean Magnan de Bornier wrote:
[... ]

 Thanks; but I am not enthusiastic about paying for packages :-)
 actually my question was about some gentoo package; in other
 distros like debian you have macutils with binhex in it. Don't we have it
 in gentoo?
 Cheers,

 tawesley% emerge -S binhex
 Searching...
 [ Results for search key : binhex ]
 [ Applications found : 1 ]

 *  app-text/uudeview-0.5.18
   Latest version available: 0.5.18
   Latest version installed: [ Not Installed ]
   Size of downloaded files:  [no/bad digest]
   Homepage:http://www.fpx.de/fp/Software/UUDeview/
   Description: uu, xx, base64, binhex decoder


 is that what you were looking for?

Yes; strangely, with emerge --search .. I had not got that!
Installed uudeview right now, and ooffice still tells me:
(This file must be converted with BinHex 4.0)
This file is an attachment that gnus describes as: 
application/mac-binhex40; questionnaire.doc
Any hint ?
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Entry for booting from CDROM in /boot/grub/grub.conf

2003-07-06 Thread Jean Magnan de Bornier
Le 07/06/03 [EMAIL PROTECTED] a écrit notamment:

 Hello.
 
 I want to add entries in the grub configuration
 file /boot/grub/grub.conf for booting from
 a CDROM and from a floppy disk. How can it be
 done?
 
 Romildo
Hello,
you don't do that with grub but into your bios. You must set it up to look
first for a CDROM or a floppy, and *then* for a kernel on the hard
disk. Let us say:
1/ CDROM
2/ Floppy
3/ HD
Then if there is a bootable CDROM your pc will boot on it, if not, it will
try a floppy, and so on...
HTH, 
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Just cannot procmail filter gentoo-user!

2003-07-04 Thread Jean Magnan de Bornier
Le 07/04/03 Dhruba Bandopadhyay [EMAIL PROTECTED] a écrit notamment:

 Hello
 
 I'm using courier-imap, postfix and procmail for email.  However, I just
 cannot filter gentoo-user into its own folder.  What should the recipe
 syntax and environment variables be?  Can you give me an example that
 works?
 
 So far, I have tried the following.
 
 
 MAILDIR=$HOME/.maildir/
 LOGFILE=$HOME/.procmail.log
 LOGABSTRACT=no
 VERBOSE=on
 PATH=/usr/bin
 DEFAULT=$MAILDIR
 
 :0
 * ^List-Id:.*gentoo-user
 gentoo-user

Here is mine, works like a charm

:0:
* ^TO.*gentoo-user*
gentoo.proc

You forgot I believe the last *
I never saw this List-id btw
Cheers
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-27 Thread Jean Magnan de Bornier
Le jeudi 26 juin à 00 h. 58, Peter Ruskin a écrit notamment:
 On Wednesday 25 Jun 2003 22:42, Jean Magnan de Bornier wrote:
  Yes, sr_mod was missing, I added it. 
  ide-cd is in the kernel (is it all right? )
 
 I guess so.
 
 , and I haven't found out where in make menuconfig I can
  activate cdrom?
 
 Neither did I.  I mentioned it because it was listed when I did lsmod:
 # lsmod
 Module  Size  Used byTainted: P
 ide-cd 32256   0  (autoclean)
 sr_mod 14616   0  (autoclean)
 cdrom  29184   0  (autoclean) [ide-cd sr_mod]
 ide-scsi   10512   0
 scsi_mod   97748   4  [sd_mod sr_mod sg ide-scsi]
 ( irrelevant stuff snipped )
 
 Peter
OK, everything fine now; I had to add the sg module.
Thanks again,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-25 Thread Jean Magnan de Bornier
Hello all,
Le mercredi 25 juin à 10 h. 54, Peter Ruskin a écrit notamment:
 On Wednesday 25 Jun 2003 06:26, Jean Magnan de Bornier wrote:

 
 You need to restart devfsd for the changes to /etc/devfs.conf to take 
 effect.  I did that by rebooting :-)
I have made a lot of rebooting lately...
 
 $ ll /dev/sr0
 lr-xr-xr-x1 root root   31 2003-06-24 21:09 /dev/sr0 - 
 scsi/host0/bus0/target0/lun0/cd
 
 You could try (as root):
 ln -s /dev/scsi/host0/bus0/target0/lun0/cd /dev/sr0
I did that , and:

bornier% ls -l /dev/sr0
lr-xr-xr-x1 root root   36 2003-06-25 12:57 /dev/sr0 - 
/dev/scsi/host0/bus0/target0/lun0/cd
bornier% mount /mnt/cdrom
mount : le périphérique spécial /dev/sr0 n'existe pas.

then as root:

bornier% su
Password:
bash-2.05b# mount /mnt/cdrom
mount : le périphérique spécial /dev/sr0 n'existe pas.

Why not try this:

bash-2.05b#cdrecord -scanbus
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
bash-2.05b#

and again:
bash-2.05b# ls -l /dev/sr0
lr-xr-xr-x1 root root   36 2003-06-25 12:57 /dev/sr0 - 
/dev/scsi/host0/bus0/target0/lun0/cd
bash-2.05b#

Isn't this fantastic???
I just noticed the following lines in dmesg:

SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2

Would there be something there?
Peter (thanks!) and everybody else, I need some help!!
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-25 Thread Jean Magnan de Bornier
Le mercredi 25 juin à 20 h. 13, Peter Ruskin a écrit notamment:
 
 As root, do...
 lsmod
 ...and look for ide-cd, sr_mod and cdrom in the output.  If any of those 
 aren't there, do modprobe sr_mod for example.  Make sure that ide-cd, 
 sr_mod and cdrom are added to /etc/modules.autoload.
 
 Things to look for in dmesg:
 SCSI subsystem driver Revision: 1.00
 hdd: attached ide-scsi driver.
 scsi0 : SCSI host adapter emulation for IDE ATAPI devices
   Vendor: PIONEER   Model: DVD-RW  DVR-105   Rev: 1.30
   Type:   CD-ROM ANSI SCSI revision: 02

 
 My guess is that one or more of those modules I mentioned above are 
 missing here.

Yes, sr_mod was missing, I added it. ide-cd is in the kernel (is it all
right? ), and I haven't found out where in make menuconfig I can 
activate cdrom?
Thanks for some more help,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-24 Thread Jean Magnan de Bornier
Le dimanche 15 juin à 16 h. 10, Troy Dack a écrit notamment:
 On Sun, 2003-06-15 at 15:59, Ohad Lutzky wrote:
  On Sat, Jun 14, 2003 at 10:54:07PM -0700, G??zim Hoxha wrote:
   Hi,
   I?m just trying to get my cd-rw working, I merged
   cdbakeoven, but for some reason it didn?t work and
   it?s hard to use.

   K3B is a KDE front end to the various command line cd burning apps that
 exist.  It is quite nice to use, has a fairly simple and intuitive
 layout.
 
 As long as you have ide-scsi built into the kernel (or as modules) and
 have the following on your kernel line in grub.conf:
   hdX=ide-scsi
 where X is your CD-RW, K3B and it's setup program should configure
 everything for you.
Well I tried exactly that (hdd=ide-scsi in grub.conf) with ide-scsi as
module,  but k3b says it finds no cd-rw device; and besides I cannot read
any cd anymore?? I know this is due to the 'hdd=ide-scsi' in grub.conf
because when I remove that I can read cd's as usual.
My cd-burner works perfectly with all other distros I have tried.  
What did I miss?
Thanks for any hint,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-24 Thread Jean Magnan de Bornier
Le mardi 24 juin à 20 h. 33, Peter Ruskin a écrit notamment:
 On Tuesday 24 Jun 2003 16:48, Jean Magnan de Bornier wrote:
  Well I tried exactly that (hdd=ide-scsi in grub.conf) with ide-scsi
  as module,  but k3b says it finds no cd-rw device; and besides I
  cannot read any cd anymore?? I know this is due to the 'hdd=ide-scsi'
  in grub.conf because when I remove that I can read cd's as usual.
  My cd-burner works perfectly with all other distros I have tried.  
  What did I miss?
 
 OK, the hdd=ide-scsi in grub.conf is right...next check out 
 /etc/devfs.conf:
 
 # Give the cdrw group write permissions to /dev/sg0
 # This is done to have non root user use the burner (scan the scsi bus)
 REGISTER^scsi/host.*/bus.*/target.*/lun.*/genericPERMISSIONS 
 root.cdrw 660
 
 # Create /dev/cdrom for the first cdrom drive
 LOOKUP  ^cdrom$  CFUNCTION GLOBAL mksymlink 
 cdroms/cdrom0 cdrom
 REGISTER^cdroms/cdrom0$   CFUNCTION GLOBAL mksymlink $devname 
 cdrom
 UNREGISTER  ^cdroms/cdrom0$   CFUNCTION GLOBAL unlink cdrom
 
 # Create /dev/cdrw for the first cdrom on the scsi bus
 # (change 'sr0' to suite your setup)
 LOOKUP  ^cdrw$  CFUNCTION GLOBAL mksymlink sr0 cdrw
 REGISTER^sr0$   CFUNCTION GLOBAL mksymlink $devname cdrw
 UNREGISTER  ^sr0$   CFUNCTION GLOBAL unlink cdrw
 
 ...and change the entry in /etc/fstab for /mnt/cdrom from /dev/hdd to 
 /dev/sr0
 
Checked out /etc/devfs.conf; then wrote in fstab:
/dev/sr0/mnt/cdrom  iso9660 noauto,ro,users
0 0
Was this what you meant?
Then:
bash-2.05b# cdrecord -scanbus
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
and also:
bornier% mount /mnt/cdrom
mount : le périphérique spécial /dev/sr0 n'existe pas.
meaning that /dev/sr0 does not exist!

Maybe sr0 doesn't suit my setup, but I have no what this means?
Thanks for more help,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] printer module

2003-06-19 Thread Jean Magnan de Bornier
Le jeudi 19 juin à 11 h. 17, Ohad Lutzky a écrit notamment:
 On Thu, Jun 19, 2003 at 09:47:07AM +0200, Jean Magnan de Bornier wrote:
  Hello all, 
  I am having difficulties setting up my printer. It is a
  parallel port hpdeskjet 840c. The following kernel options are activated
  as modules:
  
  CONFIG_PARPORT=m
  CONFIG_PARPORT_PC=m
  CONFIG_PARPORT_PC_CML1=m
  
  CONFIG_PRINTER=m
  
  Now if I type modprobe parport or modprobe parport_pc, it works fine,
  but:
  
  bash-2.05b# modprobe printer
  modprobe: Can't locate module printer
 
 Umm... why would you want to do that? Once you modprobe parport,
 /dev/parport0 should show up. Then set CUPS (or whatever spooling daemon
 it is you use) to use that.
 
Well, I 'modprobe parport', and then:
bash-2.05b# ls -l /dev/parport0
ls: /dev/parport0: Aucun fichier ou répertoire de ce type

bash-2.05b# ls -l /dev/parport*
ls: /dev/parport*: Aucun fichier ou répertoire de ce type

bash-2.05b# ls -l /dev/lp* 
ls: /dev/lp*: Aucun fichier ou répertoire de ce type

So isn't there a problem?
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] printer module

2003-06-19 Thread Jean Magnan de Bornier
Le jeudi 19 juin à 13 h. 41, Ohad Lutzky a écrit notamment:
 On Thu, Jun 19, 2003 at 11:10:31AM +0200, Jean Magnan de Bornier wrote:
  Le jeudi 19 juin ? 11 h. 17, Ohad Lutzky a ?crit notamment:
   On Thu, Jun 19, 2003 at 09:47:07AM +0200, Jean Magnan de Bornier wrote:
Hello all, 
I am having difficulties setting up my printer. It is a
parallel port hpdeskjet 840c. The following kernel options are activated
as modules:

CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_PC_CML1=m

CONFIG_PRINTER=m

Now if I type modprobe parport or modprobe parport_pc, it works fine,
but:

bash-2.05b# modprobe printer
modprobe: Can't locate module printer
   
   Umm... why would you want to do that? Once you modprobe parport,
   /dev/parport0 should show up. Then set CUPS (or whatever spooling daemon
   it is you use) to use that.
   
  Well, I 'modprobe parport', and then:
  bash-2.05b# ls -l /dev/parport0
  ls: /dev/parport0: Aucun fichier ou r?pertoire de ce type
  
  bash-2.05b# ls -l /dev/parport*
  ls: /dev/parport*: Aucun fichier ou r?pertoire de ce type
  
  bash-2.05b# ls -l /dev/lp* 
  ls: /dev/lp*: Aucun fichier ou r?pertoire de ce type
  
  So isn't there a problem?
 
 Could you translate the error message please?
Aucun fichier ou répertoire de ce type is:
No such file or directory

As this seemed weird, I recompiled with CONFIG_PARPORT and 
CONFIG_PARPORT_PC in the kernel and now the printer works nicely!
I still dont understand why, but as long as it works...
Thanks anyway,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Permissions

2003-06-17 Thread Jean Magnan de Bornier
Hello all,
Some questions about permissions:
1/ How come that when I want to see the content of a cdrom I get the message:
-Only root may mount /dev/cdroms/cdrom0 (my translation from french)? I
have to mount cd's as root and then I can open them as a user. I tried to
change permissions on /dev/cdroms/cdrom0 *and* also to make a group for
/mnt/cdrom, but nothing works! any idea?
2/ Also I tried crontab -e, and it was a root permission (I did not
investigate more), but cannot users have their own crontab (I used to have
that with debian btw)?
Thanks,

-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Permissions

2003-06-17 Thread Jean Magnan de Bornier
Le mardi 17 juin à 12 h. 58, Pat Kerwan a écrit notamment:
 
 
 On Tue, Jun 17, 2003 at 09:04:53PM +0200, Jean Magnan de Bornier wrote:
  [snip]
  2/ Also I tried crontab -e, and it was a root permission (I did not
  investigate more), but cannot users have their own crontab (I used to have
  that with debian btw)?
 
 If you're using Vixie Cron, there's a couple of things you may want to
 try:
 
 1) Add your user to the cron group.

That was it, thank you,

-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Permissions

2003-06-17 Thread Jean Magnan de Bornier
Le mardi 17 juin à 12 h. 25, Alan a écrit notamment:
 On Tue, Jun 17, 2003 at 09:04:53PM +0200, Jean Magnan de Bornier wrote:
  Hello all,
  Some questions about permissions:
  1/ How come that when I want to see the content of a cdrom I get the message:
  -Only root may mount /dev/cdroms/cdrom0 (my translation from french)? I
  have to mount cd's as root and then I can open them as a user. I tried to
  change permissions on /dev/cdroms/cdrom0 *and* also to make a group for
  /mnt/cdrom, but nothing works! any idea?
 
 You have to add users into your /etc/fstab line for the cdrom.
 Something like this:
 
 /dev/cdroms/cdrom0   /mnt/cdrom iso9660 noauto,ro,user0 0
 /dev/cdroms/cdrom1   /mnt/cdrom1iso9660 noauto,ro,user0 0
 
 Regards,
 
 alan
et Tom:
 You 
need to add the user(s) that you wish to be able to mount the CDROM to  
 the 'cdrom' group.  
Thanks to both of you, everything os OK  
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] devfs

2003-06-14 Thread Jean Magnan de Bornier
Hello all,
I am happy to find this thread because I have a strange problem:
This morning I recompiled my kernel (I used stage3 default), and kept the
old one in /boot in case my setup didnt work. 
When I rebooted I had an error message telling me that devfs was missing
and then I rebooted in the old kernel and tried to reconfigure.
But using either make config or make menuconfig, I cant find the options about
devfs!!
Supposedly they should be in file system, after the proc file system 
support. And when I quit make menuconfig and check for DEVFS in .config,
I get:
# CONFIG_DEVFS_FS is not set
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
How can force these options to appear in make menuconfig?
Thanks

Le vendredi 13 juin à 10 h. 07, brett holcomb a écrit notamment:
 What devfs problem do you mean?  The install docs I used 
 for x86 told me I needed to make sure devfs and autostart 
 at boot were checked.
 
 
 On Fri, 13 Jun 2003 09:17:18 -0400 (EDT)
  [EMAIL PROTECTED] wrote:
 You also need to build the kernel with autostart on boot
 for devfs.
 
 
 Thanks.
 
 I think there is already a bug report on this devfs 
 problem.
 But it would save a lot of time to have it outlined in 
 the Installation Docs.
 
 
 
 
 

-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] devfs

2003-06-14 Thread Jean Magnan de Bornier
Le samedi 14 juin à 16 h. 00, Tom Wesley a écrit notamment:
Content-Description: signed data
 On Saturday 14 June 2003 15:48, Jean Magnan de Bornier wrote:
  Hello all,
  I am happy to find this thread because I have a strange problem:
  This morning I recompiled my kernel (I used stage3 default), and kept the
  old one in /boot in case my setup didnt work.
  When I rebooted I had an error message telling me that devfs was missing
  and then I rebooted in the old kernel and tried to reconfigure.
  But using either make config or make menuconfig, I cant find the options
  about devfs!!
  Supposedly they should be in file system, after the proc file system
  support. And when I quit make menuconfig and check for DEVFS in .config,
  I get:
  # CONFIG_DEVFS_FS is not set
  # CONFIG_DEVFS_MOUNT is not set
  # CONFIG_DEVFS_DEBUG is not set
  How can force these options to appear in make menuconfig?
  Thanks
 
 Select to view experiemental items from the start.

 Should have checked that! Thanks,



-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Partitions

2003-06-07 Thread Jean Magnan
Le Samedi 7 Juin 2003 16:39, Hemmann, Volker Armin a écrit :
 On Friday 06 June 2003 23:29, Jean Magnan wrote:
  Hi all,
  I am planning to install gentoo instead of some other distro; I read the
  doc but found nothing about having more than /boot and / partitions. I
  wish to install at least a /home partition.
  What would do?

 Make the needed partitions, mount them, before you chroot into the
 directory-tree (like /mnt/gentoo /mnt/gentoo/usr /mnt/gentoo/var etc)
 While it compiles, you can easily edit fstab, and when your box reboots,
 everything is fine.

 I have:
 /dev/hda1 /boot
 /dev/hda5 /
 /dev/hda6 /tmp
 /dev/hdb1 /var
 /dev/hdb3 /home
 /dev/hdg1 swap
 /dev/hdg3 /usr/portage

 /dev/hdb2 /mnt/capture (for capturing from my bt848 based card)
 /dev/hde1 /mnt/win1 (old vfat formated partition used for files, tmp files
 etc once home of a win95b installation)
 /dev/hde2 /mnt/win2 (the old data-partition of the former one)

 /dev/sda1   /mnt/flash (usb stick)


 You should put /tmp and /var on own partitions. /tmp because everybody is
 allowed to fill it up.. and a full /-partition is no fun. /var is also
 prone to become huge.. so a seperate partition reduces the risk of annoying
 problems.

 /home on a own partition is a wise choice, because it is easy to reinstall
 your whole system, without damaging your precious data.

Thank you Volker, this modus operandi is exactly what I needed ;
Thanks to all others too;
going for install now!
cu in my next os,
--
Jean


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Partitions

2003-06-06 Thread Jean Magnan
Hi all,
I am planning to install gentoo instead of some other distro; I read the doc 
but found nothing about having more than /boot and / partitions. I wish to 
install at least a /home partition.
What would do?
Thx, 
--
Jean Magnan de Bornier

--
[EMAIL PROTECTED] mailing list