[gentoo-ppc-user] DVD Playback in Gentoo?

2005-07-31 Thread Mike S
I am new to gentoo so first, let me say I am lovin it.  However I am 
also new to a source distribution, so I may need a little leeway with 
the questions I ask.


I have used now 3 different distributions, ubuntu, debian, and now 
gentoo, and in all of them the same thing has happened, whenever I try 
to play a dvd my screen gets a yellowish tint, my teminals that may be 
open get distoted colors, (usually red) for the text in them, and it 
won't play.  Has anyone gotten this to work?


I have tried totem and xine in gentoo and ubuntu, and the same happens.  
And one more thing.  I emerged totem, and that complained about needing 
the xine backend, so then I emerged xine and re-emerged totem, and it 
said it was using the xine backend, but at the end of the emerge it 
still said that the default backend had been changed to gstreamer, do I 
need to emerge something else?


--Mike S
--
gentoo-ppc-user@gentoo.org mailing list



Re: [gentoo-user] Re: Problem with hostname

2005-07-31 Thread Neil Bothwick
On Sat, 30 Jul 2005 21:44:00 +0200, Francesco Talamona wrote:

  (none) mark # cat /etc/conf.d/hostname  cat
  /etc/conf.d/dnsdomainname laeb
  laeb.dyndns.org
  (none) mark #
 
 
 [EMAIL PROTECTED]:~]$ cat /etc/conf.d/hostname   
 # /etc/conf.d/hostname
 # Set to the hostname of this machine
 HOSTNAME=aemaeth

The domain file is wrong too, it should contain only the domain, not the
FQDN, and be named differently.

$ cat /etc/conf.d/domainname
[snip]
DNSDOMAIN=digimed.co.uk


-- 
Neil Bothwick

Why marry a virgin? If she wasn't good enough for the rest of them,
she isn't good enough for you.


pgpO5q62NIARH.pgp
Description: PGP signature


[gentoo-user] OT - looking for reference research software

2005-07-31 Thread Martin S
I've looked at freshmeat and googled a bit (my terms seem a bit vague)

I'm looking for software to keep a collection of research references
and notes. I currently play with RefKeep, but - is there other such
software out there somewhere? Anyone knows?Regards,Martin S


Re: [gentoo-user] how to deploy a video lab?

2005-07-31 Thread Dimitar Toshev
On Tue, 2005-07-26 at 13:15 +0600, simply change wrote:
 AybOwan! (=welcome)
 
 dear lu_zero,
 
 im a Sinhalease from Sri lanka. i have a small company here in lanka
 (video filming company ex:- wedding, parties filming). my editing
 tools are Adobe Premeir,after effect, etc like propriatary software.so
 now i want to fully migrate to Gentoo Linux. today i just try to
 emerge Cinelerra to my Gentoo box but it has been Masked. so friends
 please be kind enought to advice me to setting up a full professional
 video lab using Gentoo Linux. 
 
 -- 
 ...
 The future lies ahead.
 ___
  Have you mooed today? 
 ---
 \^__^ 
  \   (oo) \___
  (__) \ )\/\
 ||--w  |
 ||   ||
 
 Gentoo Linux 2.6.12-gentoo-r4-Adapt-v1.1#

I rally doubt that gentoo is the right choice for a video lab. It might
work, but it would take a lot of time and if everything works under win,
why do you want to move to gentoo? If you are really certain that it's
specifically gentoo that you want and nothing else, please read the docs
at http://www.gentoo.org/doc/en/handbook/index.xml the handbook explains
how to work with portage, what masked packages are, etc.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] backup restore solution?

2005-07-31 Thread Richard Fish

Jarry wrote:


Hi,

I am now looking for some sort of backup  restore solution which would
help me to get my gentoo-server up and running after fatal disk failure.

I want to burn at regular intervals compressed partition images of disk
on internal dvd/rw/ram (4.5 GB should be enough for archiving the whole
disk, without /home partition).



Well, tar and cpio are good choices because they are available on the 
Gentoo live CD.  If you chose another program, you will just need to 
make sure that you have a static binary of it available at recovery time 
(copying this to your recovery media is the best choice).


I am currently using 'dar' to backup to external USB hard disk.  Dar is 
also useful for backing up to DVD media though, because it has good 
support for creating archive 'slices' that will fit nicely on a DVD, 
just in case you decide to backup /home as well.


It is in portage, but if you are interested, check out 
http://dar.linux.free.fr/


For 'quick-and-easy' restoring, I'm not aware of anything that really 
automates the process.  But generally the steps are:


1. fdisk
2. mkfs
3. mount
4. restore files
5. chroot
6. install boot loader
7. reboot

The difficulty in restoring the files will really depend upon how you 
make your backups (always full, incrementals, differentials, etc).  A 
full backup would always be the easiest, as you only need a single 
piece/set of media and one command to do the restore.


The rest of the steps are pretty much exactly the same as for when you 
installed Gentoo, so there shouldn't be any real surprises there.


One last thing, if you've only got a single CD/DVD drive, you are 
probably going to have an issue to have both the live CD and the backup 
media available, since you can't really eject the live CD to insert your 
backup disk.


-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Encripting /home

2005-07-31 Thread Alexander Skwar
Richard Fish schrieb:
 Alexander Skwar wrote:
 
Richard Fish schrieb:
  

Pupeno wrote:



I use the dm-crypt from the kernel
   



I've read that it is unsecure and I also read that it is not yet vory well 
suported.
 

  

Dm-crypt is fairly well supported, since it is in the kernel, but I find 
it to be harder to setup



hard to setup? How? What's hard about it?

You just encrypt the block device and create an fs on it.

/sbin/lvcreate -nToBeEnc -L5g sys \
   echo 'sekret' | /bin/cryptsetup create Crypted /dev/sys/ToBeEnc  
 \
   mkfs -t reiser4 /dev/mapper/Crypted  \
   mount /dev/mapper/Crypted /some/where

Obviously, the lvcreate and mkfs steps are just a one time step :)

  

 
 First, I did not say dm-crypt was hard to setup.  I said I find it 
 harder to be setup than loop-AES.

Yes, you're right. But since dm-crypt is so easy to setup with
cryptsetup, I can't imagine how much more easy you want to have
it.

 Have you used both loop-AES and dm-crypt?  I have.

No. dm-crypt is good enough for me. No need for something else.

Is it possible to encrypt the complete block device with loop-AES?
Or does it only encrypt a file that's afterwards loop mounted?

 If you want to know what, specifically, I find more difficult about 
 cryptsetup, it is the documentation.

