Re: [gentoo-user] How to use mplayer play file online?

2008-02-29 Thread Chuanwen Wu
>  Meanwhile, just download the file and play it. What's the problem with
>  that? To view the whole thing from beginning to end all that data would
>  still have to move from the server to your local machine anyway.

But I can save the time of downing the file and when I want to watch
any movie, I don't need to wait.

>
>  --
>
>
> Alan McKinnon
>  alan dot mckinnon at gmail dot com
>
>  --
>  gentoo-user@lists.gentoo.org mailing list
>
>



-- 
wcw
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] How to use mplayer play file online?

2008-02-29 Thread Alan McKinnon
On Friday 29 February 2008, Chuanwen Wu wrote:
> >  You have to download it as it has to be in RAM before mplayer can
> > use it.
> >
> >  And you have to download the whole thing as it's a container file,
> > not a stream.
>
> So, you mean mplayer can NOT play stream?

mplayer can play streams. But the4 thing you are trying to play is not a 
stream, it is a file.

You cannot change the nature of the thing on the ftp server as it is 
whatever it is. To turn it into a stream, you will have to log into the 
ftp server and do whatever is necessary there to do that. mplayer is 
not able to make such changes for very obvious reasons.

Meanwhile, just download the file and play it. What's the problem with 
that? To view the whole thing from beginning to end all that data would 
still have to move from the server to your local machine anyway.

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] How to use mplayer play file online?

2008-02-29 Thread Michael Niggli

Chuanwen Wu wrote:

 You have to download it as it has to be in RAM before mplayer can use
 it.

 And you have to download the whole thing as it's a container file, not a
 stream.


So, you mean mplayer can NOT play stream?
As far as I know, mplayer can play file on a web(html) site.
In "man mplayer", I can see that :

   Stream from HTTP:
   mplayer http://mplayer.hq/example.avi

   Stream using RTSP:
   mplayer rtsp://server.example.com/streamName

So, I think there may be some ways to play mplayer from the ftp(or
other protocol).
Somebody work it out and suggested me to do it like this:

wget ftp://THE_FTPSERVER/1.RM -O - | mplayer -cache 8192 -

But I just failed every time I tried to do it in this way. Can you do
it successfully?
  


Does the wget itself work, eg. does wget ftp://ftpserver/file.ext 
download your file? If not, you may need to add some quoting... For 
instance, the [ character should be quoted twice, once for the local 
shell and once for the remote server (at least that was the case on a 
quick test I did), so downloading a file called "[.ext" would become


wget 'ftp://ftpserver/\[.ext'

or

wget 'ftp://ftpserver/\[.ext' -O - | mplayer -cache 8192 -

Regards
Michael
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] How to use mplayer play file online?

2008-02-29 Thread Alan McKinnon
On Friday 29 February 2008, Chuanwen Wu wrote:
> >  Meanwhile, just download the file and play it. What's the problem
> > with that? To view the whole thing from beginning to end all that
> > data would still have to move from the server to your local machine
> > anyway.
>
> But I can save the time of downing the file and when I want to watch
> any movie, I don't need to wait.

Tough. You can't do what you want to do from the client.


-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] How to use mplayer play file online?

2008-02-29 Thread Daniel Iliev
On Fri, 29 Feb 2008 11:43:43 +0800
"Chuanwen Wu" <[EMAIL PROTECTED]> wrote:

> Hi,
> I want to use mplayer to play files on the ftp server. For example, I
> have some files on: ftp://user:[EMAIL PROTECTED]/thefile. Now I want to
> play it, but I won't need to download all the file first then play it.
> Is there any advice?
> 
> Thanks in advanced!


I'm not sure if mplayer supports authentication, but you could try to
"pipe" the output from another client. Something like:

curl --auth-options ftp:/exemple.com/patth/file | mplayer -

or

wget --auth-options ftp://exemple.com/patth/file -O - | mplayer -

-- 
Best regards,
Daniel
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] sshfs issue

