Re: [gentoo-user] RE: Users with access to shell!

2005-05-17 Thread Stroller
On May 17, 2005, at 4:32 am, D. Wokan wrote:

That's the point, my server is a DataBase Server, I mean, users log 
in
and run a C++ script and then they work with the database files.. 
THEY
HAVE TO LOG IN, so there's only few that has access to the bash 
shell,
because they need it!!!... so, I ask again, there is some tools, 
command
that help me to monitoring, securing this server??

Is it possible for them to work with this DB using some client app
running on another machine? You haven't said much about your situation
but perhaps there is another way besides them having shell access to
that server.
I believe you can set their shell to /bin/true and they'll be able to 
log in, but not get an actual shell.
Erm.. this is usually used to prevent users from logging in - I mean, 
they can log in, but then /bin/true is called, and that allows no 
interactivity. The users wouldn't be able to call their C++ script.

I think it would be better to set the users' shell to 
/path/to/the/c++/app/the/users/require. This would allow them to log in 
to the server  ONLY use that.

Incidentally, `grep -e true -e false /etc/passwd` suggests the Gentoo 
standard to be to set shell to `/bin/false` for users who should be 
denied shell access. I thought `/bin/true` was more correct. 
Comments, anyone?

Stroller.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Changing KDE keyboard shortcuts

2005-05-17 Thread Hareesh Nagarajan
On 5/16/05, Jorge Almeida [EMAIL PROTECTED] wrote:
 On Sun, 15 May 2005, Hareesh Nagarajan wrote:
  Ctrl+Fn keys. How do I change it to the Alt+Fn keys?
 
 Control Center -- Regional  Accessibility -- Keyboard Shortcuts -- 
 Shortcut sequences

Thank you Jorge!

-Hareesh

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Which IMAP is happiest with gentoo?

2005-05-17 Thread Dirk Heinrichs
Am Sonntag, 15. Mai 2005 02:15 schrieb ext Stroller:

 No, that's not the case. But saying you hi-jacked my thread to
 someone is just likely to be ignored if they don't know WTF you're on
 about. Anyone who does so is probably ignorant of what they've done and
 the problem it causes, so bitching about it will only help if you
 EXPLAIN.

OK, since I was the one who first complained, I will explain next time.

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpfwLlme8TEY.pgp
Description: PGP signature


Re: [gentoo-user] What mixes up line order of world file?

2005-05-17 Thread Neil Bothwick
On Tue, May 17, 2005 1:09 am, Ciaran McCreesh said:

 sort  /var/lib/portage/world

sort /var/lib/portage/world

;-)



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Rebuilding world

2005-05-17 Thread Colin
I was messing around with my disk when Gentoo froze up on me.  I 
rebooted and got my system back up, but whenever I attempt an emerge, I 
get this error:
Traceback (most recent call last):
File /usr/bin/emerge, line 10 in ?
 import portage
File /usr/lib/portage/pym/portage.py, line 7306, in ?
 do_upgrade(mykey)
File /usr/lib/portage/pym/portage.py, line 7244 in do_upgrade
 myworld=open(/+WORLD_FILE,w)
IOError: [Errno 2] No such file or directory: '//var/lib/portage/world'

Well, apparently I destroyed Portage.  What now?
--
Colin
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Rebuilding world

2005-05-17 Thread Colin
Dirk Heinrichs wrote:
Am Dienstag, 17. Mai 2005 09:23 schrieb ext Colin:
 

I was messing around with my disk when Gentoo froze up on me.  I
rebooted and got my system back up, but whenever I attempt an emerge, I
get this error:
Traceback (most recent call last):
File /usr/bin/emerge, line 10 in ?
 import portage
File /usr/lib/portage/pym/portage.py, line 7306, in ?
 do_upgrade(mykey)
File /usr/lib/portage/pym/portage.py, line 7244 in do_upgrade
 myworld=open(/+WORLD_FILE,w)
IOError: [Errno 2] No such file or directory: '//var/lib/portage/world'
Well, apparently I destroyed Portage.  What now?
   

No, you didn't. Your world file is gone, that's all (it seems). However, it 
may be some work to rebuild it.

1) Simply touch /var/lib/portage/world
 

Worked.  If it was supposed to spit back some output, it didn't.
2) Then do emerge -p depclean (don't forget -p) and put every package it 
lists into your world file.
 

It says:
!!! You have no world file.  Cannot determine explicit merges.
!!! You have no installed package tree (var/db/pkg).  This is a problem.
While you were typing your first message, I successfully ran an emerge 
--sync, and it told me that there was a new version of Portage 
available.  This is probably because a lot of /var was annihilated, though.

--
Colin
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] OpenGL hardware acceleration on VT8 with ATI Radeon

2005-05-17 Thread Ryan
If you use control-alt-insert, you can open a new session with the same
properties as your existing X session.  This will also include 3D
support.  Well, at least it does for me and I run an ATI 8500, but I
dont use the propriatary trash that ATI spews out.  It has 5% of the
features that it should.  The DRM drivers are light years ahead of ATI's
own driver.  I use the DRM drivers instead.

Ezequiel Tolnay wrote:

 Hi, I don't seem to have hardware acceleration for OpenGL on any
 virtual terminals other than the initial one (vt7). Is this the way it
 is supposed to be? Also, the 2D acceleration on vts other than vt7
 don't seem to be as fast as the vt7, although I do have TV-Out.

 I'm using an ATI  Radeon 9200 Pro using the proprietary drivers
 media-video/ati-drivers-8.12.10 and kdm/kde-3.4 to create the new
 virtual terminals.

 TIA,
 Ezequiel Tolnay


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] RE: Users with access to shell!

2005-05-17 Thread Ryan
If sounds to me like he made it clear that they HAD to login to use a
c++ script.  Probably something he built himself to manage data or
something. 

The quickest, easiest way is to just use chroot jails.  They are fairly
secure out of the box and chroot is a widely accepted method for
securing untrusted clients/servers (such as postfix for example).  Just
put only what they need in the chroot enviornment and you should be ok.

As for monitoring, there is always the bash_history file.  You can also
install a shell monitor that allows the root user to view a shell in
realtime.  You can also use the watch command to watch the who list. 
It's primitive but can be useful.  You can also use syslog to do some
extra logging similiar to that if bash_history.

D. Wokan wrote:


 Is it possible for them to work with this DB using some client app
 running on another machine? You haven't said much about your situation
 but perhaps there is another way besides them having shell access to
 that server.

  

 I believe you can set their shell to /bin/true and they'll be able to
 log in, but not get an actual shell.


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Rebuilding world

2005-05-17 Thread Dirk Heinrichs
Am Dienstag, 17. Mai 2005 09:52 schrieb ext Colin:
 Well, apparently I destroyed Portage.  What now?
 
 No, you didn't. Your world file is gone, that's all (it seems). However,
  it may be some work to rebuild it.

From the message below, it now looks as if you indeed destroyed some vital 
part of portage. I was hoping that it was only the world file.

 1) Simply touch /var/lib/portage/world

 Worked.  If it was supposed to spit back some output, it didn't.

No. It just creates an empty file.

 2) Then do emerge -p depclean (don't forget -p) and put every package
  it lists into your world file.

 It says:
 !!! You have no world file.  Cannot determine explicit merges.
 !!! You have no installed package tree (var/db/pkg).  This is a problem.

It is. /var/db/pkg is where portage remembers what is installed on your 
system and how it was installed.

Don't know how to get that back, other than from a backup or by emerge -e 
system followed by emerge package for every package that you installed 
yourself.

Maybe someone else knows?

 While you were typing your first message, I successfully ran an emerge
 --sync, and it told me that there was a new version of Portage
 available.  This is probably because a lot of /var was annihilated,
 though.

No, it is because there is a new portage ebuild in the tree.

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpLcOlRzntBO.pgp
Description: PGP signature


Re: [gentoo-user] Slune

2005-05-17 Thread Benno Schulenberg
Bill Six wrote:
 I emerged the game Slune, but when I try to run
 slune from the command line, I get the following error
 [...]
 AttributeError: 'module' object has no attribute 'Image'

Set games-action/slune ~x86 in /etc/portage/package.keywords and 
reemerge slune (version 1.0.7 will be built), it should work OK.

If not, hit bug  http://bugs.gentoo.org/show_bug.cgi?id=92826.

Benno
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] nautilus, file types and icons

2005-05-17 Thread Antonio Coralles
gentoo-user@lists.gentoo.org wrote:

 gentoo-user@lists.gentoo.org mailto:gentoo-user@lists.gentoo.org wrote:

 On Mon, 16 May 2005, Antonio Coralles wrote:

  How can i tell nautilus that i want a specific icon displayed for given
  file type - or register a new type. The reason why i'm asking this is
  because I want nautilus to treat *.hpp like *.h files (i want them to
  have the same icon)... Is it possible to register file endings with
 icons ?

 Did you try RIGHT clicking and selecting Properties - usually there's a
 change icon option there somewhere.

 There is, but there i can only change the icon for the file i clicked
 on, not for all files with a given extension ...
 antonio