Well.

  The grand sum of documentation 
 available for dm-crypt/cryptsetup after doing an 'emerge cryptsetup' is 
 cryptsetup --help.

Well. I didn't need more.

 And yes, I know there are better guides online, but it is not always 
 possible to go online.

Well. Download the stuff and print it, or something. For me, it's
always possible to go online.

 Also, I wanted to be able to change my password.  With loop-AES, this is 
 a simple matter of re-encrypting my key file with a new password.  
 cryptsetup makes this more difficult.  Not impossible, just more difficult.

Well, no. It IS impossible. You need to create a new crypted device.

 advice
 Also, echoing your password on a command line to cryptsetup is an 
 extremely bad idea.  If an attacker happens to be on your system at that 
 moment, a simple 'ps' will show them your passphrase.

How?

/bin/crypsetup  file-with-passphrase

Where does the attacker see the passphrase?

Oh. You took my example way too literally. *echo*ing the password
is an extremely bad idea. You're of course right. But in reality
I of course don't do that. Further, I said, that the password can
be piped to cryptsetup.

Alexander Skwar
-- 
 Paul: Good way to avoid frostbite, folks, put your hands between
 your buttocks. That's nature's pocket.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Encripting /home

2005-07-31 Thread Luigi Pinna
Alle 13:53, domenica 31 luglio 2005, Alexander Skwar ha scritto:

 How?

 /bin/crypsetup  file-with-passphrase

 Where does the attacker see the passphrase?

 Oh. You took my example way too literally. *echo*ing the password
 is an extremely bad idea. You're of course right. But in reality
 I of course don't do that. Further, I said, that the password can
 be piped to cryptsetup.

I did it: 
I wrote in /etc/con.d/local.start:
echo
ebegin Loading Shared device
/root/cshared.sh
eend $? Failed to load Shared device
and the script cshared.sh is:

#!/bin/bash
/bin/cryptsetup -h ripemd160 -c aes create disc_hda /dev/hda3
/bin/mount /shared

In the boot, the system stops at the local init service and wait your 
password, just press enter and the system continues to boot!
Luigi
-- 
Public key GPG(0x073A0960) on http://keyserver.linux.it/


pgpki3Rr1WXzV.pgp
Description: PGP signature


Re: [gentoo-user] PCMCIA Card detection issue

2005-07-31 Thread Richard Fish

Ian K wrote:


Hi guys,
I have a Panasonic Toughbook CF-37 notebook here, and I finally
have the Ricoh cardbus of hell working. :) I now, need to get the driver
for my Linksys WPC11 Version 4.0 Card working. I insert the card, and
upon a
 



Well, from googling it seems that the driver is still under heavy 
development.  I suggest you may want to email the author with the 
relevant line from lspci (since it is really a cardbus card, not pcmcia).


See http://rtl8180-sa2400.sourceforge.net/

Also, others seem to have gotten this card to work with ndis and the 
windows driver.


-Richard

--
gentoo-user@gentoo.org mailing list



[gentoo-user] FYI: Gimp + xscanimage

2005-07-31 Thread Peter Karlsson

Hi!

I was struggling with getting gimp to accept xscanimage as a plugin but no 
matter what I did I always got this:


---
/usr/lib/gimp/2.0/plug-ins/xscanimage: GIMP support missing.

(gimp:19576): LibGimpBase-WARNING **: gimp: wire_read(): error
---

After examining the ebuild for sane-frontends, it is looking specifically 
for a USE=gimp flag. So if someone has a problem building xscanimage 
with gimp support the solution is to add 'gimp' (without '') in your 
make.conf file (if you want it to be permanent that is)...


Best regards

Peter K
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Encripting /home

2005-07-31 Thread Richard Fish

Alexander Skwar wrote:


Is it possible to encrypt the complete block device with loop-AES?
Or does it only encrypt a file that's afterwards loop mounted?
 



Yes.  Everything that can be encrypted with dm-crypt can also be 
encrypted with loop-AES.


For example, my laptop has two hard drives.  I have a raid0 array with 
hda2 and hdd2.  Loop-AES encrypts /dev/md0, giving me /dev/loop/0.  That 
in turn is a physical volume for LVM2, which gives me the logical 
devices for all of my filesystems (except /boot, obviously) and swap.


Oh. You took my example way too literally. 



Yep. :-)

Cheers,

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dv-dvd encoding

2005-07-31 Thread Luigi Pinna
Alle 20:17, sabato 30 luglio 2005, Neil Bothwick ha scritto:

 Is playback in Kino also slow?  If so, try emerging it with the
 ffmpeg flag. I don't know if it is still the case, but there were
 problems with libdv running very slowly on some amd64 system, mine
 included, and getting Kino to use ffmpeg instead was the fix.

The playback is faster... Probably 26 fps and not 25
I already emerged kino with ffmpeg:
emerge -pv kino
Calculating dependencies ...done!
[ebuild   R   ] media-video/kino-0.7.5-r1  +dvdr +ffmpeg +quicktime 0 kB

What can I try?
Thanks,
Luigi

-- 
Public key GPG(0x073A0960) on http://keyserver.linux.it/


pgpFlIqY75jpg.pgp
Description: PGP signature


[gentoo-user] Problem with doing a system restore

2005-07-31 Thread Andrew Randles
Hi everyone I was hoping someone would have suggestion for me.

My hard drive was going bad so I bought a new one and put it in. 
Instead of doing a complete reinstall I used dar and a usb harddrive
to do a backup of the system.  I then used a gentoo live cd (2004.2 or
3) and to get everything setup and copied over.  That worked well and
up until I had to chroot in and take care of the grub setup.

I keep getting glibc errors with symbol erron when I try to run
env-update, ls or emerge commands.

When I run grub root (hd0,0) it says no such drive or device.  My
/dev/ folder in the chrooted environment is empty.

The system is a 2.6 kernel with 2.6 headers.  I wonder if maybe I need
an updated cd.

Does anyone else have anymore ideas.  
Thanks,
Andrew

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - looking for reference research software

2005-07-31 Thread Ian Hastie
On Sun, 31 Jul 2005 10:44:13 +0200
Martin S [EMAIL PROTECTED] wrote:

 I've looked at freshmeat and googled a bit (my terms seem a bit vague)

I just used the search term bibliographic on Freshmeat and it seemed
to come up with some stuff you may find useful.  Then there's always
esearch

$ esearch --searchdesc bibliog
[ Results for search key : bibliog ]
[ Applications found : 4 ]