2008-02-29 Thread Mick
On Thursday 28 February 2008, Chris Brennan wrote:
> Are you sure the switch/hub/router is failing?
>
>
> With any remote connection such as smb/nfs/sshfs, if the target becomes
> unavailable for some reason such as lag or a bad route from Point A to
> Point B then that terminal window will hang till point B is reachable.

Ha! I was blaming MSWindows for causing the PC to hang whenever I was trying 
to connect to the office file server (through a VPN session).  My reasoning 
went that I shouldn't lose the whole machine for 10 minutes, while waiting 
for an error that it couldn't authenticate me on the domain controller.  I 
blamed the OS for being stupid of course (not withstanding the outsourced 
tech support who can't fix it).  In the sense that neither Linux, nor Gentoo 
constitutes a stupid OS, I think this is a bug.  Fine for the 
application/terminal to crash, but not the whole machine.
-- 
Regards,
Mick


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


Re: [gentoo-user] How to use mplayer play file online?

2008-02-29 Thread Uwe Thiem
On Friday 29 February 2008, Chuanwen Wu wrote:
> >  Meanwhile, just download the file and play it. What's the
> > problem with that? To view the whole thing from beginning to end
> > all that data would still have to move from the server to your
> > local machine anyway.
>
> But I can save the time of downing the file and when I want to
> watch any movie, I don't need to wait.

You can start the download and start mplayer on the (incompletely) 
downloaded file.

Uwe

-- 
Informal Linux Group Namibia:
http://www.linux.org.na/
SysEx (Pty) Ltd.:
http://www.SysEx.com.na/
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Renaming tons of files

2008-02-29 Thread Markus Schönhaber
Alan McKinnon wrote:

>> Alan McKinnon wrote:

>>> And it's not A rename the OP wants to do - check the thread title

> Yes, he does want to rename files - tons of them per the title.

Well...

> As in, the same behaviour you get from 'ren *.txt *.doc' in Windows and 
> DOS. This gets exceptionally painful on *nix if you have a few thousand 
> *.txt files

What exactly makes doing
rename .txt .doc *.txt
so exceptionally painful?
OK, if the expanded command line exceeds the length limit, one might
have to combine the above with something like xargs. But I feel neither
pain with that nor the need to write a script or install KDE.

Anyway, this gets purely academic since the OP already said that he
could accomplish what he wanted to by using rename.

Regards
  mks
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] How to use mplayer play file online?

2008-02-29 Thread Chuanwen Wu
>  Does the wget itself work, eg. does wget ftp://ftpserver/file.ext
>  download your file?

Yes, I can see the file after downloading, but mplayer just don't  play it.
I attach the output below, when I do "wget ftp://THE_FTPSERVER/1.RM -O
- | mplayer -cache 8192 -" below. There are some Chinese characters. I
am sorry because I don't know how to get English output(although I
have tried to set the locale to POSIX), but I will give the translated
one:

 
////
$  wget ftp://FTPSERVER/upload/13.RM -O - | mplayer -cache 8192 -
MPlayer dev-SVN-rUNKNOWN-4.1.2 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM)2 Duo CPU T5470  @ 1.60GHz (Family: 6,
Model: 15, Stepping: 13)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
编译用了针对 x86 CPU 的扩展指令集: MMX MMX2 SSE SSE2

正在播放 -。
从标准输入中读取...
缓存填充:  0.00% (0 字节)   --23:17:17--  ftp://FTPSERVER/upload/13.RM
   => `-'
缓存填充:  0.00% (0 字节)   connected. to 202.114.6.64:21...
//filling buf:  0.00% (0 char)   connected. to 202.114.6.64:21...
缓存填充:  0.00% (0 字节)   Logged in! as common ...
缓存填充:  0.00% (0 字节)   done.==> PWD ...
缓存填充:  0.00% (0 字节)   done.WD /upload ...
缓存填充:  0.00% (0 字节)   done.==> RETR 13.RM ...
缓存填充:  0.00% (0 字节)(unauthoritative)
缓存填充:  0.00% (0 字节)
缓存填充: 17.48% (1466368 字节)   ] 0 --.--K/s
检测到 REAL 文件格式。
//detected the REAL file formate
Stream description: Audio Stream
Stream mimetype: audio/x-pn-realaudio
[real] 找到音频流,-aid 0
//[real]found the audio stream, -aid 0
Stream description: Video Stream
Stream mimetype: video/x-pn-realvideo
[real] 找到视频流,-vid 1
// [real]found the video stream, -vid 1
100%[>] 79,381,84310.60M/sETA 00:00

23:17:25 (10.59 MB/s) - `-' saved [79381843]