Well, this is more a repost than an answer ...
antonio

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] traceroute-nanog

2005-05-17 Thread Aaron Walker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

James wrote:

 I've tried to emerge traceroute-nanog several times and it fails.

James, I think I know what is causing the problem but I need your help.

One of our developers brought this to my attention a while back, however the
package has a valid SRC_URI.  What I'm thinking is the problem is that the
mirror info in ${PORTDIR}/profiles/thirtdpartymirrors for certain debian
mirrors is incorrect (some mirrors use ftp://blah/debian while others use
ftp://blah/debian/debian).

Any way you can provide a list of mirrors that are tried but fail?
- --
  I don't think anyone should write their autobiography until after
  they're dead. -Samuel Goldwyn

Aaron Walker [EMAIL PROTECTED]
[ BSD | cron | forensics | shell-tools | commonbox | netmon | vim | web-apps ]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCid29C3poscuANHARAlvYAJ9xQQRUcBXkW/zqJgYfS925EogOhACghhUL
ZIqVdPOl45lSpHJnIVo3Z6A=
=eslA
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: traceroute-nanog

2005-05-17 Thread James
Aaron Walker ka0ttic at gentoo.org writes:


 One of our developers brought this to my attention a while back, however the
 package has a valid SRC_URI.  What I'm thinking is the problem is that the
 mirror info in ${PORTDIR}/profiles/thirtdpartymirrors for certain debian
 mirrors is incorrect (some mirrors use ftp://blah/debian while others use
 ftp://blah/debian/debian).

My first email contained the name of one:
Connecting to ftp.kornet.net[218.145.61.18]:80... 

I would as it spent hours retrying different web servers, but,
it installed in just 1 minute today..


Seems to be fixed.

Thanks!
James

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problem emerging slrn

2005-05-17 Thread Cornelia Menzel
Hello everybody!

I am trying to emerge slrn, but I get this error message:

--snip--
checking for sendmail  no
configure: error:
I can't find a sendmail executable, slrn requires a mail transport agent for 
sending e-mail.
Please make sure sendmail is in your $PATH or use the --with-mta option to 
point configure to a 
different MTA (giving the full pathname and all needed command line arguments). 
--snap--

As I do not use sendmail but nbsmtp, I should point configure to 
/usr/bin/nbsmtp.

But I do not know how to do this. I understand, that using Gentoo I have to 
emerge 'instead' of install 
the programms. When I was using SuSE, I could install programms by the way 
'configure' (where I can 
give options), 'make' and 'install'. But now, I not even know how to do this 
under Gentoo.

Can anybody help me with this?

Every help is very much appreciated.

Kind regards,
Nelly

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] fallback dns servers

2005-05-17 Thread Jean Magnan de Bornier
Hello all,
I am setting up a way to have my laptop automatically get a correct ip
address. 

When I am at my office, I have a fixed ip; at home (on a
private network) I use dhcp.
I know I can use quickswitch for that but I want something really
automatic, so after some search I ended up with this in my
/etc/conf.d/net:

iface_eth0=dhcp
ifconfig_eth0=( dhcp 194.199.136.151 )  
dhcpcd_eth0=-t 30
ifconfig_fallback_eth0=( 194.199.136.151 netmask 255.255.255.0  )
ipaddr_fallback_eth0=( 194.199.136.151  gw 194.199.136.250 )

This works great, but as dhcp overwrites /etc/resolv.conf, when I go back
to my fixed ip my dns servers are not the ones I need (still the ones I
use at home). My dns names for office are set in /etc/resolv.conf.fac. Is
there a way to have the machine know which dns servers to use?
Thanks for any hint,
-- 
Jean Magnan de Bornier  |   email: jean-at-bornier.net
 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] How can I make udev play nicely with my palm pilot

2005-05-17 Thread William Kenworthy
I can sync my palm fine using jpilot by hitting sync on the palm, then
sync on jpilot.  udev creates the nodes (I have set them
as /dev/tts/USB0 and /dev/tts/USB1) when the palm sync is run, and
deletes them when finished.

The problem is that most software (pilot-link, gnome-pilot, ...) seems
to expect the nodes to be present all the time - and udev keeps deleting
them!  Even if I manually create the nodes udev will politely delete
them after a sync - causing gnome-pilot to never sync again (until
killed/restarted)

Manually creating the nodes and commenting out the rule in 50-udev.rules
didnt work either (the nodes stayed, just didnt work - no sync).  How
can I make udev play nicely?

BillK

-- 
William Kenworthy [EMAIL PROTECTED]
Home!

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] nptl messing with firefox?

2005-05-17 Thread Qian Qiao
On 16/05/05, Grant [EMAIL PROTECTED] wrote:
 
 Do you think I should re-emerge a gtk package?
 
 - Grant

what does emerge --deep --newuse --update world say?

-- 
Money can't buy everything.
Sometimes money can't even buy a gun...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] The NPTL difference

2005-05-17 Thread Bastian Balthazar Bux
Grant wrote:
 How do you tell an app to use linuxthreads instead?  What is the point
 of +nptlonly?  A more compact installation?

A trick to make an app use linuxthreads is set
LD_ASSUME_KERNEL=2.4.19
in the env your app will run in.

-- 
 
. These pages are best viewed by coming to my house and looking at   .
. my monitor. [S. Lucas Bergman (on his website)].
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Share serial port over network

2005-05-17 Thread Norbert Kamenicky
Raphael Melo de Oliveira Bastos Sales wrote:
 Have you tried sharing it over NFS? 

This is wasting time, it really can't work :-(.
Device special file is only a pointer to some driver built in local
kernel, AFAIK there is no way, how to make a node pointing to remote
kernel driver.

 or maybe programming a small
 daemon that reads from/writes to the serial port?

Yes, if u like to access remote SIO via local device special,
u need some program/daemon running on remote machine, which
communicates to specialized kernel driver on local machine.
Both of them (local kernel module and remote daemon) u probably
have to program yourself, since I don't know about existing
solution. Let me know, if u find some.

noro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Acrobat Reader 7

2005-05-17 Thread ZeeGeek
On 5/17/05, Jorge Almeida [EMAIL PROTECTED] wrote:
Each time I close Acrobat Reader 7, I get a *really annoying* messageasking whether I want to enable _javascript_s, which I don't and won't.This happens no matter what document has been read, or even when nodocument at all was opened.
Anyone knows a way to disable this *feature*?--Jorge Almeida--gentoo-user@gentoo.org mailing listIt's in Edit - Preferences - _javascript_, there's an option to enable or disable it.
-- http://zeegeek.blogspot.comhttp://ihome.ust.hk/~cs_snx/blog/ (for mainland)


Re: [gentoo-user] Acrobat Reader 7

2005-05-17 Thread Jorge Almeida
On Tue, 17 May 2005, ZeeGeek wrote:
On 5/17/05, Jorge Almeida [EMAIL PROTECTED] wrote:
Each time I close Acrobat Reader 7, I get a *really annoying* message
asking whether I want to enable JavaScripts, which I don't and won't.
This happens no matter what document has been read, or even when no
document at all was opened.
Anyone knows a way to disable this *feature*?
--
Jorge Almeida
--
gentoo-user@gentoo.org mailing list

It's in Edit - Preferences - JavaScript, there's an option to enable or
disable it.
Nope. It is there and it is disabled. The problem is that the program
keeps asking whether I want to enable it!

--
Jorge Almeida
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] nptl messing with firefox?

2005-05-17 Thread Grant
  Do you think I should re-emerge a gtk package?
 
  - Grant
 
 what does emerge --deep --newuse --update world say?

I do that every day.  That's why I got into Gentoo to tell you the truth.

But nothing to report there.  I did update to firefox 1.0.4 the other
day and I hadn't checked it since.  My other workstation is running
normally under 1.0.4 though.

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Acrobat Reader 7

2005-05-17 Thread fire-eyes
On Tue, 2005-05-17 at 16:21 +0100, Jorge Almeida wrote:

 Nope. It is there and it is disabled. The problem is that the program
 keeps asking whether I want to enable it!

I have read a few things on this issue, though I do not use the product.

It actually goes to a wider problem, where if javascript is on, docments
can call home to wherever they are told to. This bothers many people, so
they turn off javascript. Even if you don't mind that, turning off
javascript is just what many people want to do.

However it does exactly what you mentioned, annoying you over and over
again to turn it on.

I have not seen a workaround.

This comment is off topic, but I can't say I'm surprised, Adobe is a
pretty annoying company (we have had many extremely frustrating dealings
with them).

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Acrobat Reader 7

2005-05-17 Thread fire-eyes
On Tue, 2005-05-17 at 09:20 -0700, Richard Fish wrote:
 Has it annoyed you enough yet to turn on JavaScript?

Hopefully not, documents which have been written to do so can then
litrally call home.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Acrobat Reader 7