*  app-office/gbib
  Latest version available: 0.1.2
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 126 kB
  Homepage:http://gbib.seul.org/
  Description: user-friendly editor and browser for BibTeX
bibliographic databases  License: GPL-2

*  app-office/pybliographer
  Latest version available: 1.2.6.2
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 654 kB
  Homepage:http://pybliographer.org/
  Description: Pybliographer is a tool for working with
bibliographic databases  License: GPL-2

*  app-text/bibclean
  Latest version available: 2.11.4
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 1,215 kB
  Homepage:http://www.math.utah.edu/pub/bibclean/
  Description: BibTeX bibliography prettyprinter and syntax checker
  License: GPL-2

*  dev-tex/harvard
  Latest version available: 2.0.5
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 51 kB
  Homepage:http://www.arch.su.edu.au/~peterw/latex/harvard/
  Description: The harvard family of bibliographic styles
  License: GPL-2

 I'm looking for software to keep a collection of research references
 and  notes. I currently play with RefKeep, but - is there other such
 software out  there somewhere? Anyone knows?

Don't know as I have no use for this kind of software, but there are
some options. Freshmeat lists pybliographer as production/stable.

-- 
Ian.

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



Re: [gentoo-user] backup restore solution?

2005-07-31 Thread Jarry

Richard Fish wrote:


I am currently using 'dar' to backup to external USB hard disk.


I thought of this too, but I don't know how to power-off usb-disk
remotelly. On the other side, after burning and unmounting dvd-r,
dvd-drive stops spinning (kind of overheating protection)...


5. chroot, 6. install boot loader


Is it not possible to archive MBR too? That way I could save 5. and
6., and to automate it with some scripts...

One last thing, if you've only got a single CD/DVD drive, you are 
probably going to have an issue to have both the live CD and the backup


Time to look for an old dvd-rom drive...

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



Re: [gentoo-user] backup restore solution?

2005-07-31 Thread Richard Fish

Jarry wrote:



Is it not possible to archive MBR too? That way I could save 5. and
6., and to automate it with some scripts...



Technically, yes, I guess you could do this.  Although, I don't know if 
I would really recommend it.


If you are using a stage 1.5 with grub, you would need to archive the 
first 63 blocks of the disk (technically fewer than that, but you would 
have to check grub-install's output to be sure of the exact count, and 
63 is the safe number).  This is because grub embeds the stage1.5 loader 
after the mbr (first block) and the start of the first partition.


If you are not using the stage 1.5, or you are using lilo, then you have 
little choice but to reinstall the boot loader.  This is because some 
files in /boot are block mapped into the mbr, and the restore process 
may have changed the layout of these files, so the block map will be 
incorrect.


I think the safest route is to always let the system write a fresh mbr.

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with doing a system restore

2005-07-31 Thread Richard Fish

Andrew Randles wrote:


Hi everyone I was hoping someone would have suggestion for me.

My hard drive was going bad so I bought a new one and put it in. 
Instead of doing a complete reinstall I used dar and a usb harddrive

to do a backup of the system.  I then used a gentoo live cd (2004.2 or
3) and to get everything setup and copied over.  That worked well and
up until I had to chroot in and take care of the grub setup.

I keep getting glibc errors with symbol erron when I try to run
env-update, ls or emerge commands.

When I run grub root (hd0,0) it says no such drive or device.  My
/dev/ folder in the chrooted environment is empty.

The system is a 2.6 kernel with 2.6 headers.  I wonder if maybe I need
an updated cd.

Does anyone else have anymore ideas.  
 



A couple of more steps may be necessary before the chroot.  Assuming 
that your root is mounted on /mnt/root:


cd /mnt/root
mount --bind /dev dev
mount --bind /proc proc
mount --bind /sys sys
chroot ./ ./bin/bash
mount -a # only if /boot is a separate filesystem
grub-install /dev/hda
umount -a # only if /boot is a separate filesystem
exit
umount dev
umount proc
umount sys
cd ..
umount root

HTH,

-Richard


--
gentoo-user@gentoo.org mailing list



[gentoo-user] mount ntfs partition crashes system

2005-07-31 Thread Kurt Guenther


This has been working forever, but I just did it today and it crashes 
the system.   I just do this:


# mount /dev/hda2 /mnt/ntfs/

I have ntfs file system built as a module for the kernel:

CONFIG_NTFS_FS=m

Any ideas?

--Kurt

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Init Reloading

2005-07-31 Thread Willie Wong
Under what conditions will init reload? 

I am a bit worried that in the past week or so I've seen two
instances where it says that Init 2.8.6 is reloading. 

The second of which never came back: underneath the line that says
Init 2.8.6 is reloading, a bunch of random characters were displayed
and the system just crashed. I don't see anything in any logs at all
prior to the crash. 

W
-- 
The last time anybody made a list of the top hundred 
character attributes of New Yorkers, common sense snuck in 
at number 79. 
When it's fall in New York, the air smells as if someone's 
been frying goats in it, and if you are keen to breathe the 
best plan is to open a window and stick your head in a 
building. 

- Nuff said?? 
Sortir en Pantoufles: up 9 min
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with doing a system restore

2005-07-31 Thread Andrew Randles
Thanks your reply helped me a lot.  That was exactly what I needed. 
It turns out there are important files in /dev/ that are not
dynamically generated.

Thanks again,
Andrew

On 8/1/05, Richard Fish [EMAIL PROTECTED] wrote:
 Andrew Randles wrote:
 
 Hi everyone I was hoping someone would have suggestion for me.
 
 My hard drive was going bad so I bought a new one and put it in.
 Instead of doing a complete reinstall I used dar and a usb harddrive
 to do a backup of the system.  I then used a gentoo live cd (2004.2 or
 3) and to get everything setup and copied over.  That worked well and
 up until I had to chroot in and take care of the grub setup.
 
 I keep getting glibc errors with symbol erron when I try to run
 env-update, ls or emerge commands.
 
 When I run grub root (hd0,0) it says no such drive or device.  My
 /dev/ folder in the chrooted environment is empty.
 
 The system is a 2.6 kernel with 2.6 headers.  I wonder if maybe I need
 an updated cd.
 
 Does anyone else have anymore ideas.
 
 
 
 A couple of more steps may be necessary before the chroot.  Assuming
 that your root is mounted on /mnt/root:
 
 cd /mnt/root
 mount --bind /dev dev
 mount --bind /proc proc
 mount --bind /sys sys
 chroot ./ ./bin/bash
 mount -a # only if /boot is a separate filesystem
 grub-install /dev/hda
 umount -a # only if /boot is a separate filesystem
 exit
 umount dev
 umount proc
 umount sys
 cd ..
 umount root
 
 HTH,
 
 -Richard
 
 
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: backup restore solution?