Something went wrong, no index chunk found on given address (79352095)
RM: 未找到视频流。
//RM:can't find the video stream
RM: 未找到音频流...  -> 没声音。
//RM:can't find the audio stream... ->no sound.
找不到流媒体。
//Can't find the media stream


正在退出... (文件结束)
 //Exiting...(file end)
//***//

-- 
wcw
z�b�� z{h���x%��

Re: [gentoo-user] How to use mplayer play file online?

2008-02-29 Thread Ed Santiago
>I want to use mplayer to play files on the ftp server. For example, I
>have some files on: ftp://user:[EMAIL PROTECTED]/thefile. Now I want to
>play it, but I won't need to download all the file first then play it.

GNUMP3d is available as a Gentoo package:

http://www.gnump3d.org/

You run it on your server.  In its config file, you point
to a directory with mp3 or ogg files.  It will do the magic
work of converting files to streams, so you can choose and
play music from another box on your network.

Hope this helps,
Ed
-- 
Ed Santiago   Toolsmith   [EMAIL PROTECTED]

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



Re: [gentoo-user] How to use mplayer play file online?

2008-02-29 Thread Florian Philipp

On Fri, 2008-02-29 at 11:58 +0200, Uwe Thiem wrote:
> On Friday 29 February 2008, Chuanwen Wu wrote:
> > >  Meanwhile, just download the file and play it. What's the
> > > problem with that? To view the whole thing from beginning to end
> > > all that data would still have to move from the server to your
> > > local machine anyway.
> >
> > But I can save the time of downing the file and when I want to
> > watch any movie, I don't need to wait.
> 
> You can start the download and start mplayer on the (incompletely) 
> downloaded file.
> 
> Uwe
> 
> --

I do this all the time over NFS with Matroska-files that are still being
created by my server. If you can't navigate within the movie, add -idx
or --force-idx to create a new index on the fly. 


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


[gentoo-user] [Probably off-topic] How do I find out what is consuming the bandwidth?

2008-02-29 Thread Steve
Situation: There's a LAN with a Netgear ADSL router... heterogenous OS, 
including Gentoo, are installed on various PCs on the LAN.


I'd like to know what communicating IPs are consuming most bandwidth, 
and to quantify how much bandwidth they are using... Ideally, I'd like 
to see a real-time list of the main bandwidth consuming communicators...


Has anyone any suggestions?  "netstat" is rather more basic than I 
need... and "wireshark" is somewhat more substantial than I'd like to 
get involved with.  Are there any simple solutions?


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



Re: [gentoo-user] [Probably off-topic] How do I find out what is consuming the bandwidth?

2008-02-29 Thread Alan
On Fri, Feb 29, 2008 at 05:26:26PM +, Steve wrote:
> Situation: There's a LAN with a Netgear ADSL router... heterogenous OS, 
> including Gentoo, are installed on various PCs on the LAN.
>
> I'd like to know what communicating IPs are consuming most bandwidth, and 
> to quantify how much bandwidth they are using... Ideally, I'd like to see a 
> real-time list of the main bandwidth consuming communicators...
>
> Has anyone any suggestions?  "netstat" is rather more basic than I need... 
> and "wireshark" is somewhat more substantial than I'd like to get involved 
> with.  Are there any simple solutions?

Give iftop a look.

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

"Beware of computer programmers that carry screwdrivers." -- Unknown
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] [Probably off-topic] How do I find out what is consuming the bandwidth?

2008-02-29 Thread Steve

