[gentoo-user] export/import kdemail

2010-09-30 Thread Paul Stear
Is it possible to copy the kmail mail folders/messages so that they can be  
read by opera's mail client?

Thanks for any replies
Paul


--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/



[gentoo-user] Wacom Serial Digitizer ll UD-0608-R, Help

2009-02-06 Thread Paul Stear
Hello all,
I have the above tablet and have been trying to get it working with Gentoo.
The problem seems to be that the kernel driver is USB and all instructions I 
can find seem to concentrate on the USB versions of Wacom products.  I am 
using:
Portage 2.1.6.4 (default/linux/amd64/2008.0/desktop, gcc-4.1.2, 
glibc-2.6.1-r0, 2.6.26-gentoo-r4 x86_64)
=
System uname: 
Linux-2.6.26-gentoo-r4-x86_64-AMD_Athlon-tm-_64_X2_Dual_Core_Processor_4600+-with-glibc2.2.5

Has anybody got one of these old tablets working?

Any help would be much appreciated.
Thanks for your time
Paul
-- 
This message has been sent using kmail with gentoo linux



Re: [gentoo-user] Re: Question about difference between emerge --update world and emerge vigra

2008-09-30 Thread Paul Stear
On Monday 29 September 2008, Daniel Pielmeier wrote:

 Don't rely on this script to much. Because it works for me must not
 mean it does for you. I have tested some cases and I worked every time
 until now. So verify the output of a manual emerge -pv --depclean
 atom on the unneeded entry first to be sure it is really not
 needed.
Hi Daniel,
I thought I would try your script but I get an error when I run it:-
Uncaught exception from user code:
Unrecognized character \xC2 at ./WorldCleanCheck line 29.
 at ./WorldCleanCheck line 29
I do not know what \xC2 is
Any ideas how to resolve this?
Thanks for your time
Paul



-- 
This message has been sent using kmail with gentoo linux



[gentoo-user] where is amd64 list?

2008-03-07 Thread Paul Stear
Hi all,
For the best part of the week I have not received any mail from the amd64 
list.
Is there a problem?
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] rsync for backup, can anybody help

2007-12-29 Thread Paul Stear
On Friday 28 December 2007, Roman Zilka wrote:
  symlink
  /mnt/external/OneFileSystemBackup/usr/i686-pc-linux-gnu/lib/libopcod
 es.so - /usr/lib32/binutils/i686-pc-linux-gnu/2.18/libopcodes.so
  failed: Operation not permitted (1)

 This is most likely caused by the FAT filesystem on the target device.
 Just like a lot of other errors, probably. Symlinks do not exist on a
 regular FAT.

 Copying data from a unix/linux-ish filesystem to a FAT-based filesystem
 is impossible without losing something (special files like symlinks,
 sockets, devices etc., file ownership info and more). Maybe there are
 some modern FAT variations capable of storing all this linux-specific
 data (thinking of umsdos), but I dare doubt that's the case of your
 backup drive.

 If you're thinking of maybe recovering some important system files from
 this backup sometime, change the backup drive's filesystem to something
 more capable (the aforementioned ext2, for instance).

 -rz

Thanks Roman,
I had come to that conclusion so I have formated my external usb disc with 
ext3 and am running the backup now.  So far all seems well.
Thanks for all who helped me with this problem especially Neil and Roman.
Paul

-- 
This message has been sent using kmail with gentoo linux
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: rsync for backup, can anybody help

2007-12-27 Thread Paul Stear

 Neil has handled this... I wanted to include the rsync syntax to
 collect only directories... full or empty:

 So to collect all the directories regardless of your excludes
 put this before any excludes:
 --include=/**/

 The trailing slash confines it to direcotories only.
Thanks for the tip,
I have been trying to get this to work properly for most of the day, but I 
still have problems.
On my file system I have a directory lib which is a link to lib64 
(Folder).  I have tried various options to the rsync command but still 
haven't managed to retain this link on the backup disc.
Am I right in thinking that I would need to do a separate backup for /boot

Also I am getting a lot of errors and the backup is  finishing early and 
not producing the stats. i.e.

rsync: 
symlink 
/mnt/external/OneFileSystemBackup/usr/i686-pc-linux-gnu/lib/libopcodes.so - 
/usr/lib32/binutils/i686-pc-linux-gnu/2.18/libopcodes.so 
failed: Operation not permitted (1)
rsync: chown /mnt/external/OneFileSystemBackup/usr/include failed: 
Operation not permitted (1)
rsync: connection unexpectedly closed (11192228 bytes received so far) 
[generator]
rsync error: error in rsync protocol data stream (code 12) at io.c(458) 
[generator=2.6.9]
rsync: connection unexpectedly closed (78658 bytes received so far) 
[sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(458) 
[sender=2.6.9]
Backup finished at 16:43, umounting /dev/sdd1

This is my command line:-
$RSYNC  \
-vaHKiq --delete-during --stats --progress --modify-window=2 --one-file-system  
--include=/**/ / 
/mnt/external/OneFileSystemBackup ;

More help required please, thanks for your efforts so far.

Just a thought, is this the best way to backup my system?
Thanks
Paul

-- 
This message has been sent using kmail with gentoo linux
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] rsync for backup, can anybody help

2007-12-26 Thread Paul Stear
On Tuesday 25 December 2007, Neil Bothwick wrote:
 --one-file-system

Hi Neil,
Still not sure what the above will produce, I didn't find the man page 
very readable. Take sys for example, if it is saying that the directory 
would be created, would I still need to exclude everything under it?.


I also have another problem:-
rsync: stat /mnt/external/CompleteBackup/usr/lib64/perl5/5.8.8/pod 
failed: No such file or directory (2)
rsync: stat /mnt/external/CompleteBackup/usr/libexec/webmin/webmin 
failed: No such file or directory (2)
rsync: stat /mnt/external/CompleteBackup/usr/share/terminfo/a failed: No 
such file or directory (2)
rsync: stat /mnt/external/CompleteBackup/usr/share/terminfo/e failed: No 
such file or directory (2)
rsync: stat /mnt/external/CompleteBackup/usr/share/terminfo/l failed: No 
such file or directory (2)
rsync: stat /mnt/external/CompleteBackup/usr/share/terminfo/m failed: No 
such file or directory (2)
rsync: stat /mnt/external/CompleteBackup/usr/share/terminfo/n failed: No 
such file or directory (2)
rsync: stat /mnt/external/CompleteBackup/usr/share/terminfo/p failed: No 
such file or directory (2)
rsync: stat /mnt/external/CompleteBackup/usr/share/terminfo/q failed: No 
such file or directory (2)
rsync: stat /mnt/external/CompleteBackup/usr/share/terminfo/x failed: No 
such file or directory (2)
These directories are duplicate on my gentoo system e.g. in terminalinfo I 
have a directory a and A, it's the same for the other errors.