2005-05-17 Thread Jorge Almeida
On Tue, 17 May 2005, fire-eyes wrote:
On Tue, 2005-05-17 at 09:20 -0700, Richard Fish wrote:
Has it annoyed you enough yet to turn on JavaScript?
Hopefully not, documents which have been written to do so can then
litrally call home.

I _will not_ enable JavaSpook.
What remains to be decided is whether I'll give up using Acrobat Reader.
--
Jorge Almeida
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Help with nautilus

2005-05-17 Thread Ognjen Bezanov
Alex Bennee wrote:

Would you please provide more details about the actual error?
One good way to do that is to launch nautilus from a terminal with the
following command IIRC:

   nautilus --no-desktop --file-browser

and take a look at the ouput when it crashes.

  

here is the error output from the command you specified:

[EMAIL PROTECTED] ognen $ nautilus --no-desktop --file-browser

** (nautilus:13834): WARNING **: URI NOT LOADED

** (nautilus:13834): WARNING **: Error in parse: Error on line 1851 char
14: Odd  character 'T', expected a '' character to end the start tag of
element 'URIion '

** (nautilus:13834): WARNING **: Error on line 1851 char 14: Odd
character 'T', expected a '' character to end the start tag of element
'URIion'

** (eog:13859): WARNING **: Failed to lock:  Resource temporarily
unavailable

** (eog:13859): WARNING **: URI NOT LOADED

** (eog:13859): WARNING **: Error in parse: Error on line 1851 char 14:
Odd char acter 'T', expected a '' character to end the start tag of
element 'URIion'

** (eog:13859): WARNING **: Error on line 1851 char 14: Odd character
'T', expec ted a '' character to end the start tag of element 'URIion'

** (eog:13859): WARNING **: URI NOT LOADED

** (eog:13859): WARNING **: Error in parse: Error on line 1851 char 14:
Odd char acter 'T', expected a '' character to end the start tag of
element 'URIion'

** (eog:13859): WARNING **: Error on line 1851 char 14: Odd character
'T', expec ted a '' character to end the start tag of element 'URIion'


Any help appreciated.


Whats interesting to note is that if i run the above command as root it
works, without crashing. It seems to be a problem with my user
account/permissions rather then the program itself.



If you run the command again with strace:

strace -e trace=open nautilus --no-desktop --file-browser

You will probably be able to see what the failing file is interleaved
among the ** (nautilus:13834): WARNING **:  messages.


--
Alex, homepage: http://www.bennee.com/~alex/
Complex system: One with real problems and imaginary profits.

  

There was a lot of data, I am listing the last few lines here:


I hope its of any help:

/open(/usr/share/application-registry/gimp-2.2.applications,
O_RDONLY|O_LARGEFI LE) = 29
open(/home/ognen/.gnome/application-info,
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DI RECTORY) = 27
open(/home/ognen/.gnome/application-info/user.applications,
O_RDONLY|O_LARGEFI LE) = 29
--- SIGRTMIN (Unknown signal 32) @ 0 (0) ---
open(/home/ognen/Spider-4.jpg, O_RDONLY|O_LARGEFILE) = 27
open(applications/eog.desktop, O_RDONLY|O_LARGEFILE) = -1 ENOENT (No
such file  or directory)
open(/home/ognen/.local/share/applications/eog.desktop,
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open(/usr/local/share/applications/eog.desktop, O_RDONLY|O_LARGEFILE)
= -1 ENO ENT (No such file or directory)
open(/usr/share/applications/eog.desktop, O_RDONLY|O_LARGEFILE) = 27
--- SIGCHLD (Child exited) @ 0 (0) ---
--- SIGRTMIN (Unknown signal 32) @ 0 (0) ---
--- SIGRTMIN (Unknown signal 32) @ 0 (0) ---
open(/etc/rpc, O_RDONLY)  = 27
open(/home/ognen/.recently-used, O_RDWR) = 27

** (nautilus:15748): WARNING **: URI NOT LOADED

** (nautilus:15748): WARNING **: Error in parse: Error on line 1851 char
14: Odd  character 'T', expected a '' character to end the start tag of
element 'URIion '

** (nautilus:15748): WARNING **: Error on line 1851 char 14: Odd
character 'T', expected a '' character to end the start tag of element
'URIion'
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
--- SIGCHLD (Child exited) @ 0 (0) ---

** (eog:15769): WARNING **: Failed to lock:  Resource temporarily
unavailable

** (eog:15769): WARNING **: Failed to lock:  Resource temporarily
unavailable

** (eog:15769): WARNING **: Failed to lock:  Resource temporarily
unavailable
/

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] removing gnome

2005-05-17 Thread Cheryl Homiak
I put gnome on my system to try out gnopernicus which isn't working for 
me. I'd like to take gnome off of my system now but don't want to 
inadvertently remove needed X packages or libraries. Is there a way to 
do this?
Tia.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] removing gnome

2005-05-17 Thread Mark Knecht
I put gnome on my system to try out gnopernicus which isn't working for
me. I'd like to take gnome off of my system now but don't want to
inadvertently remove needed X packages or libraries. Is there a way to
do this?
Tia.

Hi Cheryl,
   I've just been going through this sort of thing cleaning up my
world file. To sort of encapsulate the process forst make sure you're
system is up to date and clean using a command suvch as

emerge -pv --oneshot --update --deep world

After that you could use

emerge -Cp gnome

to remove the top bit of Gnome but none of the underlying package. 

You can then run emerge -pv --depclean 

to find things that are no longer needed. Presumably this will include
the next portions of gnome. you can remove them using --depclean but
make sure that it's not trying to take too much out. If it is addd
these other things into your world file.

When you've done a bit of work then try

revdep-rebuild -p 

to make sure that dependencies haven't been broken and emerge back in
anything that's needed to fix up broken dependencies.

when you're all done all three of these commands

emerge -pv --oneshot --update --deep world
emerge -pv --depclean
revdep-rebuild -p

should come out clean and tell you there's no more work to do.

Hope this helps,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] nptl messing with firefox?

2005-05-17 Thread Qian Qiao
On 17/05/05, Grant [EMAIL PROTECTED] wrote:
   Do you think I should re-emerge a gtk package?
  
   - Grant
 
  what does emerge --deep --newuse --update world say?
 
 I do that every day.  That's why I got into Gentoo to tell you the truth.
 
 But nothing to report there.  I did update to firefox 1.0.4 the other
 day and I hadn't checked it since.  My other workstation is running
 normally under 1.0.4 though.

Don't know if re-emerging every package firefox depends on will solve
the issue, but worth a try.

-- 
Money can't buy everything.
Sometimes money can't even buy a gun...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] nptl messing with firefox?

2005-05-17 Thread Grant
 Don't know if re-emerging every package firefox depends on will solve
 the issue, but worth a try.

That's quite a list.  Is there a better way than this:

emerge -ave mozilla-firefox

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem emerging slrn

2005-05-17 Thread Rumen Yotov
Cornelia Menzel wrote:

Hello everybody!

I am trying to emerge slrn, but I get this error message:

--snip--
checking for sendmail  no
configure: error:
I can't find a sendmail executable, slrn requires a mail transport agent for 
sending e-mail.
Please make sure sendmail is in your $PATH or use the --with-mta option to 
point configure to a 
different MTA (giving the full pathname and all needed command line 
arguments). 
--snap--

As I do not use sendmail but nbsmtp, I should point configure to 
/usr/bin/nbsmtp.

But I do not know how to do this. I understand, that using Gentoo I have to 
emerge 'instead' of install 
the programms. When I was using SuSE, I could install programms by the way 
'configure' (where I can 
give options), 'make' and 'install'. But now, I not even know how to do this 
under Gentoo.

Can anybody help me with this?

Every help is very much appreciated.

Kind regards,
Nelly

  

Hi,
Think that making a link ln -s /usr/bin/nbsmtp /usr/sbin/sendmail will
do the trick (or virtual/mta).
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Acrobat Reader 7

2005-05-17 Thread Nicolai Beuermann
Just go to .adobe/Acrobat/7.0/JavaScripts
and transform glob.settings.js into a symbolic to /dev/null

hope that helps
nico

Am Dienstag 17 Mai 2005 18:51 schrieb Jorge Almeida:
 On Tue, 17 May 2005, fire-eyes wrote:
  On Tue, 2005-05-17 at 09:20 -0700, Richard Fish wrote:
  Has it annoyed you enough yet to turn on JavaScript?
 
  Hopefully not, documents which have been written to do so can then
  litrally call home.

 I _will not_ enable JavaSpook.

 What remains to be decided is whether I'll give up using Acrobat Reader.

 --
 Jorge Almeida

-- 
mailto: [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] removing gnome

2005-05-17 Thread Mark Knecht
Cheryl,

An important mistake!

Please use

emerge -pv --update --deep --newuse world

when checking your system. --oneshot is for when you need to isntall
something and don't want it going into the world file.

you want to use --newuse to ensure that everything installed is
consistent with the current set of flags.

sorry,
Mark




