Re: Potato bugs

2017-06-04 Thread fredae25
How do you kill the bugs?.any safe way that does not involve poisons?

Sent from my iPad



Re: potato bugs

2000-07-21 Thread Mike Renfro
On Wed, Jul 19, 2000 at 01:24:07AM -0500, Branden Robinson wrote:

> If any Xsun users would like to try to help tracking down this extremely
> aggravating problem, please make sure you are upgraded to 3.3.6-9, and then
> replace the /usr/X11R6/bin/Xsun binary on your system with the file from
> the following URL:

Sparc1, CG3 framebuffer, 24MB RAM -- success.
Sparc2 w/ Weitek powerup, CG6 framebuffer, 64MB RAM -- success.

-- 
Mike Renfro  / Instructor, Basic Engineering Program
931 372-3601 / [EMAIL PROTECTED]



Re: potato bugs

2000-07-21 Thread Mike Renfro

On Wed, Jul 19, 2000 at 01:24:07AM -0500, Branden Robinson wrote:

> If any Xsun users would like to try to help tracking down this extremely
> aggravating problem, please make sure you are upgraded to 3.3.6-9, and then
> replace the /usr/X11R6/bin/Xsun binary on your system with the file from
> the following URL:

Sparc1, CG3 framebuffer, 24MB RAM -- success.
Sparc2 w/ Weitek powerup, CG6 framebuffer, 64MB RAM -- success.

-- 
Mike Renfro  / Instructor, Basic Engineering Program
931 372-3601 / [EMAIL PROTECTED]


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: potato bugs

2000-07-19 Thread Branden Robinson
We (Mike Renfro, Ben Collins, and I) found the problem.  Thanks for your help!

-- 
G. Branden Robinson|
Debian GNU/Linux   | The software said it required Windows
[EMAIL PROTECTED]  | 3.1 or better, so I installed Linux.
http://deadbeast.net/~branden/ |


pgpiXUPtsn4nf.pgp
Description: PGP signature


Re: potato bugs

2000-07-19 Thread Branden Robinson

We (Mike Renfro, Ben Collins, and I) found the problem.  Thanks for your help!

-- 
G. Branden Robinson|
Debian GNU/Linux   | The software said it required Windows
[EMAIL PROTECTED]  | 3.1 or better, so I installed Linux.
http://deadbeast.net/~branden/ |

 PGP signature


Re: potato bugs