Just to let you know I am using fat on the backup disc not as I thought 
ext2 (that's another disc all together)

Any help please,
regards
Paul

-- 
This message has been sent using kmail with gentoo linux
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] rsync for backup, can anybody help

2007-12-25 Thread Paul Stear
Hi all,
Complements of the season.
I use a script to perform backup to a connected usb harddisk and I have 
noticed that it appears to be writing all files each time instead of 
updating only the changes.  I am wondering if rsync has changed.  I have 
read the man pages but am not quite sure if I understand it fully.
This is part of my script:-
$RSYNC  \
-Cvalu --delete-during --stats --progress --exclude '*Trash*' --exclude 
'/home/paul/Programs' --exclude 'run'  
\
--exclude 'test' --exclude 'media/' --exclude '/home/paul/video/' --exclude 
'mnt/' --exclude 'sys' 
\
--exclude 'tmp' --exclude 'joan' --exclude 'backup' --exclude 'proc/' --exclude 
'log' 
\
--exclude 'boot' --exclude 'dev/' --exclude 'lost+found' \
/ /mnt/external/MusicBackup ;

Could someone who is more knowledgeable than me please review the above 
and let me know what changes I need to make.

One other question
I wanted to create the empty directories on the backup i.e. run, dev, also 
directory links i.e. lib to lib64

Any help please
Paul

---

This message has been sent using kmail with gentoo linux
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] rsync for backup, can anybody help

2007-12-25 Thread Paul Stear
On Tuesday 25 December 2007, Neil Bothwick wrote:
 On Tue, 25 Dec 2007 15:43:32 +, Paul Stear wrote:
  I use a script to perform backup to a connected usb harddisk and I
  have noticed that it appears to be writing all files each time
  instead of updating only the changes.  I am wondering if rsync has
  changed.  I have read the man pages but am not quite sure if I
  understand it fully. This is part of my script:-
  $RSYNC  \
  -Cvalu --delete-during --stats --progress --exclude '*Trash*'
  --exclude '/home/paul/Programs' --exclude 'run' \
  --exclude 'test' --exclude 'media/' --exclude '/home/paul/video/'
  --exclude 'mnt/' --exclude 'sys' \
  --exclude 'tmp' --exclude 'joan' --exclude 'backup' --exclude 'proc/'
  --exclude 'log' \
  --exclude 'boot' --exclude 'dev/' --exclude 'lost+found' \
  / /mnt/external/MusicBackup ;
 
  Could someone who is more knowledgeable than me please review the
  above and let me know what changes I need to make.

 First of all, put all your excludes in a file and use --exclude-from
 filename, it makes thing much easier to read.

 What filesystem are you using on the target? If it is FAT, you may need
 to use --modify-window because of FAT's different timestamping.

  One other question
  I wanted to create the empty directories on the backup i.e. run, dev,
  also directory links i.e. lib to lib64

 Use --one-file-system instead of excluding /proc, /sys etc. It saves
 adding all those excludes and it creates the mount-points, because that
 are on the source filesystem.

Thanks to Neil and Roman,
I will try out your amendments tomorrow.
Neil, 
I am using ext2 on the usb backup disk. I'm not sure if I understand you 
correctly. What do you mean by Use --one-file-system ? I need to just 
create the empty directories of /proc, sys,  /run and any others that are 
created on start up.  Don't I?

Thank you both for your interest
Paul

-- 
This message has been sent using kmail with gentoo linux
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Amarok, track length and moodbar problem...

2007-05-22 Thread Paul Stear
On Tuesday 22 May 2007 11:00, [EMAIL PROTECTED] wrote:
 On 5/22/07, Nistor Andrei [EMAIL PROTECTED] wrote:
  I'm not sure if this is the right place to ask, but i'm experiencing some
  weird behaviour in Amarok. The problem is that with some songs the length
  is not displayed. I'm unable to scroll forwards or backwards in the song,
  and moodbar does not work on those songs either. Do you have any idea why
  this is
  happening? I've attached a screenshot...

 I have the same problem: some song's length uncknown and they are
 unscollable. I'm NOT using moodbar, and using xine engine.

 When I'm trying to play this tracks with mplayer, it shows some
 errors, so I assume this tracks is a bit damaged.
 I heard about some mp3 repair tool.
Hi,
Amarok has an mp3 fixer, click on Tools Script manager and I have mp3 fixer 
listed under General, but I might have downloaded it using Get more scripts 
button.
Hope this helps, its fixed a few with length problems for me.
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] ssmtp error when using elog

2007-02-24 Thread Paul Stear
Sorry for posting this again but can anybody help?
How do I find out what 451 Temporary Local Problem is?
Paul

Hello all,
Sometime ago I stopped receiving elog mail messages.
The error in the log is:-

sendmail: RCPT TO:my email address (451 Temporary local problem - please
 try later)
!!! PORTAGE_ELOG_COMMAND failed with exitcode 1

This is the make.conf entries

PORTAGE_ELOG_CLASSES=warn error log
PORTAGE_ELOG_SYSTEM=save custom syslog
PORTAGE_ELOG_COMMAND=/usr/local/bin/portage-elog-command.sh
[EMAIL PROTECTED] [EMAIL PROTECTED] '\${PACKAGE}' '\${LOGFILE}'

Any ideas?

Thanks in anticipation
Paul
--
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} dvdrip permissions error, alternative?

2006-10-12 Thread Paul Stear
On Wednesday 11 October 2006 19:12, Neil Bothwick wrote:
 On Wed, 11 Oct 2006 08:24:48 -0700, Grant wrote:
  I tried using vobcopy to decrypt my The Life of Mammals dd images
  and, strangely, it's not working.  vobcopy outputs the same error that
  dvdbackup did, something about an error cracking the CSS keys, which
  comes from libdvdcss.

 Could it be using this? http://en.wikipedia.org/wiki/ARccOS
Thanks Neil, 
That reference has shown me what the problem is when trying to play Silent 
Hill.

Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Error when booting

2006-10-04 Thread Paul Stear
Hi all,
My amd64 based setup seems to be working fine but I have just noticed an error 
during the boot process.

sd 3:0:0:0: Attached scsi disk sdb
sd 3:0:0:0: Attached scsi generic sg1 type 0
Unable to handle kernel paging request at c203cf5d RIP: 
881755c0{:fdomain:__fdomain_16x0_detect+416}
PGD 7fd2a067 PUD 7fd29067 PMD 7fd28067 PTE 88176163
Oops: 0009 [1] 
CPU 0 
and this??