On 5/17/05, Mark Knecht [EMAIL PROTECTED] wrote:
 I put gnome on my system to try out gnopernicus which isn't working for
 me. I'd like to take gnome off of my system now but don't want to
 inadvertently remove needed X packages or libraries. Is there a way to
 do this?
 Tia.
 
 Hi Cheryl,
I've just been going through this sort of thing cleaning up my
 world file. To sort of encapsulate the process forst make sure you're
 system is up to date and clean using a command suvch as
 
 emerge -pv --oneshot --update --deep world
 
 After that you could use
 
 emerge -Cp gnome
 
 to remove the top bit of Gnome but none of the underlying package.
 
 You can then run emerge -pv --depclean
 
 to find things that are no longer needed. Presumably this will include
 the next portions of gnome. you can remove them using --depclean but
 make sure that it's not trying to take too much out. If it is addd
 these other things into your world file.
 
 When you've done a bit of work then try
 
 revdep-rebuild -p
 
 to make sure that dependencies haven't been broken and emerge back in
 anything that's needed to fix up broken dependencies.
 
 when you're all done all three of these commands
 
 emerge -pv --oneshot --update --deep world
 emerge -pv --depclean
 revdep-rebuild -p
 
 should come out clean and tell you there's no more work to do.
 
 Hope this helps,
 Mark


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] check permissions of all my files!

2005-05-17 Thread israel.garcia
List, How can I check the permissions of all the files of my CentOS
server?
I'm looking for some kind of report with this information..
Is there some command? Some tool?

Regards,
Israel


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Acrobat Reader 7

2005-05-17 Thread Chris Prior
cd ~/.adobe/Acrobat/7.0/JavaScripts 
mv glob.settings.js glob.settings.js.bak
ln -s /dev/null glob.settings.js

-- 
Christian Prior
http://christianprior.de

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Random emerge failures

2005-05-17 Thread Grant
Hi guys, I've posted about my random emerge failures before and it
sounded like changing /etc/make.conf to:

MAKEOPTS=-j1

would fix it, but I'm definitely still getting them.  The latest one
is with firefox.  Here's what I see:

ntextSpecPS.h nsTempfilePS.h nsPaperPS.h ../../../dist/include/gfx
/usr/bin/perl -I../../../config ../../../config/build-list.pl
../../../dist/include/gfx/.headerlist nsIDeviceContextPS.h
nsGfxPSCID.h nsIDeviceContextSpecPS.h nsTempfilePS.h nsPaperPS.h
gmake[4]: *** [export] Segmentation fault
gmake[4]: Leaving directory
`/var/tmp/portage/mozilla-firefox-1.0.4/work/mozilla/gfx/src/ps'
gmake[3]: *** [export] Error 2
gmake[3]: Leaving directory
`/var/tmp/portage/mozilla-firefox-1.0.4/work/mozilla/gfx/src'
gmake[2]: *** [export] Error 2
gmake[2]: Leaving directory
`/var/tmp/portage/mozilla-firefox-1.0.4/work/mozilla/gfx'
gmake[1]: *** [tier_9] Error 2
gmake[1]: Leaving directory
`/var/tmp/portage/mozilla-firefox-1.0.4/work/mozilla'
make: *** [default] Error 2

!!! ERROR: www-client/mozilla-firefox-1.0.4 failed.
!!! Function src_compile, Line 123, Exitcode 2

Is a hardware problem the only explanation?  I'm seeing this kind of
thing across 4 different systems:

P4-2.8 2GB
Celeron-2.4 512MB
P3-600 192MB
Celeron-? 128MB

This time it was the P3.

- Grant

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] baselayout-1.11.12

2005-05-17 Thread Michael W. Holdeman
Anybody have any success with this version??


-- 
 
Michael W. Holdeman



Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.9-ck3|
Win4Lin 5-1-18c netraverse.com  |
|
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ebuild digest is complaining about no PF

2005-05-17 Thread Calvin Spealman
I'm trying to create an updated ebuild for treeline-0.12.0, to take
advantage of the new install scripts it uses. I'm having a bit of
trouble generating a digest, however, with ebuild digest. It is
complaining that part of the name or the version is missing, and then
that PF is null or , and it bails. I don't know how I could have
caused this, because I didn't even touch PF and its generated
automatically anyway, right? I've included my modified script below.

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

inherit eutils python

DESCRIPTION=TreeLine is a structured information storage program.
HOMEPAGE=http://www.bellz.org/treeline/;

SRC_URI=http://www.bellz.org/treeline/${P}.tar.gz;
LICENSE=GPL-2
SLOT=0

KEYWORDS=~x86 ~ppc
IUSE=spell

DEPEND=spell? ( || ( app-text/aspell app-text/ispell ) )
|| ( dev-python/pyxml dev-libs/expat )
virtual/python dev-python/PyQt
=x11-libs/qt-3.3.0-r1

S=${WORKDIR}/TreeLine

src_compile() {
printf '#!/bin/sh\n\nexec python %s/treeline.py $*\n' \
/usr/lib/treeline  ${T}/treeline
}

src_install() {
dodir /usr/lib/treeline /usr/share/icons/treeline

install.py -p /usr
}

pkg_postinst() {
python_mod_optimize /usr/lib/treeline
}

pkg_postrm() {
python_mod_cleanup /usr/lib/treeline
}

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] check permissions of all my files!

2005-05-17 Thread Qian Qiao
On 17/05/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 List, How can I check the permissions of all the files of my CentOS
 server?
 I'm looking for some kind of report with this information..
 Is there some command? Some tool?

I think tripwire checks permissions and minitors changes made to them,
results are sent to you by email, is that what you want?

P.S It's been a long time since my last tripwire usage, so I might be
wrong, but worth finding out.

HTH

-- Joe

-- 
Money can't buy everything.
Sometimes money can't even buy a gun...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Random emerge failures

2005-05-17 Thread Ciaran McCreesh
On Tue, 17 May 2005 11:42:06 -0700 Grant [EMAIL PROTECTED] wrote:
| Is a hardware problem the only explanation?  I'm seeing this kind of
| thing across 4 different systems:
| 
| P4-2.8 2GB
| Celeron-2.4 512MB
| P3-600 192MB
| Celeron-? 128MB
| 
| This time it was the P3.

If it's random then we're probably talking hardware, yes. The other
options are broken kernel or daft CFLAGS.

-- 
Ciaran McCreesh : Gentoo Developer (Vim, Shell tools, Fluxbox, Cron)
Mail: ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm



pgpa86mBvIJVL.pgp
Description: PGP signature


Re: [gentoo-user] ebuild digest is complaining about no PF

2005-05-17 Thread Ciaran McCreesh
On Tue, 17 May 2005 14:45:05 -0400 Calvin Spealman
[EMAIL PROTECTED] wrote:

| I'm trying to create an updated ebuild for treeline-0.12.0, to take
| advantage of the new install scripts it uses. I'm having a bit of
| trouble generating a digest, however, with ebuild digest. It is
| complaining that part of the name or the version is missing, and then
| that PF is null or , and it bails. I don't know how I could have
| caused this, because I didn't even touch PF and its generated
| automatically anyway, right? I've included my modified script below.

Sounds to me like you're putting the ebuild in the wrong place.

-- 
Ciaran McCreesh : Gentoo Developer (Vim, Shell tools, Fluxbox, Cron)
Mail: ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm



pgpOaxMOPQkBB.pgp
Description: PGP signature


Re: [gentoo-user] removing gnome

2005-05-17 Thread Cheryl Homiak
I can't find any revdep-rebuild command.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] SPAM reporting problem on server

2005-05-17 Thread Patrick
Hi,

I have a problem with forwarding spam of different users to one mailbox.
All users get there mail delivered with procmail and it has following rule

#Spam controle voor andere mails
:0fw 
| spamc

:0
* ^X-Spam-Status: Yes
!  [EMAIL PROTECTED]

when this mail arrives in that mail box i have this:
X-Spam-Level: 
X-Spam-Status: No, score=-0.4 required=5.5 tests=ALL_TRUSTED,AWL,
DATE_IN_PAST_06_12,FROM_ENDS_IN_NUMS,HTML_90_100,HTML_MESSAGE,
HTML_TITLE_EMPTY,NO_DNS_FOR_FROM autolearn=ham version=3.0.2-gr1

All the spam-level info is gone i have only the rewrited subject 

What can i do to keep this information ?

TIA
Patrick

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] check permissions of all my files!

2005-05-17 Thread Kyle England
[EMAIL PROTECTED] wrote:
 List, How can I check the permissions of all the files of my CentOS
 server?

AIDE is good.
http://sourceforge.net/projects/aide

-- 
Kyle England kengland at gentoo dot org
Gentoo Infrastructure

GnuPG public key ID:  0xC342D18B (pgp.mit.edu)
Key Fingerprint:  0130 DF85 DE10 5953 0D50  B51E EC75 ABDF C342 D18B


signature.asc
Description: OpenPGP digital signature


[gentoo-user] mini pci wireless recomendations