Alan wrote:

Give iftop a look.
  
great tool... unfortunately, even in promiscuous mode, it doesn't track 
TCP data except to/from the host on which it is running.  I presume this 
means that my Netgear DSL router implements a switch as as opposed to a 
hub...


Nice try though...


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



Re: [gentoo-user] Grub hangs when a USB disk is attached

2008-02-29 Thread Don Jerman
On 2/28/08, andrea <[EMAIL PROTECTED]> wrote:
>
> On gio, 2008-02-28 at 19:23 +0100, KH wrote:
> > Hi,
> >
> > never tried that and might only be a temporary workaround. You could
> > install grub in the mbr of both disk and then point them only to your
> > internal disk. That way you should always be able to boot, shouldn't you?
> >
> /dev/sdd does not have any corresponding BIOS drive.
>
> mmmh... what does it mean?
>
>
When the usb disk is attached after boot the BIOS doesn't give it a HD
number in the series 0x80,0x81, etc, where 0x80 = (hd0) in grub or
/dev/sda.  The OS handles all the controller events and connects the
USB device up through udev.

When it is attached at boot-time it does get one(!) because the BIOS
sees it before the OS has hooked in.

To accomplish this you probably need to boot from the CD while the USB
is attached.  To me it seems risky, but possible.  I wonder what will
happen when you disconnect the USB drive after booting is complete?
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Grub hangs when a USB disk is attached

2008-02-29 Thread andrea

On ven, 2008-02-29 at 13:00 -0500, Don Jerman wrote:

> When the usb disk is attached after boot the BIOS doesn't give it a HD
> number in the series 0x80,0x81, etc, where 0x80 = (hd0) in grub or
> /dev/sda.  The OS handles all the controller events and connects the
> USB device up through udev.
> 
> When it is attached at boot-time it does get one(!) because the BIOS
> sees it before the OS has hooked in.
> 
> To accomplish this you probably need to boot from the CD while the USB
> is attached.  To me it seems risky, but possible.  I wonder what will
> happen when you disconnect the USB drive after booting is complete?

