Re: [gentoo-user] Transfer OLD HD content to new HD

2006-06-01 Thread Iain Buchanan
On Fri, 2006-06-02 at 00:24 -0600, Joseph wrote:

> My idea would be to install Dental program on Linux and post it on the
> net the procedure; I'm sure more than few Dentists would take an
> advantage of it and free them from Windows "oppression"  :-/

have you tried wine?  make sure you have a backup, then copy your old hd
to your linux partition, and run wine from it.  If it's a simple app it
should work ok...

HTH,
-- 
Iain Buchanan 

Machine-Independent, adj.:
Does not run on any existing machine.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] newly emerged apache permissions error

2006-06-01 Thread Chad Leigh -- Shire.Net LLC


On Jun 2, 2006, at 12:24 AM, Chad Leigh -- Shire.Net LLC wrote:



On Jun 2, 2006, at 12:11 AM, Justin R Findlay wrote:

On Fri, Jun 02, 2006 at 12:03:11AM -0600, Chad Leigh -- Shire.Net  
LLC wrote:


I cannot get apache to actually serve any pages.


check your apache logs.


Thanks, I have been doing that.


  Try:

# tail -F /var/log/apache/error_log

and reload the page and see what happens.  It should give you a  
specific

reason why it fails.  Even if you don't understand the error google
might and somebody here will.


[Fri Jun 02 00:22:13 2006] [error] [client 192.168.99.68] (13) 
Permission denied: access to /test.php denied


I actually think this and my mysql question (separate post) are  
related as both have a 13 error code and Google implies (ie, I did  
not verify the info) that error 13 is a unix Permission Denied error.


But I don't see how as the owners of all the dirs are the users  
associated with the programs (apache or mysql) and on the mysql end I  
even changed the dirs to be 777 as a test.


Is there some sort of system wide gentoo security thing set somewhere

here is my uname

Linux denwa 2.6.14-gentoo-r5 #1 Sun Jan 15 23:32:30 MST 2006 i686 AMD  
Opteron(tm) Processor 148 AuthenticAMD GNU/Linux


thanks
Chad



not very useful.  This came out of the virtual server error log for  
the vhost I set up to see if that was the issue.  Before, when I  
was using the direct server set up in the normal httpd.conf the  
same lines ended up in error_log.   Nothing else.


thanks
Chad




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



---
Chad Leigh -- Shire.Net LLC
Your Web App and Email hosting provider
chad at shire.net



--
gentoo-user@gentoo.org mailing list



---
Chad Leigh -- Shire.Net LLC
Your Web App and Email hosting provider
chad at shire.net



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] newly emerged apache permissions error

2006-06-01 Thread Chad Leigh -- Shire.Net LLC


On Jun 2, 2006, at 12:11 AM, Justin R Findlay wrote:

On Fri, Jun 02, 2006 at 12:03:11AM -0600, Chad Leigh -- Shire.Net  
LLC wrote:


I cannot get apache to actually serve any pages.


check your apache logs.


Thanks, I have been doing that.


  Try:

# tail -F /var/log/apache/error_log

and reload the page and see what happens.  It should give you a  
specific

reason why it fails.  Even if you don't understand the error google
might and somebody here will.


[Fri Jun 02 00:22:13 2006] [error] [client 192.168.99.68] (13) 
Permission denied: access to /test.php denied


not very useful.  This came out of the virtual server error log for  
the vhost I set up to see if that was the issue.  Before, when I was  
using the direct server set up in the normal httpd.conf the same  
lines ended up in error_log.   Nothing else.


thanks
Chad




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



---
Chad Leigh -- Shire.Net LLC
Your Web App and Email hosting provider
chad at shire.net



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Transfer OLD HD content to new HD

2006-06-01 Thread Joseph
On Fri, 2006-06-02 at 15:38 +0930, Iain Buchanan wrote:
> > The easiest method to transfer would be to install new drive as
> master
> > change the existing one old one as slave.
> > Boot from Knoppix CD and do:
> > # dd if=/dev/hdb of=/dev/hda
> > 
> > Reboot the computer and that should do it I think.  Did I miss
> anything?
> 
> No, don't do it this way, as you won't be able to use any extra space.
> Windows 98 uses FAT32, which is very well supported under linux.

Utilizing extra space shouldn't be that hard, by partitioning new HD
disk portion as new drive.  

> 
> I would do it like this:
> 
> 1. Install windows on new HD.
> 2. Install old HD (after you've installed windows)
> 3. boot to knoppix (or similar)
> 4. mount new and old HD
> 5. cp -a /mnt/old/whatever /mnt/new

I'll give it a shot as you suggest it, thanks. 

My idea would be to install Dental program on Linux and post it on the
net the procedure; I'm sure more than few Dentists would take an
advantage of it and free them from Windows "oppression"  :-/

-- 
#Joseph
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] newly emerged apache permissions error

2006-06-01 Thread Justin R Findlay
On Fri, Jun 02, 2006 at 12:03:11AM -0600, Chad Leigh -- Shire.Net LLC wrote:
> 
> I cannot get apache to actually serve any pages.

check your apache logs.  Try:

# tail -F /var/log/apache/error_log

and reload the page and see what happens.  It should give you a specific
reason why it fails.  Even if you don't understand the error google
might and somebody here will.


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



Re: [gentoo-user] Transfer OLD HD content to new HD

2006-06-01 Thread Iain Buchanan
On Thu, 2006-06-01 at 23:51 -0600, Joseph wrote:
> On Fri, 2006-06-02 at 14:37 +0930, Iain Buchanan wrote:
> > On Thu, 2006-06-01 at 22:40 -0600, Joseph wrote:
> > > What is the best way to transfer content of an old HD to a new one
> > > bigger one?
> > 
> > what are you transferring the win98 stuff to? win98, windows-other,
> > gentoo?
> 
> Unfortunately yes, :-(  I have to stick to that windows 98 for a bit
> longer till I find a replacement for Dental Program for my wife.
> The computer is running only Windows 98 with one dental program. 

> The easiest method to transfer would be to install new drive as master
> change the existing one old one as slave.
> Boot from Knoppix CD and do:
> # dd if=/dev/hdb of=/dev/hda
> 
> Reboot the computer and that should do it I think.  Did I miss anything?

No, don't do it this way, as you won't be able to use any extra space.
Windows 98 uses FAT32, which is very well supported under linux.

I would do it like this:

1. Install windows on new HD.
2. Install old HD (after you've installed windows)
3. boot to knoppix (or similar)
4. mount new and old HD
5. cp -a /mnt/old/whatever /mnt/new

HTH,
-- 
Iain Buchanan 

Business will be either better or worse.
-- Calvin Coolidge

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] newly emerged apache permissions error

2006-06-01 Thread Chad Leigh -- Shire.Net LLC
I set up a box to run asterisk and try various asterisk front ends  
on.  This was back in January.  I got gentoo installed and emerged  
apache2, php5, and mysql.  Then I did not touch the box again until  
tonight.


I cannot get apache to actually serve any pages.

"

Forbidden

You don't have permission to access /test.php on this server.

Additionally, a 403 Forbidden error was encountered while trying to  
use an ErrorDocument to handle the request.


"

It does not matter what file I ask it for, index.html, index.php, / ,  
etc, I get the same error.


I have a DocumentRoot plus newly a virtual host pointing to the same  
DocumentRoot with the right ServerName and teh directories are all  
owned by apache:apache, which is the user the server runs under.  The  
files all have owner and group permissions.   Everything is set to  
not deny and to allow all.


I run apache2 on FreeBSD just fine and I cannot see anything in the  
config that should prevent this.  Something about the default gentoo  
config or install it seems.


Any hints or help is greatly appreciated.

Thanks
Chad



---
Chad Leigh -- Shire.Net LLC
Your Web App and Email hosting provider
chad at shire.net



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] installing a binary package without /usr/portage

2006-06-01 Thread Iain Buchanan
On Fri, 2006-06-02 at 00:36 -0500, Teresa and Dale wrote:
> Iain Buchanan wrote:
> 
> >Hi all,
> >
> >I use gentoo on small industrial-pc's, and strip out a lot of stuff that
> >just takes up space, such as /usr/portage.
> 
> Could you put /usr/portage on a dvd and just mount it there?  A dvd
> should hold a lot of source files.  You could also use a NFS to access
> the files.  Just put all the souce tarballs on one machine and share
> them with the rest.  Just a idea.

These PC's have no removable media drives, and when they go "into the
field", they don't have any other hosts around them to share with.  I
want to be able to dial up and install the odd package that I forgot to
test properly at the office :)

thanks,
-- 
Iain Buchanan 

  If I could drop dead right now, I'd be the happiest man alive!
  -Samuel Goldwyn

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] installing a binary package without /usr/portage

2006-06-01 Thread Ryan Tandy

Teresa and Dale wrote:

Could you put /usr/portage on a dvd and just mount it there?


Don't put the whole of /usr/portage on the DVD, since all the ebuilds 
etc you won't be using are a waste of space.  Rather, just put packages/ 
on the DVD, and mount it there.



You could also use a NFS to access
the files.  Just put all the souce tarballs on one machine and share
them with the rest.  Just a idea.


IMO this is a better idea, since you can have access to the entire tree 
if you need it, and you don't need to waste money on DVDs.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Transfer OLD HD content to new HD

2006-06-01 Thread Joseph
On Fri, 2006-06-02 at 14:37 +0930, Iain Buchanan wrote:
> Lastly, what does the program do?  My wife is a Dental Assistant, and
> I've been trying to convince her boss to switch to a computer based
> appointment and record system, but he doesn't want to spend any
> money...

I forgot to mention, they are using some kind of MaxiDent program; it
doesn't do much besides recording basic operation about dental
procedures billing codes etc.
All it does it matches the procedure dentist perform on a patient
against code so the can submit the claim electronically or print it on
the form and send it to insurance company for claim.

-- 
#Joseph
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Transfer OLD HD content to new HD

2006-06-01 Thread Joseph
On Fri, 2006-06-02 at 14:37 +0930, Iain Buchanan wrote:
> On Thu, 2006-06-01 at 22:40 -0600, Joseph wrote:
> > What is the best way to transfer content of an old HD to a new one
> > bigger one?
> 
> what are you transferring the win98 stuff to? win98, windows-other,
> gentoo?

Unfortunately yes, :-(  I have to stick to that windows 98 for a bit
longer till I find a replacement for Dental Program for my wife.
The computer is running only Windows 98 with one dental program. 

> in any case, make the new hd your primary one (primary master), and the
> old one secondary (primary slave or secondary master).  The boot to your
> new hd, mount your old hd, and copy!

The easiest method to transfer would be to install new drive as master
change the existing one old one as slave.
Boot from Knoppix CD and do:
# dd if=/dev/hdb of=/dev/hda

Reboot the computer and that should do it I think.  Did I miss anything?

> 
> > I do not subscribe to software vendor program as I intent to move the
> > whole system to Linux (if I find a suitable dental program as I'm
> > hostage of this program) so if I reinstall the program from the CD
> > those
> > changes will be gone. 
> 
> However, if you _don't_ reinstall from CD, you may miss some essential
> registry settings and other stuff that windows puts all over the place.
> I'd recommend reinstalling from CD, then copying your old contents over
> the newly installed one.

What is what I'm afraid of.  Did anybody performed this operation?

> 
> Lastly, what does the program do?  My wife is a Dental Assistant, and
> I've been trying to convince her boss to switch to a computer based
> appointment and record system, but he doesn't want to spend any money...

I know they don't want to spend much money of the program as the program
are very expensive.  The most important thing Dentists want from their
programs is the ability to submit the claim electronically as they get
paid faster; and basic recording operations for medical program.

Best alternative I've found are:
1.) http://www.open-dent.com/
Though, this misinformed dentist settle on MS NET Framework so it can
not be use with Linux as of yet, so even though it is GPL program it is
useless for me.

2.)  http://www.oemr.org/
This is intended for medical mostly but I think can be customized for
dental use as well.  I haven't test it yet as in order to use it you
need to have PHP4 (they don't support PHP5 yet).
Another advantage in OEMR, it is using SQL-Ledger for accounting, which
we are using currently so it is an advantage.

-- 
#Joseph
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] newly emerged mysql problems

2006-06-01 Thread Chad Leigh -- Shire.Net LLC
I set up a box to run asterisk and try various asterisk front ends  
on.  This was back in January.  I got gentoo installed and emerged  
apache2, php5, and mysql.


In trying to set up mysql I do the following  /usr/bin/mysql_install_db

# ./mysql_install_db
Installing all prepared tables
ERROR: 1  Can't create/write to file '/var/lib/mysql/mysql/ 
db.MYI' (Errcode: 13)

ERROR: 1146  Table 'mysql.db' doesn't exist
ERROR: 1146  Table 'mysql.db' doesn't exist
ERROR: 1  Can't create/write to file '/var/lib/mysql/mysql/ 
host.MYI' (Errcode: 13)
ERROR: 1  Can't create/write to file '/var/lib/mysql/mysql/ 
user.MYI' (Errcode: 13)