2005-07-31 Thread James
Chris Cox yeahsowhat at gmail.com writes:



  I am now looking for some sort of backup  restore solution which would
  help me to get my gentoo-server up and running after fatal disk failure.
  I want to burn at regular intervals compressed partition images of disk
  on internal dvd/rw/ram (4.5 GB should be enough for archiving the whole
  disk, without /home partition).
 
emerge -s amanda
www.amanda.org

Amanda is a very stable and mature backup technology for all sorts of
different needs. Once setup Amanda can do anything you want
to do. It also supports a wide variety of devices.

It's a good way to impress a company/boss where a company has suffered
from less than robust backup/restore capabilities..

It may be overkill, but, a network backup solution is a good thing to
have. You can even backup a friend's machine.

James

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] backup restore solution?

2005-07-31 Thread Bastian Balthazar Bux
Richard Fish wrote:
 Jarry wrote:
 

 Is it not possible to archive MBR too? That way I could save 5. and
 6., and to automate it with some scripts...
 
 
 
 Technically, yes, I guess you could do this.  Although, I don't know if
 I would really recommend it.
 
 If you are using a stage 1.5 with grub, you would need to archive the
 first 63 blocks of the disk (technically fewer than that, but you would
 have to check grub-install's output to be sure of the exact count, and
 63 is the safe number).  This is because grub embeds the stage1.5 loader
 after the mbr (first block) and the start of the first partition.
 
 If you are not using the stage 1.5, or you are using lilo, then you have
 little choice but to reinstall the boot loader.  This is because some
 files in /boot are block mapped into the mbr, and the restore process
 may have changed the layout of these files, so the block map will be
 incorrect.
 
 I think the safest route is to always let the system write a fresh mbr.
 
 -Richard
 

It make sense but is easily bypassable using hda1 as boot partition
AND it's the first on disk, with a little help from fdisk and dd
(## are shell commands # comm.inside fdisk):

 hikky trikky 
##fdisk /dev/hda
#Command (m for help): u
Changing display/entry units to sectors
#Command (m for help): p

Disk /dev/hda: 40.0 GB, 40027029504 bytes
255 heads, 63 sectors/track, 4866 cylinders, total 78177792 sectors
Units = sectors of 1 * 512 = 512 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/hda1   *  63  979964  489951   83  Linux
#Command (m for help): q

##dd if=/dev/hda of=MBR-boot.backup bs=512 count=489951
 hikky trikky 

MBR-boot.backup now contain your MBR + the boot partition.

now three question:
a) I know noone that use this backup method, is it affidable ?
b) What happen if it need to be restored on another disk
c) HOW do I restore (hint man dd)

Another hint: always try at least one restore after a choice of backup
method, the rule is you never know .

cheers
Francesco
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mount ntfs partition crashes system

2005-07-31 Thread Michael Crute
Did you upgrade your kernel and forget to make modules_install? What kind of errors are you getting, kernel panic?

-MikeOn 7/31/05, Kurt Guenther [EMAIL PROTECTED] wrote:
This has been working forever, but I just did it today and it crashesthe system. I just do this:# mount /dev/hda2 /mnt/ntfs/I have ntfs file system built as a module for the kernel:CONFIG_NTFS_FS=m
Any ideas?--Kurt--gentoo-user@gentoo.org mailing list-- Michael E. Crute
Software DeveloperSoftGroup Development CorporationIn a world without walls and fences, who needs windows and gates?


Re: [gentoo-user] backup restore solution?

2005-07-31 Thread Richard Fish

Bastian Balthazar Bux wrote:



  Device Boot  Start End  Blocks   Id  System
/dev/hda1   *  63  979964  489951   83  Linux
#Command (m for help): q

##dd if=/dev/hda of=MBR-boot.backup bs=512 count=489951
 



You missed a few! :-)

The actual number of 512-byte blocks is 979964 - 63 + 1 = 979902.

Fdisk always reports 1k blocks in the Blocks column.  Or if an odd 
number of 512-byte blocks, the number of 1k blocks with a '+' afterwards.


Plus, you want the mbr as well, plus whatever is between blocks 0 and 
63, so better option might be:


dd if=/dev/hda of=parttbl+mbr+boot.backup bs=512 count=979965


-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] backup restore solution?

2005-07-31 Thread Bastian Balthazar Bux
Richard Fish wrote:
 Bastian Balthazar Bux wrote:
 

   Device Boot  Start End  Blocks   Id  System
 /dev/hda1   *  63  979964  489951   83  Linux
 #Command (m for help): q

 ##dd if=/dev/hda of=MBR-boot.backup bs=512 count=489951
  

 
 You missed a few! :-)
 
 The actual number of 512-byte blocks is 979964 - 63 + 1 = 979902.
 
 Fdisk always reports 1k blocks in the Blocks column.  Or if an odd
 number of 512-byte blocks, the number of 1k blocks with a '+' afterwards.
 
 Plus, you want the mbr as well, plus whatever is between blocks 0 and
 63, so better option might be:

yay, crossing eyes: s/so better option might be/the right option is/

 
 dd if=/dev/hda of=parttbl+mbr+boot.backup bs=512 count=979965
 
 
 -Richard
 
Otherwise you can simply read the value under End (+1) instead of the
one under Blocks ;)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] backup restore solution?

2005-07-31 Thread Neil Bothwick
On Sun, 31 Jul 2005 13:48:09 +0200, Richard Fish wrote:

 For 'quick-and-easy' restoring, I'm not aware of anything that really 
 automates the process.  But generally the steps are:
 
 1. fdisk
 2. mkfs
 3. mount
 4. restore files
 5. chroot
 6. install boot loader
 7. reboot

Partition image will handle everything by stage 1 with a single command.
You may need to run the bootloader to set it up,although there is an
option in partimage to backup the MBR.

 One last thing, if you've only got a single CD/DVD drive, you are 
 probably going to have an issue to have both the live CD and the backup 
 media available, since you can't really eject the live CD to insert
 your backup disk.

Doesn't The Gentoo CD have an option to load the compressed filesystem
into RAM, so you can unmount the CD? If it doesn't, plenty of others do.
It doesn't have to be a Gentoo CD, just any live Cd containing the
necessary restore commands.