2000-07-19 Thread Paul Vojta
On Wed, 19 Jul 2000 01:24:07 -0500,
Branden Robinson <[EMAIL PROTECTED]> wrote:
>
> If any Xsun users would like to try to help tracking down this extremely
> aggravating problem, please make sure you are upgraded to 3.3.6-9, and then
> replace the /usr/X11R6/bin/Xsun binary on your system with the file from
> the following URL:
> 
> 
> 
> There seems to be a problem at the Xsun/kernel-framebuffer layer.  I've
> added a whole bunch of debugging messages ("ErrorF"'s in X server jargon)
> to a couple of functions in xc/programs/Xserver/hw/sun/sunInit.c that seem
> to be at the heart of the problem.

OK.  Here's the output on my machine (Sun Sparc 5, cg6 fb).
Note that Xsun runs fine as root for me (see bug #67096), so this output
may not be helpful to you.

==

Cannot open /dev/gpmdata, error 2. Trying /dev/sunmouse.
InitOutput: entering
(using VT number 7)

InputOutput: populating pScreenInfo
pScreenInfo->imageByteOrder = 1
pScreenInfo->bitmapScanlineUnit = 32
pScreenInfo->bitmapScanlinePad = 32
pScreenInfo->bitmapBitOrder = 1
pScreenInfo->numPixmapFormats = 2
XKB is defined
InitOutput: sunDevsInited is FALSE
devList = GetDeviceList (argc, argv)
Successful OpenFrameBuffer (devList[0] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[1] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[2] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[3] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[4] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[5] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[6] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[7] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[8] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[9] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[10] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[11] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[12] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[13] not null and scr = 0 (< 3)
sunFbs[0].fd was -1, not stat()ing or doing linuxSetConsoleFb (scr = 0)
sunFbs[1].fd was -1, not stat()ing or doing linuxSetConsoleFb (scr = 1)
sunFbs[2].fd was -1, not stat()ing or doing linuxSetConsoleFb (scr = 2)
InputOutput: leaving

Fatal server error:
no screens found
X connection to :0.0 broken (explicit kill or server shutdown).



> Please email the results to the debian-x list so we do not clutter the
> other lists.  Be sure that the /dev/fb symlink exists before trying this
> server binary.

Check.

% ls -l /dev/fb /dev/fb0
lrwxrwxrwx1 root root3 Jul 10 17:18 /dev/fb -> fb0
crw--w--w-1 root tty   29,   0 Feb 26  1998 /dev/fb0


--Paul Vojta, [EMAIL PROTECTED]



Re: potato bugs

2000-07-19 Thread Paul Vojta

On Wed, 19 Jul 2000 01:24:07 -0500,
Branden Robinson <[EMAIL PROTECTED]> wrote:
>
> If any Xsun users would like to try to help tracking down this extremely
> aggravating problem, please make sure you are upgraded to 3.3.6-9, and then
> replace the /usr/X11R6/bin/Xsun binary on your system with the file from
> the following URL:
> 
> 
> 
> There seems to be a problem at the Xsun/kernel-framebuffer layer.  I've
> added a whole bunch of debugging messages ("ErrorF"'s in X server jargon)
> to a couple of functions in xc/programs/Xserver/hw/sun/sunInit.c that seem
> to be at the heart of the problem.

OK.  Here's the output on my machine (Sun Sparc 5, cg6 fb).
Note that Xsun runs fine as root for me (see bug #67096), so this output
may not be helpful to you.

==

Cannot open /dev/gpmdata, error 2. Trying /dev/sunmouse.
InitOutput: entering
(using VT number 7)

InputOutput: populating pScreenInfo
pScreenInfo->imageByteOrder = 1
pScreenInfo->bitmapScanlineUnit = 32
pScreenInfo->bitmapScanlinePad = 32
pScreenInfo->bitmapBitOrder = 1
pScreenInfo->numPixmapFormats = 2
XKB is defined
InitOutput: sunDevsInited is FALSE
devList = GetDeviceList (argc, argv)
Successful OpenFrameBuffer (devList[0] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[1] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[2] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[3] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[4] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[5] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[6] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[7] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[8] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[9] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[10] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[11] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[12] not null and scr = 0 (< 3)
Successful OpenFrameBuffer (devList[13] not null and scr = 0 (< 3)
sunFbs[0].fd was -1, not stat()ing or doing linuxSetConsoleFb (scr = 0)
sunFbs[1].fd was -1, not stat()ing or doing linuxSetConsoleFb (scr = 1)
sunFbs[2].fd was -1, not stat()ing or doing linuxSetConsoleFb (scr = 2)
InputOutput: leaving

Fatal server error:
no screens found
X connection to :0.0 broken (explicit kill or server shutdown).



> Please email the results to the debian-x list so we do not clutter the
> other lists.  Be sure that the /dev/fb symlink exists before trying this
> server binary.

Check.

% ls -l /dev/fb /dev/fb0
lrwxrwxrwx1 root root3 Jul 10 17:18 /dev/fb -> fb0
crw--w--w-1 root tty   29,   0 Feb 26  1998 /dev/fb0


--Paul Vojta, [EMAIL PROTECTED]


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: potato bugs

2000-07-19 Thread Branden Robinson
[debian-sparc subscribers, please disregard the X-No-CC header above]

[though since I'm a SPARC owner now, I should subscribe...]

> We now seem to have 2.2.16 boot-floppies for everyone, so the main thing
> we're waiting on is X (and a fix for xserver-xsun) which is causing
> problems because we don't actually know of a fix yet. :-/ In any event,
> a final X should be ready one way or another in the next day or two.
> 
> So the above will probably be removed in a couple of days if not NMUed
> or MUed.

If any Xsun users would like to try to help tracking down this extremely
aggravating problem, please make sure you are upgraded to 3.3.6-9, and then
replace the /usr/X11R6/bin/Xsun binary on your system with the file from
the following URL:



There seems to be a problem at the Xsun/kernel-framebuffer layer.  I've
added a whole bunch of debugging messages ("ErrorF"'s in X server jargon)
to a couple of functions in xc/programs/Xserver/hw/sun/sunInit.c that seem
to be at the heart of the problem.

Please email the results to the debian-x list so we do not clutter the
other lists.  Be sure that the /dev/fb symlink exists before trying this
server binary.

-- 
G. Branden Robinson |Somebody once asked me if I thought sex
Debian GNU/Linux|was dirty.  I said, "It is if you're
[EMAIL PROTECTED]  |doing it right."
http://www.debian.org/~branden/ |-- Woody Allen


pgpb4RMpb4uTA.pgp
Description: PGP signature


Re: potato bugs

2000-07-18 Thread Branden Robinson

[debian-sparc subscribers, please disregard the X-No-CC header above]

[though since I'm a SPARC owner now, I should subscribe...]

> We now seem to have 2.2.16 boot-floppies for everyone, so the main thing
> we're waiting on is X (and a fix for xserver-xsun) which is causing
> problems because we don't actually know of a fix yet. :-/ In any event,
> a final X should be ready one way or another in the next day or two.
> 
> So the above will probably be removed in a couple of days if not NMUed
> or MUed.

If any Xsun users would like to try to help tracking down this extremely
aggravating problem, please make sure you are upgraded to 3.3.6-9, and then
replace the /usr/X11R6/bin/Xsun binary on your system with the file from
the following URL:



There seems to be a problem at the Xsun/kernel-framebuffer layer.  I've
added a whole bunch of debugging messages ("ErrorF"'s in X server jargon)
to a couple of functions in xc/programs/Xserver/hw/sun/sunInit.c that seem
to be at the heart of the problem.

Please email the results to the debian-x list so we do not clutter the
other lists.  Be sure that the /dev/fb symlink exists before trying this
server binary.

-- 
G. Branden Robinson |Somebody once asked me if I thought sex
Debian GNU/Linux|was dirty.  I said, "It is if you're
[EMAIL PROTECTED]  |doing it right."
http://www.debian.org/~branden/ |-- Woody Allen

 PGP signature