No way. Even if booting from a livecd (and the usb disk is seen as
(hd0,0) grub unstall still complain about missing BIOS driver.
 
I also tried from the grub shell:
grub> root (hd0,0)
grub> setup (hd0)
but at this point the program exits whit a segmentation fault message.





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


Re: [gentoo-user] [Probably off-topic] How do I find out what is consuming the bandwidth?

2008-02-29 Thread Arturo 'Buanzo' Busleiman

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Steve wrote:
| I'd like to know what communicating IPs are consuming most bandwidth,

Given the fact that other tools don't serve your purpose, I'd say you give 
ettercap a try. It's a
sniffer that can do ARP Poisoning ("sniffing in switched lans"). Of course, 
this is not a tool you'd
like to keep running all the time, given how troublesome ARP Poisoning can be.

You might get something useful enough.

- --
Arturo "Buanzo" Busleiman
Reliable inter-continental Mail Relay Service - Ask me!
Independent Security Consultant - SANS - OISSG
http://www.buanzo.com.ar/pro/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHyFlnAlpOsGhXcE0RCi2VAKCATgXmG7kbzQPaUrukV9kcqvq3ewCeJI8J
bbLUzfM3iSTJEyKgaXitN/w=
=L/Uz
-END PGP SIGNATURE-
--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Ghosting a Ext3 partition

2008-02-29 Thread Jonathan Haws
I am having a major problem right now with my laptop.

I regularly make backups of my system using Norton Ghost 2003 to DVD.  
However, my laptop crashed and I tried to restore my backup that I had made 
and it restores just find but when I try and boot it tells me that my Ext3 
filesystem is corrupt and had errors and I would have to run fsck manually.

When I ran fsck it told be that about every inode was invalid and that Group X 
had all sorts of other problems (I can't remember every little detail).

Doesn't Ghost work with Ext3?  What can I do to recover my system without 
reinstalling from scratch?

Thanks!

Jon

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



Re: [gentoo-user] [Probably off-topic] How do I find out what is consuming the bandwidth?

2008-02-29 Thread Mick
On Friday 29 February 2008, Steve wrote:
> Alan wrote:
> > Give iftop a look.
>
> great tool... unfortunately, even in promiscuous mode, it doesn't track
> TCP data except to/from the host on which it is running.  I presume this
> means that my Netgear DSL router implements a switch as as opposed to a
> hub...
>
> Nice try though...

Have you tried ntop?  It has various breakdowns and in promiscuous mode it 
should show where the bandwidth goes.
-- 
Regards,
Mick


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


[gentoo-user] best circuit drawing software

2008-02-29 Thread maxim wexler
Hi group,

I need to post some drawings of a circuit I'm working
on to an electronics group.

Nothing too elaborate, just sketches really, but with
the proper symbology.

There's 30 some odd possibilities under
/usr/portage/sci-electronics. What sorts of
experiences has the group had?

Oh, and output files will have to be visible to the
Micro$hafted too.

Maxim


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] [OT] beware ebay seller

2008-02-29 Thread maxim wexler
Hi group,

If you're looking for PC power supply on ebay and you
come across a Dynex, big quiet fan, PCI-E, SATA, 24
pin for cheap from 2213Joseph. "New in Box!" Don't buy
it. You'll get the Dynex box alright and a new PS but
it's just a run of the mill, noisy, substandard unit.
No SATA, no PCI-E etc.

This is such an obvious fraud it makes me wonder at
his 100% positive feedback.

I've started a dispute with Paypal against him.

Maxim


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


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



Re: [gentoo-user] Grub hangs when a USB disk is attached

2008-02-29 Thread Don Jerman
On 2/29/08, andrea <[EMAIL PROTECTED]> wrote:
>
> On ven, 2008-02-29 at 13:00 -0500, Don Jerman wrote:
>
> > When the usb disk is attached after boot the BIOS doesn't give it a HD
> > number in the series 0x80,0x81, etc, where 0x80 = (hd0) in grub or
> > /dev/sda.  The OS handles all the controller events and connects the
> > USB device up through udev.
> >
> > When it is attached at boot-time it does get one(!) because the BIOS
> > sees it before the OS has hooked in.
> >
> > To accomplish this you probably need to boot from the CD while the USB
> > is attached.  To me it seems risky, but possible.  I wonder what will
> > happen when you disconnect the USB drive after booting is complete?
>
> No way. Even if booting from a livecd (and the usb disk is seen as
> (hd0,0) grub unstall still complain about missing BIOS driver.
>
> I also tried from the grub shell:
> grub> root (hd0,0)
> grub> setup (hd0)
> but at this point the program exits whit a segmentation fault message.
>
Well that's what I get for answering off-the-cuff :)  Let us know if
you get a solution, I need it too!
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] [Probably off-topic] How do I find out what is consuming the bandwidth?

2008-02-29 Thread Mike Mazur
Hi,

On Sat, Mar 1, 2008 at 2:26 AM, Steve <[EMAIL PROTECTED]> wrote:
> Situation: There's a LAN with a Netgear ADSL router... heterogenous OS,
>  including Gentoo, are installed on various PCs on the LAN.
>
>  I'd like to know what communicating IPs are consuming most bandwidth,
>  and to quantify how much bandwidth they are using... Ideally, I'd like
>  to see a real-time list of the main bandwidth consuming communicators...

So you want to monitor the traffic going through your router?

I imagine that would be difficult to do from one of the endpoints in
your LAN (your Gentoo box). The switch should only route to your
machine traffic destined for it, so how to measure the bandwidth the
other machines are consuming between themselves and the outside world?

If there is a way to do this I'd be very interested :)

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



Re: [gentoo-user] best circuit drawing software

2008-02-29 Thread Mike Mazur
Hi,

On Sat, Mar 1, 2008 at 9:15 AM, maxim wexler <[EMAIL PROTECTED]> wrote:
>  I need to post some drawings of a circuit I'm working
>  on to an electronics group.
>
>  Nothing too elaborate, just sketches really, but with
>  the proper symbology.

You could try app-office/dia[1][2]. It has some circuit symbols.

>  Oh, and output files will have to be visible to the
>  Micro$hafted too.

Your sketches can be saved as .png or .jpg so anyone should be able to
view them.

HTH
Mike

[1] http://gentoo-portage.com/app-office/dia
[2] http://www.gnome.org/projects/dia/
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Ghosting a Ext3 partition

2008-02-29 Thread maxim wexler
> Doesn't Ghost work with Ext3?  What can I do to
> recover my system without 
> reinstalling from scratch?
> 

I've had success with #dd if=
of= bs=


mw


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

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



Re: [gentoo-user] [Probably off-topic] How do I find out what is consuming the bandwidth?

2008-02-29 Thread Alan McKinnon
On Saturday 01 March 2008, Mike Mazur wrote:
> Hi,
>
> On Sat, Mar 1, 2008 at 2:26 AM, Steve <[EMAIL PROTECTED]> wrote:
> > Situation: There's a LAN with a Netgear ADSL router... heterogenous
> > OS, including Gentoo, are installed on various PCs on the LAN.
> >
> >  I'd like to know what communicating IPs are consuming most
> > bandwidth, and to quantify how much bandwidth they are using...
> > Ideally, I'd like to see a real-time list of the main bandwidth
> > consuming communicators...
>
> So you want to monitor the traffic going through your router?
>
> I imagine that would be difficult to do from one of the endpoints in
> your LAN (your Gentoo box). The switch should only route to your
> machine traffic destined for it, so how to measure the bandwidth the
> other machines are consuming between themselves and the outside
> world?
>
> If there is a way to do this I'd be very interested :)

Sometimes the router has an accounting feature. Otherwise you need to 
make a Linux box the gateway for the entire LAN and hang the ADSL 
router off one of it's interfaces. Then do accounting via any one of 
numerous tools


-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] best circuit drawing software