Another alternative is to include the Live CD components on the DVD, so
you have a full restore from a single bootable disc. This normally
involves copying the contents of the Live CD to the DVD image and using
the mkisofs arguments listed in the isolinux documentation to make it
bootable.


-- 
Neil Bothwick

Did you know that eskimos have 17 different words for linguist ?


pgpjX25DhmRo6.pgp
Description: PGP signature


[gentoo-user] Hints for using Unison?

2005-07-31 Thread Mark Knecht
Hi,
   I'm wondering if Unison is a good tool for helping me make sure the
two copies of our music library are consistent?

Local: /dev/sda1 mounted at /home/mark/music

Remote: dragonfly:/Musiclib NFS mounted at /mnt/Musiclib

   These two directories started off identical at one point about 4-6
months ago but have been slowly diverging as my wife and I add things
to each one. I'd now like them the get back into sync and keep them
that way.

   One possibly tricky part about this will be that in some cases we
have found bad rips and have reripped files to fix that. In this case
there is going to be a newer file in each either location with the
same name but with a new size  date. Will Unison give me an option to
just accept the newer one in each location and remove or backup the
older one automatically?

   This is likely to be a sort of long process I expect. The
directories are about 50GB of ogg files, although I hope there isn't
that much copying as probably 99% of it is identical.

Thanks in advance,
Mark

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Can't emerge xmms plugins

2005-07-31 Thread Christian Floeter
I have problems emerging standard xmms plugins, like xmms-mikmod,
xmms-mpg123, xmms-vorbis, xmms-oss, xmms-esd, xmms-alsa and
xmms-cdaudio.  All of these produce the same error while emerging (the
following was produced by xmms-mikmod):

[]
generating symbol list for `libmikmod.la'
nm  drv_xmms.lo plugin.lo  | sed -n -e 's/^.*[ 
]\([ABCDGISTW][ABCDGISTW]*\)[  ][  
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' | sed 's/.* //' | sort |
uniq  .libs/libmikmod.exp
egrep -e get_.plugin_info .libs/libmikmod.exp  .libs/libmikmod.expT
mv -f .libs/libmikmod.expT .libs/libmikmod.exp
gcc { global:  .libs/libmikmod.ver
gcc: { global:: No such file or directory
gcc: no input files
make: *** [libmikmod.la] Error 1

!!! ERROR: media-plugins/xmms-mikmod-1.2.10 failed.
!!! Function xmms-plugin_src_compile, Line 102, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status
message.


Emerging xmms itself works, but as soon as it compiles one of the
plugins, emerge aborts as seen above.
I've had this problem for a while now; the last xmms version that
emerged without problems was 1.2.10-r5.

My USE flags are:

USE=mmx sse aalib acpi alsa apm avi canna cdr cjk doc dvb dvd dvdr
emacs encode freewnn
gif gstreamer imap imlib lirc mozilla moznomail mpeg mule ogg vorbis oss
pcmcia plotutils png python
scanner sdl tiff truetype unicode X wxwindows wmf xv xvid gtk gtk2
gtkhtml mime xmms
mikmod nls directfb cups foomaticdb ppds softmmu mp3 mad flac sndfile

Using x86 gcc 3.3.2, kernel 2.4.24 (vanilla), latest portage.

Any ideas?

Greetings,
C.


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Size of a gentoo mirror

2005-07-31 Thread Pshem Kowalczyk
Hi,

Together with my boss we are thinking about mirroring gentoo (both
distribution and packages) . Can someone tell me how much space should
we reserve for that?

regards
pshemko

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Size of a gentoo mirror

2005-07-31 Thread Zac Medico

Pshem Kowalczyk wrote:

Hi,

Together with my boss we are thinking about mirroring gentoo (both
distribution and packages) . Can someone tell me how much space should
we reserve for that?

regards
pshemko



The Gentoo Infrastructure Project [1] can probably help you.  Apparently 
jforman and cshields handle the mirrors.

Zac

[1] http://www.gentoo.org/proj/en/infrastructure/index.xml
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Size of a gentoo mirror

2005-07-31 Thread Mike Williams
On Sunday 31 July 2005 22:05, Pshem Kowalczyk wrote:
 Together with my boss we are thinking about mirroring gentoo (both
 distribution and packages) . Can someone tell me how much space should
 we reserve for that?

http://www.mirror.ac.uk/mirror/distro.ibiblio.org/pub/linux/distributions/gentoo
 
suggests around 40gigs at the moment.

-- 
Mike Williams
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Upgrading KDE

2005-07-31 Thread Daniel D Jones
Currently running KDE 3.3.  I get the following:

[EMAIL PROTECTED]:/# emerge --pretend kde-meta

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

Calculating dependencies ...done!
[blocks B ] =kde-base/kdebase-3.4* (is blocking 
kde-base/kscreensaver-3.4.1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking kde-base/khotkeys-3.4.1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking kde-base/kdesu-3.4.1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking 
kde-base/kdebase-data-3.4.1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking kde-base/kcminit-3.4.1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking 
kde-base/khelpcenter-3.4.1-r1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking 
kde-base/kcontrol-3.4.1-r1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking kde-base/kdm-3.4.1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking 
kde-base/kdebugdialog-3.4.1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking kde-base/libkonq-3.4.1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking kde-base/kicker-3.4.1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking kde-base/kappfinder-3.4.1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking 
kde-base/ksysguard-3.4.1-r1)



And lots more, of course.  Do I really have to uninstall 3.3 to  install 3.4?

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Emerge kde-3.4.2 failed.

2005-07-31 Thread Tony Davison
Emerging kde-3.4.2 failed when emergeing kdebase-3.4.2 with this error.

Making all in man
make[3]: *** No rule to make target `man.protocol', needed by `all-am'.  
Stop.
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

!!! ERROR: kde-base/kdebase-3.4.2 failed.
!!! Function kde_src_compile, Line 169, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status 
message.
System is a 950Mhz athlon, 2.6.12-gentoo-r4 kernel.
Using  baselayout-1.11.13 
MAKE_OPTS=-j1 -s
CFLAGS =-02 -march=i686 -fomit-frame-pointer -pipe
CXXFLAGS= ${CFLAGS}
CHOST =i686-pc-linux-gnu