ERROR: 1146  Table 'mysql.user' doesn't exist
ERROR: 1146  Table 'mysql.user' doesn't exist
ERROR: 1146  Table 'mysql.user' doesn't exist
ERROR: 1146  Table 'mysql.user' doesn't exist
blah
blah
blah

The directory /var/lib/mysql and all its children are owned by  
mysql:mysql and I even changed the permissions to 777 on /var/lib/ 
mysql and /var/lib/mysql/mysql .  I don't have a clue what is going  
on.  I have run mysql a bunch on FreeBSD but this is the first time  
on gentoo.


Any ideas or hints are appreciated.

Thanks
Chad


---
Chad Leigh -- Shire.Net LLC
Your Web App and Email hosting provider
chad at shire.net



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] EMERGENCY - GCC GONE!

2006-06-01 Thread Teresa and Dale
Lord Sauron wrote:

> On 6/1/06, Teresa and Dale <[EMAIL PROTECTED]> wrote:
>
>> I recently changed mine to this:
>> > # FEATURES are settings that affect the functionality of portage.
>> Most of
>> > # these settings are for developer use, but some are available
>> to non-
>> > # developers as well. 'buildpkg' is an always-on setting for the
>> > emerge
>> > # flag of the same name. It causes binary packages to be created
>> > of all
>> > # packages that are merged.
>> > FEATURES="buildpkg ccache sandbox"
>>
>> It sort of helps me in case I screw up.  It happens sometimes, usually
>> when we least expect it too.
>
>
> I'll have to look into that.  It's options like those that mean I
> really need to work more on my distcc toggle command.  It's not used
> to much other than what I already built into it.  I would have made it
> more complex, however, I don't know enough bash yet to do that.
>
>> Glad you got it working.
>
>
> So am I.
>

>From what I understand, which may be as wrong as it gets, if I use the
buildpkg thing, it stores a binary in /usr/portage/packages/All/ and if
I really screw up something, like portage, gcc or something like that, I
can untar it to / and rescue myself from my evil doing.  That is what I
understand and have never actually used this "feature" before.  I have
used the portage rescue before though, twice I might add. 

One thing I can say about Linux and Gentoo, there are tons of options. 

Dale
:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] amd64, gcc-4.1.1 & kde-3.5

2006-06-01 Thread alain . didierjean
Hi list,
I'm trying to compile KDE 3.5 with gcc-4.1.1 on my amd64 computer.
KDE_multimedia can't link with the following error :