2008-02-29 Thread Ted Ozolins

maxim wexler wrote:

Hi group,

I need to post some drawings of a circuit I'm working
on to an electronics group.

Nothing too elaborate, just sketches really, but with
the proper symbology.

There's 30 some odd possibilities under
/usr/portage/sci-electronics. What sorts of
experiences has the group had?

Oh, and output files will have to be visible to the
Micro$hafted too.

Maxim
I've been using KiCad for quite some time now and works for me. Has 
several formats to export to and will generate CNC.


--
Ted Ozolins (VE7TVO)
Cranbrook, B.C.
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] best circuit drawing software

2008-02-29 Thread David Grant
Try geda

On Fri, Feb 29, 2008 at 4:15 PM, maxim wexler <[EMAIL PROTECTED]> wrote:


> I need to post some drawings of a circuit I'm working
> on to an electronics group.
>
>


[gentoo-user] Re: Digest of gentoo-user@lists.gentoo.org issue 1420 (76178-76227)

2008-02-29 Thread mvidela
Por las nuevas políticas de calidad ISO 9001 que la empresa está implementando, 
todos los temas relacionados con soporte técnico deben ser realizadas al correo 
electrónico [EMAIL PROTECTED] 

Muchas gracias y disculpe las molestías.

Automáticamente este email será reenvio a [EMAIL PROTECTED]



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



[gentoo-user] Re: best circuit drawing software

2008-02-29 Thread Grant Edwards
On 2008-03-01, maxim wexler <[EMAIL PROTECTED]> wrote:
> Hi group,
>
> I need to post some drawings of a circuit I'm working
> on to an electronics group.
>
> Nothing too elaborate, just sketches really, but with
> the proper symbology.

Along with the other suggestions, there's Eagle, but it might
be a bit of overkill.

-- 
Grant

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



Re: [gentoo-user] Ghosting a Ext3 partition

2008-02-29 Thread Mark Kirkwood

