Re: [gentoo-user] adding to the wiki

2005-04-03 Thread Tom Wesley
On Sat, 2005-04-02 at 18:06 -0800, Grant wrote:
 I can't figure this out.  I tried to add this to the wiki:
 
 
 == Burning ISO images with cdrecord ==
 Here is a pretty self-explanatory line for burning an ISO image to a
 CD with cdrecord:
 {{Box_Code|Burn the ISO image:|
 # cdrecord -dev=/dev/cdrom blank=fast ~/image.iso
 }}
 The blank=fast portion can be omitted if you don't want to erase the
 CDRW before burning.
 
 
 but it comes out in the preview as:
 
 
 Here is a pretty self-explanatory line for burning an ISO image to a
 CD with cdrecord:
 Code: Burn the ISO image:
 
 {{{2}}}
 
 The blank=fast portion can be omitted if you don't want to erase the
 CDRW before burning.
 
 What am I doing wrong?
 

There is already a section that contains almost your exact quote at [1].
Are you creating a new section, or would it be better to make the
changes there?


1: http://gentoo-wiki.com/HOWTO_ATAPI_CD_Burning

-- 
Tom Wesley [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] checking user messages from emerge

2005-04-03 Thread Tom Wesley
On Sun, 2005-04-03 at 07:41 +0800, William Kenworthy wrote:
 How can I view the user messages from an emerge done in the past?  In
 this case I emerged a new gcc on an old system last night and I just
 realised I need to check that the libpath is correctly set, and I think
 the path is mentioned at the end of the gcc emerge - but how do I check
 it now its long gone?
 
 BillK
 

You're best bet is to find the ebuild in /usr/portage and read the
comments in there.

-- 
Tom Wesley [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Duplicate posts from John Lowell johnlowell@ameritech.net on the Digest

2005-04-03 Thread Tom Wesley
On Sun, 2005-04-03 at 10:22 -0400, Charles Marcus wrote:
 Am I the only one seeing these?
 
 
 Charles

Many people are using the Reply to all function of their mail clients
to reply to the list.  This causes a mail to be sent to
gentoo-user@gentoo.org and [EMAIL PROTECTED], so two end up
on the list.

Why people use Reply to all on a list such as this I have no idea...

-- 
Tom Wesley [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Dual-boot Windows with Gentoo? (say it ain't so)

2005-03-31 Thread Tom Wesley
A. Khattri wrote:
 On Thu, 31 Mar 2005, Richard Fish wrote:
 
 
Microsoft makes online updating of XP sooo
easybut there is no simple mechanism to store the updates for later
re-installations...or to tell the automatic updater to look/store them
in a particular directory.
 
 
 What I do is burn the latest service packs onto a CD. When setting up a
 new machine you can install the service packs after the main install and
 then go online to get updates.
 
 

Actually, if you read enough of the web you can create WinXP install
CD's that include the SP's for you... :-)

-- 
Tom Wesley [EMAIL PROTECTED]


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Emerge kills my computer

2005-03-28 Thread Tom Wesley
Robert Persson wrote:
 The obvious thing that comes to mind is to get some
 more swap space and see what happens then.
 
 # dd if=/dev/zero of=/tmp/tempswapfile bs=1024
 count=1048576
 # [sudo] mkswap /tmp/tempswapfile
 
 should give you 1G extra swap space without
 repartitioning. That, plus your existing 0.5G swap,
 should be enough to tell you whether shortage of
 memory was the issue.
 
 Robert
 

Might wanna

 # [sudo] swapon /tmp/tempswapfile

too :)

-- 
Tom Wesley [EMAIL PROTECTED]


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Gentoo sources

2005-03-28 Thread Tom Wesley
Richard Fish wrote:
 Well, some patches are stored in /usr/portage/distfiles.  Others are in
 /usr/portage/group/pkg/files/.  I think the ones in the files/
 directory are those created by the Gentoo developers.
 
 Does anyone know if there is an official way to clean the distfiles
 directory of old sources.  So far, the best I have is:
 
 mount / -o remount,atime
 emerge --fetchonly --emptytree world
 find /usr/portage/distfiles -atime +1 -exec rm -v {} \;
 mount / -o remount,noatime
 
 -Richard
 

Attached is a script I have used for months.  I believe I found it
somewhere on the forum.

-- 
Tom Wesley [EMAIL PROTECTED]


distclean-0.1.py
Description: application/python


signature.asc
Description: OpenPGP digital signature


[gentoo-user] Please start new threads

2005-03-28 Thread Tom Wesley
Hi,

Recently there have been lots of people thread hijacking on this list
 - it's one of my personal pet hates.

Please create a *new email* for a new topic, don't just reply to one and
change the subject.

Anyone who isn't sure why this matters:
  http://www.tomaw.plus.com/threads.png

-- 
Tom Wesley [EMAIL PROTECTED]


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Printing kernel boot sequence

2005-03-25 Thread Tom Wesley
On Friday 25 Mar 2005 08:30, Colin wrote:
 All right, I still can't boot the LiveCD even after discovering the
 doataraid parameter (didn't do anything) and switching my Linux disk
 from secondary master to primary slave, thinking that might do
 something.  While booting Darik's Boot and Nuke (which is Linux-based),
 it told me that support for my drive controller (HPT372N) was
 experimental.  Only one of my disks appeared, and it wasn't the one I
 needed erased.

 I could probably get some more answers if I could capture the nofb
 kernel's output as it booted.  Is there any way to send output to a
 printer, or at least have it pause after each page of text so I can read
 it?  (I've only been able to make out no known IDE timings, but that's
 not much help on its own.)


Does typing dmesg at a prompt right after boot give you all you need?

-- 
Tom Wesley [EMAIL PROTECTED]


pgpCfsHVjj1sv.pgp
Description: PGP signature


Re: [gentoo-user] Autologin - What's the Gentoo Way?

2005-03-25 Thread Tom Wesley
On Thursday 24 Mar 2005 02:24, Ow Mun Heng wrote:
 Hi All,

   I'm making a Freevo box based on Gentoo and currently everything's
 peachy except that since I start Freevo from local, it's being started
 and running as root. Which is BAD.

 I want to know what are the alternative in getting a user to login
 automatically and start the freevo process.

 Help?

Is Freevo simply a background process, or does it run some foreground process?  
If it's just a background service, you may be able to 
use /etc/conf.d/local.start to accomplish this.  It's what I do to start mpd 
at login for my local user:

  sudo -H -u tom mpd

Hope this helps,

-- 
Tom Wesley [EMAIL PROTECTED]


pgpQhIRBFIrVD.pgp
Description: PGP signature


Re: [gentoo-user] Submitting an ebuild

2005-03-24 Thread Tom Wesley
On Thursday 24 Mar 2005 05:30, Bill Six wrote:
 Hi,

 I just built an ebuild for wx4j (http://www.wx4j.org).
  I have never made one before.  How do I submit it
 into the portage tree?

 Do I sign up for the gentoo-submissions list and do it
 that way?

 Thanks,

 Bill Six


Search bugs.gentoo.org and see if one has been requested already.  If it has 
add the ebuild to that report, otherwise create your own and add it there.

-- 
Tom Wesley [EMAIL PROTECTED]


pgpPL2oBkl3ZA.pgp
Description: PGP signature


[gentoo-user] Some garbled text after TFT install

2005-03-06 Thread Tom Wesley
Hey,
I've just installed a DVI TFT Viewsonic display attached to an Nvidia 
card using their drivers and am noticing some corruption with text on 
the screen, although only in Thunderbird so far.  I've taken a 
screenshot [1].

If I click on a garbled line then it will redraw almost perfectly [2], 
but every time I revisit the folder the same threads will appear with 
unreadable text.  The only more strange thing is that each line will 
have a odd looking space character after being clicked on.

Has anyone seen this before?  Any ideas where the fault is?
 1:  http://www.tomaw.org/garbled.png
 2:  http://www.tomaw.org/ungarbled.png
--
Tom Wesley [EMAIL PROTECTED]


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Some garbled text after TFT install

2005-03-06 Thread Tom Wesley
Tom Wesley wrote:
Hey,
I've just installed a DVI TFT Viewsonic display attached to an Nvidia 
card using their drivers and am noticing some corruption with text on 
the screen, although only in Thunderbird so far.  I've taken a 
screenshot [1].

If I click on a garbled line then it will redraw almost perfectly [2], 
but every time I revisit the folder the same threads will appear with 
unreadable text.  The only more strange thing is that each line will 
have a odd looking space character after being clicked on.

Has anyone seen this before?  Any ideas where the fault is?
 1:  http://www.tomaw.org/garbled.png
 2:  http://www.tomaw.org/ungarbled.png
OK, looks like https://bugzilla.mozilla.org/show_bug.cgi?id=271312.  Not 
sure where the display corruption is coming from though, but probably 
will disappear when this is fixed.

--
Tom Wesley [EMAIL PROTECTED]


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Portage Maintenance

2005-03-05 Thread Tom Wesley
Michael Haan wrote:
I've just about got my mythtv box finished and I'm turning my eyes to
the job of maintaining it.  I know there are several routine things I
should be doing, but I'm curious just how often I should be doing
them.  Any advice as to when I should be doing some of the routine
portage/package version maintenance things?
I'd recommend updating as little as possible.  If the box is exposed to 
a network of any kind it's worth doing security updates recommended by 
glsa-check.

Anything else you change has the possibility of breaking the box, so if 
it aint broke, don't fix it!

--
Tom Wesley [EMAIL PROTECTED]


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] moving along . . .

2005-02-28 Thread Tom Wesley
maxim wexler wrote:
I'd like at least to be able to use my mouse to cut
and paste. gentoo finds my usb, logitec optical mouse
on boot. Is there a method of configuring it without
having to set up X.
Check out GPM:
 # emerge -av gpm
 # /etc/init.d/gpm start
You can highlight and paste text with different mouse buttons, although 
I forgot which off hand.

--
Tom Wesley [EMAIL PROTECTED]


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Maybe OT; Ways of creating dos bootdisk?

2005-02-20 Thread Tom Wesley
Peter Karlsson wrote:
Hi!
I'm in need of updating my scsi dvd-drive (pioneer 305S) with a new 
firmware. The flash updater needs to be run from dos but the suggested 
bootdisk is a windows millenium bootdisk for my scsi card driver. The 
.exe file that creates the bootdisk is a gui program, thus needing 
window env. which I don't have. I tried wine but that doesn't seem to 
give access to the floppy. Does anyone have tips how to proceed?

Best regards
Peter K

Do the links at http://www.bootdisk.com/bootdisk.htm work with wine?  I 
don't have a floppy drive so can't try...

--
Tom Wesley [EMAIL PROTECTED]


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Maybe OT; Ways of creating dos bootdisk?

2005-02-20 Thread Tom Wesley
Tom Wesley wrote:
Peter Karlsson wrote:
Hi!
I'm in need of updating my scsi dvd-drive (pioneer 305S) with a new 
firmware. The flash updater needs to be run from dos but the suggested 
bootdisk is a windows millenium bootdisk for my scsi card driver. The 
.exe file that creates the bootdisk is a gui program, thus needing 
window env. which I don't have. I tried wine but that doesn't seem to 
give access to the floppy. Does anyone have tips how to proceed?

Best regards
Peter K

Do the links at http://www.bootdisk.com/bootdisk.htm work with wine?  I 
don't have a floppy drive so can't try...

Actually never mind wine, there are image files there that can be 
written with dd.

--
Tom Wesley [EMAIL PROTECTED]


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] monitoring net activity

2005-02-12 Thread Tom Wesley
PK wrote:
Is there a utility which allows one to monitor traffic through a device?
that will tell you whats going through your net connection and how much 
etc ?

I am connected to the net through a wireless link that uses pppoe.
I would like to monitor whats going out and coming in and what program 
and or ports are being used.

IE ftp, bittorent, a browser etc
any ideas?
Check out gkrellm and the plugins for it available in portage.  Other 
than that we'd need more information about which desktop you use to find 
something more fitting. :)

--
Tom Wesley [EMAIL PROTECTED]


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Missing /dev files (bug 40987) question.