2005-05-17 Thread Mauro Faccenda
Hi all,

I'm needing a mini pci wireless (802.11g) card for my HP/Compaq nx9005
(Athlon 2400+ 512MB RAM). That has a min-PCI slot and a integrated antenna.

I know that the prism54 is well supported in Linux, but I couldn't find
one mini-PCI with a chipset supported by that driver to buy.

So, I found a Intel PRO Wireless 2200 802.11b/g Mini PCI Card in
Dell's website:

http://accessories.us.dell.com/sna/ProductDetail.aspx?TabPage=techspecssku=430-0913spagenum=category_id=brandid=176k=c=usl=encs=19mnf=prst=prEnd=mnfsku=orderby=searchtype=pageb4search=page=productlisting.aspxinstock=refurbished=

(hope the link works)

It has a very good price, and uses a chipset that I think is supported
by Linux (by iwp2200 module, IIRC). But i think it has something to do
with the Centrino processor, is it right? Should it work on my notebook?

If not, can anyone recommend where to buy a supported mini-PCI 802.11g
card that should work on my notebook?

Thanks in advance,

Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Random emerge failures

2005-05-17 Thread Grant
On 5/17/05, Ciaran McCreesh [EMAIL PROTECTED] wrote:
 On Tue, 17 May 2005 11:42:06 -0700 Grant [EMAIL PROTECTED] wrote:
 | Is a hardware problem the only explanation?  I'm seeing this kind of
 | thing across 4 different systems:
 |
 | P4-2.8 2GB
 | Celeron-2.4 512MB
 | P3-600 192MB
 | Celeron-? 128MB
 |
 | This time it was the P3.
 
 If it's random then we're probably talking hardware, yes. The other
 options are broken kernel or daft CFLAGS.

My CFLAGS aren't so daft:

CFLAGS=-O2 -march=pentium3 -pipe -fomit-frame-pointer

and my kernel is 2.6.11-hardened-r1 (hardened-sources).  I have a hard
time believing all four machines have bad hardware.  They are all
using that kernel.  Could that be it?  If so, could it be a bad
configuration of the kernel?

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] removing gnome

2005-05-17 Thread Dmitri Vassilenko
On Tuesday May 17 2005 15:05, Cheryl Homiak wrote:
 I can't find any revdep-rebuild command.
$ emerge gentoolkit

Cheers,
Dmitri
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] removing gnome

2005-05-17 Thread Max
On 5/17/05, Cheryl Homiak [EMAIL PROTECTED] wrote:
 I can't find any revdep-rebuild command.
Hi Cheryl,

revdep-rebuild is in the gentoolkit packgage, just emerge gentoolkit.

hth,
max

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ebuild digest is complaining about no PF

2005-05-17 Thread brettholcomb
man 5 ebuild and the ebuild docs for the naming conventions.   If you haven't 
already create a portage directotry overlay and set up make.conf to define it.  
This will be where you can create your own ebuilds and not mess with the tree.

 
 From: Calvin Spealman [EMAIL PROTECTED]
 Date: 2005/05/17 Tue PM 02:45:05 EDT
 To: gentoo-user@lists.gentoo.org
 Subject: [gentoo-user] ebuild digest is complaining about no PF
 
 I'm trying to create an updated ebuild for treeline-0.12.0, to take
 advantage of the new install scripts it uses. I'm having a bit of
 trouble generating a digest, however, with ebuild digest. It is
 complaining that part of the name or the version is missing, and then
 that PF is null or , and it bails. I don't know how I could have
 caused this, because I didn't even touch PF and its generated
 automatically anyway, right? I've included my modified script below.
 
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils python
 
 DESCRIPTION=TreeLine is a structured information storage program.
 HOMEPAGE=http://www.bellz.org/treeline/;
 
 SRC_URI=http://www.bellz.org/treeline/${P}.tar.gz;
 LICENSE=GPL-2
 SLOT=0
 
 KEYWORDS=~x86 ~ppc
 IUSE=spell
 
 DEPEND=spell? ( || ( app-text/aspell app-text/ispell ) )
   || ( dev-python/pyxml dev-libs/expat )
   virtual/python dev-python/PyQt
   =x11-libs/qt-3.3.0-r1
 
 S=${WORKDIR}/TreeLine
 
 src_compile() {
   printf '#!/bin/sh\n\nexec python %s/treeline.py $*\n' \
   /usr/lib/treeline  ${T}/treeline
 }
 
 src_install() {
   dodir /usr/lib/treeline /usr/share/icons/treeline
 
   install.py -p /usr
 }
 
 pkg_postinst() {
   python_mod_optimize /usr/lib/treeline
 }
 
 pkg_postrm() {
   python_mod_cleanup /usr/lib/treeline
 }
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] removing gnome

2005-05-17 Thread Maxim Eremeev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
Cheryl Homiak wrote:

I can't find any revdep-rebuild command.

For that you will need to emerge gentoolkit
Regards,
Maxim
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
iD8DBQFCikg5rv8VoNvub1QRAjHtAKDl1vBIkOHuoa49o12VdYHPpLyWKgCgymGR
uWuglbO8P8OjkDxnUhMdSpQ=
=WTxc
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] baselayout-1.11.12

2005-05-17 Thread Neil Bothwick
On Tue, May 17, 2005 7:43 pm, Michael W. Holdeman said:
 Anybody have any success with this version??

It's working fine on ~amd64 and ~ppc systems here.

What problems are you seeing?





-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] hdparm HDIO_SET_DMA failed

2005-05-17 Thread Peter Karlsson
On Sat, 14 May 2005, Volker Armin Hemmann wrote:
is this not deafault?
Not on my system.
m16 sets to 16 ;) but: is m16 not the default setting?
Again not on my system.
I don't know, if there is any combination today, that makes probs, but not
using -u is wasting performance. Don't complain about stuttering sound and
video-hangs, if you have not tried -u1
I use it...
why? default is 256.. why changing it?
Again it's not the default on my machine...
Best regards
Peter K
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] SPAM reporting problem on server

2005-05-17 Thread Nick Rout
On Tue, 2005-05-17 at 21:07 +0200, Patrick wrote:
 Hi,
 
 I have a problem with forwarding spam of different users to one mailbox.
 All users get there mail delivered with procmail and it has following rule
 
 #Spam controle voor andere mails
 :0fw 
 | spamc
 
 :0
 * ^X-Spam-Status: Yes
 !  [EMAIL PROTECTED]
 
 when this mail arrives in that mail box i have this:
 X-Spam-Level: 
 X-Spam-Status: No, score=-0.4 required=5.5 tests=ALL_TRUSTED,AWL,
   DATE_IN_PAST_06_12,FROM_ENDS_IN_NUMS,HTML_90_100,HTML_MESSAGE,
   HTML_TITLE_EMPTY,NO_DNS_FOR_FROM autolearn=ham version=3.0.2-gr1
 
 All the spam-level info is gone i have only the rewrited subject 

X-spam-level gives no more information than in the following line, it
prints as many * characters as the score in the next line, as your score
is -0.4 it prints no *'s

 
 What can i do to keep this information ?
 
 TIA
 Patrick
 
-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Acrobat Reader 7

2005-05-17 Thread Jorge Almeida
On Tue, 17 May 2005, Nicolai Beuermann wrote:
Just go to .adobe/Acrobat/7.0/JavaScripts
and transform glob.settings.js into a symbolic to /dev/null
hope that helps
It certainly does!
Thanks.
--
Jorge Almeida
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] mini pci wireless recomendations

2005-05-17 Thread Stroller
On May 17, 2005, at 8:18 pm, Mauro Faccenda wrote:
It has a very good price, and uses a chipset that I think is supported
by Linux (by iwp2200 module, IIRC). But i think it has something to do
with the Centrino processor, is it right? Should it work on my 
notebook?
I have one of these, which I bought in error from my supplier to test 
with Linux - I didn't read the mini- in PCI when I ordered it, I was 
so pleased to find that Intel had open-sourced the driver.

In the supplied paperwork it does indeed state clearly that it's only 
supported with the Centrino chipsets. I'd be interested to see if it 
would work in other laptops, but I don't have one suitable. If you'd be 
interested to try it  would be prepared to pay postage from the UK, 
then let me know.

Stroller.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Problem emerging slrn

2005-05-17 Thread Rumen Yotov
Cornelia Menzel wrote:

On 21:25 Tue 17 May  , Rumen Yotov wrote:
  

Hi,
Think that making a link ln -s /usr/bin/nbsmtp /usr/sbin/sendmail will
do the trick (or virtual/mta).
HTH. Rumen



Hello Rumen,

Thank you very much for your help. The problem is that I would have to install 
sendmail.

Regarding the error message, it is clear, that the solution would be pointing 
to my (already installed) mta, which is 
nbsmtp. But I did not find any hint in internet how I can realise that using 
emerge. As emerge is the way to install 
software under Gentoo, I was wondering how other users change options using 
emerge (if there is a way to do that).

The programm needs to be compiled with the following option:

