Re: lenny squeeze etc etc

2010-12-25 Thread Freeman
On Wed, Dec 22, 2010 at 06:41:54PM -0500, Miles Fidelman wrote: > Darac Marjal wrote: > >On 22/12/10 16:47, John Hasler wrote: > >>>Out of curiosity why don't Windows and Mac count? > >>The companies spend billions hammering the code name/number for the next > >>version into everyone's head before

Re: lavcopts: Unknown suboption vcompressc

2010-12-25 Thread Sthu Deus
Thank You for Your time and answer, François: > Maybe you can try vcodec instead of vcompressc ... vcompressc is not > documented on the mencoder man pages. All right, I will try it. - But my problem comes not from a bad parameters string of mencoder but from after upgrading - from lenny to squee

2 Ethernet cabling question

2010-12-25 Thread S Mathias
Two questions that was not always clear for me [sorry for posting to this list :\]: ## Q1) when cabling, is the color order important? like: straight cabling: A side: white-orange, orange, white-green, b

Image in kcf-format

2010-12-25 Thread Martin
Hi folks, ich have stumbled upon some images in kcf-format from the early 1980s. Do you know any way to view or convert them? Thanks in advance Martin -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Image in kcf-format

2010-12-25 Thread Martin Woschek
Got it from a friend: open in gimp as raw, indexed, offset 768, size 640x400, color map the same image again. then set the whitepoint in the color levels to 64. done. hth Martin On Sat, 25 Dec 2010 15:53:46 +0100 Martin wrote: > Hi folks, > > ich have stumbled upon some images in kcf-format fr

Re: 2 Ethernet cabling question

2010-12-25 Thread Boyd Stephen Smith Jr.
On Saturday 25 December 2010 08:42:52 S Mathias wrote: > Two questions that was not always clear for me [sorry for posting to this > list :\]: > > ### > ### > > Q1) when cabling, is the color order important?

Re: 2 Ethernet cabling question

2010-12-25 Thread Mark Neidorff
On Saturday 25 December 2010 09:42 am, S Mathias wrote: > Two questions that was not always clear for me [sorry for posting to this > list :\]: > > ### >### > > Q1) when cabling, is the color order important? li

Re: 2 Ethernet cabling question

2010-12-25 Thread David Christensen
S Mathias wrote: Q1) when cabling, is the color order important? like: Yes. Conductor colors and pin terminations are per the standard TIA/EIA-568-B.1-2000: http://en.wikipedia.org/wiki/TIA/EIA-568-B Most factory-made Ethernet patch cables I've seen use T568B on both ends. That's ho

Re: 2 Ethernet cabling question

2010-12-25 Thread briand
On Sat, 25 Dec 2010 11:47:12 -0500 Mark Neidorff wrote: > > The order was determined to minimize cross-talk on the adjacent > wires. Your best bet is to stay with the standard. So, yes, the > order is important. yep, I know from personal experience that 100 won't work if you don't use the pro

Re: Problems with Pacemaker + Corosync after reboot

2010-12-25 Thread Peter Beck
On Sun, 2010-12-19 at 21:06 -0300, Daniel Bareiro wrote: > # ps auxf > [...] > root 1508 0.1 1.9 182624 4880 ?Ssl 15:52 > 0:22 /usr/sbin/corosync > root 1539 0.0 1.2 168144 3240 ?S15:52 0:00 > \_ /usr/sbin/corosync Hi Daniel have you tried to kill corosync

[SLVED] Re: how to get pid when I start the process

2010-12-25 Thread Zhang Weiwu
Several people offered advise. The trick is really how to locate and kill the parent process, because I have tried otherwise and failed. Following suggestion from Bob Proulx, killing all processes would ends up with corrupted temporary files in my case. Bob wrote in detail explanation of how thinks