2005-01-16 Thread Tom Wesley
On Sun, 2005-01-16 at 11:35 -0500, Nicholas Pappas wrote:
   Hello all.
 
   I just finished getting a new Gentoo install up, but ran into this 
 weird little bug where I am getting an error message each time I log in, 
 refering to missing /dev files and instructions on how to fix it.  It 
 also lists this bug URL: http://bugs.gentoo.org/show_bug.cgi?id=40987
   I looked at the bug sit and saw that there is a patch.  Before I ran 
 anything, I wanted to check with someone else though.  Do I just 
 download the patch in the first post and run it?
   I am not looking at the site right now, so -- is the patch just a shell 
 script, or is there some special way that I apply these patches?
 
   Thanks!  I just don't want to run something and screw things up even 
 more. :)
 

The patch is a diff file for /sbin/rc.  It is has already been merged
into the testing versions of baselayout.  If it's not causing you any
problems then you should probably ignore it for now.
If it's causing you some problem you might want to consider upgrading to
testing versions of baselayout.

-- 
Tom Wesley [EMAIL PROTECTED]


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] GIMP 1.2 fonts - emerging GIMP 2

2004-02-15 Thread Tom Wesley
On Sun, 2004-02-15 at 15:19, Linux Gentoo wrote:
 On Sat, 14 Feb 2004 23:54:28 +0100
 Jens Mayer [EMAIL PROTECTED] wrote the words:
 
  * On Sat, Feb 14, 2004 at 16:42:44 +0100, Spider wrote:
   Gimp 1.2 is based on gtk+-1.2.10, which is not capable of any
   antialiasing. You have to emerge the unstable version of Gimp
   (actually 2.0_pre2), which is compiled against gtk+-2.2.4 and
   therefore can use antialiased fonts.
  
   Actually its not that unstable, but some issues remain with linking
   inconsistencies when upgrading inside gimp-pre versions.
  
  You are absolutely right, I use the developer series of gimp myself a
  few months now and I'm pretty happy with it. That's why I put
  unstable in quotes. ;)
 
 Right on, actually, I have wanted to try the 2.0 version of GIMP.  I
 have been hearing good things about it.  Two questions if you please.
 
 1. Do I enter the command
 emerge gimp-2.0_pre2
 in order to build  install?
 
 2. Will GIMP 2 exist along side GIMP 1.2 or must I remove 1.2.  If they
 do exist side by side, what is the executable for 2 called...  I mean
 1.2 already has 'gimp', so what happens there?
 
 Thank you very much for the information.
 
 Adrian

They are slotted, so live happily together, the gimp-2 binary is called
gimp-1.3

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Making my life a little more easyer ( moving some data )

2004-02-15 Thread Tom Wesley
On Sun, 2004-02-15 at 19:27, Ciortea Cristian wrote:
 I'm trying to import my data from windows to linux. Is there a way
 to convert a fat32 partition to ANY linux fs ? I have about 3 partitions
 of 20, 10 and 20GB and i have to get a extra harddisk in order
 to convert ... so i was wondering if there is ANY way to do it ...
 But thinking of the major differences of the filesystems it's probably not...
 Any suggestions ?

I came across this on the internet the other day, although I didn't
spend much time looking at it, you might make a good test subject ;)

http://tzukanov.narod.ru/convertfs/

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] ISO program

2004-02-15 Thread Tom Wesley
On Sun, 2004-02-15 at 22:49, Anthony Hoppe wrote:
 What's the best program to create ISOs?

mkisofs?  if you want something graphical the try xcdroast, k3b,
nautilus-cd-burner or the like.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Setting up 2.6 system from scratch

2004-02-14 Thread Tom Wesley
On Sat, 2004-02-14 at 14:33, Jonas Pedersen wrote:
 Hi everybody
 
 I am going to install a fresh gentoo on my laptop in a week or so. I 
 plan using kernel 2.6. I know gentoo is using devfs as default, but I 
 can see that it is OBSOLOTE in 2.6 kernels. I can see devfs have been 
 replaced by udev, which is a masked package in gentoo. How do I avoid 
 gentoo installing the devfs stuff and using udev instead? Is there a way 
 at all?
 
 I can see there is a bootstrap-2.6.sh script. Is it a good idea to use 
 this instead of the normal bootstrap.sh script? And what exactly is the 
 difference between these two scripts. I have not been able to find 
 anything about this in the documentation.
 
 Is there anything else I should have in my mind when installing gentoo 
 with 2.6 kernel as default?
 
 
 Looking forward for comments.
 
 Best regards,

there is lots of udev information in the forums, try this link:
http://forums.gentoo.org/viewtopic.php?t=116093

also, the bootstrap differences are shown in:
http://forums.gentoo.org/viewtopic.php?t=120437highlight=bootstrap2+6+sh

I haven't tried to get any of it going though, just read the threads at
some point.


-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Which kernel version to select?

2004-02-13 Thread Tom Wesley
On Fri, 2004-02-13 at 20:40, Stroller wrote:
 On Feb 13, 2004, at 3:01 am, Grendel wrote:
 
  I will compile my own kernel from the source.  my query was is there a  
  way
  to ask emerge to get me the kernel-2.6.2 vanilla sources? emerge
  gentoo-dev-sources gives me 2.6.1-rc1
 
 `emerge  
 /usr/portage/sys-kernel/development-sources/development-sources 
 -2.6.2.ebuild`
 
 If I wish to install a different version of a package from the current  
 stable I usually `locate pckagename | grep ebuild` - there is often an  
 older or ~ARCH ebuild in the Portage tree.
 
 Stroller.

You ever used esearch?  If you `emerge esearch  eupdatedb` then
`esearch -e pckagename` it will show all versions of the available
ebuilds.  Also, `esync` will update the tree and show the differences. 
Just thought I would butt in with that :-)   (and it tests my mail is
still working without sending a Test to the list)


-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] OT: Win NT 2k

2004-02-13 Thread Tom Wesley
On Fri, 2004-02-13 at 21:46, Arne Vogel wrote:
 Greg wrote:
 
  Seriously the only real value I see in this is for someone to search
  for security holes by looking at the source.  Otherwise I see no
  reason anyone should be interested in Mickey$oft code.
 
  Greg
 
 Doesn't sheer curiosity count as a reason then? Though I wouldn't
 want to risk a lawsuit just for curiosity, so I'll just wait for insider
 comments!
 

Curiosity killed the cat though...  I am quite sure that I *will not*
view any source code under nondisclosure agreements (or effective
nondisclosure because of how the source was acquired) because I could
never say that I would not use the ideas contained there in for my own
projects.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Starting problem after 'emerge -u world'

2004-02-10 Thread Tom Wesley
On Wed, Feb 11, 2004 at 07:22:00AM +0800, Stephen Liu wrote:
 Hi
 
 [EMAIL PROTECTED] wrote:
 
 It looks like you ran etc-update and let it overwrite everything.  You 
 need to fix fstab so it has your devices instead of /dev/ROOT, etc. and 
 put the right type of file systems in.
 
 Do not delete the tmpfs line - it's used by Gentoo.
  
 
 I have not run 'etc-upgrade'.  The problem happened after 'emerge -u 
 world'.  Some other folks on the list or forum also fell into the same 
 trap.
 
 Now my problem is that I could not start 'Fail Safe' anymore.  Neither I 
 am allowed to key in root-password to login as ROOT nor to login as 
 USER.  I can login just pressing 'ENTER' but on a read-only system.  I 
 am not allowed to edit /etc/fstab.  Any suggestion?
 
 TIA
 
 B.R.
 Stephen
 

Hi,

You should boot from the original live-cd, mount /dev/hda1 (or whatever is your root 
device) to /mnt

for example, if root is hda1

mount /dev/hda1 /mnt

then

nano -w /mnt/etc/fstab

and change /dev/BOOT to /dev/hda1

Then you should be able to boot without the CD and sort out the remainder of the 
partitions.  Don't forget to change the partition type from xfs to either auto or the 
correct fs type.

-- 
Tom Wesley


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Starting problem after 'emerge -u world'

2004-02-10 Thread Tom Wesley
On Wed, Feb 11, 2004 at 09:00:42AM +0800, Stephen Liu wrote:
 Hi Tom,
 
 Thanks for your advice.
 
 The problem happened after 'emerge -u 
 world'.  Some other folks on the list or forum also fell into the same 
 trap.
 
 Now my problem is that I could not start 'Fail Safe' anymore.  Neither I 
 am allowed to key in root-password to login as ROOT nor to login as 
 USER.  I can login just pressing 'ENTER' but on a read-only system.  I 
 am not allowed to edit /etc/fstab.  Any suggestion?

 
 You should boot from the original live-cd, mount /dev/hda1 (or whatever is 
 your root device) to /mnt
 
 for example, if root is hda1
 
 mount /dev/hda1 /mnt
  
 
 Booting up Gentoo box with CD1 but I was not allowed to mount without 
 knowing the FS
 
 fdisk -l
 only showing 'linux'
 
 cfdisk /dev/hda3
 showing
 FATAL ERROR: can't open disk drive
 press any key to exit
 
 IIRC at time of installation I selected 'reiserfs'
 
 Kindly advise how to find it out.  TIA
 

You need `cfdisk /dev/hda`  it will list all partitions on the disk and the fs type.

Also, your clock is very much in the future and throwing off mail sorting, is there 
anything you can do about that?

Cheers,

-- 
Tom Wesley


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Starting problem after 'emerge -u world'

2004-02-10 Thread Tom Wesley
On Tue, 2004-02-10 at 17:37, Stephen Liu wrote:
 Hi Tom,
 
 - snip -
 
 Booting up Gentoo box with CD1 but I was not allowed to mount without 
 knowing the FS
 
 fdisk -l
 only showing 'linux'
 
 cfdisk /dev/hda3
 showing
 FATAL ERROR: can't open disk drive
 press any key to exit
 
 IIRC at time of installation I selected 'reiserfs'
 
 Kindly advise how to find it out.  TIA
 
 
 
 
 You need `cfdisk /dev/hda`  it will list all partitions on the disk and the fs type.
   
 
 I tried both before
 
 `cfdisk /dev/hda`
 and
 `cfdisk /dev/hda3`
 same warning;
 FATAL ERROR: can't open disk drive
 press any key to exit
 
 

Were you root when doing this?

 Also, your clock is very much in the future and throwing off mail sorting, is there 
 anything you can do about that?
   
 
 Sorry I don't follow.  Are you talking the clock of this PC in answering
 postings?  I am sending and replying emails from a Debian box.  I just
 check the clock and reset the hour and minute.  It is synchronized by 'ntp'
 
 B.R.
 Stephen
 

You messages appear to be dated 24 hours in the future, it shows as
17:37 11-Feb-2004?

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Starting problem after 'emerge -u world'

2004-02-10 Thread Tom Wesley
On Tue, 2004-02-10 at 18:04, Stephen Liu wrote:
 Hi Tom,
 
 - snip -
 
 I tried both before
 
 `cfdisk /dev/hda`
 and
 `cfdisk /dev/hda3`
 same warning;
 FATAL ERROR: can't open disk drive
 press any key to exit
 
 Were you root when doing this?
   
 
 I booted up the Gentoo box with CD1
 
 cdimage root# cfdisk /dev/hda
 
 FATAL ERROR: can't open disk drive
 press any key to exit
 

OK, `ls /dev/hda*` probably returns nothing.  Is your drive picked up by
dmesg?  try `dmesg|grep` hda and see if it lists it...

 
 Also, your clock is very much in the future and throwing off mail sorting, is 
 there anything you can do about that?
 
   
 
 Sorry I don't follow.  Are you talking the clock of this PC in answering
 postings?  I am sending and replying emails from a Debian box.  I just
 check the clock and reset the hour and minute.  It is synchronized by 'ntp'
 
 You messages appear to be dated 24 hours in the future, it shows as
 17:37 11-Feb-2004?
   
 
 The clock on the Debian box is 02:01AM 11-Feb-2004 here (local time).  
 It is correct corresponding to the clock on wall.
 
 B.R.
 Stephen
 

Could your locale be set wrong?

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] APM vs ACPI on Acer Aspire 1350

2004-02-10 Thread Tom Wesley
On Tue, 2004-02-10 at 21:05, Jose González Gómez wrote:
 Hi there,
 
 I have an Acer Aspire 1350 laptop where I have just installed 
 Gentoo. The problem is that I don't manage to get ACPI working. I've 
 been reading a lot of stuff in the mailing list, the forums, etc, but I 
 don't have a clear picture of this:
 