./configure --with-mta=/usr/bin/nbsmtp

Is there a way to do that under Gentoo?

Thanks in advance.

Kind regards,
Nelly

  

Hi Nelly,
It all depends on what you wanna do. Generally speaking there are two
main choices for sending a mail.
*First* install your own mail-server (sendmail,qmail,postfix) or
*second* install some minimal server which will forward the mail to a
relayhost/mailhub (your ISP) - ssmtp,nbsmtp etc. Second choice is lot
easier as a start.
Just read the official gentoo-docs about mail, quite all needed info is
there (incl. ssmtp,nbsmtp install, usage).
nbsmtp is in portage so you only have to run: emerge nbsmtp -pv then
grop the p. You're not *required* to install sendmail to have a
working mail setup.
Just sharing my experience here (i'm using qmail).
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] nptl messing with firefox?

2005-05-17 Thread Grant
  Don't know if re-emerging every package firefox depends on will solve
  the issue, but worth a try.

Whaddaya know!  re-emerging firefox fixed it.  Thanks!

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Random emerge failures

2005-05-17 Thread Richard Fish
Grant wrote:

On 5/17/05, Ciaran McCreesh [EMAIL PROTECTED] wrote:
  

On Tue, 17 May 2005 11:42:06 -0700 Grant [EMAIL PROTECTED] wrote:
| Is a hardware problem the only explanation?  I'm seeing this kind of
| thing across 4 different systems:
|
| P4-2.8 2GB
| Celeron-2.4 512MB
| P3-600 192MB
| Celeron-? 128MB
|
| This time it was the P3.

If it's random then we're probably talking hardware, yes. The other
options are broken kernel or daft CFLAGS.



My CFLAGS aren't so daft:

CFLAGS=-O2 -march=pentium3 -pipe -fomit-frame-pointer
  


What about CXXFLAGS?  Are they the same?

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Random emerge failures

2005-05-17 Thread Grant
 | Is a hardware problem the only explanation?  I'm seeing this kind of
 | thing across 4 different systems:
 |
 | P4-2.8 2GB
 | Celeron-2.4 512MB
 | P3-600 192MB
 | Celeron-? 128MB
 |
 | This time it was the P3.
 
 If it's random then we're probably talking hardware, yes. The other
 options are broken kernel or daft CFLAGS.
 
 
 
 My CFLAGS aren't so daft:
 
 CFLAGS=-O2 -march=pentium3 -pipe -fomit-frame-pointer
 
 
 
 What about CXXFLAGS?  Are they the same?
 
 -Richard

Yeah I've got:

CXXFLAGS=${CFLAGS}

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Email reply generator

2005-05-17 Thread Nick Rout
some mua will allow you to use an external editor, and if that is an
arbitrary program then you can do your own. ie call a nice editor with a random 
bit inserted at the top.

perhaps.

On Tue, 17 May 2005 13:33:58 -0700
darren kirby wrote:

 quoth the Etaoin Shrdlu:
  I know this is silly and OT, but after some googling seems to me that
  nothing exists that does what I'm looking for.
 
  When you reply to an email, the MUA more or less automatically starts
  your message with a short intro along the lines of on %date, %author
  wrote: or something like that.
 
  Some degree of customization is possible, so many people modify the above
  message in more or less humorous variants (eg, on %date the world
  stopped and listened as %author contributed the following to
  humanity:).
 
  There are a lot of email signature generators (fortune, sigrot, etc.),
  but I wasn't able to find an equivalent tool to generate these intros.
 
  Does somebody know if one exists? Or, alternatively, if some collection
  of introductory phrases exists somewhere in Internet (I found none)?
 
  Yes, I know it's silly. Only, with the plenty of tools the opensource
  world gives you, it just seems strange to me that nothing exists to do
  such a simple job.
 
  Thanks
 
 I am not sure it is possible, if so, I think it would depend on the MUA. For 
 instance, kmail allows you to use an external program to generate a sig, but 
 no such option exists for reply statement. You can change it, sure, but there 
 is no way to get an external program to change it dynamically.
 
 This isn't to say it isn't possible, just that you need a MUA which will 
 allow 
 it.
 
 -d
 -- 
 darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
 ...the number of UNIX installations has grown to 10, with more expected...
 - Dennis Ritchie and Ken Thompson, June 1972

-- 
Nick Rout
\
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Acrobat Reader 7

2005-05-17 Thread Nick Rout
yeah thanks from me too.

this thread has alerted me to a problem i didn't know existed (as I had
js turned on) and has provided me with a fix.

sweet :-)

On Tue, 17 May 2005 21:27:46 +0100 (WEST)
Jorge Almeida wrote:

 On Tue, 17 May 2005, Nicolai Beuermann wrote:
 
  Just go to .adobe/Acrobat/7.0/JavaScripts
  and transform glob.settings.js into a symbolic to /dev/null
 
  hope that helps
 It certainly does!
 Thanks.
 
 -- 
 Jorge Almeida
 -- 
 gentoo-user@gentoo.org mailing list

-- 
Nick Rout

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ebuild digest is complaining about no PF

2005-05-17 Thread Nick Rout

On Tue, 17 May 2005 14:45:05 -0400
Calvin Spealman wrote:

 I'm trying to create an updated ebuild for treeline-0.12.0, to take
 advantage of the new install scripts it uses. I'm having a bit of
 trouble generating a digest, however, with ebuild digest. It is
 complaining that part of the name or the version is missing, and then
 that PF is null or , and it bails. I don't know how I could have
 caused this, because I didn't even touch PF and its generated
 automatically anyway, right? I've included my modified script below.

1. what is the name of your ebuild file?
2. where is it on your system
3. what is PORTAGE_OVERLAY set to?


 
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils python
 
 DESCRIPTION=TreeLine is a structured information storage program.
 HOMEPAGE=http://www.bellz.org/treeline/;
 
 SRC_URI=http://www.bellz.org/treeline/${P}.tar.gz;
 LICENSE=GPL-2
 SLOT=0
 
 KEYWORDS=~x86 ~ppc
 IUSE=spell
 
 DEPEND=spell? ( || ( app-text/aspell app-text/ispell ) )
   || ( dev-python/pyxml dev-libs/expat )
   virtual/python dev-python/PyQt
   =x11-libs/qt-3.3.0-r1
 
 S=${WORKDIR}/TreeLine
 
 src_compile() {
   printf '#!/bin/sh\n\nexec python %s/treeline.py $*\n' \
   /usr/lib/treeline  ${T}/treeline
 }
 
 src_install() {
   dodir /usr/lib/treeline /usr/share/icons/treeline
 
   install.py -p /usr
 }
 
 pkg_postinst() {
   python_mod_optimize /usr/lib/treeline
 }
 
 pkg_postrm() {
   python_mod_cleanup /usr/lib/treeline
 }
 
 -- 
 gentoo-user@gentoo.org mailing list