Jonathan Haws wrote:
I regularly make backups of my system using Norton Ghost 2003 to DVD.  
However, my laptop crashed and I tried to restore my backup that I had made 
and it restores just find but when I try and boot it tells me that my Ext3 
filesystem is corrupt and had errors and I would have to run fsck manually.


When I ran fsck it told be that about every inode was invalid and that Group X 
had all sorts of other problems (I can't remember every little detail).


Doesn't Ghost work with Ext3?  What can I do to recover my system without 
reinstalling from scratch?


  


Hmm - I would have thought it would... but for future reference I would 
recommend using a more Linux friendly (and reliable) tool like dumpe2fs ...


Mark

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



Re: [gentoo-user] Suspend/Hibernate on Dell Inspiron 6000

2008-02-29 Thread Gafei Szeto

Hey, I actually had the same problem as the original poster. I have the Dell
Inspiron 6000 as well. I had the ati 8.40.4 driver and I recently upgraded
my kernel from linux-2.6.21-suspend2-r7 to various versions of
linux-2.6.23-tuxonice sources just to try to get it to suspend to ram
properly. Suspend to ram would suspend, but would fail to resume within
Gnome. 

There seems to be a problem with the ati 8.40.4 drivers with the newest
linux-2.6.23 and .24 tuxonice-sources, because I have tried almost every
single combination to try to get suspend to ram working correctly. 

What I did to solve this was to emerge the newest ati-drivers, which as of
today is 8.455.2-r1. I also installed radeontool and vbetool. I made the
changes in my common.conf and also in my ram.conf in /etc/hibernate to
enable vbetool and radeontool. If you need these files, I'll gladly post
them up. 

With the linux-2.6.21-suspend2-r7 kernel, I did not have to use any of those
tools to help me resume but with the linux-2.6.23-tuxonice-sources I did.
I'm currently running linux-2.6.23-tuxonice-r10.



Iain Buchanan wrote:
> 
> 
> On Wed, 2008-02-27 at 12:30 +0400, Yahya Mohammad wrote:
>> > 
>> > As you can tell, I'm stabbing in the dark!  If you ultimately get
>> > nowhere, then the suspend2 users list has excellent help from some of
>> > the devs.
>> 
>> I'll check that list out too, thanks. It is quite a hassle testing this
>> though, next time I'm getting one of those vendor supported linux
>> laptops.
> 
> Hence the reason I recommend the suspend2 list, so that I don't make it
> more of a hassle for you than it needs to be!
> 
>>  Right now, I hope to get this working, and publish my settings
>> so others may be saved from the trouble.
> 
> good idea.  That's what I did with my laptop.
> 
> cya,
> -- 
> Iain Buchanan 
> 
> Quid me anxius sum?
> 
> [ What? Me, worry? ]
> 
> -- 
> gentoo-user@lists.gentoo.org mailing list
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Suspend-Hibernate-on-Dell-Inspiron-6000-tp15666510p15769006.html
Sent from the gentoo-user mailing list archive at Nabble.com.

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



Re: [gentoo-user] Ghosting a Ext3 partition

2008-02-29 Thread Ritesh Kumar
On Fri, Feb 29, 2008 at 8:23 PM, maxim wexler <[EMAIL PROTECTED]> wrote:

> > Doesn't Ghost work with Ext3?  What can I do to
> > recover my system without
> > reinstalling from scratch?
> >
>
> I've had success with #dd if=
> of= bs=
>
>
Is there a reason why you backup the filesystem along with the data on it? I
do only minor backups... but even for anything major I would use a tool like
tar or rsync and drop the filesystem metadata entirely.

Also directly reading from the block device is hazardous unless you umount
(or mount as readonly) the filesystem in question. This is because, the
filesystem may not keep all the data synced to the disk at all points in
time.

Actually, even the tar/rsync method may lead to inconsistent files if the
files are backed up while they are still in active use. However, this is
potentially less damaging than having invalid filesystem metadata backed up
because the filesystem was not in sync. If you *have to* backup an always
active system, I would first create a snapshot and then back up the
snapshot. That ofcourse requires a more involved disk setup using LVM.

_r