1. Are APM and ACPI related? I understand I should use *only* one of
   them but not both, is this correct?
2. Should I try to move to APM if I'm not able to get ACPI running?
3. Will I have all the battery, sleep, hibernate, etc stuff in APM?
4. Does anybody out there have an Acer Aspire 1350 with a working
   Gentoo that would share her experinces with me, please?
 
 By the way, I'm using kernel-2.4.22-gentoo-r5, there seems to be 
 some part of ACPI working, as I'm able to see some messages in 
 /var/log/messages when I plug/unplug my AC cord, but I don't have any 
 /proc/acpi/battery directory. I can post more information if needed.
 
 Thanks a lot, regards
 Jose

Although I don't actually have a laptop at all, but I have heard that
2.6 kernels include better power management support, including fancy
things like hibernate... Might be worth a look?

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] OT: Graphics cards recommendations...

2004-02-09 Thread Tom Wesley
On Mon, 2004-02-09 at 01:39, Grendel wrote:
 On Sun, 8 Feb 2004, Manuel McLure wrote:
 
  Stroller wrote:
 
  I'd go for the 9200 for bang/buck - however, you will need to use the 
  ATI binary drivers for 3D. If you get the 7000/7500 you should be able 
  to use the DRI open-source drivers.
 
 
 I would definitely go for a NVIDIA card as NVIDIA has better support for 
 linux :-)
 
 Grendel

Any recommendations as to which?  I've about £100 to spend...

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] how to make gentoo boot faster? (kernel 2.6.1)

2004-02-09 Thread Tom Wesley
On Mon, 2004-02-09 at 21:03, Tianran Chen wrote:
 i notice that every time it startup, the dependency of services are scaned 
 and checked, which take about 2~3 seconds. i wonder is this a step that 
 can be cut off? also, is /etc/init.d/modules neccesary?
 
 
 On Mon, 9 Feb 2004, Ciaran McCreesh wrote:
 
  On Mon, 9 Feb 2004 14:44:03 -0500 (EST) Tianran Chen
  [EMAIL PROTECTED] wrote: 
  | is there anything i can do to make it even faster? 10s will be my
  | goal. thanks for any idea!
  
  *** WARNING: UNSUPPORTED HACK BELOW ***
  Edit /etc/conf.d/rc and screw around with some of the settings. In
  particular, RC_PARALLEL_STARTUP will probably be a benefit on laptops
  (lots of CPU and terrible I/O). You may also gain from (ab)using the
  tmpfs settings (again, sucky I/O).
  
  These settings are quite possibly broken.
  *** END HACK ***
  
  Also, aim for a nice small kernel without modules. Cut out all the junk
  you don't use, look at the embedded options and maybe consider some of
  the patches from the -tiny tree.
  
  -- 
  Ciaran McCreesh
  Mail:ciaranm at gentoo.org
  Web: http://dev.gentoo.org/~ciaranm
  
  

I have noticed that ext3 partitions mount considerably quicker than
reiserfs ones of the same size...

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


[gentoo-user] Radeon shows 'static' in games after time

2004-02-08 Thread Tom Wesley
Hi, 

After playing Savage for about an hour my Radeon 9000 card will develop
some sort of static on the screen. This will quite quickly get worse
until picture is unusable. Normally after leaving it for an hour or so
this fixes itself... The static only happens in the game (also in UT2003
- probably related to the settings the games use for 3D?) and returning
to xfree makes the display perfectly clear. 

I'm using the ATI drivers version 3.7.0 as I can't make the game work
with the generic kernel/xfree combination. Also, I'm using kernel 2.6.2,
but have had the problem using kernel 2.4.x's too. 

Does anyone have a solution, or at least have seen the problem? 

Cheers,

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] portage 2.0.50 garbage