Any ideas guys?
-- 
Tony Davison
[EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Upgrading KDE

2005-07-31 Thread Zac Medico

Daniel D Jones wrote:

Currently running KDE 3.3.  I get the following:

[EMAIL PROTECTED]:/# emerge --pretend kde-meta

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

Calculating dependencies ...done!
[blocks B ] =kde-base/kdebase-3.4* (is blocking 
kde-base/kscreensaver-3.4.1)

[blocks B ] =kde-base/kdebase-3.4* (is blocking kde-base/khotkeys-3.4.1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking kde-base/kdesu-3.4.1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking 
kde-base/kdebase-data-3.4.1)

[blocks B ] =kde-base/kdebase-3.4* (is blocking kde-base/kcminit-3.4.1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking 
kde-base/khelpcenter-3.4.1-r1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking 
kde-base/kcontrol-3.4.1-r1)

[blocks B ] =kde-base/kdebase-3.4* (is blocking kde-base/kdm-3.4.1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking 
kde-base/kdebugdialog-3.4.1)

[blocks B ] =kde-base/kdebase-3.4* (is blocking kde-base/libkonq-3.4.1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking kde-base/kicker-3.4.1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking kde-base/kappfinder-3.4.1)
[blocks B ] =kde-base/kdebase-3.4* (is blocking 
kde-base/ksysguard-3.4.1-r1)




And lots more, of course.  Do I really have to uninstall 3.3 to  install 3.4?



It's saying that you need to unmerge =kde-base/kdebase-3.4* because that package is split 
into the other ones you see there.  You can fool portage into thinking it's not installed 
with mv /var/db/pkg/kde-base/kdebase-3.4* /tmp but do so at your own risk.

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



Re: [gentoo-user] XML-Parser missing -- is it bad perl? IT WAS

2005-07-31 Thread maxim wexler
 That's one way. Perl-cleaner can also be found in
 /usr/portage/dev-lang/perl/files.

#perl-cleaner allmodules

did the deed. Thanks Holly. BTW, where are these
modules and how do they differ from the ones residing
under /lib/modules?

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerge kde-3.4.2 failed.

2005-07-31 Thread Zac Medico

Tony Davison wrote:

Emerging kde-3.4.2 failed when emergeing kdebase-3.4.2 with this error.

Making all in man
make[3]: *** No rule to make target `man.protocol', needed by `all-am'.  
Stop.

make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

!!! ERROR: kde-base/kdebase-3.4.2 failed.
!!! Function kde_src_compile, Line 169, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status 
message.

System is a 950Mhz athlon, 2.6.12-gentoo-r4 kernel.
Using  baselayout-1.11.13 
MAKE_OPTS=-j1 -s

CFLAGS =-02 -march=i686 -fomit-frame-pointer -pipe
CXXFLAGS= ${CFLAGS}
CHOST =i686-pc-linux-gnu

Any ideas guys?


It's supposed to be MAKEOPTS, not MAKE_OPTS., and make -s means silent so you 
might get more clues if you take that out.

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



Re: [gentoo-user] Upgrading KDE

2005-07-31 Thread Neil Bothwick
On Sun, 31 Jul 2005 17:28:49 -0400, Daniel D Jones wrote:

 [EMAIL PROTECTED]:/# emerge --pretend kde-meta
 
 These are the packages that I would merge, in order:
 
 Calculating dependencies ...done!
 [blocks B ] =kde-base/kdebase-3.4* (is blocking 
 kde-base/kscreensaver-3.4.1)

You currently have KDE installed with the monolithic ebuilds. to stay
with them, use emerge -av kde instead of kde-meta (there's not a lot of
point in using the split ebuilds if you're going to install everything
anyway). Alternatively, you'll have to unmerge that various kdebase, and
probably some of the other monolithic ebuilds, before merging kde-meta.
Don't unmerge kdelibs or arts, they are the same whichever set of ebuilds
you use.


-- 
Neil Bothwick

This virus requires Microsoft Windows XP


pgpZX7fhiEEdB.pgp
Description: PGP signature


[gentoo-user] ffox compile fail

2005-07-31 Thread maxim wexler
Hello everyone,

for an emerge of mozilla-firefox after 12 of 14 this:

[...]
ar cru .libs/libdns-sd.a  dns-sd-method.o
ranlib .libs/libdns-sd.a
grep:
/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5/libstdc++.la:
No such file or directory
/bin/sed: can't read
/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5/libstdc++.la:
No such file or directory
libtool: link:
`/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5/libstdc++.la'
is not a
valid libtool archive
make[2]: *** [libfile.la] Error 1
make[2]: *** Waiting for unfinished jobs
creating libdns-sd.la
(cd .libs  rm -f libdns-sd.la  ln -s
../libdns-sd.la libdns-sd.la)
make[2]: Leaving directory
`/var/tmp/portage/gnome-vfs-2.10.1-r1/work/gnome-vfs-2.10.1/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gnome-vfs-2.10.1-r1/work/gnome-vfs-2.10.1'
make: *** [all] Error 2

!!! ERROR: gnome-base/gnome-vfs-2.10.1-r1 failed.
!!! Function gnome2_src_compile, Line 37, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error,
NOT this status message.

What now?!

-mw



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hints for using Unison?

2005-07-31 Thread Neil Bothwick
On Sun, 31 Jul 2005 13:43:16 -0700, Mark Knecht wrote:

One possibly tricky part about this will be that in some cases we
 have found bad rips and have reripped files to fix that. In this case
 there is going to be a newer file in each either location with the
 same name but with a new size  date. Will Unison give me an option to
 just accept the newer one in each location and remove or backup the
 older one automatically?

Unison is particularly good at handling this sort of situation. It keeps
a log of the file dates each time you sync and asks for manual
intervention when a file have been updated on both sides since the last
sync.


-- 
Neil Bothwick

Did you know that eskimos have 17 different words for linguist?


pgpDyCoWNL1Pe.pgp
Description: PGP signature


Re: [gentoo-user] Emerge kde-3.4.2 failed.

2005-07-31 Thread Tony Davison
On Sunday 31 July 2005 22:59, Zac Medico wrote:

  MAKE_OPTS=-j1 -s
  CFLAGS =-02 -march=i686 -fomit-frame-pointer -pipe
  CXXFLAGS= ${CFLAGS}
  CHOST =i686-pc-linux-gnu
 
  Any ideas guys?

 It's supposed to be MAKEOPTS, not MAKE_OPTS., and make -s means
 silent so you might get more clues if you take that out.

I'll try that. Don't remember adding it anyway.
The make_opts is a typo :-) then I had to less make.conf anyway to check 
the cflags.