-- 
Nick Rout
Barrister  Solicitor
Christchurch
http://www.rout.co.nz
[EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Random emerge failures

2005-05-17 Thread Grant
 | Is a hardware problem the only explanation?  I'm seeing this kind of
 | thing across 4 different systems:
 |
 | P4-2.8 2GB
 | Celeron-2.4 512MB
 | P3-600 192MB
 | Celeron-? 128MB
 |
 | This time it was the P3.
 
 If it's random then we're probably talking hardware, yes. The other
 options are broken kernel or daft CFLAGS.

Here's one I just got a few times on the P4 and then didn't get:

chmod 755 ../../../blib/arch/auto/Apache2/Filter/Filter.so
cp Filter.bs ../../../blib/arch/auto/Apache2/Filter/Filter.bs
chmod 644 ../../../blib/arch/auto/Apache2/Filter/Filter.bs
make[3]: Leaving directory
`/var/tmp/portage/mod_perl-2.0.0_rc5/work/mod_perl-2.0.0-RC5/WrapXS/Apache2/Filter'
make[3]: Entering directory
`/var/tmp/portage/mod_perl-2.0.0_rc5/work/mod_perl-2.0.0-RC5/WrapXS/Apache2/FilterRec'
make[3]: *** [../../../blib/lib/auto/Apache2/FilterRec/.exists]
Segmentation fault
make[3]: Leaving directory
`/var/tmp/portage/mod_perl-2.0.0_rc5/work/mod_perl-2.0.0-RC5/WrapXS/Apache2/FilterRec'
make[2]: *** [subdirs] Error 2
make[2]: Leaving directory
`/var/tmp/portage/mod_perl-2.0.0_rc5/work/mod_perl-2.0.0-RC5/WrapXS/Apache2'
make[1]: *** [subdirs] Error 2
make[1]: Leaving directory
`/var/tmp/portage/mod_perl-2.0.0_rc5/work/mod_perl-2.0.0-RC5/WrapXS'
make: *** [subdirs] Error 2

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] baselayout-1.11.12

2005-05-17 Thread Neil Bothwick
On Tue, 17 May 2005 16:39:27 -0400, Michael W. Holdeman wrote:

 X won't start usinf nvidia-kernel and nvidia-glx. Works using opengl-
 update xorg-x11, but not nvidia.

I see that now, I hadn't rebooted for a week, so it didn't affect. I
also got errors about my /dev/mdX devices not being found, even though
the system successfully booted from them.
 

-- 
Neil Bothwick

Tribble math: * + * = ***


pgpMUfbM5u5tz.pgp
Description: PGP signature


Re: [gentoo-user] baselayout-1.11.12

2005-05-17 Thread Neil Bothwick
On Tue, 17 May 2005 23:48:35 +0100, Neil Bothwick wrote:

 I see that now, I hadn't rebooted for a week, so it didn't affect. I
 also got errors about my /dev/mdX devices not being found, even though
 the system successfully booted from them.

There's a fix for the X problem at
http://bugs.gentoo.org/show_bug.cgi?id=92921 or wait for
baselayout-1.11.12-r1 to hit the mirrors.


-- 
Neil Bothwick

 ... We are Dyslexics of Borg. Your ass will be laminated.


pgprX7TfirkvV.pgp
Description: PGP signature


[gentoo-user] adding/removing services

2005-05-17 Thread Cheryl Homiak
At the end of emerges I'm getting something about a couple of programs 
saying it isn't adding the to services because some other program, a 
program that is no longer even merged, is providing that function. I did 
actually delete the old and add the new in rc-update and the new program 
is running fine, but is there some way to take care of this.
Thanks.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] The NPTL difference

2005-05-17 Thread Grant
  How do you tell an app to use linuxthreads instead?  What is the point
  of +nptlonly?  A more compact installation?
 
 A trick to make an app use linuxthreads is set
 LD_ASSUME_KERNEL=2.4.19
 in the env your app will run in.

Why don't apps set that on their own if they require it?

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] adding/removing services

2005-05-17 Thread Holly Bostick
Cheryl Homiak schreef:
 At the end of emerges I'm getting something about a couple of programs 
 saying it isn't adding the to services because some other program, a 
 program that is no longer even merged, is providing that function. I did 
 actually delete the old and add the new in rc-update and the new program 
 is running fine, but is there some way to take care of this.
 Thanks.
 

Hi, Cheryl--

Usually the solution to this is to go to /etc/init.d and remove the
script for the offending unmerged program. I'm sure there's some reason
that such scripts are not removed by the unmerge, but I don't know what
it is.

YMMV, but hope this helps.

Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] adding/removing services

2005-05-17 Thread Ciaran McCreesh
On Tue, 17 May 2005 18:59:43 -0500 Cheryl Homiak [EMAIL PROTECTED]
wrote:
| At the end of emerges I'm getting something about a couple of programs
| saying it isn't adding the to services because some other program, a 
| program that is no longer even merged, is providing that function. I
| did  actually delete the old and add the new in rc-update and the new
| program  is running fine, but is there some way to take care of this.

You probably got hit by the /etc/init.d is CONFIG_PROTECTed feature.
You'll need to manually rm init scripts when uninstalling. In future,
you may wish to extend CONFIG_PROTECT_MASK.

-- 
Ciaran McCreesh : Gentoo Developer (Vim, Shell tools, Fluxbox, Cron)
Mail: ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm



pgpp8pA0vTKqM.pgp
Description: PGP signature


Re: [gentoo-user] links in Thunderbird

2005-05-17 Thread Holly Bostick
Pingveno schreef:
 Craig Duncan wrote:
 
 Arran Fraser wrote:

  

 I recently did my first-in-a-long-while emerge world.  Now, when I
 click a link in Thunderbird nothing happens.  I'd like the link to be
 opened in Firefox (of course).  I'm using KDE.

 Any ideas?


 -- 
 Arran


   

 Try something like this...

 $EDITOR ~/.thunderbird/default pref dir/prefs.js and add the following
 lines

 And add these lines

 user_pref(network.protocol-handler.app.ftp, /opt/firefox/firefox);
 user_pref(network.protocol-handler.app.http, /opt/firefox/firefox);
 user_pref(network.protocol-handler.app.https, /opt/firefox/firefox);

 Restart thunderbird and links in email should now open in firefox.

 Craig

  

 I'm have approximately the same problem, with Thunderbird instead
 wanting to open links in mozilla-launcher. The problem is,
 mozilla-launcher has the audacity to fail to open *anything*.
 mozilla-laucher sits in /usr/libexec, giving the error unknown browser
 when I attempt to launch it.
 
 I tried editing prefs.js, but Thunderbird reverted prefs.js to its
 previous state when I next started it up.
 
 -Pingveno
 

This is odd-- I have been so happy this week because after a good year
of waiting, T-bird and Firefox finally interoperate seamlessly, with no
need for me to write scripts, edit prefs.js or anything of that nature.

What I wonder is:

1) do you have Thunderbird and Firefox set as the default email
client/browser in your desktop environment (if GNOME or KDE)?

2) what does mozilla-launcher itself say (what is the unknown browser
it's looking for)?

Mozilla-launcher is just a script, so open it up in a text editor and
look at it.

Hope this helps,
Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Acrobat Reader 7

2005-05-17 Thread fire-eyes
On Tue, 2005-05-17 at 17:51 +0100, Jorge Almeida wrote:
 I _will not_ enable JavaSpook.
 
 What remains to be decided is whether I'll give up using Acrobat
 Reader.

I guess I don't see what is special about Acrobat's own reader. I have
problems with it because

1) It is Adobe
2) It is binary

However, I understand some PDF's are encrypted and can only be read with
adobes own reader.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] DMP-110 MP3 Player

2005-05-17 Thread Colin
You know, maybe I should spend a few bucks and get a decent MP3 player 
anyway, but has anyone had any luck with the D-Link DMP-110 MP3 player 
under Linux?  The alternative is to run the software under Wine, but I'm 
hoping for a more elegant solution.

--
Colin
--
gentoo-user@gentoo.org mailing list


[gentoo-user] Linux-headers and Kernels? What goes with who?

2005-05-17 Thread Michael Haan
I don't understand the rtelationship b/t these two.  I have
K=2.6.9-rc14 with H=2.6.8.1-r2.  H=2.6.8.1-r4 is available.  I'm
trying to go to K=2.6.12-rcX and see that H=2.6.11 is available.  How
do I know what goes with what?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Linux-headers and Kernels? What goes with who?

2005-05-17 Thread Ciaran McCreesh
On Tue, 17 May 2005 20:57:25 -0400 Michael Haan [EMAIL PROTECTED]
wrote:
| I don't understand the rtelationship b/t these two.  I have
| K=2.6.9-rc14 with H=2.6.8.1-r2.  H=2.6.8.1-r4 is available.  I'm
| trying to go to K=2.6.12-rcX and see that H=2.6.11 is available.  How
| do I know what goes with what?

Headers must be less than or equal to your kernel version.

-- 
Ciaran McCreesh : Gentoo Developer (Vim, Shell tools, Fluxbox, Cron)
Mail: ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm



pgpvoK7gcXich.pgp
Description: PGP signature


[gentoo-user] Re: Acrobat Reader 7

2005-05-17 Thread James
fire-eyes sgtphou at fire-eyes.org writes:


 It actually goes to a wider problem, where if javascript is on, docments
 can call home to wherever they are told to. This bothers many people, so
 they turn off javascript. Even if you don't mind that, turning off
 javascript is just what many people want to do.

Well, what's the consensus on using xpdf to read documents? Also, OpenOffice
allow files/documents to be save out a PDF. Maybe this works for most systems.
Maybe OO will have the ability to look at all file. One could also temporarily
pull the ethernet cable from a machine while using such untrusted software,
unless it's via a web browser

As for the security issue of Acorbat7, maybe in can be filter in the firewall
rules, or, it needs to be installed in a chrooted environment for closer study
and analysis. Then it's clandescent behavior can be controlled or limited.

Does anyone have an Adobe file or  a java-script that 'calls home'?


James



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Share serial port over network

2005-05-17 Thread James
Robert G. Siebeck r.g.siebeck at gmail.com writes:


  | Well, before writing my own program I wanted to know if there already
  | is one.

I think many of us would be interested in what you come up with.

 Actually ser2net comes close to what I was thinking about, but they
 recommend telnet as client. But for my needs I would need a device
 file at the client computer.
 Is there any way to get a device file which represents the remote serial port?

I have a solution, but it's alpha, and I'm building hardware to solve the
problem. I'm using buffered circuits to sniff the serial RS232 connection,
 and put both 
half-duplex streams into  a microprocessor with 3 serial ports, one for 
each end of the half-duplex connection (recall 2 half-duplex connections
make one normal RS232 full duplex circuit). Then the third serial port will 
stream the data to another serial port on a pc. At that point you have
both streams so you can do as you wish with them. The circuits work, but
it requires +12 Vdc and +/- 5Vdc. I'm waiting on the power supply chips to 
arrive to finish the prototype. Phase 2 is to add an ethernet(realtek 8019)
chips to the micro so you don't need a free serial port on a pc to use.

It's about 2 months away form being ready for field testing, but, anyone
interested could drop me a line or 2 as I'll be looking for beta testers

I designed it to reverse engineer (proprietary over RS232) protocols used 
in industrial environments (vendors in this space are unbelievable pains 
in the a_ _), but, I'm sure it's gonna have many, many uses.
particularly for those with 'inquiring minds'. and RS232 challenges.

I'm also contemplating extremely low power miniturization and rf, if there
is a market. Ideas are most welcome.


James




-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] RE: check permissions of all my files!

2005-05-17 Thread israel.garcia
 I'm looking for some kind of report with this information..
 Is there some command? Some tool?

Define check.  I have no idea what you mean, so I'm going to take
a couple of guesses.  Don't take this the wrong way, but you've 

I mean, How do I know if some of my users changed the original
permissions of any of my files? 
I mean, How do I know if my files have the correct
(original)permissions?

I'd like, if it's possible,  some kind of report daily by email or in
some log file with this information...?

Tripwire do that? 

Thanks for your soon answers!

Regards,
Israel


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Linux-headers and Kernels? What goes with who?

2005-05-17 Thread Max
Hi Michael,
what Carian said, and this thread gives some good explanations:

http://thread.gmane.org/gmane.linux.gentoo.server/2139

hth, max

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] world file clean-up - vi vs. vim - system profile

2005-05-17 Thread Ciaran McCreesh
On Tue, 17 May 2005 19:11:27 -0700 Mark Knecht [EMAIL PROTECTED]
wrote:
| !!! Trying to unmerge package(s) in system profile. 'app-editors/vi'
| !!! This could be damaging to your system.

You're seeing that because vi is PROVIDEing virtual/editor, which is
required by system. You're safe to ignore it so long as you install
another editor.

| flash ~ # emerge -pv vi
| 
| These are the packages that I would merge, in order:
| 
| Calculating dependencies
| emerge: there are no ebuilds to satisfy vi.

vi is no longer in the tree.

-- 
Ciaran McCreesh : Gentoo Developer (Vim, Shell tools, Fluxbox, Cron)
Mail: ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm



pgpZmmfBkHsuP.pgp
Description: PGP signature


Re: [gentoo-user] world file clean-up - vi vs. vim - system profile

2005-05-17 Thread Mark Knecht
On 5/17/05, Ciaran McCreesh [EMAIL PROTECTED] wrote:
 On Tue, 17 May 2005 19:11:27 -0700 Mark Knecht [EMAIL PROTECTED]
 wrote:
 | !!! Trying to unmerge package(s) in system profile. 'app-editors/vi'
 | !!! This could be damaging to your system.
 
 You're seeing that because vi is PROVIDEing virtual/editor, which is
 required by system. You're safe to ignore it so long as you install
 another editor.
 

Great. vim is already installed so I'll can do an emerge -C vi from
the command line and then just edit /var/lib/portage/world by hand to
remove the vi line? Currently in world:

app-editors/vi
app-editors/vim

Currently on the system already:

flash ~ # emerge -pv vim

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

Calculating dependencies ...done!
[ebuild   R   ] app-editors/vim-6.3.068  -acl -bash-completion -cscope
-debug +gpm -minimal +ncurses +nls +perl +python -ruby (-selinux)
-vim-with-x 4,746 kB

Total size of downloads: 4,746 kB
flash ~ #

Will vim automatically be PROVIDEing virtual/editor or is there
something more I'll need to do to tell the system that vim is taking
vi's place?

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] world file clean-up - vi vs. vim - system profile

2005-05-17 Thread Ciaran McCreesh
On Tue, 17 May 2005 19:34:12 -0700 Mark Knecht [EMAIL PROTECTED]
wrote:
| Great. vim is already installed so I'll can do an emerge -C vi from
| the command line and then just edit /var/lib/portage/world by hand to
| remove the vi line? Currently in world:
| 
| app-editors/vi
| app-editors/vim
|
| Will vim automatically be PROVIDEing virtual/editor or is there
| something more I'll need to do to tell the system that vim is taking
| vi's place?

So long as you've updated to a current portage sometime in the past year
or so you should be fine.

-- 
Ciaran McCreesh : Gentoo Developer (Vim, Shell tools, Fluxbox, Cron)
Mail: ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm



pgpEX1ybBvggN.pgp
Description: PGP signature


Re: [gentoo-user] world file clean-up - vi vs. vim - system profile

2005-05-17 Thread Mark Knecht
On 5/17/05, Ciaran McCreesh [EMAIL PROTECTED] wrote:
 On Tue, 17 May 2005 19:34:12 -0700 Mark Knecht [EMAIL PROTECTED]
 wrote:
 | Great. vim is already installed so I'll can do an emerge -C vi from
 | the command line and then just edit /var/lib/portage/world by hand to
 | remove the vi line? Currently in world:
 |
 | app-editors/vi
 | app-editors/vim
 |
 | Will vim automatically be PROVIDEing virtual/editor or is there
 | something more I'll need to do to tell the system that vim is taking
 | vi's place?
 
 So long as you've updated to a current portage sometime in the past year
 or so you should be fine.

Worked great. Thanks.

Cheers,
Mark

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Moxa and kernel 2.6.11

2005-05-17 Thread Jose Angel Rodriguez Leyva

Hi,

I'm trying to make work a moxa smartio c168H/pci card with a kernel
2.6.11-gentoo-r8. It comes with a different driver version than
previous 2.4 kernel series, which I've been using for a long time
without problems so I'm sure it's ok.

I could compile and load mxser module, /dev nodes were created and
minicom seems to send ATs commands to the modems but they does not
answer anything to the terminal. Even though TR led lights when modems
receives DTR signal from computer. It's like when software and device
DTE speed mismatch and the terminal doesn't works, but I could check
it with msmon utility (provided by original moxa driver package), and
they are sets with the right DTE speed. Despite I proved all DTE speed
options and always get nothing.

The mxser original driver from moxa website behave the same way than
patched version that comes with linux kernel. I couldn't find any
similar problem on Internet and I can't do anything with source code
(no matter I know C language), because I have no idea about linux
kernel programming.

I'm wondering if my kernel configuration gets in conflict in some way
the normal mxser functionality. Maybe, due to it's udev only or some
pci setup or driver. I need an idea.

greetings

Jose A. R.

(Please, if this list don't send me back my own posts, let me know it.
This is the third time I send it, now with a new mail address).

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ebuild digest is complaining about no PF

2005-05-17 Thread Calvin Spealman
On 5/17/05, Nick Rout [EMAIL PROTECTED] wrote:
 
 On Tue, 17 May 2005 14:45:05 -0400
 Calvin Spealman wrote:
 
  I'm trying to create an updated ebuild for treeline-0.12.0, to take
  advantage of the new install scripts it uses. I'm having a bit of
  trouble generating a digest, however, with ebuild digest. It is
  complaining that part of the name or the version is missing, and then
  that PF is null or , and it bails. I don't know how I could have
  caused this, because I didn't even touch PF and its generated
  automatically anyway, right? I've included my modified script below.
 
 1. what is the name of your ebuild file?

treeline-0.12.0.ebuild

 2. where is it on your system

/usr/local/portage/x11-misc/treeline/

 3. what is PORTAGE_OVERLAY set to?

/usr/local/portage/

And, I've thought of all that, but it wouldn't make sense. I've
already generated digests for this ebuild, and then I changed
something in it, but did not change the name or location, and that is
when I started to get this error.

 
 
 
  # Copyright 1999-2005 Gentoo Foundation
  # Distributed under the terms of the GNU General Public License v2
 
  inherit eutils python
 
  DESCRIPTION=TreeLine is a structured information storage program.
  HOMEPAGE=http://www.bellz.org/treeline/;
 
  SRC_URI=http://www.bellz.org/treeline/${P}.tar.gz;
  LICENSE=GPL-2
  SLOT=0
 
  KEYWORDS=~x86 ~ppc
  IUSE=spell
 
  DEPEND=spell? ( || ( app-text/aspell app-text/ispell ) )
|| ( dev-python/pyxml dev-libs/expat )
virtual/python dev-python/PyQt
=x11-libs/qt-3.3.0-r1
 
  S=${WORKDIR}/TreeLine
 
  src_compile() {
printf '#!/bin/sh\n\nexec python %s/treeline.py $*\n' \
/usr/lib/treeline  ${T}/treeline
  }
 
  src_install() {
dodir /usr/lib/treeline /usr/share/icons/treeline
 
install.py -p /usr
  }
 
  pkg_postinst() {
python_mod_optimize /usr/lib/treeline
  }
 
  pkg_postrm() {
python_mod_cleanup /usr/lib/treeline
  }
 
  --
  gentoo-user@gentoo.org mailing list
 
 --
 Nick Rout
 Barrister  Solicitor
 Christchurch
 http://www.rout.co.nz
 [EMAIL PROTECTED]
 
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list