2004-02-08 Thread Tom Wesley
On Sun, 2004-02-08 at 20:52, Kurt V. Hindenburg wrote:
 On Sunday 08 February 2004 3:42 pm, Ciaran McCreesh wrote:
 | | raise KeyError, Specific key requires an operator (%s) (try
 | |  adding an '=') % (mydep)
 | | KeyError: Specific key requires an operator 
 | | (kde-base/kdelibs-3.2.0_alpha1) (try adding an '=')
 |
 | 
 | Look for kde-base/kdelibs-3.2.0_alpha1 in one of your
 | configuration files (or possibly world), and add in the = . .49
 | was pretty lax about syntax errors, .50 requires things to be done
 | properly.
 
 % grep kdelibs-3.2.0_alpha /usr/portage/* -Ri
 kde-base/kdelibs/ChangeLog:  01 Dec 2003; Caleb Tennis 
 [EMAIL PROTECTED] kdelibs-3.2.0_alpha2.ebuild,
 kde-base/kdelibs/ChangeLog:  13 Oct 2003; Paul de Vrieze 
 [EMAIL PROTECTED] kdelibs-3.2.0_alpha2.ebuild:
 kde-base/kdelibs/ChangeLog:*kdelibs-3.2.0_alpha2 (25 Sep 2003)
 kde-base/kdelibs/ChangeLog:  25 Sep 2003; Caleb Tennis 
 [EMAIL PROTECTED] kdelibs-3.2.0_alpha1.ebuild,
 kde-base/kdelibs/ChangeLog:  kdelibs-3.2.0_alpha1.ebuild, 
 kdelibs-3.2.0_alpha2.ebuild:
 kde-base/kdelibs/ChangeLog:*kdelibs-3.2.0_alpha1 (12 Sep 2003)
 kde-base/kdelibs/ChangeLog:  12 Sep 2003; Jason Wever 
 [EMAIL PROTECTED] kdelibs-3.2.0_alpha1.ebuild:

Do you have an /etc/portage directory?  If so, are there any entries in
package.* there that do not have valid object comparison operators at
the start?  (ie =kde-base/kdelibs-3.2.0 NEEDS the =)

Also, check your /var/cache/edb/world file for any packages that specify
the version number, but fit the same pattern.

Just as a note, 2.0.50 works perfectly here - hardly seems fair to call
it crap before giving someone the chance to point out what may by wrong
on your system...


-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Problems after install

2004-02-07 Thread Tom Wesley
On Sat, 2004-02-07 at 08:48, riki wrote:
 Oh, I've got a followup question.
 
 If I'm logged in as a regular user, I open up a terminal, su to root, 
 then try to launch emacs. I get the following error:
 
 Xlib: connection to :0.0 refused by server
 Xlib: No protocol specified.
 
 Also, the path, when I su in, is not set properly. I suspect the other 
 environmental variables may be off as well.
 
 What's the best way to fix this.
 
 -Rich-
 
 On Feb 7, 2004, at 12:42 AM, riki wrote:
 
  Ok, I've successfully installed gentoo, including setting up kde and 
  gnome.
 
  However, I'm still having some problems, specifically:
 
  1) I can't mount my cdroms or floppies without su-ing to root first. I 
  thought I just needed to change the permission of the /mnt 
  directories--but when I ran chmod, the changes didn't have any effect. 
  I'm sure I'm just missing something simple here.
 
  2) I've manually set the settings for my network card. Works great, 
  but every time I reboot it loses track of the default gateway. Once I 
  run route add -net default gw xxx-xxx-xxx-xxx it works fine--until I 
  reboot again. How do I fix this?
 
  Hmm. Those are the two big issues. Sound's not working, but I know 
  from past experience it can be a pain in the butt to set up properly. 
  So I'll wait until I have a good afternoon free before tackling it.
 
  -Rich-
 
 
  --
  [EMAIL PROTECTED] mailing list
 

For this use su - instead, it will set the environment up as though
root has logged in directly.  Also, before you su, issue xhost
+localhost to allow root apps access to your xserver.  This does of
course have some security implications...

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Spider - you crack me up!

2004-02-05 Thread Tom Wesley
On Thu, 2004-02-05 at 21:05, Mike Wojcikiewicz wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Thursday 05 February 2004 14:26, Spider wrote:
   From M$ article Q265230
  
   WORKAROUND
   To workaround this problem:
   Do not start messages with the word begin followed by two spaces.
   Use only one space between the word begin and the following data.
   Capitalize the word begin so that it is reads Begin.
   Use a different word such as start or commence.
 
  *G*  Glad you found it.  It just feels like a very bizarre solution
  by Microsoft. .
 
 sort of like their workaround for that URL bug in IE they had... went 
 something along the lines of wanting their users to manually type URLs into 
 the address bar instead of clicking them if they were concerned about 
 security (rather than fixing the bug)... ahh micro$oft.. always good for a 
 laugh:)

I think you're being very unfair - they suggested you copy the shortcut
to the clipboard and paste it into notepad before clicking it. ;)

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


[gentoo-user] f-prot from postfix

2004-02-01 Thread Tom Wesley
Hi,

Has anyone got a script to hand that will tag infected mail with some
header from a bash script?  I already have spamassassin working fine and
am not interesting in amavisd as I've had problems with it losing tags
etc.

I just want to scan the message, add an Infected: Yes tag if f-prot
thinks it's infected.

Cheers,

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] changing bios time without rebooting

2004-01-31 Thread Tom Wesley
On Sat, 2004-01-31 at 12:07, LJN wrote:
 how'd i change the bios time without rebooting?
 

The command hwclock, as root will do this.  It's part of util-linux, so
you should have it already.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] !!! ERROR: x11-libs/qt-3.2.3-r1 failed

2004-01-29 Thread Tom Wesley
On Thu, Jan 29, 2004 at 11:23:28AM +0100, virtual persia wrote:
 htmlstylep {margin: 0px}/stylebody bgcolor='#ff' style='font-size:9pt; 
 font-family:Verdana; font-family: Verdana' PHi everybody,/PPI receive 
 following error-message when I try to update gentoo with emerge -u 
 world:/PP/usr/lib/libGLcore.so.1: undefined reference to 
 'glGenQueriesARB'/PPcollect 2: ld returned 1 exit status/PPmake [3]: *** 
 [../../../bin/uic] Error 1/PP.../PP!!! ERROR: x11-libs/qt-3.2.3-r1 
 failed/PP!!! Function src_compile, Line 109, Exitcode2/PP!!!(no error 
 message)/P/body/html
a 

Nice use of HTML...

Use revdep-rebuild to correct this.

-- 
Tom Wesley


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] checking dependencies with qpkg --query-deps package

2004-01-29 Thread Tom Wesley
On Thu, Jan 29, 2004 at 12:28:38PM +0100, lgatto wrote:
 Hi,
 
 I would like to install postfix, but net-mail/ssmtp is blocking it. I 
 read in the portage user guide that 'performing an unmerge (emerge -C) 
 will remove a package even if it is a dependancy for other packages, 
 possibly breaking the system'.
 
 I checked this with:
 
 # qpkg --query-deps ssmtp
 net-mail/ssmtp-2.48 *
 DEPENDED ON BY:
 net-mail/ssmtp-2.48
 DEPENDED ON BY:
 net-mail/ssmtp-2.38.14-r1
 DEPENDED ON BY:
 net-mail/ssmtp-2.60.4
 DEPENDED ON BY:
 
 This looks ok, or not. Can I safely unmerge ssmtp?
 Thank you in advance.
 cheers,
 
 Laurent
 __
 enjoy the penguin
 

Yeah, just remove it and emerge postfix.  I did this and all is well.

-- 
Tom Wesley


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] lock screen

2004-01-29 Thread Tom Wesley
On Thu, Jan 29, 2004 at 05:13:30PM +0100, Koala wrote:
 Please can someone on this list suggest me a tool to lock my screen 
 (with enlighenment).
 Attention!!! I need a tool that does not depend from KDE and GNOME.
 I do not want install them on my computer for space problems.
 
 Bye

try xlockmore...


-- 
Tom Wesley


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Command Line Mail Clients?

2004-01-28 Thread Tom Wesley
On Wed, 2004-01-28 at 04:13, Thomas T. Veldhouse wrote:
 Can anybody recommend a command line mail client for UNIX (shells)?  One 
 requirement is that it is fully compatible with GnuPGP and Maildir 
 format mail storage.  I have been trying to use Mutt but I have found it 
 tedious and ugly when it comes to traversing Maildir mailboxes (and the 
 navigation is completely non-intuitive IMHO).
 
 Thanks in advance,
 
 Tom Veldhouse

I have been playing with cone recently, and although I'm not 100%
convinced I'll keep it, it does do everything you need.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Howto have custom ACCEPT_KEYWORDS on specific packages

2004-01-28 Thread Tom Wesley
On Wed, 2004-01-28 at 09:35, Michael Wever wrote:
 I'm using ACCEPT_KEYWORDS='~x86' in my make.conf.
 Occasionally a package won't build or run 
 [ Currently tar -1.13.92-r3 won't build for me ]
 [ and portage-2.0.50_pre14 won't run ]
 
 How can I ask to keep these packages at stable version, ie not use the
 ACCEPT_KEYWORDS, but everything else on my system to use the
 ACCEPTS_KEYWORDS? 
 So that I can run
 emerge world
 and these differences are honoured.
 
 Mick.
 
Starting from portage-2.0.50_pre* you can create an
/etc/portage/package.keywords file

Check man portage for more info.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] how to find the dhcp server?

2004-01-28 Thread Tom Wesley
On Wed, 2004-01-28 at 19:45, fisch wrote:
 hi,
 i have a problem in my network - there is a dhcp-server. How can I find
 out the IP/MAC of that dhcp-server.
 I tried dhcpd -d eth0 but only my IP/MAC were shown.
 please help
 fisch

/var/lib/dhcpc/dhcpcd-eth0.info contains this information on my system.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] how to find the dhcp server?

2004-01-28 Thread Tom Wesley
On Wed, 2004-01-28 at 19:45, fisch wrote:
 hi,
 i have a problem in my network - there is a dhcp-server. How can I find
 out the IP/MAC of that dhcp-server.
 I tried dhcpd -d eth0 but only my IP/MAC were shown.
 please help
 fisch

/var/lib/dhcpc/dhcpcd-eth0.info contains this information on my system.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] alsa sound not great

2004-01-25 Thread Tom Wesley
On Sun, 2004-01-25 at 17:49, Tom Martin wrote:
 -BEGIN PGP MESSAGE-
 Charset: ISO-8859-1
 Version: GnuPG v1.2.4 (GNU/Linux)
 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
 hQEOA8Cs3ObKYKCOEAP+MV3GzFdtycoFVvUXjvq3yE6docDzQHzGSDSeWSSu1zn9
 hXb/YuZfKsp+b0GKsiJslEbmAnOo4oVp65TBei4u91NCJx5kPkbHzB3zygh0apGE
 qH0sQ+aLbT1w2bno0bcxJstyhDsxFUdPpDDYpNYoAvMzW2RaxicwIKZan7TDSWEE
 AIQmnbZMnT2l+8+rm/ljifk+lnDg0bHIg9zoz3fWq8WleI8cv387bBl2BfhZGqcB
 GON2EiNuQZNibHjqTC3QOKJiBDpdIcPZOdSrmHIl13Vi9Iap3pL8e71DxvWcXxZr
 sLmPXiGeuzSj6MtiT4TWADVtrla4EJbPkpyu0XmjWHwT0ukBNQoES1EQq7D283Qy
 n3bUT6JyWALGa+ORwvlrJvMoS6Ho+wSQUf2NYChNZWaTE2zG6F+iPvU19vYsH8hF
 K58WAXYLUwfd36VmJVa7TNIl0UtWdGOpQQuQ41pa7d3UYfupH4ggerdBR5AJfcWG
 SF/eeZbJfk7xVwBV9YRRQNHuwNBfNvU+TQkNxetwt32IamD8vTc42MDvW1O0edLs
 94GTNFp4tDAngBMQZQpwqtGATMCsV9AJOGrYwdtvE0UnVgZegviwtXu13YPHa7bs
 oLt27yAu5GYVzHbx6tOi3rOHQpIB0lxrFFieLoXy3zfG52Ez895wo6nouD3YiPuv
 bUJJOyips4bj2JJjkYy+mDHACJm/ORAu7DbngAxYikdS7NoY6yj70j+YsdcWKRj/
 zUJq+ALCUi1yI1trJ4BQsvFRSoh9Mf4CohxgT/Ji6sfhJ+LDDnf3G0fcpL2JKBdD
 u/3HLwsa03LjYt8RFv8Yw4bJKBCKOQDnuPosg4wvkNkSRCMQWEnPtIPSJ1HDNUns
 w9KK3YEAEL+kCEDWhAfXU6vmkLJQSKTeV5+gwCad8CcQKRQnPvfYIIHVhTZrWS4Q
 qXKQqNbhNv8//5d5dS4lzRnzoVXIaTx/H0Fax6TQ9BtvZQ8BVKBNWTwHFH2FIUAw
 lEuZXiegKDCY6zR/rBK1doRCEQ1h20iG70xEomY/Nwcy
 =GA9X
 -END PGP MESSAGE-
 
 
 --
 [EMAIL PROTECTED] mailing list

You are sending encrypted email to the list...

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Substitute for Kdevelop

2004-01-24 Thread Tom Wesley
On Sat, 2004-01-24 at 11:35, Jakub Krajcovic wrote:
 Hi guys, 
 I need some recommendation for a nice graphical IDE for C, C++ (these 
 two are satisfactory). I have been using kde for some time, and I really got used to 
 Kdevelop, but now, i'm off kde and I don't really feel like installing all of the 
 kde*stuff to get kdevelop working.
 
 Can you please recommend which IDE would be the best?
 
 p.s. I googled for this once all night, but couldn't decide...
 p.p.s. If any of you know DEVC++ for windows - then I'm looking for something like 
 that...

Have you tried anjuta and glade, its a gtk+2 gui, that can do c and c++.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Init files and daemon state

2004-01-21 Thread Tom Wesley
On Wed, 2004-01-21 at 22:28, Norbert Kamenicky wrote:
 S. Krishnan wrote:
  I'm having problems with daemon init on Gentoo.  Whenever, for example,
  due to a misconfigured file, a daemon with an /etc/init.d file does not
  start, (typically sendmail, bind, etc.), whenever I try to restart it
  using the /etc/init.d/daemon restart, or a stop/ start sequence, or
  just a plain start, it refuses to start again.  The error message says
  that the daemon has already started, in spite of the fact that it did
  not start.  If I then try to stop it, I am told that it was not
  started.  The only way to get the daemon up again is to reboot or change
  the runlevel and then switch back to the default runlevel.
  
  I am sure there is an easier way to do this.
 
 And just for completness ...
 every started  demon has symlink in /var/lib/init.d/started
 if u remove it, u can restart the demon paintless again
 
 noro
 

And for more completeness, you can `/etc/init.d/postfix zap` (example)
to remove it for you...

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] emerge a list of packages?

2004-01-21 Thread Tom Wesley
On Wed, 2004-01-21 at 22:41, Fredrik Wikström wrote:
 Hi,
 
 This may be a stupid question and perhaps nothing that's recommended to do
 but:
 Is it possible to make emerge take a file list as argument?
 I've been searching gentoo forums and the internet but I haven't found any
 solution. What I'm thinking of is if it's possible to pipe a file with
 packages listed to the emerge command?
 
 It would be neat to just put some packages in a file
 (or take the file from 'qpkg -I') and just start a compilation and then
 leave the computer chewing for a few hours/days.
 
 Best regards,
 
 Fredrik
 

You will probably get away with this untested bash:

emerge -pv `echo file_to_emerge`

or emerge -pv `qpkg -I -nc`

Note, the latter works, I've just used it...

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] services

2004-01-17 Thread Tom Wesley
On Sat, 2004-01-17 at 12:19, Stefano Carraro wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hello,
 during gentoo installation i've installed metalog as log service. Now, i've 
 replaced it whith syslog-ng (replaced also in default runlevel). After doing 
 this, all emerge will display this message:
 
  * Caching service dependencies...
  *  Service 'metalog' already provide 'logger'!;
  *  Not adding service 'syslog-ng'...  
 [ ok ]
  Auto-cleaning packages ...
 
 How ca i correct this?

emerge -C metalog
rm /etc/init.d/metalog
rc-update add syslog-ng boot

should do it...

-- 
Tom Wesley

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] services

2004-01-17 Thread Tom Wesley
On Sat, 2004-01-17 at 13:29, Stefano Carraro wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Alle 14:14, sabato 17 gennaio 2004, Tom Wesley ha scritto:
 
  emerge -C metalog
  rm /etc/init.d/metalog
  rc-update add syslog-ng boot
 
 yes, i've found the problem, but, following the gentoo installation 
 instructions, i've added syslog to default runlevel. Moving it in boot is 
 safe?
 
 thanks.
 

Actually, after checking mine is also in default - I'd leave it there..

-- 
Tom Wesley

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] GTK industrial

2004-01-17 Thread Tom Wesley
On Sat, 2004-01-17 at 18:46, Ladanyi Akos wrote:
 Hi !
 
 Which ebuild installs the Industrial GTK theme ?
 
 thanks
 Akos

x11-themes/ximian-artwork

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] move files based on file output

2004-01-16 Thread Tom Wesley
On Thu, 2004-01-15 at 23:14, mathieu perrenoud wrote:
 On Thursday 15 January 2004 23.08, Tom Wesley wrote:
  Hi,
 
  After - cough - some filesystem problems (reiserfs for the curious) I'm
  left with a lost+found directory of 9GB, about 5000 files.  Since I do
  not have the patience of a Saint, and sadly do not employ the services
  of a small team of highly skilled, cheap and tidy imps to do this
  manually I am looking for somehow to script this into something more
  manageable.
  Does anyone have anything that will sort a large directory, preferably
  recursively and put in into any sort of order?  Ideally I'd like to use
  the output of file to move filetypes together, but can't get the
  syntax correct...
 
  Any ideas, pokes, acts of random abuse welcome :-)
 
 just a random idea.
 
 
 cd /away/from/lost+found
 
 for filename in $(find /path/to/lost+found -type f); do
   filetype=$(file$filename|awk -F: '{print $2}')
   mkdir $filetype 2/dev/null
   mv $filename $filetype
   echo moving $filename $filetype
 done
 
 this should recursively move any file from lost+found to a dir whose name 
 match the file's type...
 maybe you should first try it on some test files... I'm not responsible if 
 your hdd melts down.
 
 hth, good luck

Thanks for that, it's running and works perfectly.  Hopefully I'll be
able to sort thing a little quicker now!


-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


[gentoo-user] move files based on file output

2004-01-15 Thread Tom Wesley
Hi,

After - cough - some filesystem problems (reiserfs for the curious) I'm
left with a lost+found directory of 9GB, about 5000 files.  Since I do
not have the patience of a Saint, and sadly do not employ the services
of a small team of highly skilled, cheap and tidy imps to do this
manually I am looking for somehow to script this into something more
manageable.
Does anyone have anything that will sort a large directory, preferably
recursively and put in into any sort of order?  Ideally I'd like to use
the output of file to move filetypes together, but can't get the
syntax correct...

Any ideas, pokes, acts of random abuse welcome :-)

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Memory is getting eaten

2004-01-11 Thread Tom Wesley
On Sun, 2004-01-11 at 20:14, [EMAIL PROTECTED] wrote:
 Hi,
 
 After switching from kernel 2.4.20 to 2.4.22 my memory seems to be always te be 
 taken for 100% even when X just is started.
 According to Gnome porocess monitor X has used 278 mb.
 Before i had never more then 30 used and my swap was never used.
 What can i do to find where the problem is 
 
 free gives me
  total   used   free sharedbuffers cached
 Mem:513252 507752   5500  0   2440  32348
 -/+ buffers/cache: 472964  40288
 Swap:   522072  79060 443012
 
 (and i deleted my old kernel)

If you are using XFCE 4.0.2 then there is a recent memory leak in the
window manager.  Also, ATI drivers 3.7.0 apparently have a memory leak,
although I've not had any problem using them.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


[gentoo-user] ati-drivers-3.7.0 memory leak?

2004-01-10 Thread Tom Wesley
Hi,

I've just noticed portage wants to downgrade the ati-drivers to 3.2.8
due to a memory leak, or so the comment in package.mask says.  Does
anyone know where I can read any information about this leak, and what
triggers it.  I have noticed some high memory usage recently, so I'm
wondering if I could be suffering from it.

Cheers,

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] gaim problem with Yahoo!

2004-01-10 Thread Tom Wesley
On Sat, 2004-01-10 at 16:05, Ben Sparks wrote:
 Gaim .75 was released yesterday.  emerge sync and then try it out, they 
 say the yahoo problem has been fixed in .75.
 

Still doesn't work for me...

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] documentation download

2004-01-10 Thread Tom Wesley
On Sat, 2004-01-10 at 20:49, Mark wrote:
 Is there any where to download all the documentation from the gentoo
 website http://www.gentoo.org/doc/en/index.xml#doc_chap8
 
 for offline reading?
 
 Thanks,
 Mark
 

Check out httrack, it's in portage.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] what -march and -mcpu should I use?

2004-01-10 Thread Tom Wesley
On Sat, 2004-01-10 at 20:07, Bill Roberts wrote:
 On 13:24 Sat 10 Jan , Sean Johnson wrote:
   What size cache would be relevant to this distinction, and is there any other 
   factor that makes -O2 preferable to -O3? I have a 600MHz PIII (Coppermine) 
   with 256kB cache, and am using CFLAGS=-march=pentium3 -O3 -pipe 
   -fomit-frame-pointer. Would I be better off with -O2?
 
 I read some good stuff on optimization in the GMANE archives, and
 came to the conclusion that -O2 is best in most situations.

Although people seem to have come to that conclusion I recently moved
from -O2 to -O3 and my system is definitely faster.  Mine is a dual
Athlon, so may be different to the Pentium above.

Also, I found that mounting /tmp as tmpfs quite drastically boosted my
machine...


-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] System package listing

2004-01-10 Thread Tom Wesley
On Sat, 2004-01-10 at 21:42, Alan Watson wrote:
 Is there a command that can tell me what packages / applications are
 listed on my system?
 
 Thanks,
 
 Alan

If you don't have it already then, as root:

 # emerge gentoolkit

then as your user
 $ qpkg -I

will list everything installed.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] mad won't build

2004-01-04 Thread Tom Wesley
On Sun, 2004-01-04 at 18:57, Brett I. Holcomb wrote:
 Did not complete work here.  It got rid of most of the undefineds except
 
 : undefined reference to `mad_f_div'
 
 Strange thing is that libid3tag was shown as already installed.
 

Probably some dependency of libid3tag changed too much for the linker to
link.  Use revdep-rebuild -p, and then after without the -p to repair
whatever was broken by upgrades etc...

 Joost van Surksum thuis wrote:
  Problem solved for me (I was having the same problem). My solution was to
  emerge libid3tag again.
  
  As you can see, the linker was missing two symbols (functions) in the
  libid3tag.so. I had the same problem, but re-emerging libid3tag solved it.
  Command:
  
  emerge libid3tag
  
  On my system, it emerges medialibs/libid3tag-0.15.0b again. I don't know
  what happened exactly, because this version was already on my system! There
  may be a dependency error. This emerge automagically made the library more
  complete, I think it added the missing functions.
  
  After this, I could update madplay and mad without problems and carry on.
  
  Cheers,
  
  Joost
  
  
 -Oorspronkelijk bericht-
 Van: Brett I. Holcomb [mailto:[EMAIL PROTECTED]
 Verzonden: donderdag 1 januari 2004 19:09
 Aan: [EMAIL PROTECTED]
 Onderwerp: [gentoo-user] mad won't build
 
 
 emerge -UD world told me mad needs to be updated.  However, an emerge
 mad -pv gives this. When I do the emerge I get errors about undefined
 references (see below).  Is the ebuild broken or is it me?
 
 Thanks.
 
 These are the packages that I would merge, in order:
 
 Calculating dependencies ...done!
 [ebuild  N] media-sound/madplay-0.15.0b-r1  -debug +nls
 [ebuild U ] media-sound/mad-0.15.0b [0.14.2b-r2]
 
 
 
 
 mkdir .libs
 gcc -Wall -pipe -march=athlon-mp -O2 -fomit-frame-pointer -o madplay
 madplay.o getopt.o getopt1.o version.o resample.o filter.o xing.o
 player.o a   -lid3tag -lm
 mkdir .libs
 gcc -Wall -pipe -march=athlon-mp -O2 -fomit-frame-pointer -o madplay
 madplay.o getopt.o getopt1.o version.o resample.o filter.o xing.o
 player.o audio.o audio_aiff.o audio_cdda.o audio_hex.o audio_null.o
 audio_raw.o audio_snd.o audio_wave.o audio_esd.o audio_oss.o
 /usr/lib/libesd.so -L/usr/lib /usr/lib/libaudiofile.so
 /usr/lib/libasound.so -ldl -lpthread /usr/lib/libmad.so
 /usr/lib/libid3tag.so -lm
 resample.o(.text+0x2e): In function `resample_init':
 : undefined reference to `mad_f_div'
 player.o(.text+0xbfc): In function `show_id3':
 : undefined reference to `id3_frame_field'
 player.o(.text+0xcc5): In function `show_id3':
 : undefined reference to `id3_frame_field'
 player.o(.text+0xce3): In function `show_id3':
 : undefined reference to `id3_frame_field'
 player.o(.text+0x1114): In function `process_id3':
 : undefined reference to `id3_frame_field'
 player.o(.text+0x1161): In function `process_id3':
 : undefined reference to `id3_frame_field'
 udio.o audio_aiff.o audio_cdda.o audio_hex.o audio_null.o audio_raw.o
 audio_snd.o audio_wave.o audio_esd.o audio_oss.o  /usr/lib/libesd.so
 -L/usr/lib /usr/lib/libaudiofile.so /usr/lib/libasound.so -ldl -lpthread
 /usr/lib/libmad.so /usr/lib/libid3tag.so -lm
 resample.o(.text+0x2e): In function `resample_init':
 : undefined reference to `mad_f_div'
 player.o(.text+0xbfc): In function `show_id3':
 : undefined reference to `id3_frame_field'
 player.o(.text+0xcc5): In function `show_id3':
 : undefined reference to `id3_frame_field'
 player.o(.text+0xce3): In function `show_id3':
 : undefined reference to `id3_frame_field'
 player.o(.text+0x1114): In function `process_id3':
 : undefined reference to `id3_frame_field'
 player.o(.text+0x1161): In function `process_id3':
 : undefined reference to `id3_frame_field'
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 
  
  
  
  --
  [EMAIL PROTECTED] mailing list
  
  
 
 --
 [EMAIL PROTECTED] mailing list
-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] wich growisofs parameters for system backup on DVD?

2004-01-03 Thread Tom Wesley
On Sat, 2004-01-03 at 14:58, Gerhard W.Gruber wrote:
 I was wondering which parameters I should pass to growisofs in order to get a
 systembackup.
 My entire system doesn't fit on a single DVD anyway, so I need to do it in
 multiple passes. I was trying (as a test) to backup the /home directory and
 used this parameters:
 growisofs -Z /dev/cdrecorder -R -J /home
 
 But the result was that on the disk there was no home directory, instead the
 usersdirectories were listed directly in the root of the DVD.
 
 i.E.: /mnt/cdrecorder/username
 instead of /mnt/cdrecorder/home/username
 
 Another issue is about the special direcotories. I don' t need a /tmp backup
 (I guess) but there should be an empty /proc and /dev/ to serve as the
 respective mountpoints. When I would specify /proc then I would get all
 entries on the DVD, right? Which is certainly not what I intend. And when I
 specify /dev what will be stored on the disk? The devicenodes or will it try
 to store the content (which would obviusly be nonsense).

I use partimage (in portage) to create a single file for each partition,
then

 $ growisofs -R -J -Z root.000 /dev/sr1

partimage can also split the image at a certain size, for multiple dvd's
and there is a copy of it on knoppix for the restore.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] wich growisofs parameters for system backup on DVD?

2004-01-03 Thread Tom Wesley
On Sat, 2004-01-03 at 15:29, Gerhard W.Gruber wrote:
 On Sat, 03 Jan 2004 15:09:57 +, Tom Wesley [EMAIL PROTECTED]
 wrote:
 
 I use partimage (in portage) to create a single file for each partition,
 then
 
  $ growisofs -R -J -Z root.000 /dev/sr1
 
 partimage can also split the image at a certain size, for multiple dvd's
 and there is a copy of it on knoppix for the restore.
 
 Can this DVD then be mounted as normal and individual files copied over? Also
 I wonder where I have to store that file, or does it do this directly from the
 partition? Your description sounds as if I would have to create a file first
 which is burned to DVD then. This is not an option because I don' t have
 enough diskspace to do this and I don' t want to have to keep a disk empty
 just for the purpose of creating every now and then a backup.

Fair enough, this probably doesn't do what you want.  I use to to backup
my root partition, creating it temporarily on my home partition.  You
could probably get around this using packet-writing on the dvd, although
I've never tried to get that to work.

As for the individual files, it seems it's a planned feature to make
partimage output files mountable, but there currently is no way.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] x problem

2004-01-03 Thread Tom Wesley
On Sat, 2004-01-03 at 21:49, Ben Munat wrote:
 I keep getting this error when I try to start gui apps in fluxbox:
 
 Xlib: connection to :0.0 refused by server
 Xlib: No protocol specified
 
 In fact, I just got it when I tried to open eclipse, which I did this 
 morning without any problem!
 
 thnks,
 
 b
 

Are you trying to start them as the same user as who started x?  I tend
to issue

 $ xhost +localhost

as I login.  This will allow access to the running x instance to anyone
that logs into the machine.  Of course, security implication warning etc
etc.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Problem with custom ebuild

2004-01-02 Thread Tom Wesley
On Fri, 2004-01-02 at 10:59, Gerhard W.Gruber wrote:
 On Fri, 02 Jan 2004 21:24:07 +1100, Andrew Cowie
 [EMAIL PROTECTED] wrote:
 
 Look into the PORTAGE_OVERLAY variable in /etc/make.conf; it will point
 the way for you to be able to create, say,
 /usr/local/portage/sys-kernel/vanilla-sources/ and put your ebuild
 there.
 
 Thanks. I created the directory structur in /usr/local/portage according to
 the one in the /usr/portage tree (only the stuff I needed) and copied the
 ebuild and digest files there, then I deleted it. After that I run emerge ...
 digest and this seems to work now.
 
 Can I copy the 2.4.22/23 also there? Currently I have them in the official
 gentoo tree so there would be no need for it, but at some point in the future
 it would vanish there as well. Shall I copy the files to local and delete them
 in the normal tree or shall I keep them there and let nature run its course?
 Would emerge be confused in that case because then I have two ebuilds with the
 same files.
 
 Or is it ok to delete them, but I guess with the next rsync they would be
 recreated there anyway.

As the next rsync will undo any changes you make to the official tree
everything should be affected in the overlay directory.  This will do
just that, overlay any files of the same names from the official tree. 
So if you copy the 2.4.23 ebuild to the overlay, modify it in some way
and then emerge $your_ebuild, portage will use the ebuild from the
overlay directory.


-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] mysterious acts by emerge -e gcc [really weird]

2004-01-02 Thread Tom Wesley
On Fri, 2004-01-02 at 11:19, Redeeman wrote:
 NO :(( kdb doesent fix, and setfont is also only a console utility, its
 in X my problems is.
 
 hmmm... what shall i do? maybe i should set some kind of reward on this
 thing...
 
 PLEASE PLEASE PLEASE help a poor man which lost his fonts :D
 
 On Fri, 2004-01-02 at 03:03, Tom Hendrikx wrote:
  On Fri, 2004-01-02 at 01:02, Redeeman wrote:
   and if it can help, i can tell that after i did this, under startup i
   get this message:
   
   cannot find setfont executable
   
  
  hi,
  
  seems like you already found the problem ;)
  
  $ which setfont
  /usr/bin/setfont
  $ qpkg -f /usr/bin/setfont
  sys-apps/kbd *
  
  you should try an emerge kbd
  
  Tom
  

OK, from your original gcc emerge it seems you've upgraded quite a lot
to ~x86, I'm sure it's possible that something that depended on, so
first I would using revdep-rebuild and see if anything is broken.

After that I would try:
 #  fc-cache -fv

to rebuild the font information, then restart xfree and see if that
helps.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] cd busy

2004-01-01 Thread Tom Wesley
On Thu, 2004-01-01 at 16:19, Peter Eis wrote:
 Goran Kavrecic wrote:
 
 OK,
 
 'lsof | grep /mnt' returns:
 fam 801 goran   37r   DIR   22,0 2048  411422720
 /mnt/cdrom
 
 
 But I suppose I need this one. Don't I?
 
 Well, from the man page it sounds to me like 'fam' is some kind of 
 monitor program to check for file changes. Probably it has been startet 
 by mozilla when you where visiting the cd.
 I think it should be save to kill the process which locks the cd.
 Anyhow it would be nice if someone could jump in to enlighten us in the 
 behaviour of fam (in the standard settings fam should release the file 
 after 5 sec. if no client is using it, so there must be some program 
 which still has a connection open)?
 
 Peter
 

fam also provides the auto-update in Nautilus and athor gnome-vfs apps.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] xmms very fast

2004-01-01 Thread Tom Wesley
On Thu, 2004-01-01 at 21:22, Norbert Kamenicky wrote:
 Happy New Year to all!
 
 I have problem with xmms ...
 it plays 4 min's song in cca 2 seconds (silence on output).
 mpg123 plays that song properly, but sound is distorted
 (like if 1W repro receives 100 wats).
 Another bad thing is, I can't adjust PCM output signal level in
 alsamixer.
 KDE starts with melody, mplayer plays films with audio properly,
 
 
 Details:
 platform x86
 kernel - 2.4.xx (doesn't matter, checked with different ones)
 mainboard i865PE, sound chip i82801EB AC'97 + CMI9739
 sound support installed using this command:
 ALSA_CARDS=intel8x0 emerge alsa-driver alsa-libs alsa-utils alsa-oss
 USE=-ipv6 -gnome -3dnow -cjk emerge xmms
 
 Any idea what's wrong ?
 
 noro

I'd be willing to bet you're using the disk writer output plugin...
Check in the Preferences dialog and select either the
alsa(generic)/esd(gnome)/arts(kde) plugin, depending on what environment
you're using.  I recommend using alsa for everything now, as it all
works on my PC here.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] I20/MegaRAID... what's I20?

2003-12-31 Thread Tom Wesley
On Wed, 2003-12-31 at 15:34, Brian Downey wrote:
 So...
 
 I have a MegaRAID 466 controller, and have been using the MegaRAID driver
 in the kernel.  No big deal.
 
 Out of curiousity today, I ran lspci on the system and it came back with
 this:
 
 00:0b.1 I2O: Intel Corp. 80960RP [i960RP Microprocessor] (rev 05)
 
 No big deal, the board has an Intel chipset.  But the part that is
 intriguing me is the I20.
 
 I've always wondering what the I20 stuff really did in the kernel. 
 There's an I20 Scsi support in there, but I don't have it enabled.
 
 Would anyone who knows a little about I20 stuff, care to explain what it
 does and if it would work for that card?  I tried googling around a bit,
 but didn't find much in relation to that specific RAID controller.
 
 -brian

Straight from the Gnome dictionary application:

The Free On-line Dictionary of Computing (27 SEP 03)
I2O
 
Intelligent Input/Output


Not much of an idea what that means though ;)

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Re: who broken?

2003-12-31 Thread Tom Wesley
On Thu, 2004-01-01 at 00:26, Jorge Almeida wrote:
 On Thu, 1 Jan 2004, Michael Mauch wrote:
 
  Jorge Almeida wrote:
  
   The who command is not working. who am i or who -m returns nothing.
  
  Same here in KDE's konsole, but it works in the Linux console.
  
   I'm using coreutils 5.0-r5 with gentoo-sources 2.4.22-r2.
   Any idea? (And what else can be broken?)
  
  whoami works (although it gives the effective uid, not the real uid;
  try after su to see the difference).
  
  Regards...
  Michael
  
 
 Just the same here. I also use Konsole. KDE bug?
 Cheers,
  
 Jorge Almeida
 
who am i using gnome-terminal also returns a blank, whilst whoami
gives my username...

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


[gentoo-user] wine dies with ati-drivers

2003-12-30 Thread Tom Wesley
Hi all,

I've just installed the ati-drivers in an attempt to make ut2003, which
indeed it does.  However, whenever I run wine the screen just turns off
and leaves me having to reboot the machine to get any life.  I've a
Radeon 9000 board - has anyone else seen this or got a solution?

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] All versions of Portage masked??? Can't update anything...

2003-12-30 Thread Tom Wesley
On Tue, 2003-12-30 at 18:28, Eric Livingston wrote:
 Here's what I get when I try to perform an update world operation. I get 
 other versions of the same thing if I try --deep and other options (meaning 
 other packages besides baselayout crap out with the same message).
 
 For some reason, it seems my portage ebuilds are masked? I originally got this 
 error with portage 2.0.47, then manually upgrades to 2.0.48 (same thing), and 
 now I'm at 2.0.49-r1 and still get the message. (apparently I can still 
 manually emerge specific .ebuild files, including portage ones.).
 
 Any help would be *greatly* appreciated, as I'm now stuck it seems.
 
  example 
 www profiles # emerge -pu world
 
 These are the packages that I would merge, in order:
 
 Calculating world dependencies -
 !!! all ebuilds that could satisfy =sys-apps/portage-2.0.23 have been 
 masked.
 !!!(dependency required by sys-apps/baselayout-1.8.6.12-r3 [ebuild])
 
 !!! Problem with ebuild sys-libs/zlib-1.2.1-r2
 !!! Possibly a DEPEND/*DEPEND problem.
 
 !!! Depgraph creation failed.
 

Have you tried an emerge sync to see if that fixes whatever has died?

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] trouble with gaim

2003-12-27 Thread Tom Wesley
On Sat, 2003-12-27 at 14:56, Roger wrote:
 happy new year to all.
 
 I want to use gaim to act as MSN to chat with other, but I fail to
 logon, I got the following error message.
 Protocol dose not support.

anyway, when are you coming here for the evening of drinking disgusting
amounts of alcohol

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


[gentoo-user] List police on replies

2003-12-27 Thread Tom Wesley
Hi all,

Just wondering on the general policy for replying to emails from this
list.  I have a tendency to hit the reply and let the email headers
dictate where the mail goes.  This does seem to have the disadvantage
that replies to emails sent by people who have personally set a reply-to
header in their client go directly to the person.

As the Gentoo list does not replace this reply-to with an appropriate
reply-to header I am thinking that I am correct in blindly continuing as
I do, as I am in fact doing as has been requested and replying to the
correct address.

My point is that should the Gentoo list itself remove extra reply-to's
and add one to ensure that the replies get sent to the list and not to
personal mailboxes?



-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


RE: [gentoo-user] trouble with gaim

2003-12-27 Thread Tom Wesley
On Sat, 2003-12-27 at 14:17, John Ross Hunt wrote:
  On Sat, 2003-12-27 at 14:56, Roger wrote:
   happy new year to all.
   
   I want to use gaim to act as MSN to chat with other, but I fail to
   logon, I got the following error message.
   Protocol dose not support.
  
  anyway, when are you coming here for the evening of drinking 
  disgusting
  amounts of alcohol
  
  -- 
  Tom Wesley
 
 Gee, how nice.  Is everyone on the list invited?
 

Oops, I have to say - not too sure how that one happened?  Meant to say
something about a new version of Gaim supporting the new MSN sign-on
encryption and the like, which is of course much more useful and much
less liver damaging.  I'll shut up now.


-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] trouble with gaim

2003-12-27 Thread Tom Wesley
On Sat, 2003-12-27 at 16:02, Roger wrote:
 How can I update Gaim from 0.66 to 0.74? Each time I use emerge gaim ,
 it always install 0.66version. I do not want to download the 0.74
 package manually, and unpack it ...
 
 I just want to update it through emerge!!!
 
 2003122723:03Tom Wesley
  On Sat, 2003-12-27 at 14:56, Roger wrote:
   happy new year to all.
   
   I want to use gaim to act as MSN to chat with other, but I fail to
   logon, I got the following error message.
   Protocol dose not support.
  
  Are you using a new-ish version of Gaim - 0.74 is the latest.  MSN
  changed their logon protocol fairly recently, so it's possible you need
  to upgrade.

As root do an

 # emerge sync
 # emerge gaim -pv
check the output then
 # emerge gaim


-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Playing Starcraft

2003-12-27 Thread Tom Wesley
On Sat, 2003-12-27 at 17:45, Patrick Marquetecken wrote:
 Hi,
 
 At this moment i jump to windows to play StarCraft. I found
 winex-transgaming  in the portage but you have to pay for it.
 
 What are the other possibilities ?
 
 Patrick

I believe that straight Wine will play StarCraft, although my copy isn't
here so I can't confirm...

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] List police on replies

2003-12-27 Thread Tom Wesley
On Sat, 2003-12-27 at 21:54, Redeeman wrote:
 On Sat, 2003-12-27 at 16:08, Tom Wesley wrote:
  Hi all,
  
  Just wondering on the general policy for replying to emails from this
  list.  I have a tendency to hit the reply and let the email headers
  dictate where the mail goes.  This does seem to have the disadvantage
  that replies to emails sent by people who have personally set a reply-to
  header in their client go directly to the person.
  
  As the Gentoo list does not replace this reply-to with an appropriate
  reply-to header I am thinking that I am correct in blindly continuing as
  I do, as I am in fact doing as has been requested and replying to the
  correct address.
  
  My point is that should the Gentoo list itself remove extra reply-to's
  and add one to ensure that the replies get sent to the list and not to
  personal mailboxes?

 i would prefer if everyone started to reply to list only, but as the client
 has to support it, i fully understand ppl that just press the reply button,
 it just gives me abit more work :)

OK, here is my point exactly.  Not at all picking, or in anyway violent
in my language (I can come across a little pointed at times... :)

In your mail client/server somewhere you have set the reply-to option. 
I use Evolution and have the option in the Mail Account settings to add
a reply-to header to all outgoing emails.  You, as many people do, have
done this - therefore Evolution honours this request and by default
sends replies to your address rather than the lists.
As I am quite sure you have very little against the sharing of knowledge
through a mailing list, you probably intended any reply to be returned
to the list and your subscription ensure that you get the reply.

I have deliberately used the Reply to all option in replying to this,
so that the list and your personal mailbox will get this text, although
I suspect that you will get both copies.

I only add this as I feel my request was misunderstood.  If it is
standard list policy for all replies to go to the list then this should
enforced.  If it is not then people should either a, stop complaining
about off-list replies, or b, stop requesting off-list replies via the
reply-to header.

As is seems to be general consensus on the list that replies should be
sent to the list itself, should it not be time for the Gentoo list
maintainer to add this header manipulation?

Note for [EMAIL PROTECTED], you can remove all the Reply-To headers
you like, the From header will still survive, so you can reply to the
sender in all cases.


-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Which packagename to use?

2003-12-25 Thread Tom Wesley
On Thu, 2003-12-25 at 09:37, Gerhard W.Gruber wrote:
 Is there somewhere a list of package names with a description? I know that on
 the website there is something like that, but it is not really usefull.
 
 What I would like have is a textfile where I can easily browse through, i.e.
 when I look for some sound editing software to know which packagename I have
 to use to install it. For the more well know packages it is easy (i.e. emerge
 xfree), but a comprehending list would be very usefull. I tried to create a
 list from the ebuilds on my system, but that didn't work out as I expected.
 Obviously giving the name of an ebuild doesn't work.

Have you tried emerge -s?

Also, you can browse /usr/portage/ to see what is available.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] no libstdc++

2003-12-25 Thread Tom Wesley
On Thu, 2003-12-25 at 20:25, Moshe Kaminsky wrote:
 Hi,
 
 I have installed gcc-3.3.2-r4, and now I no longer have libstdc++.so.5 
 anywhere. It broke many of the programs. When I try to run g++ or c++ I 
 get the message Can't locate/run g++ (I don't know who emits this 
 message; I don't think it is the shell). Anyone knows what's going on? 
 Also, is it possible to ask emerge to not clean the temporary files it 
 creates?
 

I had this once after a system restore.  Logging in as root and running 

# ldconfig

fixed it for me, so might be worth a go!

 Thanks,
 Moshe
 
 BTW: Am I the only person getting each message on this list twice?

I'm only getting them all once.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] no libstdc++

2003-12-25 Thread Tom Wesley
On Thu, 2003-12-25 at 20:53, Moshe Kaminsky wrote:
 + Tom Wesley [EMAIL PROTECTED] [25/12/03 22:36]:
  On Thu, 2003-12-25 at 20:25, Moshe Kaminsky wrote:
   Hi,
   
   I have installed gcc-3.3.2-r4, and now I no longer have libstdc++.so.5 
   anywhere. It broke many of the programs. When I try to run g++ or c++ I 
   get the message Can't locate/run g++ (I don't know who emits this 
   message; I don't think it is the shell). Anyone knows what's going on? 
   Also, is it possible to ask emerge to not clean the temporary files it 
   creates?
   
  
  I had this once after a system restore.  Logging in as root and running 
  
  # ldconfig
  
  fixed it for me, so might be worth a go!
 
 Thanks, the point is it's really not there. I used find, and it is just 
 not installed.
 

I have 3.3.2-r4 installed for an Athlon XP if you want me to mail you
copies - never know it might fix it for you, or at least to the point
where you can carry on

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Unsubscribe errors

2003-12-24 Thread Tom Wesley
On Wed, 2003-12-24 at 16:17, W. Blaine Dowler wrote:
 Hi all,
 
 I unsubscribed from this list last week, including responding to the 
 unsubscribe confirmation.  For about five days, I didn't receive a single 
 message.  Then, overnight, I seem to have been somehow resubscribed.  I sent 
 the unsubscribe message once again, but didn't get asked to confirm, and have 
 been getting all of the list e-mails.  Does anyone know what's going on?  Has 
 anyone else experienced this?  Is there an unsubscribe method other than 
 sending a message to [EMAIL PROTECTED]?
 
 Any help would be appreciated.
 
 Blaine
 
 --
 [EMAIL PROTECTED] mailing list

There were problems with the list server it seems (no one received
messages from it for a few days at least)  It is quite likely that your
unsubscribe request was lost - try it again and it should be fine.


-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


[gentoo-user] dvd+rw gui interface

2003-12-24 Thread Tom Wesley
Hi all,

I've just bought myself a new DVD-/+RW drive, fitted it and done some
reading up on the software to control the device.  It all works
perfectly if I use the command line tool growisofs (part of
app-cdr/dvd+rw-tools), but [1] mentions that it should also work with
nautilus-cd-burner and k3b.  I don't have any of KDE/QT installed, but
do already use nautilus to burn some cdr's - but cannot make anything it
burns to dvd appear when the device is mounted.

Anyone have any idea what I'm missing?

[1]:  http://fy.chalmers.se/~appro/linux/DVD+RW/
-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] dvd+rw gui interface

2003-12-24 Thread Tom Wesley
On Wed, 2003-12-24 at 21:25, Ben Calvert wrote:
 On Wednesday 24 December 2003 13:20, Tom Wesley wrote:
  Hi all,
 
  I've just bought myself a new DVD-/+RW drive, fitted it and done some
  reading up on the software to control the device.  It all works
  perfectly if I use the command line tool growisofs (part of
  app-cdr/dvd+rw-tools), but [1] mentions that it should also work with
  nautilus-cd-burner and k3b.  I don't have any of KDE/QT installed, but
  do already use nautilus to burn some cdr's - but cannot make anything it
  burns to dvd appear when the device is mounted.
 
  Anyone have any idea what I'm missing?
 
 I haven't tried nautalus, but strongly recommend k3b for burning.  it's not 
 too heavy on kde dependencies, and has the most natural interface i've found 
 for burning anything.
 
 burning a dvd is as easy as selecting 'dvd-data project' and then dragging and 
 dropping files.
 

How does it handle the files already on the disk?

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] dvd+rw gui interface

2003-12-24 Thread Tom Wesley
On Wed, 2003-12-24 at 22:59, Ben Calvert wrote:
 On Wednesday 24 December 2003 13:31, Tom Wesley wrote:
 
   I haven't tried nautalus, but strongly recommend k3b for burning.  it's
   not too heavy on kde dependencies, and has the most natural interface
   i've found for burning anything.
  
   burning a dvd is as easy as selecting 'dvd-data project' and then
   dragging and dropping files.
 
  How does it handle the files already on the disk?
 
 hmm Ihaven't tried before, let's find out
 
 ok, i create a new project, select Project - Import Session, 
 
 and it reads in the contents of the dvd ( this part seems to be taking awhile, 
 but then again i've got 2 GB of stuff on there )
 
 I was able to add 2 new folders of ogg data, and change then name of one 
 existing folder.
 
 the only caveat is that i had to turn off autofs, which kept trying to mount 
 the disk while i was burning it.  no data seems to be damaged.
 

Ah I could live with that...  As I'm off to bed I think I'm going to
emerge the kde beta overnight, can always set depclean on it in the
morning if I don't like it...

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] 2.6.0 upgrade HOWTO

2003-12-20 Thread Tom Wesley
On Sat, 2003-12-20 at 05:29, Manuel McLure wrote:
 Does anyone have any tips on how to move from 2.4 to 2.6? I currently 
 have an ~x86 currently updated system. As well as the 
 gentoo-sources-2.4.22-r1 kernel, I have latest alsa, i2c, lm_sensors and 
 ati-drivers installed and working.
 
 What do I need to do to get a 2.6 kernel up and running? I've emerged 
 gentoo-dev-sources-2.6.0, but some things in the kernel configuration 
 worry me a bit, like devfs being marked as obsolete. Does anyone have a 
 good kernel configuration for a Gentoo box, or do I just use the one in 
 arch/i386/defconfig ?
 
 Thanks!
 

Although I did not use it myself the advice in this thread looks very
meaningful:

http://forums.gentoo.org/viewtopic.php?t=70838

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Crypto trouble...

2003-12-20 Thread Tom Wesley
On Sat, 2003-12-20 at 10:11, Elton Algera wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 Hi,
 
 I have my homedir encrypted, with a cryptoloop device. It works great for 
 almost a year now.
 I would like to test the 2.6 kernels without giving up the possibility to 
 boot 2.4.
 
 It seems however that the encryption algorithms in 2.4 and 2.6 are not 
 compatible. When I try to mount an encrypted device in 2.6 that is made in 
 2.4, it doens't want to mount, it's giving the error 
 
 mount: you must specify the filesystem type
 
 indicating that decyption doesn't work as expected.
 
 The other way around the same thing happens.
 
 Moreover, on 2.4 util-linux-2.11 is required, and in 2.6 util-linux-2.12 
 is necessary to get the mount and losetup commands working without 
 messages that modules should be loaded into the kernel or that the cipher 
 doesn't exist.
 
 Now the question is, has anyone managed to get a dual-bootable(2.4/2.6) 
 setup working with encryption?
 
 Please send me some input on this...
 
 Thanks,
 
 Elton
 
   

After a quick search on the forums I've found a link that might be
useful for you, although it will require you to do some manual patching
of the kernel...

http://forums.gentoo.org/viewtopic.php?t=108162

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Blocked access

2003-12-19 Thread Tom Wesley
On Fri, 19 Dec 2003, Xinhao Qu wrote:
 Hi, List
 
 I find myself blocked when I try to su from a normal user
 to root, even if the password is absolutely correct. I guess
 this must have something to do with having made some typo when
 entering passwords. The username must have been blacklisted 
 since then. I looked up man pages of su and suauth to find a 
 way to lift the restriction. However, there isn't such a file
 /etc/suauth in my system. What's the mechanism behind this 
 (the su blockage)? What's the correct way to solve my problem?
 
 Thanks  regards
 Xinhao
 

Your user needs to be a member of the wheel group.


-- 
Tom Wesley

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't see my own posts here

2003-12-17 Thread Tom Wesley
On Wed, 2003-12-17 at 22:00, Oliver Lange wrote:
 Hello everybody,
 
 I just fired two posts into this mailing list, but these mails
 weren't bounced to (i.e. never reached) my email account.
 I ask myself what's going on..
 
 Maybe this mail will arrive back here. In this case i'll immediately
 send a 'solved' message. If not, I ask myself if anybody can
 read this, and if answers to this mail will ever reach me..
 
 1. Problem with my email account ?
 
 2. Some bad guy misused my email address and now i'm on some blacklist ?
 
 3. Temporary problem with the gentoo-user mailing list ?
 
 4. Anything else ?
 
 No day without some problem. :)
 

Event though you bit me harder than the average hard biting animal about
not cleaning reply headers, ;-) yeah I got this from the list.  Replied
to you directly for ease of diagnosis, just in case.


-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Gentoo energe -e world and no booting

2003-12-16 Thread Tom Wesley
On Tue, 2003-12-16 at 15:50, Tom Wesley wrote:
 On Tue, 16 Dec 2003, Michael Evaniuck wrote:
  Gentoo
  I recent made some changes to my /etc/make.conf and I want to recompile my 
  system so I did an emerge -e world. Everything went fine and after it 
  completed I shut down my PC and when rebooting grub now is now not working. 
  When booting it displays a grub prompt and does not go any further and I can 
  not type anything else. I booted to my CD and mounted my /boot and my 
  grub.conf file seems to be fine. Has anyone else ran across this? Thanks 
  ahead of time for any help.
  
  Mike
  
  _
  Shop online for kids toys by age group, price range, and toy category at 
  MSN Shopping. No waiting for a clerk to help you! http://shopping.msn.com
  
  
 
 I have this exact same issue, although I'm able to type 
   kernel (hd0,2)/bzImage-2.6
   boot
 
 and the system comes up fine.  I'll probably take a look at this this 
 evening though, have you tried re-writing the boot sector as you did in 
 the original install - that was going to be my first idea...

I've just got home, done the grub setup again and all works fine:

# grub

grub root (hd0,2)
grub setup (hd0)
grub exit

And all works as it did before.


-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


RE: [gentoo-user] USE flags (-gnome-gtk2) and XFCE questions

2003-12-16 Thread Tom Wesley
On Tue, 2003-12-16 at 21:43, Van Eps, Nathan D. (James Tower) wrote:
 -Original Message-
 From: Nick Fisher
 
 GNOME  KDE use flags
 Ok... so there are gnome and kde USE flags. The descriptions aren't too
 informative... things like 'adds support for gnome'. Now as I understand
 it XFCE is quite gnome like... should I then use the -gnome flag when
 compiling X apps to use in XFCE? Or is using that flag only going to be
 populating some directory only gnome uses?
 
 You want -gnome and -kde, since you would never use those features. The
 gnome and kde add stuff like session management, which XFCE doesn't use.
 

FYI, XFCE4 has session management that is masked in portage, but works
perfectly here...

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] NPTL -- how to start using it?

2003-12-15 Thread Tom Wesley
On Mon, 2003-12-15 at 03:30, Jason Stubbs wrote:
 On Monday 15 December 2003 12:07, N. Owen Gunden wrote:
  I'd like to start using NPTL for at least wine, with hopes of seeing
  performance enhancement.
 
  As I understand it, here's what I need to do:
 
  - Install kernel 2.6.0-test11
  - Set the nptl USE flag
  - emerge glibc (2.3.2 ok?)
  - emerge wine
 
 This would do it. I'm not sure if wine would need to be re-emerged but it 
 wouldn't hurt. As I understand it, NPTL is a different implementation of the 
 threading API rather than a different API altogether.
 
  I read somewhere that I should use GCC 3.3 (I'm using 3.2.3).  Is there
  any truth to this?  Is there any reason /not/ to upgrade GCC?
 
 I don't think that gcc3.3 necessary for NPTL. gcc3.3 has other advantages 
 (better optimization and such) but does not work for some apps. Fortunately, 
 most (maybe all?) problem apps have patches in portage already.
 
  Do I need to re-emerge anything else?
 
 That should be it. Also be aware that some apps don't work with NPTL. The only 
 one I have come across is app-i18n/canna but there are sure to be others. 
 Probably very few, though.

This method worked for me perfectly over the weekend, although I
re-emerged everything as I changed my cflags too...

Wine does make direct use of the nptl use flag, so I guess it should be
re-emerged.
-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] NPTL -- how to start using it?

2003-12-15 Thread Tom Wesley
On Mon, 2003-12-15 at 08:11, N. Owen Gunden wrote:
 On Mon, Dec 15, 2003 at 07:52:56AM +, Tom Wesley wrote:
  This method worked for me perfectly over the weekend, although I
  re-emerged everything as I changed my cflags too...
 
 Are you using ACCEPT_KEYWORDS=~x86?  Can you tell me your exact
 versions of glibc, gcc, and kernel?
 
 Thanks,
 Owen

Sure, I'm using ~x86, some of these packages are not quite up to date,
they appeared in portage half way through my rebuild.  Will do them
during today though... ;)

*  sys-libs/glibc
  Latest version available: 2.3.3_pre20031212
  Latest version installed: 2.3.2-r9

*  sys-devel/gcc
  Latest version available: 3.3.2-r4
  Latest version installed: 3.3.2-r3

*  sys-kernel/gentoo-dev-sources
  Latest version available: 2.6.0_beta11-r2
  Latest version installed: 2.6.0_beta11-r2

After prelinking the system too it does seem a little more responsive,
so I guess it was a worthwhile exercise.

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: VS: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Tom Wesley
On Sun, 2003-12-14 at 09:44, Goran Kavrecic wrote:
 see below.
 
 Na 1071393616, 2003-12-14 ob 10:20, je Olli napisal(a):
  I tried to 'emerge gimp'.
  
  Everything started fine. but then suddenly I've got that message:
  
  (No space left on device).
  
 ...
  So, everything is on the same partition, tehre is 4,7G of free space and
  the system reports no space on the device.
  
  Any idea?
  
  Regards,
  Goran
  
  How about /tmp partition? And your memory? 
 /tmp is mounted on the same partition, so 4,7 G free
 
 ---
 # free
  total   used   free sharedbuffers
 cached
 Mem:514876 418400  96476  0  21236
 241416
 -/+ buffers/cache: 155748 359128
 Swap:  1052248  01052248
 ---
 Swap hasn't been touched at all, yet. That should be ok.

Try doing the emerge in an xterm, then in another xterm issue

$  watch df -h

and see if the disk space actually gets filled by something.  I'm
guessing but it could be some temporary file somewhere that somehow gets
huge.  Perhaps if you see the disk space shrink, quickly pause the
emerge with Ctrl+Z then see if you can find the suspect file in either
/tmp or /var/tmp - it's contents might help out a bit.

Hope that helps...

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: VS: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Tom Wesley
On Sun, 2003-12-14 at 09:56, Goran Kavrecic wrote:
 Na 1071395634, 2003-12-14 ob 10:53, je Tom Wesley napisal(a):
  On Sun, 2003-12-14 at 09:44, Goran Kavrecic wrote:
   see below.
   
   Na 1071393616, 2003-12-14 ob 10:20, je Olli napisal(a):
I tried to 'emerge gimp'.

Everything started fine. but then suddenly I've got that message:

(No space left on device).

   ...
snip
  
  Try doing the emerge in an xterm, then in another xterm issue
  
  $  watch df -h
  
  and see if the disk space actually gets filled by something.  I'm
  guessing but it could be some temporary file somewhere that somehow gets
  huge.  Perhaps if you see the disk space shrink, quickly pause the
  emerge with Ctrl+Z then see if you can find the suspect file in either
  /tmp or /var/tmp - it's contents might help out a bit.
  
  Hope that helps...
 
 Thanks for help, but the df doesn't make a glitch during the test. The
 issue is very weird(at least for me, maybe I don't know something). See
 following output of emerge (let me know if I have to translate it):
 ---
 Razreuje se cpan.develooper.com...konano.
 Povezujem se na cpan.develooper.com[63.251.223.172]:80... prikljuen.
 HTTP zahteva poslana, akam odgovor... 206 Partial Content
 Dolina: 126,584 (e 97,912) [application/x-tar]
  
 22% [  ...  ] 28,672--.--K/sETA --:--
 
 Ass you see it has to dowenload nearly 128K of data. This is not a
 temporary file during compiling or converting or what-so-ever.
 
 Goran
 

As a test, try the wget from the console, see what that gives.  If
nothing else then it should give you the file, which you can copy to
your /usr/portage/distfiles and get the emerge underway...

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: VS: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Tom Wesley
On Sun, 2003-12-14 at 10:08, Goran Kavrecic wrote:
 Na 1071396358, 2003-12-14 ob 11:05, je Tom Wesley napisal(a):
  On Sun, 2003-12-14 at 09:56, Goran Kavrecic wrote:
   Na 1071395634, 2003-12-14 ob 10:53, je Tom Wesley napisal(a):
On Sun, 2003-12-14 at 09:44, Goran Kavrecic wrote:
 see below.
 
 Na 1071393616, 2003-12-14 ob 10:20, je Olli napisal(a):
  I tried to 'emerge gimp'.
  
  Everything started fine. but then suddenly I've got that message:
  
  (No space left on device).
  
 ...
  snip

Try doing the emerge in an xterm, then in another xterm issue

$  watch df -h

and see if the disk space actually gets filled by something.  I'm
guessing but it could be some temporary file somewhere that somehow gets
huge.  Perhaps if you see the disk space shrink, quickly pause the
emerge with Ctrl+Z then see if you can find the suspect file in either
/tmp or /var/tmp - it's contents might help out a bit.

Hope that helps...
   
   Thanks for help, but the df doesn't make a glitch during the test. The
   issue is very weird(at least for me, maybe I don't know something). See
   following output of emerge (let me know if I have to translate it):
   ---
   Razreuje se cpan.develooper.com...konano.
   Povezujem se na cpan.develooper.com[63.251.223.172]:80... prikljuen.
   HTTP zahteva poslana, akam odgovor... 206 Partial Content
   Dolina: 126,584 (e 97,912) [application/x-tar]

   22% [  ...  ] 28,672--.--K/sETA --:--
   
   Ass you see it has to dowenload nearly 128K of data. This is not a
   temporary file during compiling or converting or what-so-ever.
   
   Goran
   
  
  As a test, try the wget from the console, see what that gives.  If
  nothing else then it should give you the file, which you can copy to
  your /usr/portage/distfiles and get the emerge underway...
 
 Ok, this works. I can get trough somehow.
 But this is not the point. Something went wrong in portage as I see the
 situation. Do you agree?
 
 Goran

Certainly do.  You should probably open a bug report, add a link to this
thread and see what comes of it.  At least that way you will probably
get the attention of a developer who almost certainly has more knowledge
than us

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


[gentoo-user] Location of 'emerge --resume' data

2003-12-14 Thread Tom Wesley
Hi,

I need to remove a package from my emerge --resume list (after an emerge
world) but cannot find this information, does anyone know where I should
look?

Cheers,

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: VS: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Tom Wesley
On Sun, 2003-12-14 at 17:12, Goran Kavrecic wrote:
 Na 1071421526, 2003-12-14 ob 18:05, je Oliver Lange napisal(a):
 
  Go read a quote howto..
 
 Shouldn't be. If quote applies then I shouldn't be able to 'wget' the
 same file in the same directory. Would I?
 (see my e-mail 11:08)
 
 Goran

I suspect Oliver has just got out of bed, not been to bed or some such
other tragedy...  He was trying to belittle my (admittedly not helpful)
reply because I hadn't trimmed the 

 On Sun, 2003-12-14 at 10:08, Goran Kavrecic wrote:
 
Na 1071396358, 2003-12-14 ob 11:05, je Tom Wesley napisal(a):

On Sun, 2003-12-14 at 09:56, Goran Kavrecic wrote:

Na 1071395634, 2003-12-14 ob 10:53, je Tom Wesley napisal(a):

On Sun, 2003-12-14 at 09:44, Goran Kavrecic wrote:

see below.

from the mail


I did author a comic comeback, but really couldn't be bothered dealing
with the potential flame war normally reserved for other lists.


-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread Tom Wesley
On Sun, 2003-12-14 at 18:50, Simon Striker wrote:
 Hi!
 
 Today I started with fresh installation of Getnoo from stage1. I typed
 scripts/bootstrap.sh and the process began.
 
 Some hours later the process stopped with error:
 
 !!! ERROR: sys-libs/glibc-2.3.2-r3 failed.
 !!! Function src_compile, Line 442, Exitcode 2
 !!! (no error message)
 
 Does anybody know, where could be the problem?
 
 Thanks in advance.
 
 Simon
  
 Best regards,
 

Can you please post the few lines above that error.  There will be some
output that mentions the word error.  This will be needed to check if
the problem is already known.

Also, check this link [1] and see if your issue is listed, then hope
there's also a fix... :-)

[1] 
http://bugs.gentoo.org/buglist.cgi?query_format=short_desc_type=allwordssubstrshort_desc=glibc-2.3.2-r3long_desc_type=allwordssubstrlong_desc=bug_file_loc_type=allwordssubstrbug_file_loc=keywords_type=allwordskeywords=bug_status=UNCONFIRMEDbug_status=NEWbug_status=ASSIGNEDbug_status=REOPENEDbug_status=RESOLVEDbug_status=VERIFIEDbug_status=CLOSEDemailassigned_to1=1emailtype1=substringemail1=emailassigned_to2=1emailreporter2=1emailcc2=1emailtype2=substringemail2=bugidtype=includebug_id=changedin=chfieldfrom=chfieldto=Nowchfieldvalue=cmdtype=doitorder=Reuse+same+sort+as+last+timefield0-0-0=nooptype0-0-0=noopvalue0-0-0=

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread Tom Wesley
On Sun, 2003-12-14 at 19:28, Simon Striker wrote:
 Hello Tom,
 
 Sunday, December 14, 2003, 8:11:29 PM, you wrote:
  Can you please post the few lines above that error.  There will be some
  output that mentions the word error.  This will be needed to check if
  the problem is already known.
 
 Oh, sorry,  here it is:
 
 The error gegins with:
 
 Out of memory: Killed process 22477 (cc1).
 {standard input}: Assembler messages:
 {standard input}:110541: Warning: end of file in string; inserted ''
 gcc: Internal error: Terminated (program cc1)
 Please submit a full bug report.
 See URL:http://bugs.gentoo.org/ for instructions
 make[2]: ***
 [/var/tmp/portage/glibc-2.3.2-r3/work/glibc-2.3.2/buidhere/iconvdata/cns11643.os] 
 Error1
 make[2]: *** Waiting for unfinished jobs
 make[2]: Leaving directory 
 '/var/tmp/portage/glibc-2.3.2-r3/work/glibc-2.3.2/iconvdata'
 make[1]: *** [iconvdata/others] Error 2
 make[1]: Leaving directory '/var/tmp/portage/glibc-2.3.2-r3/work/glibc-2.3.2'
 make: *** [all] Error 2
 
 !!! ERROR: sys-libs/glibc-2.3.2-r3 failed.
 !!! Function src_compile, Line 442, Exitcode 2
 !!! (no error message)
 
 End of error.
 
 Any hints?
 
 Thanks, Simon

As this is an out of memory error, have you enabled your swap space with
swapon /dev/hda1 (or whatever)?

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] [OT] Postfix configuration

2003-12-14 Thread Tom Wesley
On Sun, 2003-12-14 at 20:05, Patrick Börjesson wrote:
 Any postfix-gurus here? Thought I'll just post the question and see if
 someone might have mercy on me and answer it =)
 
 So... Say I have a unresolvable hostname (e.g. host.mydomain.com)
 because of being inside an unaccessible intranet. The intranet has a
 smtp-server which relays mail for us inside the intranet. The problem is
 now that I want all the mail that is send from my machine which don't
 have a domain in the to-address to be rewritten so that it uses
 $myhostname instead of $myorigin. 
 
 I can't set $myorigin to $myhostname as the smtp-servers outside the
 intranet will try to resolve the envelope-address (which would be
 host.mydomain.com) and fail, which mean that they'll reject the mail.
 And if I set $myorigin to $mydomain and change nothing else postfix will
 rewrite all the to-addresses that has no domain (e.g. root) to
 username@$mydomain which will send the mails going from my daemons to
 the useraccount on our gateway (not something you want to do if you
 don't want to piss the admin off). So the best solution that I can think
 of is to make trivial-rewrite append $myhostname to the unqualified
 to-addresses instead of $myorigin, but I can't seem to find if and how
 this can be done... 
 Another choice I have is to make a virtual map with all the local
 addresses that should go to local addresses on my machine, but this
 seems risky as if I forget an address then those mails will go to the
 gateway... 
 
 I'm hoping for someone to give me a possible solution for this dilemma.
 
 Thanks in advance.
 
 Patrick Börjesson

I'm certainly not a guru, but I recall there is a smart forwarding
option with postfix, essentially other than that it can smart-forward
emails to external addresses to an externally accessible smtp server.


-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


  1   2   3   4   >