Cheers.
-- 
Tony Davison
[EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Size of a gentoo mirror

2005-07-31 Thread Pshem Kowalczyk
Thank you all for that information.

regards
pshemko


On 01/08/05, Mike Williams [EMAIL PROTECTED] wrote:
 On Sunday 31 July 2005 22:05, Pshem Kowalczyk wrote:
  Together with my boss we are thinking about mirroring gentoo (both
  distribution and packages) . Can someone tell me how much space should
  we reserve for that?
 
 http://www.mirror.ac.uk/mirror/distro.ibiblio.org/pub/linux/distributions/gentoo
 suggests around 40gigs at the moment.
 
 --
 Mike Williams
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Upgrading KDE

2005-07-31 Thread David Corbin
On Sunday 31 July 2005 05:59 pm, Neil Bothwick wrote:
 On Sun, 31 Jul 2005 17:28:49 -0400, Daniel D Jones wrote:
  [EMAIL PROTECTED]:/# emerge --pretend kde-meta
 
  These are the packages that I would merge, in order:
 
  Calculating dependencies ...done!
  [blocks B ] =kde-base/kdebase-3.4* (is blocking
  kde-base/kscreensaver-3.4.1)

 You currently have KDE installed with the monolithic ebuilds. to stay
 with them, use emerge -av kde instead of kde-meta (there's not a lot of
 point in using the split ebuilds if you're going to install everything
 anyway). Alternatively, you'll have to unmerge that various kdebase, and
 probably some of the other monolithic ebuilds, before merging kde-meta.
 Don't unmerge kdelibs or arts, they are the same whichever set of ebuilds
 you use.

What's the best way to find out what all the split ebuilds are?

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



Re: [gentoo-user] Hints for using Unison?

2005-07-31 Thread Mark Knecht
On 7/31/05, Neil Bothwick [EMAIL PROTECTED] wrote:
 On Sun, 31 Jul 2005 13:43:16 -0700, Mark Knecht wrote:
 
 One possibly tricky part about this will be that in some cases we
  have found bad rips and have reripped files to fix that. In this case
  there is going to be a newer file in each either location with the
  same name but with a new size  date. Will Unison give me an option to
  just accept the newer one in each location and remove or backup the
  older one automatically?
 
 Unison is particularly good at handling this sort of situation. It keeps
 a log of the file dates each time you sync and asks for manual
 intervention when a file have been updated on both sides since the last
 sync.
 

Hi Neil,
   OK, so I tried Unison and, twice, it just gets stuck at the same
file. I'm running it like this:

unison /home/mark/music /mnt/Musiclib 

The gui comes up and the program gets started but then it just hangs.
There's no obvious network activity or local disk activity. If I let
the program sit long enough for the screensaver to kick in then when I
unlock the screen the program is just a grey box.

So far I cannot even kill the thing. kill -9 pid or killall -9 unison
act like they killed it but ps aux says the process is still there.
It's even there if I try killing the gui in Gnome. The gui goes away
but the process persists.

Any ideas on what I'm doing wrong?

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Upgrading KDE

2005-07-31 Thread Zac Medico

David Corbin wrote:

On Sunday 31 July 2005 05:59 pm, Neil Bothwick wrote:


On Sun, 31 Jul 2005 17:28:49 -0400, Daniel D Jones wrote:


[EMAIL PROTECTED]:/# emerge --pretend kde-meta

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

Calculating dependencies ...done!
[blocks B ] =kde-base/kdebase-3.4* (is blocking
kde-base/kscreensaver-3.4.1)


You currently have KDE installed with the monolithic ebuilds. to stay
with them, use emerge -av kde instead of kde-meta (there's not a lot of
point in using the split ebuilds if you're going to install everything
anyway). Alternatively, you'll have to unmerge that various kdebase, and
probably some of the other monolithic ebuilds, before merging kde-meta.
Don't unmerge kdelibs or arts, they are the same whichever set of ebuilds
you use.



What's the best way to find out what all the split ebuilds are?

David



The kde-meta ebuild should cover all of the split ebuilds.  If you read that 
you will discover that it depends on other meta packages.  Read the ebuilds of 
those meta packages to find out what they depend on, and so on.

$ equery which kde-meta
/usr/portage/kde-base/kde-meta/kde-meta-3.4.2.ebuild

Unfortunately, equery depgraph does not seem to be very helpful for this type 
of query.

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



Re: [gentoo-user] Hints for using Unison?

2005-07-31 Thread Mark Knecht
On 7/31/05, Mark Knecht [EMAIL PROTECTED] wrote:
 
 So far I cannot even kill the thing. kill -9 pid or killall -9 unison
 act like they killed it but ps aux says the process is still there.
 It's even there if I try killing the gui in Gnome. The gui goes away
 but the process persists.
 
 Any ideas on what I'm doing wrong?
 
 Thanks,
 Mark
 

Even worse, I cannot even reboot the machine after this event. I have
to hit the reset button. Bummer.

Possibly this problem is really an NFS issue or a 1394 issue? Neither
of these are overly tested, at least on my system under Gentoo. I ran
the same system with FC2 for quite awhile. 1394 worked fine as far as
I could tell, but I never used NFS much and I only jsut set up NFS
today to try out Unison so maybe it's one of those systems causing the
problem?

So far I haven't found a log file, most probably because the program
crashes before it can do anything.

Cheers,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ffox compile fail

2005-07-31 Thread Willie Wong
run 
  fix_libtool_files.sh 3.3.5

W

On Sun, Jul 31, 2005 at 02:59:17PM -0700, maxim wexler wrote:
 Hello everyone,
 
 for an emerge of mozilla-firefox after 12 of 14 this:
 
 [...]
 ar cru .libs/libdns-sd.a  dns-sd-method.o
 ranlib .libs/libdns-sd.a
 grep:
 /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5/libstdc++.la:
 No such file or directory
 /bin/sed: can't read
 /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5/libstdc++.la:
 No such file or directory
 libtool: link:
 `/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5/libstdc++.la'
 is not a
 valid libtool archive
 make[2]: *** [libfile.la] Error 1
 make[2]: *** Waiting for unfinished jobs
 creating libdns-sd.la
 (cd .libs  rm -f libdns-sd.la  ln -s
 ../libdns-sd.la libdns-sd.la)
 make[2]: Leaving directory
 `/var/tmp/portage/gnome-vfs-2.10.1-r1/work/gnome-vfs-2.10.1/modules'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory
 `/var/tmp/portage/gnome-vfs-2.10.1-r1/work/gnome-vfs-2.10.1'
 make: *** [all] Error 2
 
 !!! ERROR: gnome-base/gnome-vfs-2.10.1-r1 failed.
 !!! Function gnome2_src_compile, Line 37, Exitcode 2
 !!! compile failure
 !!! If you need support, post the topmost build error,
 NOT this status message.
 
 What now?!
 
 -mw
 
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 -- 
 gentoo-user@gentoo.org mailing list

-- 
   YAAH! DEATH TO OATMEAL!
  -- Calvin
Sortir en Pantoufles: up  8:48
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Error Emerging Liferea 0.9.2

2005-07-31 Thread Ow Mun Heng
On Fri, 2005-07-29 at 14:37 +0100, Edward Catmur wrote:
 On Wed, 2005-07-27 at 03:56 -0700, Zac Medico wrote:
  Ow Mun Heng wrote:
   ui_feedlist.o(.text+0x227d): In function `ui_feedlist_dbus_connect':
   : undefined reference to `dbus_bus_acquire_service'
   collect2: ld returned 1 exit status
   make[3]: *** [liferea-bin] Error 1
   make[3]: Leaving directory
   `/mnt/data/Gentoo-Tmp/portage/liferea-0.9.2/work/liferea-0.9.2/src'
   make[2]: *** [all-recursive] Error 1
   make[2]: Leaving directory
   `/mnt/data/Gentoo-Tmp/portage/liferea-0.9.2/work/liferea-0.9.2/src'
   make[1]: *** [all-recursive] Error 1
   make[1]: Leaving directory
   `/mnt/data/Gentoo-Tmp/portage/liferea-0.9.2/work/liferea-0.9.2'
   
  Are you using dbus from the gentopia overlay?  I've noticed that many apps 
  are not compatible with the newer versions of dbus.

Yes I am actually.

 Note that liferea 0.9.4 is in portage (keyworded ~x86) and is recent
 dbus compatible.

Thanks for the heads up then.. Time to Unmask! :-?

-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
98% Microsoft(tm) Free!! 
Neuromancer 09:37:04 up 8 days, 15:49, 5 users, load average: 1.53,
1.03, 0.94 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: OT SATA-2 drive support in Gentoo

2005-07-31 Thread Ow Mun Heng
On Thu, 2005-07-28 at 00:35 +, James wrote:
 Bill Roberts billbalt at eyeofthequark.com writes:
 
 
  I inherited two Western Digital Raptor 74G SATA drives. 
 
 
  hdparm -Tt /dev/md0
 
  /dev/md0:
  Timing cached reads:   3080 MB in  2.00 seconds = 1538.70 MB/sec
  Timing buffered disk reads:  410 MB in  3.00 seconds = 136.46 MB/sec

Not sure.. but hdparm is supposed to be only accurate for IDE isn't it?

-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
98% Microsoft(tm) Free!! 
Neuromancer 09:54:59 up 8 days, 16:07, 6 users, load average: 0.20,
0.52, 0.64 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - looking for reference research software

2005-07-31 Thread Martin S
Thanks! Now I remember that I should have searched on that instead.
I'll give pybliographer a shot. As it is closest to what I'm looking
for, even if it's Gnome ...
Regards,Martin S


Re: [gentoo-user] Can't emerge xmms plugins

2005-07-31 Thread Ow Mun Heng
On Sun, 2005-07-31 at 22:40 +0200, Christian Floeter wrote:
 I have problems emerging standard xmms plugins, like xmms-mikmod,
 xmms-mpg123, xmms-vorbis, xmms-oss, xmms-esd, xmms-alsa and
 xmms-cdaudio.  All of these produce the same error while emerging (the
 following was produced by xmms-mikmod):
 
 []
 generating symbol list for `libmikmod.la'

 !!! ERROR: media-plugins/xmms-mikmod-1.2.10 failed.

 Emerging xmms itself works, but as soon as it compiles one of the
 plugins, emerge aborts as seen above.
 I've had this problem for a while now; the last xmms version that


Can you try re-emergging libmikmod?
*  media-libs/libmikmod
  Latest version available: 3.1.11-r1
  Latest version installed: 3.1.11-r1
  Size of downloaded files: 597 kB
  Homepage:http://mikmod.raphnet.net/
  Description: A library to play a wide range of module formats
  License: || ( LGPL-2.1 LGPL-2 )


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] New Zealand Gentoo Users

2005-07-31 Thread Jamie Dobbs
I'd like to scope out the interest that New Zealand based Gentoo users
would have to to establishment of a Gentoo Users Group specifically for NZ
based users.

The items to be established are:

1/ Is there sufficient interest?

2/ Is there anything to stop us using the term Gentoo Users New Zealand
(GUNZ)?

3/ What should the aims of such a group be?

4/ How should such a group function/be structured?

Apologies to all for a slightly off-topic post, but this is the only place
I can think of to gauge interest in such an idea.

Thanks

Jamie

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hints for using Unison?

2005-07-31 Thread Glenn Enright
On Mon, 01 Aug 2005 11:52, Mark Knecht wrote:
 On 7/31/05, Mark Knecht [EMAIL PROTECTED] wrote:

 Possibly this problem is really an NFS issue or a 1394 issue? Neither
 of these are overly tested, at least on my system under Gentoo. I ran
 the same system with FC2 for quite awhile. 1394 worked fine as far as
 I could tell, but I never used NFS much and I only jsut set up NFS
 today to try out Unison so maybe it's one of those systems causing the
 problem?

Is the NFS filesystem mounted read-only?
-- 

Speak the truth.  That is always much easier,
and is often the most powerful argument.

  -- Bene Gesserit Axiom


pgp3FMykjmfLN.pgp
Description: PGP signature


Re: [gentoo-user] Hints for using Unison?

2005-07-31 Thread Mark Knecht
On 7/31/05, Glenn Enright [EMAIL PROTECTED] wrote:
 On Mon, 01 Aug 2005 11:52, Mark Knecht wrote:
  On 7/31/05, Mark Knecht [EMAIL PROTECTED] wrote:
 
  Possibly this problem is really an NFS issue or a 1394 issue? Neither
  of these are overly tested, at least on my system under Gentoo. I ran
  the same system with FC2 for quite awhile. 1394 worked fine as far as
  I could tell, but I never used NFS much and I only jsut set up NFS
  today to try out Unison so maybe it's one of those systems causing the
  problem?
 
 Is the NFS filesystem mounted read-only?
 --

No Glenn, it's mounted read/write and I tested that I Could write it
from the machine running Unison.

I tried running Unison on a directory containing a single CD. It hung
up on that also. After the hang up the machine is really unhappy
rebooting. It gives me messages about being unable to unmoust the NFS
filesystems.

Thanks,
Mark

thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list