Modules linked in: fdomain BusLogic aic7xxx aic79xx scsi_transport_spi nfs 
lockd sunrpc ata_piix sata_vsc sata_sis sata_sx4 sata_nv sata_via sata_svw 
sata_sil sata_promise libata sbp2 ohci1394 ieee1394 ohci_hcd uhci_hcd 
usb_storage usbhid ehci_hcd
Pid: 3068, comm: insmod Not tainted 2.6.17-gentoo-r8 #1
RIP: 0010:[881755c0] 
881755c0{:fdomain:__fdomain_16x0_detect+416}
RSP: 0018:81007e887e18  EFLAGS: 00010246
RAX: 0005 RBX: 0008 RCX: 88176f58
RDX: c203cf5d RSI: 0032 RDI: 
RBP: 88176f58 R08: c203cf58 R09: 
R10: 002c R11: 81000100 R12: ffed
R13:  R14: 881787a0 R15: c203d020
FS:  0057f850(0063) GS:8065d000() knlGS:
CS:  0010 DS:  ES:  CR0: 8005003b
CR2: c203cf5d CR3: 7eb4d000 CR4: 06e0
Process insmod (pid: 3068, threadinfo 81007e886000, task 81007eefb7f0)
Stack: 881787a0 81007e9f9800 ffed 81007e9f9d58 
   881788c0 88175bed 881788c0 8817a064 
   881788c0 81007e9f9800 
Call Trace: 88175bed{:fdomain:fdomain_16x0_detect+29}
   8817a064{:fdomain:init_this_scsi_driver+100}
   802443ac{sys_init_module+4988} 
80209a3e{system_call+126}

Code: 0f b6 02 3a 01 75 10 ff ce 0f 84 f6 04 00 00 48 ff c2 48 ff 
RIP 881755c0{:fdomain:__fdomain_16x0_detect+416} RSP 
81007e887e18
CR2: c203cf5d
 GDT-HA: Storage RAID Controller Driver. Version: 3.04 

This doesn't mean anything to me, how about you???

Thanks for any help

Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] musicbrainz

2006-10-03 Thread Paul Stear
Hi,
Sorry to bother you but I am missing the use of musicbrainz in amarok 1.4.0 
using kde 3.5.2 on an amd64 platform.
When will we get it back?
If it's a question of testing I would like to volunteer my services (as a 
user).
kind regards
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] xine problem?

2006-10-03 Thread Paul Stear
Hi all,
I have a new install of xine on an amd64 system.

I have a new dvd (Silent Hill) that starts and then errors with the 
following:-
The source seems encrypted, and can't be read.  Your DVD is probably crypted.  
According to your country laws, you can or can't install/use libdvdcss to be 
able to read this disc, which you bought. (Media stream scrambled/encrypted)


I am in the uk and the region is set to 2.

I have never had any problems with xine when I used an x86 box.

Any ideas?

Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] AMD64 Stability?

2006-09-06 Thread Paul Stear
 I've been running x86 sources on an AMD 4200+ for several months and it
 is very stable.

 Tony

Hi,
I am wondering if I should run x86 an an athlon 64.  I am upgrading my win box 
to athlon x2 4600 and I'll use the old athlon 64 for gentoo.
Does using x86 make the 64 athlon act as 2 processors (what config is needed)
If it will act like 2 processors is that faster or slower than using the 64 
setup?

Thank for any input
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] AMD64 Stability?

2006-09-06 Thread Paul Stear
On Wednesday 06 September 2006 14:39, Friedrich Göpel wrote:
 On 9/6/06, Paul Stear [EMAIL PROTECTED] wrote:
  Hi,
  I am wondering if I should run x86 an an athlon 64.  I am upgrading my
  win box to athlon x2 4600 and I'll use the old athlon 64 for gentoo.
  Does using x86 make the 64 athlon act as 2 processors (what config is
  needed) If it will act like 2 processors is that faster or slower than
  using the 64 setup?

 Running 64 or 32 bit kernel and/or userland has absolutely nothing to
 do with enabling smp support in the kernel, which seems to be what you
 meant.

Perhaps I didn't express myself correctly.
I thought that you could rum an athlon 64 as 2 32's enabling smp and 
installing all programs under x86.
If this is correct I would like to know the correct steps to take. i.e. would 
I need to start from scratch or use my current setup and compile the kernel 
(as what?)

Paul

-- 
This message has been sent using kmail with gentoo linux

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] amarok and mysql database

2006-08-28 Thread Paul Stear
Hi All,
I have a strange problem with amarok rebuilding the database everytime I start 
it, so all of my scores etc have been lost.
I am using amarok 1.4.1 and mysql 4.1.20, I'm sure it's just a setting 
somewhere but I can't think where.  Any help?
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Error updateing ffmpeg