/usr/kde/3.5/lib64/libkhtml.so: undefined reference to
[EMAIL PROTECTED]'
collect2: ld returned 1 exit status
make[3]: *** [juk] Error 1
make[3]: Leaving directory
`/var/tmp/portage/kdemultimedia-3.5.2-r2/work/kdemultimedia-3.5.2/juk'
.

 Did one of you experimented the same problem ? Any cue ? Thanks for the help to
come...

--
~adj~
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] installing a binary package without /usr/portage

2006-06-01 Thread Teresa and Dale
Iain Buchanan wrote:

>Hi all,
>
>I use gentoo on small industrial-pc's, and strip out a lot of stuff that
>just takes up space, such as /usr/portage.
>
>I made a binary package with quickpkg, to install (with emerge --usepkg)
>on one of these PC's, but it complains about lots of stuff missing.
>
>So, if I want to do without /usr/portage, can I just install binary
>packages by untarring them to / ?  Or is there other essential stuff
>that emerge does when you install a binary package?
>
>I would appreciate comments on how to make this work - maybe by just
>leaving an essential subset of /usr/portage.  Note, that I know I won't
>be able to emerge anything from source without most of the /usr/portage
>stuff, but I'm happy with that, as all these PC's are close images of
>each other, and we have one master copy with a larger HD.
>
>thanks,
>  
>


Could you put /usr/portage on a dvd and just mount it there?  A dvd
should hold a lot of source files.  You could also use a NFS to access
the files.  Just put all the souce tarballs on one machine and share
them with the rest.  Just a idea.

Dale
:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Change profile

2006-06-01 Thread Anthony E. Caudel

Neil Bothwick wrote:

On Thu, 1 Jun 2006 23:10:36 +0200, Hemmann, Volker Armin wrote:


don't forget to check the useflags (with ufed), and don't forget 
emerge --newuse -a world



You'll need to add --update --deep to catch packages affected by the
changed USE flags.



Did.  Thanks and all is working.

Tony

--
Those who would give up essential Liberty, to purchase a little temporary
Safety, deserve neither Liberty nor Safety.
   -- Benjamin Franklin
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Transfer OLD HD content to new HD

2006-06-01 Thread Iain Buchanan
On Thu, 2006-06-01 at 22:40 -0600, Joseph wrote:
> What is the best way to transfer content of an old HD to a new one
> bigger one?

what are you transferring the win98 stuff to? win98, windows-other,
gentoo?

in any case, make the new hd your primary one (primary master), and the
old one secondary (primary slave or secondary master).  The boot to your
new hd, mount your old hd, and copy!

> I do not subscribe to software vendor program as I intent to move the
> whole system to Linux (if I find a suitable dental program as I'm
> hostage of this program) so if I reinstall the program from the CD
> those
> changes will be gone. 

However, if you _don't_ reinstall from CD, you may miss some essential
registry settings and other stuff that windows puts all over the place.
I'd recommend reinstalling from CD, then copying your old contents over
the newly installed one.

Lastly, what does the program do?  My wife is a Dental Assistant, and
I've been trying to convince her boss to switch to a computer based
appointment and record system, but he doesn't want to spend any money...

cya,
-- 
Iain Buchanan 

Dogs just don't seem to be able to tell the difference between important people
and the rest of us.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Transfer OLD HD content to new HD

2006-06-01 Thread Ryan Tandy

Joseph wrote:

I could do disk image and transfer it over to a new HD but the disk
image will not utilize the whole new HD space; the remaining space I
could activate as a new drive I think.
What else could I try?



Do the image transfer, and then try using parted to resize the filesystem.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] viewing consoles remotely

2006-06-01 Thread Ryan Tandy

Iain Buchanan wrote:

I am aware of screen, but AFAIK screen can't show the buffer locally on
the console as well as remotely to a user, at the same time...

thanks for the tips,


# screen -x (name of screen)

Multi-user mode.  Only works as root, regardless of who started the screen.

For your situation, assuming I've interpreted it correctly, you should 
get the user to SSH into your box, set their shell in /etc/passwd to 
/usr/bin/screen -S (something memorable) /bin/bash, and yourself run 
sudo screen -x (something memorable) to view it.


Beware if you're trying to spy without being noticed: screen -x is 
interactive, so be careful what keys you hit.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: xrdb woes

2006-06-01 Thread Ryan Tandy

James wrote:
Beats the hell out of me. I have previously posted on these deals some weeks 
ago but here it goes again:


eix xrdb
* app-emacs/xrdb-mode
 Available versions:  2.31
 Installed:   none

* x11-apps/xrdb
 Available versions:  ~1.0.1 ~1.0.2
 Installed:   none

However, I can type 'xrdb' at the command line and it will spawn (some)
process:

ps aux | grep xrdb
james18351  103  0.0   2292   416 pts/15   R+   15:31   0:09 xrdb


$ equery belongs `which xrdb`

I'll bet you're still using monolithic (<7.0) Xorg, aren't you?
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Transfer OLD HD content to new HD

2006-06-01 Thread Joseph
What is the best way to transfer content of an old HD to a new one
bigger one?

The old HD is running Windows 98 and a dental program that I need to
transfer along with it.  I can not reinstall the dental program as
certain modification to the program will not be install, like submitting
claims electronically (the software vendor activate the changes over the
modem somehow using PC-Anywhere program).   
I do not subscribe to software vendor program as I intent to move the
whole system to Linux (if I find a suitable dental program as I'm
hostage of this program) so if I reinstall the program from the CD those
changes will be gone.

I could do disk image and transfer it over to a new HD but the disk
image will not utilize the whole new HD space; the remaining space I
could activate as a new drive I think.
What else could I try?

-- 
#Joseph
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Tomboy - Does it have Alerts?

2006-06-01 Thread Ow Mun Heng
On Thu, 2006-06-01 at 22:27 +0200, Johám-Luís Miguéns Vila wrote:
> On 11:37 Thu 01 Jun , Ow Mun Heng wrote:
> > I just installed tomboy, seems nice. 
> > 
> > Is there capability to add in Alerts/alarms?
> > -- 
> > Ow Mun Heng <[EMAIL PROTECTED]>
> > 
> 
> I don't think so... For this I'm using remind+wyrd... You can give them a 
> shot..

Thanks. 
> 
> cheers

-- 
Cheers,
Ow Mun Heng
Head Media Engineering

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] viewing consoles remotely

2006-06-01 Thread Jeremy Olexa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Iain Buchanan wrote:
> Hi all,
> 
> A gentoo box I have with some custom apps starts up and outputs messages
> from each of these apps to the consoles (ctrl-alt-F1 to ctrl-alt-F6).
> 
> Is there any way of viewing this console output from a remote ssh
> session, or something similar?
> 
> There used to be a program on QNX called ditto, which let you view and
> control terminals remotely.  Kind of like vnc for text-consoles.
> 
> I am aware of screen, but AFAIK screen can't show the buffer locally on
> the console as well as remotely to a user, at the same time...
> 
> thanks for the tips,

I am not quite sure if this would work but maybe "showconsole" is what
you are looking for?

% eix showconsole
* app-admin/showconsole
 Available versions:  1.07 ~1.08
 Installed:   none
 Homepage:http://www.novell.com/linux/suse/
 Description: small daemon for logging console output during
boot

I'm not sure if it will log messages after boot or not.

- --
Jeremy Olexa
([EMAIL PROTECTED])
Office: EE/CS 1-201
CS/IT Systems Staff
University of Minnesota

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEf73mFN7pD9kMi/URAvesAJsHw9v2X3rXOgNAjQ48uY8AhcUcLwCdHJb+
Sxa2Saa1lIzMecoT2tMSHMU=
=xqjt
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] viewing consoles remotely

2006-06-01 Thread Iain Buchanan
Hi all,

A gentoo box I have with some custom apps starts up and outputs messages
from each of these apps to the consoles (ctrl-alt-F1 to ctrl-alt-F6).

Is there any way of viewing this console output from a remote ssh
session, or something similar?

There used to be a program on QNX called ditto, which let you view and
control terminals remotely.  Kind of like vnc for text-consoles.

I am aware of screen, but AFAIK screen can't show the buffer locally on
the console as well as remotely to a user, at the same time...

thanks for the tips,
-- 
Iain Buchanan 

The end of labor is to gain leisure.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] installing a binary package without /usr/portage

2006-06-01 Thread Iain Buchanan
Hi all,

I use gentoo on small industrial-pc's, and strip out a lot of stuff that
just takes up space, such as /usr/portage.

I made a binary package with quickpkg, to install (with emerge --usepkg)
on one of these PC's, but it complains about lots of stuff missing.

So, if I want to do without /usr/portage, can I just install binary
packages by untarring them to / ?  Or is there other essential stuff
that emerge does when you install a binary package?

I would appreciate comments on how to make this work - maybe by just
leaving an essential subset of /usr/portage.  Note, that I know I won't
be able to emerge anything from source without most of the /usr/portage
stuff, but I'm happy with that, as all these PC's are close images of
each other, and we have one master copy with a larger HD.

thanks,
-- 
Iain Buchanan 

The nice thing about Windows is - It does not just crash, it displays a
dialog box and lets you press 'OK' first.
(Arno Schaefer's .sig)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Question about package.provided

2006-06-01 Thread Mark Knecht

On 6/1/06, Paul Varner <[EMAIL PROTECTED]> wrote:

On Thu, 2006-06-01 at 18:57 -0700, Mark Knecht wrote:
> Hi,
>I'm having a bit of trouble with the package.provided feature. I've
> build a new version of Jack that is not available in portage. It was
> my understanding that I could tell emerge to not emerge lower version
> of Jack by placing the following info in
> /etc/portage/package.provided:
>
> [EMAIL PROTECTED] ~ $ cat /etc/portage/package.provided
> =media-sound/jack-audio-connection-kit-0.102.7
> [EMAIL PROTECTED] ~ $
>
>What mistake am I making?

The file should be /etc/portage/profile/package.provided

Regards,
Paul


Thanks Paul!

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



Re: [gentoo-user] Question about package.provided

2006-06-01 Thread Paul Varner
On Thu, 2006-06-01 at 18:57 -0700, Mark Knecht wrote:
> Hi,
>I'm having a bit of trouble with the package.provided feature. I've
> build a new version of Jack that is not available in portage. It was
> my understanding that I could tell emerge to not emerge lower version
> of Jack by placing the following info in
> /etc/portage/package.provided:
> 
> [EMAIL PROTECTED] ~ $ cat /etc/portage/package.provided
> =media-sound/jack-audio-connection-kit-0.102.7
> [EMAIL PROTECTED] ~ $
> 
>What mistake am I making?

The file should be /etc/portage/profile/package.provided

Regards,
Paul

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: xrdb woes

2006-06-01 Thread James
Hans-Werner Hilse  web.de> writes:

> When xrdb is _not_ installed, what exact program are you killing? So I
> guess it just must be installed somewhere... Try to find out its PID
> (via "ps") and check what /proc/≤PID>/exe points to (it's a symlink).

Here's the post to the netnews interface which did not seem to make it to 
the list: (Gmane is dysfunctional much of the time these days so I have to
post via net-news)_


Beats the hell out of me. I have previously posted on these deals some weeks 
ago but here it goes again:

eix xrdb
* app-emacs/xrdb-mode
 Available versions:  2.31
 Installed:   none

* x11-apps/xrdb
 Available versions:  ~1.0.1 ~1.0.2
 Installed:   none

However, I can type 'xrdb' at the command line and it will spawn (some)
process:

ps aux | grep xrdb
james18351  103  0.0   2292   416 pts/15   R+   15:31   0:09 xrdb

>From a previous posting the details of the xrdb process generated by a 
kdm-login-session are:

"17813 100 0.0 2272 412 ? R 19:59 1:40
xrdb -quiet -merge /tmp/kde-james/kcminitWQBDHB.tmp "



> Then try running the command with the just found out executable from an
> X terminal (maybe you would have to make a backup copy of the temp file
> mentioned in the command string you've posted and use that later in the
> terminal window) and see what happens. You'll probably want to omit the
> "-quiet" flag...


Some (process) runs just by entering 'xrdb' which is very weird.

It fact there are several accounts on this portable and they all
exhibit this problem upon login on the portable. ssh in remotely is
not a problem. But I have many other gentoo/kde systems and I have
never seen this problem on any of them.

in fact when I issue 'slocate xrdb' I get:

/var/cache/edb/dep/usr/portage/x11-apps/xrdb-1.0.1
/var/cache/edb/dep/usr/portage/x11-apps/xrdb-1.0.2
/var/cache/edb/dep/usr/portage/app-emacs/xrdb-mode-2.31
/var/cache/man/cat1/xrdb.1x.bz2
/usr/bin/xrdb
/usr/bin/xxrdb-temp
/usr/lib/X11/xedit/lisp/progmodes/xrdb.lsp
/usr/share/doc/xorg-x11-6.8.2-r7/html/xrdb.1.html
/usr/share/man/man1/xrdb.1x.gz
/usr/portage/metadata/cache/x11-apps/xrdb-1.0.1
/usr/portage/metadata/cache/x11-apps/xrdb-1.0.2
/usr/portage/metadata/cache/app-emacs/xrdb-mode-2.31
/usr/portage/x11-apps/xrdb
/usr/portage/x11-apps/xrdb/Manifest
/usr/portage/x11-apps/xrdb/files
/usr/portage/x11-apps/xrdb/files/digest-xrdb-1.0.1
/usr/portage/x11-apps/xrdb/files/digest-xrdb-1.0.2
/usr/portage/x11-apps/xrdb/xrdb-1.0.1.ebuild
/usr/portage/x11-apps/xrdb/xrdb-1.0.2.ebuild
/usr/portage/x11-apps/xrdb/ChangeLog
/usr/portage/x11-apps/xrdb/metadata.xml
/usr/portage/app-emacs/xrdb-mode
/usr/portage/app-emacs/xrdb-mode/Manifest
/usr/portage/app-emacs/xrdb-mode/files
/usr/portage/app-emacs/xrdb-mode/files/70xrdb-mode-gentoo.el
/usr/portage/app-emacs/xrdb-mode/files/digest-xrdb-mode-2.31
/usr/portage/app-emacs/xrdb-mode/xrdb-mode-2.31.ebuild
/usr/portage/app-emacs/xrdb-mode/ChangeLog
/usr/portage/app-emacs/xrdb-mode/metadata.xml
/usr/portage/licenses/xrdb


I can remove these file manually if necessary, but, I'd really like to know
where in the kdm-login-session that this command gets forked. If I ssh into
the portable and nobody has attempted a kdm-session-login, then the rogue
xrdb process is not present. Best I can figure is another package that I
have emerged uses/installs xrdb as a subpackage.

ideas on to remove are most welcome?

..
Update since this previous posting (which did not make it to the list)

Issued:
mv /usr/bin/xrdb  /usr/bin/xrdb-suspect

Now the problem (hung kde-login-session) is gone.



Thanks for the help.

James



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Question about package.provided

2006-06-01 Thread Mark Knecht

Hi,
  I'm having a bit of trouble with the package.provided feature. I've
build a new version of Jack that is not available in portage. It was
my understanding that I could tell emerge to not emerge lower version
of Jack by placing the following info in
/etc/portage/package.provided:

[EMAIL PROTECTED] ~ $ cat /etc/portage/package.provided
=media-sound/jack-audio-connection-kit-0.102.7
[EMAIL PROTECTED] ~ $

(I tried with and without the '=')

However it is not working for me:

lightning ~ # emerge -pv --deep --update world

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

Calculating world dependencies
!!! Packages for the following atoms are either all
!!! masked or don't exist:
media-tv/mythtv

...done!
[ebuild U ] media-libs/jpeg-6b-r7 [6b-r5] 21 kB
[ebuild U ] dev-db/mysql-4.1.20 [4.1.19] +berkdb -big-tables
-cluster -debug -embedded -extraengine -latin1 -minimal +perl -raid
(-selinux) -srvdir +ssl -static 16,917 kB
[ebuild U ] app-text/poppler-0.5.1-r1 [0.5.0-r5] +jpeg 0 kB
[ebuild  N] media-sound/jack-audio-connection-kit-0.100.7-r3
+alsa (-altivec) -caps (-coreaudio) -debug -doc +jack-tmpfs -jackmidi
(-mmx) -netjack -oss -portaudio +sndfile (-sse) 0 kB [2]
[ebuild U ] dev-cpp/glibmm-2.8.4 [2.8.1] -debug -doc 1,977 kB

Total size of downloads: 18,916 kB
Portage overlays:
[1] /usr/local/portage
[2] /usr/portage/local/layman/pro-audio
lightning ~ #

  What mistake am I making?

Thanks,
Mark
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] EMERGENCY - GCC GONE!

2006-06-01 Thread Lord Sauron

On 6/1/06, Teresa and Dale <[EMAIL PROTECTED]> wrote:

I recently changed mine to this:
> # FEATURES are settings that affect the functionality of portage. Most of
> # these settings are for developer use, but some are available to non-
> # developers as well. 'buildpkg' is an always-on setting for the
> emerge
> # flag of the same name. It causes binary packages to be created
> of all
> # packages that are merged.
> FEATURES="buildpkg ccache sandbox"

It sort of helps me in case I screw up.  It happens sometimes, usually
when we least expect it too.


I'll have to look into that.  It's options like those that mean I
really need to work more on my distcc toggle command.  It's not used
to much other than what I already built into it.  I would have made it
more complex, however, I don't know enough bash yet to do that.


Glad you got it working.


So am I.

--
== GCv3.12 ==
GCS d-(++) s+: a? C++ UL+> P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
   DI+++ D+ G e* h- !r !y
= END GCv3.12 
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Questions about emerge -e world

2006-06-01 Thread Iain Buchanan
On Fri, 2006-06-02 at 03:21 +0200, Dave Jones wrote:
> Iain Buchanan wrote on 02/06/06 02:55:
> > On Thu, 2006-06-01 at 20:28 -0400, Walter Dnes wrote:
> >>  3) A vaguely related item... will it make any noticable difference if
> >>I rebuild my kernel with gcc.3.4.5 and reboot at the end of the process?
> >>I may as well upgrade the entire system.
> 
> > If you've updated the rest of your system to 3.4.5, then do the kernel
> > as well.  Especially if you have proprietary modules, like vmware,
> > ati-drivers, etc; or extra modules like ndiswrapper.  Make sure you
> > compile these modules after you compile your kernel, but before you
> > reboot.
> 
> VMWare is a problem, it looks at uname, so you can only update it to use
> your latest kernel *after* a reboot.  PITA.

I assumed to OP was recompiling his kernel, not updating it ("if I
rebuild my kernel with gcc.3.4.5").  In which case, vmware can be done
before the reboot.

I would recommend rebuilding with the new gcc, rather than updating and
rebuilding at the same time, cause you may get other issues.  So keeping
to the same kernel will single them to gcc.

-- 
Iain Buchanan 

QOTD:
"Don't let your mind wander -- it's too little to be let out alone."

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - Vidwhacker screensaver and live TV

2006-06-01 Thread Iain Buchanan
On Thu, 2006-06-01 at 20:01 -0500, Michael Sullivan wrote:
> On Fri, 2006-06-02 at 10:19 +0930, Iain Buchanan wrote:
> >
> > next thing to do would be to check what device xscreensaver uses for
> > video capture.  Maybe you have to make a symlink to your /dev/v4l/video0
> > 
> > maybe /dev/video0? I'm only guessing...
> > 
> 
> How would I check what device it's using?

umm, don't know.  Try the gentoo-user list ;)
-- 
Iain Buchanan 

Don't go to bed with no price on your head.
-- Baretta

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Questions about emerge -e world

2006-06-01 Thread Dave Jones
Iain Buchanan wrote on 02/06/06 02:55:
> On Thu, 2006-06-01 at 20:28 -0400, Walter Dnes wrote:
>>  3) A vaguely related item... will it make any noticable difference if
>>I rebuild my kernel with gcc.3.4.5 and reboot at the end of the process?
>>I may as well upgrade the entire system.

> If you've updated the rest of your system to 3.4.5, then do the kernel
> as well.  Especially if you have proprietary modules, like vmware,
> ati-drivers, etc; or extra modules like ndiswrapper.  Make sure you
> compile these modules after you compile your kernel, but before you
> reboot.

VMWare is a problem, it looks at uname, so you can only update it to use
your latest kernel *after* a reboot.  PITA.

nvidia-kernel uses the kernel that symlink /usr/src/linux points to, so
you can re-emerge ndvidia-kernel before a reboot.   YMMV.

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



Re: [gentoo-user] Questions about emerge -e world

2006-06-01 Thread Dave Jones
Walter Dnes wrote on 02/06/06 02:28:
>   I didn't intend to be running the emerge that long, but I wanted to
> try the gcc upgrade on my emergency backup machine first.  It's a 1999
> 03:26 EDT.  The "emerge -e world" took 36 hours and 37 minutes...

>   1) How do I resume the build?

emerge --resume

Use emerge --resume if it fails, and emerge --resume --skipfirst to skip
past a failing emerge.

>   2) Is it possible to get a list of packages to be built, including the
> correct order, so that I can resume manually if necessary?

emerge -peD world

Why would you need manual intervention?

>   3) A vaguely related item... will it make any noticable difference if
> I rebuild my kernel with gcc.3.4.5 and reboot at the end of the process?
> I may as well upgrade the entire system.

Rebuild your kernel with your latest gcc, especially if there have been
gcc ABI changes.  The peace of mind is worth it.

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



Re: [gentoo-user] OT - Vidwhacker screensaver and live TV

2006-06-01 Thread Michael Sullivan
On Fri, 2006-06-02 at 10:19 +0930, Iain Buchanan wrote:
> On Thu, 2006-06-01 at 19:30 -0500, Michael Sullivan wrote:
> 
> > I'm using gnome-2.12.3.  I went to the Advanced tab of Xscreensaver
> > (v4.24, if it matters).  The only thing checked was Grab Video Frames in
> > the Image Manipulation group and Fade to Black When Blanking.  I went
> > back to Vidwhacker settings.  I removed the image directory and hit OK,
> > but when I hit the Preview button, I get XScreensaver error 
> > "vidwhacker:  no data?  What am I doing wrong?
> 
> next thing to do would be to check what device xscreensaver uses for
> video capture.  Maybe you have to make a symlink to your /dev/v4l/video0
> 
> maybe /dev/video0? I'm only guessing...
> 
> -- 
> Iain Buchanan 
> 
> The only really decent thing to do behind a person's back is pat it.
> 

How would I check what device it's using?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Questions about emerge -e world

2006-06-01 Thread Iain Buchanan
On Thu, 2006-06-01 at 20:28 -0400, Walter Dnes wrote:

>   1) How do I resume the build?

emerge --resume
so long as you can still boot :) which you should be able to.
Otherwise, you may have to live-cd, chroot, emerge --resume.
DONT do any other emerge commands in between, otherwise it won't know
where to resume.

>   2) Is it possible to get a list of packages to be built, including the
> correct order, so that I can resume manually if necessary?

usually a "-p" to the emerge command you want to run will show you the
order.  If you do reconstruct it by hand, make sure you use "--oneshot"
otherwise you'll put lots of entries you don't need into your world
file.

>   3) A vaguely related item... will it make any noticable difference if
> I rebuild my kernel with gcc.3.4.5 and reboot at the end of the process?
> I may as well upgrade the entire system.

If you've updated the rest of your system to 3.4.5, then do the kernel
as well.  Especially if you have proprietary modules, like vmware,
ati-drivers, etc; or extra modules like ndiswrapper.  Make sure you
compile these modules after you compile your kernel, but before you
reboot.

IMHO `emerge -e world` isn't generally necessary to update gcc.  Have
you read the gcc upgrade howto on the gentoo-wiki?

HTH,
-- 
Iain Buchanan 

Consider the postage stamp: its usefulness consists in the ability to
stick to one thing till it gets there.
-- Josh Billings

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - Vidwhacker screensaver and live TV

2006-06-01 Thread Iain Buchanan
On Thu, 2006-06-01 at 19:30 -0500, Michael Sullivan wrote:

> I'm using gnome-2.12.3.  I went to the Advanced tab of Xscreensaver
> (v4.24, if it matters).  The only thing checked was Grab Video Frames in
> the Image Manipulation group and Fade to Black When Blanking.  I went
> back to Vidwhacker settings.  I removed the image directory and hit OK,
> but when I hit the Preview button, I get XScreensaver error 
> "vidwhacker:  no data?  What am I doing wrong?

next thing to do would be to check what device xscreensaver uses for
video capture.  Maybe you have to make a symlink to your /dev/v4l/video0

maybe /dev/video0? I'm only guessing...

-- 
Iain Buchanan 

The only really decent thing to do behind a person's back is pat it.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - Vidwhacker screensaver and live TV

2006-06-01 Thread Michael Sullivan
On Fri, 2006-06-02 at 09:39 +0930, Iain Buchanan wrote:
> On Thu, 2006-06-01 at 18:43 -0500, Michael Sullivan wrote:
> > I have a question about the Vidwhacker screensaver.  In the comment on
> > the Settings tab for screensaver settings in Gnome, it says that
> > vidwhacker "works really well if you just feed live broadcast TV into
> > it."  I'm a little confused on how to set this up.
> 
> You need to select "grab video frames", not "choose random images", in
> the xscreensaver advanced tab. (leave the vidwhacker image directory
> blank also).
> 
> That's if you're using gnome-2.12.  

I'm using gnome-2.12.3.  I went to the Advanced tab of Xscreensaver
(v4.24, if it matters).  The only thing checked was Grab Video Frames in
the Image Manipulation group and Fade to Black When Blanking.  I went
back to Vidwhacker settings.  I removed the image directory and hit OK,
but when I hit the Preview button, I get XScreensaver error 
"vidwhacker:  no data?  What am I doing wrong?

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Questions about emerge -e world

2006-06-01 Thread Walter Dnes
  First a comment...
  - cost of computer... approx $800
  - cost of small Uninterruptable Power Supply... approx $250
  - the feeling when the lights go out for 30 seconds during a
thunderstorm at package 198 of 292 in "emerge -e world", but the UPS
keeps things going until power comes back... priceless

  I didn't intend to be running the emerge that long, but I wanted to
try the gcc upgrade on my emergency backup machine first.  It's a 1999
Dell with 450 mhz PIII and 128 megs of RAM.  The video card on my main
machine has 256 megs of RAM, fercryin out loud.  Anyhow, according to
/var/log/portage, item 3361-ncurses-5.4-r6.log has datestamp of May 30th
14:49 EDT and item 3652-screen-4.0.2-r4.log has datestamp of June 1
03:26 EDT.  The "emerge -e world" took 36 hours and 37 minutes...
whe.  But it works.

  Obviously, it'll run a lot faster on my on my main machine, an AMD64
3000+ with 2 gigs of RAM.  However, in case something happens part way
through, I'd like to know...

  1) How do I resume the build?

  2) Is it possible to get a list of packages to be built, including the
correct order, so that I can resume manually if necessary?

  3) A vaguely related item... will it make any noticable difference if
I rebuild my kernel with gcc.3.4.5 and reboot at the end of the process?
I may as well upgrade the entire system.

-- 
Walter Dnes <[EMAIL PROTECTED]> In linux /sbin/init is Job #1
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - Vidwhacker screensaver and live TV

2006-06-01 Thread Iain Buchanan
On Thu, 2006-06-01 at 18:43 -0500, Michael Sullivan wrote:
> I have a question about the Vidwhacker screensaver.  In the comment on
> the Settings tab for screensaver settings in Gnome, it says that
> vidwhacker "works really well if you just feed live broadcast TV into
> it."  I'm a little confused on how to set this up.

You need to select "grab video frames", not "choose random images", in
the xscreensaver advanced tab. (leave the vidwhacker image directory
blank also).

That's if you're using gnome-2.12.  For gnome 2.14 you'd be using
gnome-screensaver.  So far, with gnome-screensaver, you have to edit the
vidwhacker.desktop file by hand I think.

HTH,
-- 
Iain Buchanan 

System going down in 5 minutes.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Change profile

2006-06-01 Thread Hemmann, Volker Armin
On Friday 02 June 2006 01:29, Neil Bothwick wrote:
> On Fri, 2 Jun 2006 00:48:21 +0200, Hemmann, Volker Armin wrote:
> > > You'll need to add --update --deep to catch packages affected by the
> > > changed USE flags.
> >
> > no you have not:
> >
> > emerge -a --newuse world
> >
> > >>> --newuse implies --update... adding --update to options.
> >
> > and I can't remember that this was different in the past.
>
> Yes it was. Adding --update pulled in extra packages, even though they
> were the same version as installed. This was somewhat counter-intuitive,
> so the new behaviour makes more sense. You should still need --deep
> though.

--deep is dangerous!

I have stopped using --deep ages ago. 
As an example:

there is an --deep update for libFOO.1 to libFOO.1.1.

You make this update which only shows up with --deep

Suddenly all apps, linking to libFOO.1 are dead or crashy or acting weired.

That happened to me several times. I see NO reason to use deep. Ever.

Reduced the occurences where I have to use revdep-rebuilt to almost nil 
(except that expat tragedy some weeks ago. Man that sucked ;) ).
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OT - Vidwhacker screensaver and live TV

2006-06-01 Thread Michael Sullivan
I have a question about the Vidwhacker screensaver.  In the comment on
the Settings tab for screensaver settings in Gnome, it says that
vidwhacker "works really well if you just feed live broadcast TV into
it."  I'm a little confused on how to set this up.  I have a TV card
installed, and MythTV works great.  My TV-in device is /dev/v4l/video0.
When I specify this in the image directory text box, I get an error from
xscreensaver when I ask to preview Vidwhacker, saying the directory
doesn't exist.  I go back to the text box and change the value
to /dev/v4l and preview again.  Now it tells me that there are no files
in /dev/v4l.  Here's an ls of /dev/v4l:

[EMAIL PROTECTED] ~ $ ls -l /dev/v4l
total 0
crw-rw 1 root video 81,  64 Jun  1 13:07 radio0
crw-rw 1 root video 81, 224 Jun  1 13:07 vbi0
crw-rw 1 root video 81,   0 Jun  1 13:07 video0
crw-rw 1 root video 81,  24 Jun  1 13:07 video24
crw-rw 1 root video 81,  32 Jun  1 13:07 video32

Am I setting this up wrong?  I just think it would be cool to have the
currently selected TV channel as my screensaver.  If this can't be done
with Vidwhacker, can it be done with something else?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] portage 2.1 stable timeline?

2006-06-01 Thread Alan
Never mind, a 2 second search go me the info :(
http://www.archivesat.com/Gentoo_portage_development/thread663091.htm
for anyone else interested.

On Thu, Jun 01, 2006 at 03:12:11PM -0700, Alan wrote:
> Just wondering if anyone knows if there's any info on when portage 2.1
> will go stable?  Is there a portage mailing list or place to get a bit
> more information about this?
> 
> TIA
> 
> -- 
> Alan <[EMAIL PROTECTED]> - http://arcterex.net
> 
> "Backups are for people who don't pray." -- big Mike
> -- 
> gentoo-user@gentoo.org mailing list

-- 
Alan <[EMAIL PROTECTED]> - http://arcterex.net

"Backups are for people who don't pray." -- big Mike
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Change profile

2006-06-01 Thread Neil Bothwick
On Fri, 2 Jun 2006 00:48:21 +0200, Hemmann, Volker Armin wrote:

> > You'll need to add --update --deep to catch packages affected by the
> > changed USE flags.
> 
> no you have not:
> 
> emerge -a --newuse world
> >>> --newuse implies --update... adding --update to options.
> 
> and I can't remember that this was different in the past.

Yes it was. Adding --update pulled in extra packages, even though they
were the same version as installed. This was somewhat counter-intuitive,
so the new behaviour makes more sense. You should still need --deep
though.


-- 
Neil Bothwick

The best antiques are old friends.


signature.asc
Description: PGP signature


Re: [gentoo-user] Change profile

2006-06-01 Thread Hemmann, Volker Armin
On Thursday 01 June 2006 23:53, Neil Bothwick wrote:
> On Thu, 1 Jun 2006 23:10:36 +0200, Hemmann, Volker Armin wrote:
> > don't forget to check the useflags (with ufed), and don't forget
> > emerge --newuse -a world
>
> You'll need to add --update --deep to catch packages affected by the
> changed USE flags.

no you have not:

emerge -a --newuse world
>>> --newuse implies --update... adding --update to options.

and I can't remember that this was different in the past.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: module questions

2006-06-01 Thread Teresa and Dale
Mick wrote:

> On 01/06/06, Mick <[EMAIL PROTECTED]> wrote:
>
>> Did you build it as a module? Sorry, I can't check my setup right now
>> because I'm away from my PC.
>
>
> OK, had a quick look but can't find a kernel option which builds a
> module called radeon_drv . . . where is it?


In the kernel config, hit the "/" key, a box will come up that you can
search for it.  Type in radeon and hit enter.  One of the ones that
comes up should help you.  It will give you the path to get to the
driver so you can enable it as a module or however you want/need it.  I
read about the neat little search feature a while back and it does come
in handy for sure.

Hope that helps.

Dale
:-) :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] EMERGENCY - GCC GONE!

2006-06-01 Thread Teresa and Dale
Lord Sauron wrote:

> I fixed it.  Thank God that's over...  it was good to go back to the
> command line a bit for me.  Keeps me sharp... even despite the huge
> allergies I'm experiencing right now.
>
> I've also added a note in my notes files to NEVER run anything like
> "emerge --unmerge gcc" ever again.  That was a huge mistake.  Rather,
> I've found through this experience gcc-config.  Never knew that was
> there...  much to my misfortune.
>
> Thanks a lot for your help - Without you I'd have to reinstall, since
> I'm not skilled enough to brave the world of a live-cd and chroot (I
> think) into my drive to then install gcc.  At least, that's what I
> think my next best option was...  I'm not at all familiar with chroot
> though, so all I can do is speculate.  I think I'll go read its man
> page now in celebration of the restoration of my system.
>
> Also, right before I killed my system, I made something, a very very
> elementary bash script (my first bash script - yay!) to toggle distcc
> on and off.  It's NOT terribly advanced, but it's a start...  here it
> is:
>
> localhost ~ # cat /bin/ch_distcc
> #!/bin/bash
>
> # alternates between using make.conf and make.conf.other
> # in other words, toggles between using distcc or not
>
> # this should be where your make.conf lives.
> MAKE_DIR="/etc/";
>
> mv "$MAKE_DIR"make.conf "$MAKE_DIR"buffer
> mv "$MAKE_DIR"make.conf.other "$MAKE_DIR"make.conf
> mv "$MAKE_DIR"buffer "$MAKE_DIR"make.conf.other
>
> I know it's not terribly good, it assumes that make.conf and
> make.conf.other are exactly the same - except for the distcc part in
> FEATURES="".  But hey, it's something I can work on while chipping my
> way through a excellent reference on bash I found and downloaded.
>
> Thanks again for your help!


I recently changed mine to this:

> # FEATURES are settings that affect the functionality of portage. Most of
> # these settings are for developer use, but some are available to non-
> # developers as well. 'buildpkg' is an always-on setting for the
> emerge
> # flag of the same name. It causes binary packages to be created
> of all
> # packages that are merged.
> FEATURES="buildpkg ccache sandbox"


It sort of helps me in case I screw up.  It happens sometimes, usually
when we least expect it too.

Glad you got it working.

Dale
:-)  :-) 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] portage 2.1 stable timeline?

2006-06-01 Thread Alan
Just wondering if anyone knows if there's any info on when portage 2.1
will go stable?  Is there a portage mailing list or place to get a bit
more information about this?

TIA

-- 
Alan <[EMAIL PROTECTED]> - http://arcterex.net

"Backups are for people who don't pray." -- big Mike
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Help on gentoo 2.6

2006-06-01 Thread Leandro Melo de Sales

Hi Bob,

  type lspci and see what is your network card. After this, choose a
proper driver on kernel menuconfig and make the proper adjusts.
  If you put the driver as module, edit
/etc/modules.autoload.d/kernel-2.6 file and put the name of the module
there ( follow the example given ). If you compile the driver *built
in* you don't need to add the module name in kernel-2.6 file.
  Let us know the result.

Leandro.

2006/6/1, Bob Bao <[EMAIL PROTECTED]>:







Hi guys.

I installed 2.6.16-gentoo-r7 on a x86 desk top computer.

After reboot, I fond two problems.

The net work connection lost. I run the /etc/init.d/net.eth0 start, get a
eth0 does not exist error message. Is there any one can help me fix it. I
need to download more tools for the basic operating system.

Another problem is when I run "rc -update" there is an error message "
runlevel update is not existed" .

Thanks.

Bob Bao

[EMAIL PROTECTED]



--
Leandro Melo de Sales.
Computer Science Student
Laboratório de Sistemas Distribuídos - www.lsd.ufcg.edu.br
Laboratório de Sistemas Embarcados e Computação Pervasiva -
www.embeddedacademy.org
Universidade Federal de Campina Grande - UFCG
Campina Grande - PB - Brasil

"Sometimes people fall in love, but a little bit of them really love
or find a truth love. Or sometimes they find it but for some reason
they let love pass without live it intensely. This is the free-well."

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Change profile

2006-06-01 Thread Neil Bothwick
On Thu, 1 Jun 2006 23:10:36 +0200, Hemmann, Volker Armin wrote:

> don't forget to check the useflags (with ufed), and don't forget 
> emerge --newuse -a world

You'll need to add --update --deep to catch packages affected by the
changed USE flags.


-- 
Neil Bothwick

"This project is so important, we can't let things that are more
important interfere with it."


signature.asc
Description: PGP signature


[gentoo-user] Re: module questions

2006-06-01 Thread Mick

On 01/06/06, Mick <[EMAIL PROTECTED]> wrote:

Did you build it as a module? Sorry, I can't check my setup right now
because I'm away from my PC.


OK, had a quick look but can't find a kernel option which builds a
module called radeon_drv . . . where is it?
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Help on gentoo 2.6

2006-06-01 Thread Alan
On Thu, Jun 01, 2006 at 04:30:12PM -0500, Bob Bao wrote:
> Hi guys.
> 
> I installed 2.6.16-gentoo-r7 on a x86 desk top computer.
> 
> After reboot, I fond two problems.
> 
> The net work connection lost. I run the /etc/init.d/net.eth0 start, get
> a eth0 does not exist error message. Is there any one can help me fix
> it. I need to download more tools for the basic operating system. 

You don't have the driver for your network card loaded.  You need to
find out what it is and then put the name of the module in
/etc/modules.autoload.d/kernel-2.6 and reboot (or you can run 'insmod
' as root and then /etc/init.d/net.eth0 start).

> Another problem is when I run "rc -update" there is an error message "
> runlevel update is not existed" . 

You have an extra space, you just need rc-update.

Alan

-- 
Alan <[EMAIL PROTECTED]> - http://arcterex.net

"Backups are for people who don't pray." -- big Mike
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] System Suspend...kind of OT

2006-06-01 Thread Ryan Tandy

James Colby wrote:

Please return to your regularly scheduled Linux discussions  :)


vi vi vi!!

:P
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] System Suspend...kind of OT

2006-06-01 Thread James Colby

On 6/1/06, Daniel da Veiga <[EMAIL PROTECTED]> wrote:

On 6/1/06, James Colby <[EMAIL PROTECTED]> wrote:
> On 6/1/06, Anthony E. Caudel <[EMAIL PROTECTED]> wrote:
>

Yes, the system would hibernate and at the next power up the system
would effectively boot, not just wake up, and you would get the lilo
boot.

>


All -

Thanks for the tips...I went into the power control settings in the
control panel and enabled hibernation.  Now when I shutdown there is
an option to hibernate.  Thanks for the help everyone.

Please return to your regularly scheduled Linux discussions  :)
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Help on gentoo 2.6

2006-06-01 Thread Bob Bao





Hi guys.
I installed 2.6.16-gentoo-r7 on a x86 desk top computer.
After reboot, I fond two problems.
The net work connection lost. I run the /etc/init.d/net.eth0 start, get a 
eth0 does not exist error message. Is there any one can help me fix it. I need 
to download more tools for the basic operating system. 
Another problem is when I run "rc -update" there is an error message " 
runlevel update is not existed" . 
Thanks.
Bob Bao
[EMAIL PROTECTED]


Re: [gentoo-user] System Suspend...kind of OT

2006-06-01 Thread Daniel da Veiga

On 6/1/06, James Colby <[EMAIL PROTECTED]> wrote:

On 6/1/06, Anthony E. Caudel <[EMAIL PROTECTED]> wrote:

> When Windows _SUSPENDS_ (we're not talking hibernate right?), it never
> relaay stops running.  It shuts down the display and the hard drives and
> sort of goes to sleep.  So when you "power" back up, it simply resumes.
>   It does not reboot.
>
> Tony
>
> --

Tony -
The option that I choose in windows is stand-by.  Is there another
option that I can enable for hibernate.  Would hibernate give me what


You can simply change the behavior of the "power" button to
"hibernate" at the control panel, that was the easiest way to anchieve
that in my laptop, but I didn't know about the "shift" trick, thanks
Anthony.


I'm looking for.


Yes, the system would hibernate and at the next power up the system
would effectively boot, not just wake up, and you would get the lilo
boot.



Thanks for the help,
James
--
gentoo-user@gentoo.org mailing list





--
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Change profile

2006-06-01 Thread Hemmann, Volker Armin
On Thursday 01 June 2006 22:43, Anthony E. Caudel wrote:
> Anthony E. Caudel wrote:
> > I was going to switch to nptl (only) but emerge ignored my additions to
> > make.conf.  Then I noticed that my profile is default-linux/x86/no-nptl
> > so that answers that question.
> >
> > Can I change my profile to default-linux/x86/2006.0.  Any repercussions?
> >
> > Here is my emerge --info:
> >
> > Portage 2.0.54-r2 (default-linux/x86/no-nptl, gcc-3.4.6, glibc-2.3.6-r3,
> > 2.6.16-gentoo-r7 i686)
> > =
> > System uname: 2.6.16-gentoo-r7 i686 AMD Athlon(tm) 64 X2 Dual Core
> > Processor 4200+
> > Gentoo Base System version 1.6.14
> > dev-lang/python: 2.4.2
>
> 
>
> Never mind.  I made a backup and went and changed the profile, switched
> to nptl and nptlonly.  No repercussions so far.
>

don't forget to check the useflags (with ufed), and don't forget 
emerge --newuse -a world
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] System Suspend...kind of OT

2006-06-01 Thread Ryan Tandy

James Colby wrote:

The option that I choose in windows is stand-by.  Is there another
option that I can enable for hibernate.  Would hibernate give me what
I'm looking for.


Yes.  "Standby" in Windows is just sleep mode, aka suspend-to-RAM. 
You're looking for hibernate, aka suspend-to-disk.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo net work connection problem

2006-06-01 Thread Ryan Tandy

Bob Bao wrote:
 
 Hi guys.


I installed 2.6.16-gentoo-r7 on a x86 desk top computer.

After reboot, I fond two problems.

The net work connection lost. I run the /etc/init.d/net.eth0 start, get
a eth0 does not exist error message. Is there any one can help me fix
it. I need to download more tools for the basic operating system. 

You don't have the driver for your network card loaded properly then. 
If you configured it as a module ( in kernel config), then you need 
to load the module on startup.  If you configured it as built-in, then 
you have the wrong one.  Check what your card is, and try again.



Another problem is when I run "rc -update" there is an error message "
runlevel update is not existed" . 


The command is "rc-update".  No space.

Thanks.

Bob Bao
[EMAIL PROTECTED]



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Change profile

2006-06-01 Thread Anthony E. Caudel

Anthony E. Caudel wrote:
I was going to switch to nptl (only) but emerge ignored my additions to 
make.conf.  Then I noticed that my profile is default-linux/x86/no-nptl 
so that answers that question.


Can I change my profile to default-linux/x86/2006.0.  Any repercussions?

Here is my emerge --info:

Portage 2.0.54-r2 (default-linux/x86/no-nptl, gcc-3.4.6, glibc-2.3.6-r3, 
2.6.16-gentoo-r7 i686)

=
System uname: 2.6.16-gentoo-r7 i686 AMD Athlon(tm) 64 X2 Dual Core 
Processor 4200+

Gentoo Base System version 1.6.14
dev-lang/python: 2.4.2



Never mind.  I made a backup and went and changed the profile, switched 
to nptl and nptlonly.  No repercussions so far.


Tony

--
Those who would give up essential Liberty, to purchase a little temporary
Safety, deserve neither Liberty nor Safety.
   -- Benjamin Franklin
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo net work connection problem

2006-06-01 Thread Daniel da Veiga

On 6/1/06, Bob Bao <[EMAIL PROTECTED]> wrote:


 Hi guys.

I installed 2.6.16-gentoo-r7 on a x86 desk top computer.

After reboot, I fond two problems.

The net work connection lost. I run the /etc/init.d/net.eth0 start, get
a eth0 does not exist error message. Is there any one can help me fix
it. I need to download more tools for the basic operating system.



Network drivers must be built in the kernel or loaded as modules to
work. What does "lspci" say about your NIC? Check your model and load
the correct modules (if you compiled them) or compile your kernel
again with builtin support.


Another problem is when I run "rc -update" there is an error message "
runlevel update is not existed" .


"rc-update" is a whole command, not "rc -update" (note the space
between rc and -update), update is not an argument for rc...



Thanks.

Bob Bao
[EMAIL PROTECTED]

--
gentoo-user@gentoo.org mailing list





--
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] System Suspend...kind of OT

2006-06-01 Thread Anthony E. Caudel

James Colby wrote:

On 6/1/06, Anthony E. Caudel <[EMAIL PROTECTED]> wrote:


When Windows _SUSPENDS_ (we're not talking hibernate right?), it never
relaay stops running.  It shuts down the display and the hard drives and
sort of goes to sleep.  So when you "power" back up, it simply resumes.
  It does not reboot.

Tony

--



Tony -
The option that I choose in windows is stand-by.  Is there another
option that I can enable for hibernate.  Would hibernate give me what
I'm looking for.

Thanks for the help,
James
Try pressing shift at that screen and see if standby changes to 
hibernate.  If not search windows help for information on setting up 
hibernate.


Tony

--
Those who would give up essential Liberty, to purchase a little temporary
Safety, deserve neither Liberty nor Safety.
   -- Benjamin Franklin
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Tomboy - Does it have Alerts?

2006-06-01 Thread Johám-Luís Miguéns Vila
On 11:37 Thu 01 Jun , Ow Mun Heng wrote:
> I just installed tomboy, seems nice. 
> 
> Is there capability to add in Alerts/alarms?
> -- 
> Ow Mun Heng <[EMAIL PROTECTED]>
> 

I don't think so... For this I'm using remind+wyrd... You can give them a 
shot...

cheers

-- 
A ouvir (mpd): parado
 - GPG KeyID:0x9D2FD6C8


pgp9qqpjYDpGs.pgp
Description: PGP signature


Re: [gentoo-user] System Suspend...kind of OT

2006-06-01 Thread James Colby

On 6/1/06, Anthony E. Caudel <[EMAIL PROTECTED]> wrote:


When Windows _SUSPENDS_ (we're not talking hibernate right?), it never
relaay stops running.  It shuts down the display and the hard drives and
sort of goes to sleep.  So when you "power" back up, it simply resumes.
  It does not reboot.

Tony

--


Tony -
The option that I choose in windows is stand-by.  Is there another
option that I can enable for hibernate.  Would hibernate give me what
I'm looking for.

Thanks for the help,
James
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo net work connection problem

2006-06-01 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

What do you have in /etc/modules.autoload.d/kernel-2.6 ?
have you ran modules-update after editing the above file?
what does dmesg | grep -i eth show?

- --
Arturo "Buanzo" Busleiman - VPN Mail Project - http://vpnmail.buanzo.com.ar
Consultor en Seguridad Informatica - http://www.buanzo.com.ar

for f in www blog linux-consulting vpnmail; do firefox http://$f.buanzo.com.ar 
; done
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEf0yBAlpOsGhXcE0RAnNTAJ9cekjvgGcMgclT5GQTn+OdLdBbvACeIsPn
EJlE8k2OPgQr7vZetg0zZS4=
=YeHS
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Gentoo net work connection problem

2006-06-01 Thread Bob Bao
 
 Hi guys.

I installed 2.6.16-gentoo-r7 on a x86 desk top computer.

After reboot, I fond two problems.

The net work connection lost. I run the /etc/init.d/net.eth0 start, get
a eth0 does not exist error message. Is there any one can help me fix
it. I need to download more tools for the basic operating system. 

Another problem is when I run "rc -update" there is an error message "
runlevel update is not existed" . 

Thanks.

Bob Bao
[EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strange feature in eix

2006-06-01 Thread Jean Magnan de Bornier
Le 01 juin à 20:57:49 "Boris Fersing" <[EMAIL PROTECTED]> écrit notamment:

| 2006/6/1, Jean Magnan de Bornier <[EMAIL PROTECTED]>:
| > Hi all,
| >
| > Using eix for some time (at least a year now), I discovered today
| > (eix-0.5.5) a very strange feature which and in less perfect world than
| > gentoo's might perhaps qualify as a bug.
| >
| > If I type "eix " and the package is unstable (or has unstable
| > versions) and appears as such in the gentoo database, I expect to see it
| > -for the unstable versions- in eix's output: the man page says so anyway;
| > but this happens only if I have not marked the package with "~x86" in *my*
| > /etc/portage/package.keywords file. If I mark the package (with "~x86")
| > eix tells me :
| >
| > * app-editors/emacs-cvs
| >  Available versions:  22.0.50-r1 22.0.50-r2 [M]23.0.0
| >  Installed:   22.0.50-r2
| >  Homepage:http://www.gnu.org/software/emacs
| >  Description: Emacs is the extensible, customizable,
| >  self-documenting real-time display editor.
| >
| > and this is a *big lie* (works with any package apparently).
| >
| > Or is it intended?
>
| Hi,
>
| add LOCAL_PORTAGE_CONFIG=false in /etc/eixrc and try again ! (it's not
| a bug, it's a feature ! :D)
>
Thanks Boris for the explanation, I hadn't noticed; not sure this should be the
default feature though...

cheers
-- 
  Jean 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strange feature in eix

2006-06-01 Thread Jean Magnan de Bornier
Le 01 juin à 21:06:33 "Daniel da Veiga" <[EMAIL PROTECTED]> écrit notamment:

| On 6/1/06, Jean Magnan de Bornier <[EMAIL PROTECTED]> wrote:
| > Hi all,
| >
| > Using eix for some time (at least a year now), I discovered today
| > (eix-0.5.5) a very strange feature which and in less perfect world than
| > gentoo's might perhaps qualify as a bug.
| >
| > If I type "eix " and the package is unstable (or has unstable
| > versions) and appears as such in the gentoo database, I expect to see it
| > -for the unstable versions- in eix's output: the man page says so anyway;
| > but this happens only if I have not marked the package with "~x86" in *my*
| > /etc/portage/package.keywords file. If I mark the package (with "~x86")
| > eix tells me :
| >
| > * app-editors/emacs-cvs
| >  Available versions:  22.0.50-r1 22.0.50-r2 [M]23.0.0
| >  Installed:   22.0.50-r2
| >  Homepage:http://www.gnu.org/software/emacs
| >  Description: Emacs is the extensible, customizable,
| >  self-documenting real-time display editor.
| >
| > and this is a *big lie* (works with any package apparently).
>
| Why is it a lie?! Have you not accepted that version explicity in your
| own config file? So, isn't that version available? If you do an emerge
| emacs-csv, wouldn't it pull out the keyworded package? Note that eix
| uses the "available" word, not "stable" or anything like that. By
| using "available", it is dynamic and can give results accourding to
| your personal config.

Sure ; you understand my using "lie" was a joke; but anyway I was
interpreting the term "masked" as a property of the package common to all
gentoo users, and it sounded (still does) strange to me; the man page:
. 
OUTPUT If you used gentoo for more than a week you're probably going to
   immediately recognize the format of the
   versions-strings. Nevertheless, we are going to explain them here.

[...]

   *3.4.3-r2
  That version is "masked by -* keyword".
   !3.3.3 This means the version is "masked by missing keyword".
   -0.8.14
  Masked by -ARCH.
   ~3.3.5.20050130
  The version would be "masked by ~keyword".

 
as I personally do not mask packages, I could assume they were masked by
the external world... I should have read the man more carefully 
>
| I guess its more a feature, it predicts exactly what portage will
| do... I didn't even knew it was using my personal config files, that
| is awesome!

cheers,
-- 
  Jean 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] voodoopad for linux?

2006-06-01 Thread louis brazeau

On 6/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

On Wed, 31 May 2006, Neil Bothwick wrote:

> On Wed, 31 May 2006 08:54:30 -0700 (PDT), [EMAIL PROTECTED] wrote:
>
>> Found what I was looking for, and it's a very cool program. Do any of
>> you have experience with this?
>
>>http://www.beatniksoftware.com/tomboy/
>
> I've been using it for a while, since I saw it at a LUG meeting. It's
> handy for note taking and the like. Another such program worth looking at
> is x11-misc/basket - http://basket.kde.org/

I like this basket thing. It has the ability to use kolourpaint to add
scribble notes to the basket - I don't think tomboy can do that. Or did I just
miss it?


I like basket as well. But did anyone know how to configure it so that
links opens in Firefox when I click on one (they open in Quanta+ right
now).

--
Louis Brazeau
Informaticien
--
gentoo-user@gentoo.org mailing list



[gentoo-user] [OT] Webalizer rolling over and clobbering old stats...

2006-06-01 Thread darren kirby
Hello all,

Last night at midnight I reached a year's worth of webalizer stats. The 
problem is that when 'June 2006' was created it overwrote 'June 2005's stats.

Maybe I am just blind and stupid but I could not find anything in Webalizer's 
README or config file to change this. Surely there is a way to tell webalizer 
not to clobber the old stats and just keep them...

Thanks,

-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
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strange feature in eix

2006-06-01 Thread Daniel da Veiga

On 6/1/06, Jean Magnan de Bornier <[EMAIL PROTECTED]> wrote:

Hi all,

Using eix for some time (at least a year now), I discovered today
(eix-0.5.5) a very strange feature which and in less perfect world than
gentoo's might perhaps qualify as a bug.

If I type "eix " and the package is unstable (or has unstable
versions) and appears as such in the gentoo database, I expect to see it
-for the unstable versions- in eix's output: the man page says so anyway;
but this happens only if I have not marked the package with "~x86" in *my*
/etc/portage/package.keywords file. If I mark the package (with "~x86")
eix tells me :

* app-editors/emacs-cvs
 Available versions:  22.0.50-r1 22.0.50-r2 [M]23.0.0
 Installed:   22.0.50-r2
 Homepage:http://www.gnu.org/software/emacs
 Description: Emacs is the extensible, customizable,
 self-documenting real-time display editor.

and this is a *big lie* (works with any package apparently).


Why is it a lie?! Have you not accepted that version explicity in your
own config file? So, isn't that version available? If you do an emerge
emacs-csv, wouldn't it pull out the keyworded package? Note that eix
uses the "available" word, not "stable" or anything like that. By
using "available", it is dynamic and can give results accourding to
your personal config.

I guess its more a feature, it predicts exactly what portage will
do... I didn't even knew it was using my personal config files, that
is awesome!

--
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strange feature in eix

2006-06-01 Thread Boris Fersing

2006/6/1, Jean Magnan de Bornier <[EMAIL PROTECTED]>:

Hi all,

Using eix for some time (at least a year now), I discovered today
(eix-0.5.5) a very strange feature which and in less perfect world than
gentoo's might perhaps qualify as a bug.

If I type "eix " and the package is unstable (or has unstable
versions) and appears as such in the gentoo database, I expect to see it
-for the unstable versions- in eix's output: the man page says so anyway;
but this happens only if I have not marked the package with "~x86" in *my*
/etc/portage/package.keywords file. If I mark the package (with "~x86")
eix tells me :

* app-editors/emacs-cvs
 Available versions:  22.0.50-r1 22.0.50-r2 [M]23.0.0
 Installed:   22.0.50-r2
 Homepage:http://www.gnu.org/software/emacs
 Description: Emacs is the extensible, customizable,
 self-documenting real-time display editor.

and this is a *big lie* (works with any package apparently).

Or is it intended?


Hi,

add LOCAL_PORTAGE_CONFIG=false in /etc/eixrc and try again ! (it's not
a bug, it's a feature ! :D)

Regards,

Boris.

--
  Jean

--
gentoo-user@gentoo.org mailing list





--
Quiconque me parle de Dieu en veut à ma bourse ou à ma liberté.

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Strange feature in eix

2006-06-01 Thread Jean Magnan de Bornier
Hi all,

Using eix for some time (at least a year now), I discovered today
(eix-0.5.5) a very strange feature which and in less perfect world than
gentoo's might perhaps qualify as a bug.

If I type "eix " and the package is unstable (or has unstable
versions) and appears as such in the gentoo database, I expect to see it
-for the unstable versions- in eix's output: the man page says so anyway;
but this happens only if I have not marked the package with "~x86" in *my*
/etc/portage/package.keywords file. If I mark the package (with "~x86")
eix tells me :

* app-editors/emacs-cvs 
 Available versions:  22.0.50-r1 22.0.50-r2 [M]23.0.0
 Installed:   22.0.50-r2
 Homepage:http://www.gnu.org/software/emacs
 Description: Emacs is the extensible, customizable,
 self-documenting real-time display editor.

and this is a *big lie* (works with any package apparently).

Or is it intended?
-- 
  Jean 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] EMERGENCY - GCC GONE!

2006-06-01 Thread Lord Sauron

I fixed it.  Thank God that's over...  it was good to go back to the
command line a bit for me.  Keeps me sharp... even despite the huge
allergies I'm experiencing right now.

I've also added a note in my notes files to NEVER run anything like
"emerge --unmerge gcc" ever again.  That was a huge mistake.  Rather,
I've found through this experience gcc-config.  Never knew that was
there...  much to my misfortune.

Thanks a lot for your help - Without you I'd have to reinstall, since
I'm not skilled enough to brave the world of a live-cd and chroot (I
think) into my drive to then install gcc.  At least, that's what I
think my next best option was...  I'm not at all familiar with chroot
though, so all I can do is speculate.  I think I'll go read its man
page now in celebration of the restoration of my system.

Also, right before I killed my system, I made something, a very very
elementary bash script (my first bash script - yay!) to toggle distcc
on and off.  It's NOT terribly advanced, but it's a start...  here it
is:

localhost ~ # cat /bin/ch_distcc
#!/bin/bash

# alternates between using make.conf and make.conf.other
# in other words, toggles between using distcc or not

# this should be where your make.conf lives.
MAKE_DIR="/etc/";

mv "$MAKE_DIR"make.conf "$MAKE_DIR"buffer
mv "$MAKE_DIR"make.conf.other "$MAKE_DIR"make.conf
mv "$MAKE_DIR"buffer "$MAKE_DIR"make.conf.other

I know it's not terribly good, it assumes that make.conf and
make.conf.other are exactly the same - except for the distcc part in
FEATURES="".  But hey, it's something I can work on while chipping my
way through a excellent reference on bash I found and downloaded.

Thanks again for your help!
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Tomboy - Does it have Alerts?

2006-06-01 Thread Ow Mun Heng
I just installed tomboy, seems nice. 

Is there capability to add in Alerts/alarms?
-- 
Ow Mun Heng <[EMAIL PROTECTED]>

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sys-apps/pam-login

2006-06-01 Thread Hemmann, Volker Armin
On Thursday 01 June 2006 18:28, JimD wrote:
> Hemmann, Volker Armin wrote:
> > education?
>
> I have a formal education.  I do not need any "pointers" from you, thanks.
>
> > it is just plain laziness to ask a question in a mailing list or forum,
> > that could have been aswered by typing three words into google search.
>
> Talking about education, usually one would capitalize the first word of
> a sentence.

talking about education: How many languages you learnt at school or elsewhere?

>
> I get to make a new procmail recipe now:
>
> [EMAIL PROTECTED] > /dev/null

if that pleases you ... *shrug*
I don't care.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerge kdepim-3.5.2-r2 fails

2006-06-01 Thread Uwe Thiem
On 01 June 2006 16:21, Cláudio Henrique wrote:
> Hi, there,
>
> I am having trouble installing kdepim.
>
> kde-base/kdepim-3.5.2-r2  +arts +crypt -debug -gnokii +kdeenablefinal
> -kdehiddenvisibility +pda -xinerama
>
> Can anyone help me?

Try without kdeenablefinal.

Uwe

-- 
Mark Twain: I rather decline two drinks than a German adjective.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: [OT] Howto setup tunnel in gentoo scripts

2006-06-01 Thread Neil Bothwick
On Thu, 01 Jun 2006 19:17:43 +0200, Norbert Kamenicky wrote:

> > Are you making net.vpn0 a symlink to net.lo, as with net.eth0? If so,
> > what happens if you do /etc/init.d/net.vpn0 start and eth0 is not
> > running?

> Of course I did ... and it simply works, except of route setup for vpn0
> (see my first reply)

I don't understand what you were asking for if it already works, apart
from the routing which could be fixed with a net function.

How does it deal with my second question above?


-- 
Neil Bothwick

The three Rs of Microsoft support: Retry, Reboot, Reinstall.


signature.asc
Description: PGP signature


Re: [gentoo-user] eth1 wireless problem

2006-06-01 Thread Raymond Lewis Rebbeck
Might want to look at using WPA for your wireless security. A lot harder to 
crack than WEP.

On Friday, 2 June 2006 2:48, Michael W. Holdeman wrote:
> > Log in to your router and check what IP's are in use to what mac
> > addresses.  Maybe someone got on your wireless network?
>
> Yup, exactly what happened!  Hmm... have to check the neighbors out, and
> change teh WEP..
>
> Mike

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: [OT] Howto setup tunnel in gentoo scripts

2006-06-01 Thread Norbert Kamenicky
Neil Bothwick wrote:
> 
> Are you making net.vpn0 a symlink to net.lo, as with net.eth0? If so,
> what happens if you do /etc/init.d/net.vpn0 start and eth0 is not running?
> 

Of course I did ... and it simply works, except of route setup for vpn0
(see my first reply)

noro





-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] eth1 wireless problem

2006-06-01 Thread Michael W. Holdeman
On Thursday 01 June 2006 12:53, JimD wrote:
> Michael W. Holdeman wrote:
> > My wireless has been working fine, I don't think I even ran any updates
> > yesturday, but this morning I get this
> >
> > /etc/init.d/net.eth1 start
> >  * Starting eth1
> >  *   Configuring wireless network for eth1
> >  * eth1 connected to ESSID "ptfd" at 00:06:25:D9:DC:2F
> >  * in managed mode on channel 11 (WEP disabled)
> >  *   Bringing up eth1
> >  * 192.168.14.102
> >  * 192.168.14.102 already taken on eth1
> >
> > I don't get that last line, why is it reporting that the ip is already
> > taken on eth1 when I am starting eth1?
> >
> > ifconfig shows no eth1 setup.
> > I can run eth1 with dhcpcd and it gets a differernt ip, in teh same
> > subnet, everything else seems fine. My eth1 wireless is set at teh static
> > ip with /etc/conf.d/wireless, mostly due to using my system on several
> > nets and vpn's and vmware, I just like the static ip's better, but can't
> > figure this...
> >
> > here is teh applicable from my /etc/conf.d/wireless
> >
> > config_ptfd=( "192.168.14.102 brd 192.168.14.255 netmask 255.255.255.0")
> > routes_ptfd=("default via 192.168.14.1")
> > dns_servers_ptfd=( "68.87.72.130" "68.87.77.130" )
> >
> > Any ideas are appreciated, I must be missing something... I have been
> > suspending to ram lately, but this is with a fresh boot..
> >
> > Mike
>
> Log in to your router and check what IP's are in use to what mac
> addresses.  Maybe someone got on your wireless network?

Yup, exactly what happened!  Hmm... have to check the neighbors out, and 
change teh WEP..

Mike

-- 
 
Michael W. Holdeman
Fire Chief
Porter Emergency Services


Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.15-ck2   |
VMWare Workstation 5.5.1 vmware.com |
Win4LinPro 6.1.1-03 win4lin.com |
|

-- 
 
Michael W. Holdeman



Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.15-ck2   |
VMWare Workstation 5.5.1 vmware.com |
Win4LinPro 6.1.1-03 win4lin.com |
|
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] eth1 wireless problem

2006-06-01 Thread JimD
Michael W. Holdeman wrote:
> My wireless has been working fine, I don't think I even ran any updates 
> yesturday, but this morning I get this
> 
> /etc/init.d/net.eth1 start
>  * Starting eth1
>  *   Configuring wireless network for eth1
>  * eth1 connected to ESSID "ptfd" at 00:06:25:D9:DC:2F
>  * in managed mode on channel 11 (WEP disabled)
>  *   Bringing up eth1
>  * 192.168.14.102
>  * 192.168.14.102 already taken on eth1  
> 
> I don't get that last line, why is it reporting that the ip is already taken 
> on eth1 when I am starting eth1? 
> 
> ifconfig shows no eth1 setup.
> I can run eth1 with dhcpcd and it gets a differernt ip, in teh same subnet, 
> everything else seems fine. My eth1 wireless is set at teh static ip 
> with /etc/conf.d/wireless, mostly due to using my system on several nets and 
> vpn's and vmware, I just like the static ip's better, but can't figure 
> this...
> 
> here is teh applicable from my /etc/conf.d/wireless 
> 
> config_ptfd=( "192.168.14.102 brd 192.168.14.255 netmask 255.255.255.0")
> routes_ptfd=("default via 192.168.14.1")
> dns_servers_ptfd=( "68.87.72.130" "68.87.77.130" )
> 
> Any ideas are appreciated, I must be missing something... I have been 
> suspending to ram lately, but this is with a fresh boot..
> 
> Mike

Log in to your router and check what IP's are in use to what mac
addresses.  Maybe someone got on your wireless network?

Jim
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
You roll an 18 in Dex and see if you
don't end up with a girlfriend
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
JimD
Central FL, USA, Earth, Sol
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sys-apps/pam-login

2006-06-01 Thread kashani

JimD wrote:

Hemmann, Volker Armin wrote:


education?




I think he meant education of the others asking questions that are 
easily googled though I read it the way you interpreted the first time 
as well.


I agree that it is easily googled, *but* I can see why people might want 
a bit of hand holding on this one. It's "Oh my God I just locked myself 
out of a system three thousand miles away" packages like pam and shadow 
that you really don't want to screw up. I might have asked the same 
questions even after Googling, but I have a test machine and many users 
do not.


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



[gentoo-user] eth1 wireless problem

2006-06-01 Thread Michael W. Holdeman
My wireless has been working fine, I don't think I even ran any updates 
yesturday, but this morning I get this

/etc/init.d/net.eth1 start
 * Starting eth1
 *   Configuring wireless network for eth1
 * eth1 connected to ESSID "ptfd" at 00:06:25:D9:DC:2F
 * in managed mode on channel 11 (WEP disabled)
 *   Bringing up eth1
 * 192.168.14.102
 * 192.168.14.102 already taken on eth1  

I don't get that last line, why is it reporting that the ip is already taken 
on eth1 when I am starting eth1? 

ifconfig shows no eth1 setup.
I can run eth1 with dhcpcd and it gets a differernt ip, in teh same subnet, 
everything else seems fine. My eth1 wireless is set at teh static ip 
with /etc/conf.d/wireless, mostly due to using my system on several nets and 
vpn's and vmware, I just like the static ip's better, but can't figure 
this...

here is teh applicable from my /etc/conf.d/wireless 

config_ptfd=( "192.168.14.102 brd 192.168.14.255 netmask 255.255.255.0")
routes_ptfd=("default via 192.168.14.1")
dns_servers_ptfd=( "68.87.72.130" "68.87.77.130" )

Any ideas are appreciated, I must be missing something... I have been 
suspending to ram lately, but this is with a fresh boot..

Mike
-- 
 
Michael W. Holdeman



Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.15-ck2   |
VMWare Workstation 5.5.1 vmware.com |
Win4LinPro 6.1.1-03 win4lin.com |
|
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sys-apps/pam-login

2006-06-01 Thread JimD
Hemmann, Volker Armin wrote:

> education?

I have a formal education.  I do not need any "pointers" from you, thanks.

> it is just plain laziness to ask a question in a mailing list or forum, that 
> could have been aswered by typing three words into google search.

Talking about education, usually one would capitalize the first word of
a sentence.

I get to make a new procmail recipe now:

[EMAIL PROTECTED] > /dev/null

Jim
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
You roll an 18 in Dex and see if you
don't end up with a girlfriend
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
JimD
Central FL, USA, Earth, Sol
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sys-apps/pam-login

2006-06-01 Thread Hemmann, Volker Armin
On Thursday 01 June 2006 08:40, JimD wrote:
> Hemmann, Volker Armin wrote:
> > if you have used google, you wouldn't had to ask here. Saving you some
> > time and a lot of people some bandwidth.
>
> If you are so concerned about others bandwidth, then why waste it to
> troll?  If you had read the thread, you would have seen that plenty of
> people responded already.  So why ad to the noise?
>

education?

it is just plain laziness to ask a question in a mailing list or forum, that 
could have been aswered by typing three words into google search.

1minute google!

google for this:
gentoo shadow pam-login

and the right link is the first one.

How hard is that?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: firefox hangs frequently...

2006-06-01 Thread fei huang
On 6/1/06, Richard Fish <[EMAIL PROTECTED]> wrote:
On 5/31/06, fei huang <[EMAIL PROTECTED]> wrote:> (gdb) back> #0  0xe410 in __kernel_vsyscall ()> #1  0xb7df6c5c in pthread_cond_timedwait@@GLIBC_2.3.2 () from
> /lib/tls/libpthread.so.0Hmm, threading issues...Is /lib/tls/libpthread.so.0 correct?  My libpthread lives in /lib, sothat looks strange to me.  Is this on the x86 arch?  What does "equery
belongs /lib/tls/libpthread*" report?the libpthread.so.0 locates in "/lib/tls/" and is a symbolic link that points to /lib/tls/libpthread-
2.3.6.so. I just wonder why this path is not included in the "/etc/ld.so.conf" ?  yes, my system is running on a intel x86.[huangfei @ /lib/tls] % equery belongs /lib/tls/libpthread*
[ Searching for file(s) /lib/tls/libpthread-2.3.6.so,/lib/tls/libpthread.so.0 in *... ]sys-libs/glibc-2.3.6-r3 (/lib/tls/libpthread-2.3.6.so)sys-libs/glibc-
2.3.6-r3 (/lib/tls/libpthread.so.0 -> libpthread-2.3.6.so)
Do you use nptl and/or nptlonly for glibc (emerge -pv sys-libs/glibc). If not, try:echo "sys-libs/glibc nptl nptlonly" >>/etc/portage/package.useemerge -DNv world
my glibc  has use flag "nptl" but not "nptlonly", just wondering why other programs runs well (opera, gaim for instance), and never got such problem before? maybe this happens when updating the system with portage?   
It will take several days to emerge  world, I think..  ;--(thank you for your reply.. I'll try it out anyway, need much time though..daniel.
You do not need to rebuild firefox after the above.HTH,-Richard--gentoo-user@gentoo.org mailing list


[gentoo-user] Emerge kdepim-3.5.2-r2 fails

2006-06-01 Thread Cláudio Henrique

Hi, there,

I am having trouble installing kdepim.

kde-base/kdepim-3.5.2-r2  +arts +crypt -debug -gnokii +kdeenablefinal
-kdehiddenvisibility +pda -xinerama

Can anyone help me?

Here is the error message:

.libs/libkpilot_la.all_cc.o: In function
`PilotRecord::operator=(PilotRecord&)':
libkpilot_la.all_cc.cc:(.text+0x6eb4): undefined reference to `pi_buffer_free'
.libs/libkpilot_la.all_cc.o: In function
`PilotAppInfoBase::PilotAppInfoBase(PilotDatabase*)':
libkpilot_la.all_cc.cc:(.text+0x782b): undefined reference to
`unpack_CategoryAppInfo(CategoryAppInfo*, unsigned char*, unsigned
int)'
.libs/libkpilot_la.all_cc.o: In function
`PilotAppInfoBase::PilotAppInfoBase(PilotDatabase*)':
libkpilot_la.all_cc.cc:(.text+0x78eb): undefined reference to
`unpack_CategoryAppInfo(CategoryAppInfo*, unsigned char*, unsigned
int)'
.libs/libkpilot_la.all_cc.o: In function
`PilotSerialDatabase::readAppBlock(unsigned char*, int)':
libkpilot_la.all_cc.cc:(.text+0x8c52): undefined reference to `pi_buffer_new'
libkpilot_la.all_cc.cc:(.text+0x8cbd): undefined reference to `pi_buffer_free'
.libs/libkpilot_la.all_cc.o: In function
`PilotSerialDatabase::readRecordById(unsigned long)':
libkpilot_la.all_cc.cc:(.text+0x94d9): undefined reference to `pi_buffer_new'
.libs/libkpilot_la.all_cc.o: In function
`PilotSerialDatabase::readRecordByIndex(int)':
libkpilot_la.all_cc.cc:(.text+0x9da8): undefined reference to `pi_buffer_new'
.libs/libkpilot_la.all_cc.o: In function
`PilotSerialDatabase::readNextRecInCategory(int)':
libkpilot_la.all_cc.cc:(.text+0xa23d): undefined reference to `pi_buffer_new'
.libs/libkpilot_la.all_cc.o: In function
`PilotSerialDatabase::readNextModifiedRec(int*)':
libkpilot_la.all_cc.cc:(.text+0xa6cd): undefined reference to `pi_buffer_new'
.libs/libkpilot_la.all_cc.o: In function `PilotAddress::pack_(void*, int*)':
libkpilot_la.all_cc.cc:(.text+0x10d0f): undefined reference to
`pack_Address(Address*, pi_buffer_t*, addressType)'
.libs/libkpilot_la.all_cc.o: In function
`PilotDateEntry::PilotDateEntry(AppointmentAppInfo&, PilotRecord*)':
libkpilot_la.all_cc.cc:(.text+0x1101f): undefined reference to
`unpack_Appointment(Appointment*, pi_buffer_t*, datebookType)'
.libs/libkpilot_la.all_cc.o: In function
`PilotDateEntry::PilotDateEntry(AppointmentAppInfo&, PilotRecord*)':
libkpilot_la.all_cc.cc:(.text+0x1110f): undefined reference to
`unpack_Appointment(Appointment*, pi_buffer_t*, datebookType)'
.libs/libkpilot_la.all_cc.o: In function `PilotDateEntry::pack_(void*, int*)':
libkpilot_la.all_cc.cc:(.text+0x137ff): undefined reference to
`pack_Appointment(Appointment*, pi_buffer_t*, datebookType)'
.libs/libkpilot_la.all_cc.o: In function
`PilotTodoEntry::PilotTodoEntry(ToDoAppInfo&, PilotRecord*)':
libkpilot_la.all_cc.cc:(.text+0x13b60): undefined reference to
`unpack_ToDo(ToDo*, pi_buffer_t*, todoType)'
.libs/libkpilot_la.all_cc.o: In function
`PilotTodoEntry::PilotTodoEntry(ToDoAppInfo&, PilotRecord*)':
libkpilot_la.all_cc.cc:(.text+0x13c40): undefined reference to
`unpack_ToDo(ToDo*, pi_buffer_t*, todoType)'
.libs/libkpilot_la.all_cc.o: In function `PilotTodoEntry::pack_(void*, int*)':
libkpilot_la.all_cc.cc:(.text+0x1508f): undefined reference to
`pack_ToDo(ToDo*, pi_buffer_t*, todoType)'
.libs/libkpilot_la.all_cc.o: In function
`KPilotDeviceLink::getDBList(int, int)':
libkpilot_la.all_cc.cc:(.text+0x15dda): undefined reference to
`pi_buffer_clear'
.libs/libkpilot_la.all_cc.o: In function `PilotAddress::~PilotAddress()':
libkpilot_la.all_cc.cc:(.text+0x16de0): undefined reference to
`free_Address(Address*)'
.libs/libkpilot_la.all_cc.o: In function `PilotAddress::~PilotAddress()':
libkpilot_la.all_cc.cc:(.text+0x16e90): undefined reference to
`free_Address(Address*)'
.libs/libkpilot_la.all_cc.o: In function `PilotAddress::~PilotAddress()':
libkpilot_la.all_cc.cc:(.text+0x16f30): undefined reference to
`free_Address(Address*)'
.libs/libkpilot_la.all_cc.o: In function
`PilotLocalDatabase::~PilotLocalDatabase()':
libkpilot_la.all_cc.cc:(.text+0x1e709): undefined reference to `pi_buffer_free'
.libs/libkpilot_la.all_cc.o: In function
`PilotLocalDatabase::~PilotLocalDatabase()':
libkpilot_la.all_cc.cc:(.text+0x1e904): undefined reference to `pi_buffer_free'
.libs/libkpilot_la.all_cc.o: In function
`PilotLocalDatabase::~PilotLocalDatabase()':
libkpilot_la.all_cc.cc:(.text+0x1eaf4): undefined reference to `pi_buffer_free'
.libs/libkpilot_la.all_cc.o: In function `PilotLocalDatabase::openDatabase()':
libkpilot_la.all_cc.cc:(.text+0x1eee4): undefined reference to `pi_buffer_free'
.libs/libkpilot_la.all_cc.o: In function `PilotLocalDatabase::cleanup()':
libkpilot_la.all_cc.cc:(.text+0x2): undefined reference to `pi_buffer_free'
.libs/libkpilot_la.all_cc.o:libkpilot_la.all_cc.cc:(.text+0x21654):
more undefined references to `pi_buffer_free' follow
.libs/libkpilot_la.all_cc.o: In function
`PilotAddress::PilotAddress(PilotAppInfo*, PilotRecord*)':
libkpilot_la.all_cc.cc:(.text+0x24d50): undefined reference to
`unpack_Address(Ad

[gentoo-user] Genetic Roadmap

2006-06-01 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

When you have a minute, if you were interested in the new portage frontend 
(yast2, ncurses, gui),
take a look at:

http://genetic.sourceforge.net

Roadmap: http://genetic.sourceforge.net/roadmap.html

Yours,

- --
Arturo "Buanzo" Busleiman - VPN Mail Project - http://vpnmail.buanzo.com.ar
Consultor en Seguridad Informatica - http://www.buanzo.com.ar

for f in www blog linux-consulting vpnmail; do firefox http://$f.buanzo.com.ar 
; done
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEfvxqAlpOsGhXcE0RAhBsAJ9wq3z03kGWK2wUNSZexAo3ufgZBACfY75A
k2LKonnuAoT1rrPCU2qI/ls=
=Vn5p
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] EMERGENCY - GCC GONE!

2006-06-01 Thread Teresa and Dale
leszek wrote:

>Le mercredi 31 mai 2006 à 16:28 -0700, Lord Sauron a écrit :
>  
>
>>For reasons that I can't fathom, gcc, is now gone.  Totally.
>>Completely.  Not there.
>>
>>
>
>there is a page in the wiki explaining how to solve this :
>http://gentoo-wiki.com/HOWTO_Recover_from_%22emerge_--unmerge_gcc%22
>
>
>-Leszek
>
>  
>

I have to take my fiance to the doctor but I would be glad to email you
any files you need,  I have a Athlon XP with this in make.conf:

USE="acl acpi alsa amd arts artsd artswrappersuid bzip2 cdr chroot
clanJavaScript crypt dbus doc esd ethereal exif f-prot fdftk gaim gcj
gif gimpprint gkrellm -gnome gphoto2 gtk hal hbci hpijs ipv6 java
javascript jbig jpeg2k justify kde mmx mozilla nsplugin ofx offensive
openoffice -oss postgres ppds pysol scanner scribus sse tcltk tiff
tkinter truetype tuxracer udev usb wmf X xml xprint yahoo 3dnow "

CFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer
-momit-leaf-frame-pointer -fno-ident -pipe"

I have buildpkg turned on here too.  I delete them every once in a while
but save some of the critical stuff.  I have a cable modem here so it
will not take me long to send it, whatever you need.  I should be back
in a while.  Depends on long the Doctor takes really.  She's seeing a
neurologist.

Let me know of you need anything.  If I am not here I'm sure someone
else could share.  You may want to CC my regular email to make sure I
see it ASAP.

Hang in there, this can be fixed.  I've done some things similiar before.

Dale
:-) :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] EMERGENCY - GCC GONE!

2006-06-01 Thread Iain Buchanan
On Wed, 2006-05-31 at 22:23 -0700, Lord Sauron wrote:

>   I should be
> able to say whether your steps worked within an hour or so.  Thanks
> again.

*meep*

no news is good news?
-- 
Iain Buchanan 

The amount of time between slipping on the peel and landing on the
pavement is precisely 1 bananosecond.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Is Google getting evil?

2006-06-01 Thread Iain Buchanan
On Thu, 2006-06-01 at 10:01 +0100, Neil Bothwick wrote:
> On Thu, 01 Jun 2006 09:04:28 +0930, Iain Buchanan wrote:
> 
> > But, it's interesting to see I've made 490 posts to this list since Mar
> > 2004.  That must be when google groups was "turned on", as I've posted
> > earlier than that, but oh well, who's keeping count?!! (Better make that
> > 491 now ;)
> 
> I've got posts from earlier in there, since I started using this mail
> address in fact. Did you use a different address prior to Mar 04?

wow, that took me on a bit of a nostalgic trip around the www
archives :) I think you're right, prior to Mar 04 I was using a
different address.  

... I thought this year was 2005 :)

Interesting to see my own posts about trying to get evolution 1.5 to
compile :)
-- 
Iain Buchanan 

May you have warm words on a cold evening,
a full mooon on a dark night,
and a smooth road all the way to your door.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: module questions

2006-06-01 Thread Mick

Did you build it as a module? Sorry, I can't check my setup right now
because I'm away from my PC.

--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] EMERGENCY - GCC GONE!

2006-06-01 Thread leszek
Le mercredi 31 mai 2006 à 16:28 -0700, Lord Sauron a écrit :
> 
> For reasons that I can't fathom, gcc, is now gone.  Totally.
> Completely.  Not there.

there is a page in the wiki explaining how to solve this :
http://gentoo-wiki.com/HOWTO_Recover_from_%22emerge_--unmerge_gcc%22


-Leszek

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] fvwm does not start

2006-06-01 Thread Rakotomandimby Mihamina
Hi,
I have an up to date gentoo.
I installed X 
# emerge xorg-x11
I configured X correctly enough, because
# cp /etc/X11/xorg.conf ~
# exit
$ cd
$ X -config xorg.conf
and
# X -config /etc/X11/xorg.conf

Are OK:
 - X starts
 - the pointer moves when I move the mouse

USE contains "X"

I installed fvwm and fvwm-themes
# emerge fvwm fvwm-themes

There are files named
/etc/X11/Sessions/fvwm-crystal
/etc/X11/Sessions/fvwm2

I tried with 
XSESSION="fvwm2"
and
XSESSION="fvwm-crystal"
in 
/etc/rc.conf

I also put _only_:
fvwm &
into
/etc/X11/xinit/xinitrc

When I launch "startx":

xauth:  creating new authority file /root/.serverauth.21533

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.16-gentoo-r7 x86_64
Current Operating System: Linux localhost 2.6.16-gentoo-r7 #3 SMP Sun
May 28 00:50:05 CEST 2006 x86_64
Build Date: 01 June 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun  1 21:03:37 2006
(==) Using config file: "/etc/X11/xorg.conf"


waiting for X server to shut down X connection to :0.0 broken (explicit
kill or server shutdown).
FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1;
fixing.


As you see, no errors.
Ont thing I notice: I quickly a "x" in the middle of the screen then it
disapears. It's the mouse pointer. But it rapidly disapears. Would you
help me solve this?

-- 
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source & GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads & documentation.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Too much connection?

2006-06-01 Thread Stefán István
csütörtök 01 június 2006 11.11 dátummal Stefán István ezt írta:
> Hello List,
> 
> we have a problem that sometimes arises on the clients: 
> using kde, and sometimes the background and the icons from the desktop 
> dissappears. But otherwise the client works well, programs can be started. 
If 
> they log off and log in again, the backgrounds and the icons appeares again.
> 
> I thought that maybe too much programs are running at the same time. If I 
fire 
> the command netstat|grep 6000|wc -l on the server, I get the number 206. 
> Maybe thats too much connection? 
> 
Sorry, I sent it to the wrong list! It was ment to be send to the ltsp list.

Regards,
Istvan

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Xgl mem usage

2006-06-01 Thread Caster
Jure Varlec wrote:> Funny. I'm using xorg 7 and am experiencing similarly high memory usage.> I found my xorg7 mem usage to be tied with firefox mem usage... after opening lots of images in firefox, its mem usage goes high, but X's too. When I quit firefox, X mem usage goes low. 
As for Xgl, mem usage is very high but it's alpha after all?Caster


[gentoo-user] Too much connection?

2006-06-01 Thread Stefán István
Hello List,

we have a problem that sometimes arises on the clients: 
using kde, and sometimes the background and the icons from the desktop 
dissappears. But otherwise the client works well, programs can be started. If 
they log off and log in again, the backgrounds and the icons appeares again.

I thought that maybe too much programs are running at the same time. If I fire 
the command netstat|grep 6000|wc -l on the server, I get the number 206. 
Maybe thats too much connection? 


Thanks for the help in advance,
Istvan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Is Google getting evil?

2006-06-01 Thread Neil Bothwick
On Thu, 01 Jun 2006 09:04:28 +0930, Iain Buchanan wrote:

> But, it's interesting to see I've made 490 posts to this list since Mar
> 2004.  That must be when google groups was "turned on", as I've posted
> earlier than that, but oh well, who's keeping count?!! (Better make that
> 491 now ;)

I've got posts from earlier in there, since I started using this mail
address in fact. Did you use a different address prior to Mar 04?


-- 
Neil Bothwick

Accordion: a bagpipe with pleats.


signature.asc
Description: PGP signature


Re: [gentoo-user] rsyncd problem...

2006-06-01 Thread Anthony Roy

Firstly - my apologies for the messed up titles of my replies. I
hadn't been able to get posts accepted on the list from GMail
(probably because I was using a different 'from' address than my gmail
address). Anyway I have to use the pieces of sh** Outlook and Exchange
at work, and I hadn't noticed all the [SPAM] tags it had added...


I am trying to get an rsync server running on my Gentoo server box in


I've sorted the problem I was having. It was of course me
mis-understanding how rsync works. I was not after simply connecting
to my server using rsync via ssh, but setting it up as an rsync
server...

It turns out that I had the server set up correctly (and it seems it
is simple to restrict access to our main PC's IP address so that
unwanted intruders - such as the kids on their PC ;-) - are kept out.

It seems I was using the wrong client-dside command:


rsync -avz test.xml 192.168.0.100:rsync


should have been

rsync -avz test.xml 192.168.0.100::rsync

i.e. with two colons!

Cheers,

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



  1   2   >