2006-08-08 Thread Paul Stear
Hi all,
I have been having this problem for a few days now I am ~x86, Portage 
2.1.1_pre4-r4 (default-linux/x86/2006.0, gcc-4.1.1/vanilla, glibc-2.4-r3, 
2.6.17-gentoo-r1 i686).
Any ideas?
Paul
i386/snowdsp_mmx.c: In function 'ff_snow_vertical_compose97i_sse2':
i386/snowdsp_mmx.c:461: error: PIC register '%ebx' clobbered in 'asm'
i386/snowdsp_mmx.c: In function 'ff_snow_vertical_compose97i_mmx':
i386/snowdsp_mmx.c:568: error: PIC register '%ebx' clobbered in 'asm'
i386/snowdsp_mmx.c: In function 'inner_add_yblock_bw_8_obmc_16_mmx':
i386/snowdsp_mmx.c:869: error: PIC register '%ebx' clobbered in 'asm'
make[1]: *** [i386/snowdsp_mmx.o] Error 1
make[1]: *** Waiting for unfinished jobs
make[1]: Leaving directory 
`/var/tmp/portage/ffmpeg-0.4.9_p20060530/work/ffmpeg-0.4.9-p20060530-shared/libavcodec'
make: *** [lib] Error 2

!!! ERROR: media-video/ffmpeg-0.4.9_p20060530 failed.
Call stack:
  ebuild.sh, line 1543:   Called dyn_compile
  ebuild.sh, line 938:   Called src_compile
  ffmpeg-0.4.9_p20060530.ebuild, line 187:   Called die

!!! shared failed

-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] interconnecting speeds

2006-07-25 Thread Paul Stear
On Tuesday 25 July 2006 09:07, Richard Fish wrote:
 On 7/24/06, Paul Stear [EMAIL PROTECTED] wrote:
  Yes it is just very slow, the mesage stalled keeps coming up and then
  starts again.

 Double check what the connection speed is for XP.  You can do the same
 using ethtool under Linux.  You should see 100mbit, full duplex on
 both.

 One problem could be if you have flaky cables, the switch or the NICs
 could attempt to re-negotiate the link speed frequently, and kill your
 bandwidth.

 So I would try different cables, or maybe even pick up an inexpensive
 ethernet switch (not hub!), and see if that makes a difference.
 Maybe it is a problem with the switch in the router...

Thanks Richard,
My gentoo box is set ok using ethtool. How do I check the setting on the 
windows xp box?
Downloading files from the internet on windows is as fast as my gentoo box, 
the problem seems to be when they are talking to each other.
Paul

-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] interconnecting speeds

2006-07-24 Thread Paul Stear
I am copying files from my gentoo box to an xp box and it is so slow.  I have 
both boxes connected with cable via a router, which connects to my broadband 
isp.
When downloading from the internet to either box I get fast speeds in the 
100's of MBs.  However transferring box to box I only get about 1MBs.
Are there any setting I should look at to enable faster transfers?

Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] interconnecting speeds

2006-07-24 Thread Paul Stear
On Monday 24 July 2006 18:09, Daniel da Veiga wrote:
 On 7/24/06, Paul Stear [EMAIL PROTECTED] wrote:
  I am copying files from my gentoo box to an xp box and it is so slow.  I
  have both boxes connected with cable via a router, which connects to my
  broadband isp.
  When downloading from the internet to either box I get fast speeds in the
  100's of MBs.  However transferring box to box I only get about 1MBs.
  Are there any setting I should look at to enable faster transfers?

 What software are you using (client x server)? What is the method of
 transfer (HTTP, FTP, SFTP, NFS, SAMBA)? Sorry, but your message say
 almost nothing, and makes it quite hard to help.

Sorry, I am using samba and kde and am copying files from a directory on the 
gentoo box to smb://my xp box/my directory using konqueror.
What other information can I supply?
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] interconnecting speeds

2006-07-24 Thread Paul Stear
On Monday 24 July 2006 19:46, Daniel Huckstep wrote:
 Are you sure it's actually slow or are you just looking at the number
 thinking it's slow...
 If you are getting fast speeds in the 100's of MBs from the internet
 then I want your internet connection. it's probably more like 100's of
 KB... Regardless, only 1MB across LAN is still slow.

Yes it is just very slow, the mesage stalled keeps coming up and then starts 
again.
It seems as if the lan when transferring between computers is using 10 and the 
internet is using 100. Both lan cards are 10:100 cards.  Does this make 
sense?
I will try again and disable virus protection on the xp box to see if that has 
any effect.
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ssmtp - How to set up

2006-07-23 Thread Paul Stear
Hi all,
I have never got system messages, cron messages etc to work in gentoo.  This 
really hasn't been a problem but the more progs I have running the more I 
think I should attempt to get this working. Especially elogs.
I have ssmtp installed but not set up correctly, I have looked at the man page 
but I couldn't fathom out what exactly I needed to do to receive messages in 
my user account.
Can anybody please give me step by step instructions.

All of my mail is received from my isp using kmail

Thanks
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Epson CX5400 printer and scanner conflict?

2006-07-16 Thread Paul Stear
Thanks Richard I did option 2 and all is working well.
 2. Change the GROUP:= setting to be lp.  This will let cups access
 the device again.  You will then need to add your user account to the
 lp group in order to scan.

Thanks again
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Epson CX5400 printer and scanner conflict?

2006-07-15 Thread Paul Stear
Hi all,
Last week I needed to use the scanner part of my MFP and managed to get thing 
working by using Neil's suggestion that I enter a USB rule 
in  /etc/udev/rules.d/10-udev.rules, so I entered the following:-
SYSFS{product}==USB MFP, SYSFS{manufacturer}==EPSON, GROUP:=scanner, 
MODE:=0660
This worked well and I was able to scan.
However, I have just discovered that the printing side of my epson CX5400 
scanner/printer is not working.
If I remove the line from the rules file that the printer works fine, but of 
course the scanner is now not working.

Any other ideas on how to ensure that both functions work correctly?

Paul
-- 
This message has been sent using kmail with gentoo linux

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] scanner not working for user

2006-07-14 Thread Paul Stear
On Saturday 08 July 2006 20:05, Neil Bothwick wrote:

  But where do I put this?
Hi,
Neil advised that in  /etc/udev/rules.d/10-udev.rules I enter the following:-
SYSFS{product}==USB MFP, SYSFS{manufacturer}==EPSON, GROUP:=scanner, 
MODE:=0660
This worked well and I was able to scan.
However, I have just discovered that the printing side of my epson cx5400 
scanner/printer is not working.
If I remove the line from the rules file that the printer works fine, but of 
course the scanner is now not working.

Any other ideas on how to ensure that both functions work correctly?

Thanks in advance
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] scanner not working for user

2006-07-08 Thread Paul Stear
Hi all,
I have just tried to use my scanner for the first time in months and it is not 
recognized.  However, if I run xscanimage as root it all works well.
I have read the man pages and my setup seems to be correct scanimage -L find 
the scanner  as root but not as a user.
My conclusion is that I have a permmissions problem, but I can't find out 
where or how to change them.
Can anybody help please?
I have device epson:libusb:003:005
vendor=0x04b8 product=0x0808

Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] scanner not working for user

2006-07-08 Thread Paul Stear
On Saturday 08 July 2006 14:45, Gian Domeni Calgeer wrote:
 Hi

 Normally, you have to be in the scanner group. You should try gpasswd -a
 user scanner and then logout and login.

 Gian

 Am Samstag, 8. Juli 2006 13:16 schrieb Paul Stear:
  Hi all,
  I have just tried to use my scanner for the first time in months and it
  is not recognized.  However, if I run xscanimage as root it all works
  well. I have read the man pages and my setup seems to be correct
  scanimage -L find the scanner  as root but not as a user.
  My conclusion is that I have a permmissions problem, but I can't find out
  where or how to change them.
  Can anybody help please?
  I have device epson:libusb:003:005
  vendor=0x04b8 product=0x0808

the user is in group scanner, any other ideas?
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] scanner not working for user

2006-07-08 Thread Paul Stear
On Saturday 08 July 2006 16:45, Neil Bothwick wrote:
 SYSFS{product}==CanoScan, SYSFS{manufacturer}==Canon, GROUP:=scanner,
 MODE:=0660
Neil,
Thanks that's just what I'm looking for.
SYSFS{product}==0x0808, SYSFS{manufacturer}==0x04b8, GROUP:=scanner, 
MODE:=0660

But where do I put this?
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Samba install fails

2006-07-05 Thread Paul Stear
Hi all,
emerging samba results in the following error:-
!!! ERROR: net-fs/samba-3.0.22-r2 failed.
Call stack:
  ebuild.sh, line 1545:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  samba-3.0.22-r2.ebuild, line 104:   Called 
econf '--with-fhs' '--sysconfdir=/etc/samba' '--localstatedir=/var' '--with
-configdir=/etc/samba' '--with-libdir=/usr/lib/samba' '--with-swatdir=/usr
/share/doc/samba-3.0.22-r2/swat' '--with-piddir=/var/run/samba' '--with
-lockdir=/var/cache/samba' '--with-logfilebase=/var/log/samba' '--with-
privatedir=/var/lib/samba/private' '--with-libsmbclient' '--without-
spinlocks' '--with-acl-support' '--without-aio-support' '--without-a
utomount' '--enable-cups' '--without-krb5' '--with-pam' '--with-
pam_smbpass' '--with-python' '--without-quotas' '--without-sys-
quotas' '--with-readline' '--with-smbmount' '--without-syslog' '--
with-expsam=mysql,' '--with-manpages-langs=en' '--without-ldapsam'
  ebuild.sh, line 541:   Called die

!!! econf failed
I am using ~x86
Portage 2.1.1_pre2-r2 (default-linux/x86/2006.0, gcc-4.1.1/vanilla, 
glibc-2.4-r3, 2.6.17-gentoo-r1 i686)

Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Samba install fails

2006-07-05 Thread Paul Stear
On Wednesday 05 July 2006 13:09, you wrote:
 Hi all,
 emerging samba results in the following error:-
 !!! ERROR: net-fs/samba-3.0.22-r2 failed.
 Call stack:
   ebuild.sh, line 1545:   Called dyn_compile
   ebuild.sh, line 940:   Called src_compile
   samba-3.0.22-r2.ebuild, line 104:   Called
 econf '--with-fhs' '--sysconfdir=/etc/samba' '--localstatedir=/var' '--with
 -configdir=/etc/samba' '--with-libdir=/usr/lib/samba' '--with-swatdir=/usr
 /share/doc/samba-3.0.22-r2/swat' '--with-piddir=/var/run/samba' '--with
 -lockdir=/var/cache/samba' '--with-logfilebase=/var/log/samba' '--with-
 privatedir=/var/lib/samba/private' '--with-libsmbclient' '--without-
 spinlocks' '--with-acl-support' '--without-aio-support' '--without-a
 utomount' '--enable-cups' '--without-krb5' '--with-pam' '--with-
 pam_smbpass' '--with-python' '--without-quotas' '--without-sys-
 quotas' '--with-readline' '--with-smbmount' '--without-syslog' '--
 with-expsam=mysql,' '--with-manpages-langs=en' '--without-ldapsam'
   ebuild.sh, line 541:   Called die

 !!! econf failed
 I am using ~x86
 Portage 2.1.1_pre2-r2 (default-linux/x86/2006.0, gcc-4.1.1/vanilla,
 glibc-2.4-r3, 2.6.17-gentoo-r1 i686)

 Paul
Sorry to reply to my own post but I found a fix on the forums, it's now in the 
process of emerging.
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] What to do when you can't loggin

2006-06-21 Thread Paul Stear
Hi,
I am running an ~x86 system and yesterday I did an emerge world, all went well 
until the next time I booted. kdm ran but the screen just had a flashing 
loggin box.  I could not even get another terminal using alt F1-F7. So I am 
faced with not being able to loggin at all.  This raises a few questions 
about my own inadequacies :-
1. What is the correct procedure to recover a system in this state?  What 
tools do I need?
2. I have an rsynced backup on an external usb harddrive, but unless I can 
loggin how can I restore the files from the backup?
3. It appears that a freetype update was the cause of this failure, but this 
information was hard to find on the forum's (I was lucky). I had an old 
installation cd and chroot'ed and emerged the previous version of freetype, 
rebooted and all is well (I hope).
4. How can an update like this get into ~x86 tree when it plainly causes a 
major problem?  I wonder if I should revert to just x86.

Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] What to do when you can't loggin

2006-06-21 Thread Paul Stear
On Wednesday 21 June 2006 11:05, Neil Bothwick wrote:
 On Wed, 21 Jun 2006 10:47:11 +0100, Paul Stear wrote:

  1. What is the correct procedure to recover a system in this state?
  What tools do I need?

 In this case, all you need to do is boot without X, or SSH in from
 another box. As a last resort you could boot a live CD chroot and fix
 things.
How do I boot without x? (I've got a feeling I should know this) I am using 
grub.
  2. I have an rsynced backup on an external usb harddrive, but unless I
  can loggin how can I restore the files from the backup?

 By booting from a live CD.
I tried that but my cd didn't have rsync on it Its 2005.1 created Sept 05

-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problem with eix

2006-06-13 Thread Paul Stear
Hi all,
I have just tried to use eix but all I'm getting is Found 0 matches.
I have updated eix
update-eix
Reading Portage settings ..
Building database (/var/cache/eix) from scratch ..
[0] /usr/portage/ (cache: cdb)
 Reading 100%
[1] /usr/local/portage/ (cache: none)
 Reading 100%
Applying masks ..
Database contains 1 packages in 147 categories.

This is the emerge info which I don't understand ( would I want to use cdb or 
backport ---whatever that is)
 * Please run 'update-eix' to setup the portage search database.
 * The database file will be located at /var/cache/eix

 * If you want to use cdb support, you need to add
 * PORTDIR_CACHE_METHOD=cdb
 * to /etc/eixrc or ~/.eixrc

 * If you want to use the backported cache patch of portage-2.1
 * you need to add
 * PORTDIR_CACHE_METHOD=backport
 * to /etc/eixrc or ~/.eixrc

 * As of =eix-0.5.4, metadata is the new default cache.
 * It's independent of the portage-version and the cache used by 
portage.
What does this mean?
The following are the main items from my make.conf:-
CFLAGS=-O2 -march=athlon-xp -pipe
CHOST=i686-pc-linux-gnu
CXXFLAGS=${CFLAGS}
ACCEPT_KEYWORDS=~x86
MAKEOPTS=-j2
AUTOCLEAN=yes
PORTDIR_OVERLAY=/usr/local/portage/
FEATURES=fixpackages ccache
PORT_LOGDIR=/var/log/portage
CCACHE_SIZE=2G
CCACHE_DIR=/var/tmp/ccache

Sorry this is long but can anybody point me in the right direction please
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] mysql won't start

2006-06-12 Thread Paul Stear
Sorry if this is duplicate but I don't think the original arrived.
Hi all,
I moved my /var to a new disk and now amarok will nor work because it can't 
connect to mysql
Can't connect to local MySQL server through 
socket '/var/run/mysqld/mysqld.sock' (2)

If I /etc/init.d/mysql stop
 * Caching service dependencies ...  [ ok ]
 * WARNING:  mysql has not yet been started.

If I /etc/init.d/mysql start
 *  ...
 * Starting mysql (/etc/mysql/my.cnf)
 * MySQL NOT started (0) 

If I just type mysql, I get the following error:-
ERROR 2002 (HY000): Can't connect to local MySQL server through 
socket '/var/run/mysqld/mysqld.sock' (2)

So it looks as if I have really screwed up moving /var
The /var/run/mysql directory is empty

Can anybody help please.
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mysql won't start

2006-06-12 Thread Paul Stear
On Monday 12 June 2006 12:09, Alexander Kirillov wrote:
snip
  So it looks as if I have really screwed up moving /var
  The /var/run/mysql directory is empty

 Check the permissions on /var/run/mysql.
 It should be owned by mysql.
 What's in mysql logs? They're probably in /var/log/mysql

 Sasha
Thanks Sasha that was the problem I changed the owner to mysql and mysql 
started ok.
Thanks for the hint.
Is their anything else that should not be root root in /var/run or /var/tmp ??
Thanks again
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] mysql won't start

2006-06-11 Thread Paul Stear
Hi all,
I moved my /var to a new disk and now amarok will nor work because it can't 
connect to mysql
Can't connect to local MySQL server through 
socket '/var/run/mysqld/mysqld.sock' (2)

If I /etc/init.d/mysql stop
 * Caching service dependencies ...  [ ok ]
 * WARNING:  mysql has not yet been started.

If I /etc/init.d/mysql start
 *  ...
 * Starting mysql (/etc/mysql/my.cnf)
 * MySQL NOT started (0) 

If I just type mysql, I get the following error:-
ERROR 2002 (HY000): Can't connect to local MySQL server through 
socket '/var/run/mysqld/mysqld.sock' (2)

So it looks as if I have really screwed up moving /var
The /var/run/mysql directory is empty

Can anybody help please.
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] GETPASS_ASTERISKS

2006-06-09 Thread Paul Stear
Hi all,
I am logged into kde 3.5.3 as a user and when I run the superuser konsole I am 
asked for root's password, this I enter as normal but I get the following 
error message:-
configuration error - unknown item 'GETPASS_ASTERISKS' (notify administrator)

It still works for emerges etc.
Is this a problem that needs to be fixed or should I just live with it?

Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem installing amarok

2006-06-06 Thread Paul Stear
On Tuesday 06 June 2006 16:10, Uwe Thiem wrote:
 On 06 June 2006 15:43, Paul Stear wrote:
  Hi all,
  After upgrading to kde 3.5 amarok will not start, also I have had juk
  fail with the same lib error.
  Any ideas on how to resolve this?
  I am using :- Portage 2.1_rc4-r3 (default-linux/x86/2006.0,
  gcc-4.1.1/vanilla, glibc-2.4-r3, 2.6.16-gentoo-r9 i686)
 
  Paul
 
  /usr/kde/3.5/lib/libkhtml.so: undefined reference to
  [EMAIL PROTECTED]'

 Hm... If it isn't an issue with gcc-4.1.1 (I am not using that one yet), a
 revdep-rebuild may help.

 Uwe
Hi, thanks for the reply.
I have tried revdep-rebuild but it said my system was ok.
I am using gcc-4.1.1/vanilla, do you think that may be the problem?
What do I do now?

Paul

-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem installing amarok

2006-06-06 Thread Paul Stear
On Tuesday 06 June 2006 16:10, Uwe Thiem wrote:
 On 06 June 2006 15:43, Paul Stear wrote:
  Hi all,
  After upgrading to kde 3.5 amarok will not start, also I have had juk
  fail with the same lib error.
  Any ideas on how to resolve this?
  I am using :- Portage 2.1_rc4-r3 (default-linux/x86/2006.0,
  gcc-4.1.1/vanilla, glibc-2.4-r3, 2.6.16-gentoo-r9 i686)
 
  Paul
 
  /usr/kde/3.5/lib/libkhtml.so: undefined reference to
  [EMAIL PROTECTED]'

My problem is now solved.  For anybody who has the same problem it was solved 
by removing previous gcc's by emerge --prune gcc.
I have now successfully installed amarok and all is working.
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] 3 Problems

2006-05-27 Thread Paul Stear
Hi all,
For some time now I have been getting errors on boot.
1.  This happens a number of times:-
udev-event [1777]:find_free_number: %e is deprecated, will be removed and is 
unlikely to work correctly. Don't use it
What does this mean and how do I fix it?
1.  etc/modules.devfs not automatically copied modules update forced
again what does this mean and hoe do I fix it?
3.  2 days ago, after and emerge update of a load of programs, my usb 
printer 
does not work, it seems that the usb device is not as shown on the cups 
setup.  So I have been into the kde print manager and selected usb #1 as the 
printer port but when I try to select the correct printer I get an error:-
Unable to start the creation of the driver database. The execution of 
make_driver_db_cups failed.
Any thoughts as to how to resolve this?

emerge --info
Portage 2.1_rc2-r3 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r3, 
2.6.16-gentoo-r7 i686)
=
System uname: 2.6.16-gentoo-r7 i686 AMD Athlon(tm) XP 2400+
Gentoo Base System version 1.12.0
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.18.1
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS=x86 ~x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=athlon-xp -pipe

cups version = 1.1.23-r7
kde version 3.5.2
udev version 090

Any help will be much appreciated

Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Major emerge problem

2006-03-22 Thread Paul Stear
Hi,
I am in the process of updating my system to ~x86 and have reached 28 out of 
388 packages. The emerge stopped with the following error

Error: Failed to import module 'portage_db_cdb.database'

  File /usr/lib/portage/pym/portage.py, line 1290, in load_best_module
mod = load_mod(best_mod)
  File /usr/lib/portage/pym/portage.py, line 149, in load_mod
mod = __import__(modname)
  File /usr/lib/portage/pym/portage_db_cdb.py, line 17, in ?
import portage_db_template
No module named portage_db_template


Does anybody know how to resolve this please
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Major emerge problem

2006-03-22 Thread Paul Stear

 Mhh, are you using cdb with portage ? if yes, try mv
 /etc/portage/modules /etc/portage/__modules.

 AFAIK, cdb doesn't work with portage-2.1*

 regards,

 Boris.
Thanks for the reply, I had just worked it out and now am emerging normally.
Thanks
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Disk Partitioning

2006-03-17 Thread Paul Stear
On Thursday 16 Mar 2006 18:58, Rick van Hattem wrote:
 dd if=/dev/zero
 of=/dev/sda bs=1k count=100
Thanks for the help
That worked It is now only showing sda1
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Disk Partitioning

2006-03-16 Thread Paul Stear
Hi all,
I am so dumb.  I partitioned a new disk for 1 large partition, I then needed 
to make a file system and by mistake I entered
mke2fs -j /dev/sda and ignored the warning.  I soon discovered that I didn't 
have any partition so I created it again with fdisk and the made the file 
system correctly with mke2fs -j /dev/sda1

My problem now is that when I plug the disk in (it's am external USB disk) I 
get 2 icons on my kde desktop both saying 200G Media one is /dev/sda and the 
other /dev/sda1 but of course I only have 1 200G disk.

How can I correct this?

Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Disk Partitioning

2006-03-16 Thread Paul Stear
On Thursday 16 Mar 2006 12:01, Hans-Werner Hilse wrote:
 Hi,

 On Thu, 16 Mar 2006 10:50:10 + Paul Stear [EMAIL PROTECTED]

 wrote:
  My problem now is that when I plug the disk in (it's am external USB
  disk) I get 2 icons on my kde desktop both saying 200G Media one
  is /dev/sda and the other /dev/sda1 but of course I only have 1 200G
  disk.

 Probably there are still the filesystem magic bytes written in the boot
 sector (first 512 bytes). I think overwriting them should do the trick,
 but I'd like a second opinion on this, before I advice you to do
 dd if=/dev/zero of=/dev/sda bs=512 count=1 (but if there isn't any
 data on that drive, then go and try this...)

 -hwh
Thanks for the reply, I tried your suggestion but it didn't make any 
difference.
This is a print the raw data in the partition table
Device: /dev/sda
0x000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x110: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x130: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x150: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x160: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x170: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x190: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 AA

This is the same type of disk's print the raw data in the partition table
Device: /dev/sda
0x000: 33 C0 8E D0 BC 00 7C FB 50 07 50 1F FC BE 1B 7C
0x010: BF 1B 06 50 57 B9 E5 01 F3 A4 CB BE BE 07 B1 04
0x020: 38 2C 7C 09 75 15 83 C6 10 E2 F5 CD 18 8B 14 8B
0x030: EE 83 C6 10 49 74 16 38 2C 74 F6 BE 10 07 4E AC
0x040: 3C 00 74 FA BB 07 00 B4 0E CD 10 EB F2 89 46 25
0x050: 96 8A 46 04 B4 06 3C 0E 74 11 B4 0B 3C 0C 74 05
0x060: 3A C4 75 2B 40 C6 46 25 06 75 24 BB AA 55 50 B4
0x070: 41 CD 13 58 72 16 81 FB 55 AA 75 10 F6 C1 01 74
0x080: 0B 8A E0 88 56 24 C7 06 A1 06 EB 1E 88 66 04 BF
0x090: 0A 00 B8 01 02 8B DC 33 C9 83 FF 05 7F 03 8B 4E
0x0A0: 25 03 4E 02 CD 13 72 29 BE 46 07 81 3E FE 7D 55
0x0B0: AA 74 5A 83 EF 05 7F DA 85 F6 75 83 BE 27 07 EB
0x0C0: 8A 98 91 52 99 03 46 08 13 56 0A E8 12 00 5A EB
0x0D0: D5 4F 74 E4 33 C0 CD 13 EB B8 00 00 00 00 00 00
0x0E0: 56 33 F6 56 56 52 50 06 53 51 BE 10 00 56 8B F4
0x0F0: 50 52 B8 00 42 8A 56 24 CD 13 5A 58 8D 64 10 72
0x100: 0A 40 75 01 42 80 C7 02 E2 F7 F8 5E C3 EB 74 49
0x110: 6E 76 61 6C 69 64 20 70 61 72 74 69 74 69 6F 6E
0x120: 20 74 61 62 6C 65 00 45 72 72 6F 72 20 6C 6F 61
0x130: 64 69 6E 67 20 6F 70 65 72 61 74 69 6E 67 20 73
0x140: 79 73 74 65 6D 00 4D 69 73 73 69 6E 67 20 6F 70
0x150: 65 72 61 74 69 6E 67 20 73 79 73 74 65 6D 00 00
0x160: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x170: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x180: 00 00 00 8B FC 1E 57 8B F5 CB 00 00 00 00 00 00
0x190: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1B0: 00 00 00 00 00 00 00 00 58 BB 35 CD 00 00 00 01
0x1C0: 01 00 07 3F E0 FF 20 00 00 00 E0 E7 49 17 00 00
0x1D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 AA
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Mount permissions

2006-03-14 Thread Paul Stear
snip all

Hi,
The mystery gets deeper, every time I mounted the network storage server disk 
and rsync'd I had a lot of errors.  It appears that the mount point was 
changing permissions every time I mounted.
I want all of the directories and files to retain the original privileges 
during the rsync.
Anyway after tearing my hair out (whats left of it) I realised that after a 
umount my mount point /mnt/network was still connected, the umount said that 
the mount point was disconnected.
Overtired, frustrated and baffled I switched off the box and went to the land 
of dreams.
Today as soon as the box had booted I checked /mnt/network and The network 
storage discs were connected.
I don't know How and Why this is automatically happening  --  can anybody give 
me any clues?

I am rsync'ing at the moment with no errors but the backup is in the wrong 
directory on the network usb disc, so I need to understand how this device is 
automatically mounted so I can change the directory.

Thanks for all who have helped so far

Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Mount permissions

2006-03-13 Thread Paul Stear
The root of all my rsync/network problems is a permissions problem
The /mnt/network is
drwxrwxrwx  3 root root  4096 Mar 13 13:24 test

After I mount using
mount -t smbfs -o 
username=paul,password=pass //LKG7DDD5F/gentoobackup /mnt/network

the /mnt/network permissions have change to

drwxr-xr-x  1 root root 0 Mar 13 16:57 test

How do I ensure the permissions stay the same after the mount

Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] remote rsync

2006-03-12 Thread Paul Stear
Hi all,
I am trying to rsync to a remote server with the command:
rsync -Cav --delete --progress /test lkd5f:/test 
but I get the following error messages:
ssh: connect to host lkd5f port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(434)

2 questions
1.  Should this command work?
2.  How do I prevent port 22 from refusing the connection?

I am a complete dunce with anything to do with remote machines so any help 
will be greatly received

Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] remote rsync

2006-03-12 Thread Paul Stear
On Sunday 12 Mar 2006 13:06, Tito Valentin wrote:
 Paul,

 You could try it like this:

 rsync -Cav --delete --progress /test -e ssh lkd5f:/test

 Also, make sure that your other machine allows you to connect via ssh
 ...hope this helps
I tried it as you suggested but get the same errors.  I thought ssh was used 
by default.
How do I check if the remote machine allows ssh?

 Paul Stear wrote:
 Hi all,
 I am trying to rsync to a remote server with the command:
 rsync -Cav --delete --progress /test lkd5f:/test
 but I get the following error messages:
 ssh: connect to host lkd5f port 22: Connection refused
 rsync: connection unexpectedly closed (0 bytes received so far) [sender]
 rsync error: error in rsync protocol data stream (code 12) at io.c(434)
 
 2 questions
 1.   Should this command work?
 2.   How do I prevent port 22 from refusing the connection?
 
 I am a complete dunce with anything to do with remote machines so any help
 will be greatly received
 
 Paul

-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] remote rsync

2006-03-12 Thread Paul Stear
On Sunday 12 Mar 2006 13:30, Tito Valentin wrote:
 Does the machine belong to you?  If so check if sshd is running like ps
 -eaf | grep ssh  If not, you may need to check with the Admin of the
 machine.  Also, your ip might be listed in the /etc/hosts.deny files to
 reject any unrecognized ip's.  You might need to be added to the
 hosts.allow.
snip
I should have said before .  The machine is not a machine as such it is a 
Network Storage Link for USB 2.0 disk drives. The disks are formatted ext3 
and windows identifies the unit as a windows NT 4.9 server !!!

All I want to do is copy files from my gentoo box to the usb disk via the 
network.

I have tried mounting the disks using cifs but this produced alot of errors,  
I feel that a direct connection command would be best.
In KDE I can copy files using Konqueror to lan://pc2/ which shows my 
device.homenet.com.  If I then click on the device I get 3 icons NFS SMB HTTP
If I click on SMB the location changes to smb://device.homenet.com and I can 
copy any files I want - even links seem to work

I'm sure there must be a simple answer to this

Paul

 Paul Stear wrote:
 Hi all,
 I am trying to rsync to a remote server with the command:
 rsync -Cav --delete --progress /test lkd5f:/test
 but I get the following error messages:
 ssh: connect to host lkd5f port 22: Connection refused
 rsync: connection unexpectedly closed (0 bytes received so far) [sender]
 rsync error: error in rsync protocol data stream (code 12) at io.c(434)
 
 2 questions
 1. Should this command work?
 2. How do I prevent port 22 from refusing the connection?
 
 I am a complete dunce with anything to do with remote machines so any
  help will be greatly received
 
 Paul

-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Rsync backup problem2

2006-03-11 Thread Paul Stear
snip
 The external USB discs have a USB connector that plugs into the Linksys
 network storage box, that in turn is connected to my network switch as are
 my linux and my windows boxes.
snip
I have connected one of the discs directly to the usb port.
fdisk -l /dev/sda

Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   1   24299   195181686   83  Linux
/dev/sda2   24300   24314  120487+  83  Linux
/dev/sda3   24315   24321   56227+  82  Linux swap / Solaris

I have also rsync'd with no errors (even my Mail folder)
So my conclusions after all this is that the problem is with cifs or the way I 
mount the discs when they are connected via the network syslink box.

I really want to have these discs networked so that both contents are 
available to both machines. So Question:
What is the best method of copying files via the network and How should I 
mount the discs for error free operation?
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Rsync backup problem2

2006-03-10 Thread Paul Stear
On Friday 10 Mar 2006 14:42, Harry Putnam wrote:
snip

 I don't really understand the relationship between what you call a
 server and the actual disks.  How is it different from just having the
 disks on an USB port?
The external USB discs have a USB connector that plugs into the Linksys 
network storage box, that in turn is connected to my network switch as are my 
linux and my windows boxes.
I will disconnect one of the drives and connected it to my linux box's USB 
port and see if I can glean any more information.

snip

 I suggest you take this question in as succinct a format as you can to
 the rsync list.  I suspect some of the experts there will recognize
 this right off the bat.  It can be accessed thru gmane.
Thanks, I will post a question and let you know the answer.

Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Rsync backup problem2

2006-03-09 Thread Paul Stear
On Thursday 09 Mar 2006 15:36, Harry Putnam wrote:
 Paul [EMAIL PROTECTED] writes:
  All files copy with no errors but symlinks always fail with the message:
  symlink /mnt/network/usr/lib/libgstinterfaces-0.8.so.0 -
  libgstinterfaces-0.8.so.0.1.0 failed: Operation not supported
 
  I am wondering if this is a permissions problem.
  My network usb server will not let me have a user called root so I have
  set user paul with the 'can do anything' previlege.
  The mount and rsync commands are using user root

 What file systems are involved?
 You get a similar message writing to NSFS or fat since unix like
 permisions are not supported there.
Hello Harry,
Thanks for your response.

I am mounting the network usb drive using cifs
The network storage unit is a LINKSYS Network Storage Link for USB 2.0 Disk 
Drives. I don't know what file system is used but the discs had to be 
formatted by the linksys setup program. I have just looked at some files on 
the backup disc and the owner and permissions seem to be intact.

This is the error when copying the Mail directory
mkstemp 
/mnt/network/home/paul/Mail/Gimp/cur/.1133608028.9158.nxwHc:2,S.CDg1dQ 
failed: Not a directory

I'm sure I'm doing something stupid

Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Rsync backup problem2

2006-03-09 Thread Paul Stear
On Thursday 09 Mar 2006 18:19, Harry Putnam wrote:
 Remy Blank [EMAIL PROTECTED] writes:
  Paul Stear wrote:
  I am mounting the network usb drive using cifs
 
  I'm not quite sure, but I think cifs doesn't support symlinks.

 It can be done if the winbox has SFU (Services for Unix) installed
 I've heard, but really isn't the problem that the receiving fs does not
 support them?

 note or anyone interested:
 (Services for Unix is a free package from MS).
Harry,
This problem has nothing to do with windows, in fact my XP machine isn't even 
switched on.
This is the ls -l on /mnt/network
drwxrwxrwx  1 root root 0 Mar  9 14:03 usr

I saw the info about coping the actual file instead of the symlink in man 
rsync.  This raises a couple of questions.
1.  If I copy the actual file and in the future need to restore my system 
from 
this full backup, what will be the implication of having perhaps multiple 
copies of some files?
2.  How do other gentoo'ers achieve backup onto a windows machine?

I will change the command line to include another -v and an STDERR to see if 
this helps with the mail problem.  I have noticed that some messages get 
copied - in the case of one of my mail folders I have951 messages but only 15 
are in the backup, some folders are completely empty.

I am a little confused if cifs does or does not support symlinks.

As a last resort is there any other way for me to to achieve a complete copy 
of my gentoo system on this network usb storage link?

Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list