Bug#285617: ITP: libxbox0 -- Shared library to allow xbox-linux applications to utilise the Xbox hardware

2004-12-14 Thread dmp
Package: wnpp
Version: N/A; reported 2004-12-14
Severity: wishlist

* Package name: libxbox0
  Version : 0.1.0 
  Upstream Author : David Pye [EMAIL PROTECTED]
* URL : http://www.xbox-linux.org
* License : GPL
  Description : Shared library to allow xbox-linux applications to utilise 
the Xbox hardware

Libxbox provides a number of functions to allow Linux applications
running on Microsoft Xboxes to manipulate system attributes, such as
ejecting and loading the DVD tray, changing the color of the frontpanel
LED, and providing low-level information about the system and chipset
versions.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux titanium 2.4.26-xbox #1 Thu Jul 8 19:42:03 BST 2004 i686
Locale: LANG=C, LC_CTYPE=C





Bug#285682: ITP: xbox-blink -- Tool to manipulate the front-panel LED on the Microsoft Xbox

2004-12-14 Thread dmp
Package: wnpp
Version: N/A; reported 2004-12-14
Severity: wishlist

* Package name: xbox-blink
  Version : 0.1.0
  Upstream Author : David Pye [EMAIL PROTECTED]
* URL : http://www.xbox-linux.org
* License : GPL
  Description : Tool to manipulate the front-panel LED on the Microsoft Xbox

This small tool is for people running GNU/Linux on the Microsoft Xbox,
and allows manipulation of the front panel LED color via libxbox.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux titanium 2.4.26-xbox #1 Thu Jul 8 19:42:03 BST 2004 i686
Locale: LANG=C, LC_CTYPE=C





Bug#285681: ITP: libxbox-dev -- Libxbox-dev provides the headers for libxbox0 and the libxbox.so symlink

2004-12-14 Thread dmp
Package: wnpp
Version: N/A; reported 2004-12-14
Severity: wishlist

* Package name: libxbox-dev
  Version : 0.1.0 
  Upstream Author : David Pye [EMAIL PROTECTED]
* URL : http://www.xbox-linux.org
* License : GPL
  Description : Libxbox-dev provides the headers for libxbox0 and the 
libxbox.so symlink

As title.

See the recent ITP for libxbox0 for more information about what libxbox
provides.  (Bug#285617)

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux titanium 2.4.26-xbox #1 Thu Jul 8 19:42:03 BST 2004 i686
Locale: LANG=C, LC_CTYPE=C





Bug#285617: ITP: libxbox0 -- Shared library to allow xbox-linux applications to utilise the Xbox hardware

2004-12-14 Thread dmp
Package: wnpp
Version: N/A; reported 2004-12-14
Severity: wishlist

* Package name: libxbox0
  Version : 0.1.0 
  Upstream Author : David Pye [EMAIL PROTECTED]
* URL : http://www.xbox-linux.org
* License : GPL
  Description : Shared library to allow xbox-linux applications to utilise 
the Xbox hardware

Libxbox provides a number of functions to allow Linux applications
running on Microsoft Xboxes to manipulate system attributes, such as
ejecting and loading the DVD tray, changing the color of the frontpanel
LED, and providing low-level information about the system and chipset
versions.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux titanium 2.4.26-xbox #1 Thu Jul 8 19:42:03 BST 2004 i686
Locale: LANG=C, LC_CTYPE=C




Bug#285682: ITP: xbox-blink -- Tool to manipulate the front-panel LED on the Microsoft Xbox

2004-12-14 Thread dmp
Package: wnpp
Version: N/A; reported 2004-12-14
Severity: wishlist

* Package name: xbox-blink
  Version : 0.1.0
  Upstream Author : David Pye [EMAIL PROTECTED]
* URL : http://www.xbox-linux.org
* License : GPL
  Description : Tool to manipulate the front-panel LED on the Microsoft Xbox

This small tool is for people running GNU/Linux on the Microsoft Xbox,
and allows manipulation of the front panel LED color via libxbox.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux titanium 2.4.26-xbox #1 Thu Jul 8 19:42:03 BST 2004 i686
Locale: LANG=C, LC_CTYPE=C




Bug#285681: ITP: libxbox-dev -- Libxbox-dev provides the headers for libxbox0 and the libxbox.so symlink

2004-12-14 Thread dmp
Package: wnpp
Version: N/A; reported 2004-12-14
Severity: wishlist

* Package name: libxbox-dev
  Version : 0.1.0 
  Upstream Author : David Pye [EMAIL PROTECTED]
* URL : http://www.xbox-linux.org
* License : GPL
  Description : Libxbox-dev provides the headers for libxbox0 and the 
libxbox.so symlink

As title.

See the recent ITP for libxbox0 for more information about what libxbox
provides.  (Bug#285617)

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux titanium 2.4.26-xbox #1 Thu Jul 8 19:42:03 BST 2004 i686
Locale: LANG=C, LC_CTYPE=C




#30439 [Opn]: ftp_get() file corruption

2004-12-06 Thread dmp-php at dplhenterprises dot com
 ID:   30439
 User updated by:  dmp-php at dplhenterprises dot com
 Reported By:  dmp-php at dplhenterprises dot com
 Status:   Open
 Bug Type: FTP related
 Operating System: Windows 2000
 PHP Version:  4.3.9
 New Comment:

I'm sorry, but I don't understand what you need from me. I included a
complete example script in my original report (see below). If can be
more specific about what else I need to provide you, I will be happy to
do so.

Thanks


Previous Comments:


[2004-12-05 01:00:02] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to Open.



[2004-11-29 12:15:57] mailbox2 at ibelgique dot com

Hi,

Here is a test script. When fixing this bug, please also look at bug
27633 which may be related.

Thanks!

David


?php

// Test script for PHP bugs 27633 and 30439

$ftpserver  = ftp.belnet.be;
$username   = anonymous;
$password   = [EMAIL PROTECTED];
$localfile  = dirname(__FILE__) . /test-ftp-output.txt; // Chmod 777
if necessary
$remotefile = /mirror/ftp.php.net/index.php;
$ftpmode= FTP_ASCII; // without quotes

echo html--- Script start ---br /\n;

$conn_id = ftp_connect($ftpserver);
if ($conn_id == false) { echo Could not connect to FTP server
$ftpserver.br /\n; exit(); }

$result_login = ftp_login($conn_id, $username, $password);  
if ($result_login == false) { echo Could not login to FTP server
$ftpserver.br /\n; exit(); }

$result_get = ftp_get($conn_id, $localfile, $remotefile, $ftpmode);
if ($result_get == false) { echo Could not get the remote file
$remotefile to the local file $localfile.br /\n; exit(); }

ftp_close($conn_id);

echo --- Script end ---br //html\n;
?



[2004-11-27 16:58:50] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with ?php and ends with ?,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try avoid embedding huge scripts into the report.





[2004-10-15 01:46:56] dmp-php at dplhenterprises dot com

Description:

When using ftp_get() or ftp_fget() in FTP_ASCII mode and fetching from
an OpenVMS server runing the UCX FTP server (version appears
irrelevant), extra characters are added to the end of the file.
It appears to be the end of the last complete buffer when the final
read doesn't completely fill the buffer at end of file. 
This does not happen with an IIS FTP server. I have been unable to test
with a *nix server.
I've tried fetching the file with both WS_FTP and the standard Windows
FTP client and neither of them produced corrupt files.

Reproduce code:
---
?php
  $wipfil = 'd:/bcs_mps/_wip/ftpbug.txt';
  $srcfil = 'work$:[mps.r]006.mps';

  $f = ftp_connect( 'bcsaxp.bcs.com' );
  if( !$f )
die( Unable to connect to bcsaxp.bcs.com.  
 . $php_errormsg );

  if( !ftp_login( $f, 'myusername', 'mypass' ))
  {
$this-close();
die( Unable to log in to bcsaxp.bcs.com as  
 . myusername  . $php_errormsg );
  }

  if( !ftp_get( $f, $wipfil, $srcfil, FTP_ASCII )) 
die( Unable to GET file {$srcfil}  . $php_errormsg );

  ftp_close( $f );
?


Expected result:

!-- Test MPS request file --
bcs_mps_email
  message
to address=[EMAIL PROTECTED] name=Dave testing throug
daveandlaura /
from address=[EMAIL PROTECTED] name=MPS Test
script /
subjectAnother test message for MPS/subject
body type=text
This is the plain text version of this message.
It contains a tabbed table.
Column 1Column 2
L1-C1   L1-C2
L2-C1   L2-C2  
/body
body type=html
  ![CDATA[
h3 style=text-align: center; color: blue;This is the HTML version
of this message/h3
It contains an HTML table.
table border=1
  trthColumn 1/ththColumn 2/th/tr
  trtdL1-C1/tdtdL1-C2/td/tr
  trtdL2-C1/tdtdL2-C2/td/tr
/table
  ]]
/body
attachment file=sys$login:login.com type=text/plain
name=Login.Dcl /
  /message
bcs_mps_email


Actual result:
--
!-- Test MPS request file --
bcs_mps_email
  message
to address=[EMAIL PROTECTED] name=Dave testing throug
daveandlaura /
from address=[EMAIL PROTECTED

#30439 [NEW]: ftp_get() file corruption

2004-10-14 Thread dmp-php at dplhenterprises dot com
From: dmp-php at dplhenterprises dot com
Operating system: Windows 2000
PHP version:  4.3.9
PHP Bug Type: FTP related
Bug description:  ftp_get() file corruption

Description:

When using ftp_get() or ftp_fget() in FTP_ASCII mode and fetching from an
OpenVMS server runing the UCX FTP server (version appears irrelevant),
extra characters are added to the end of the file.
It appears to be the end of the last complete buffer when the final read
doesn't completely fill the buffer at end of file. 
This does not happen with an IIS FTP server. I have been unable to test
with a *nix server.
I've tried fetching the file with both WS_FTP and the standard Windows FTP
client and neither of them produced corrupt files.

Reproduce code:
---
?php
  $wipfil = 'd:/bcs_mps/_wip/ftpbug.txt';
  $srcfil = 'work$:[mps.r]006.mps';

  $f = ftp_connect( 'bcsaxp.bcs.com' );
  if( !$f )
die( Unable to connect to bcsaxp.bcs.com.  
 . $php_errormsg );

  if( !ftp_login( $f, 'myusername', 'mypass' ))
  {
$this-close();
die( Unable to log in to bcsaxp.bcs.com as  
 . myusername  . $php_errormsg );
  }

  if( !ftp_get( $f, $wipfil, $srcfil, FTP_ASCII )) 
die( Unable to GET file {$srcfil}  . $php_errormsg );

  ftp_close( $f );
?


Expected result:

!-- Test MPS request file --
bcs_mps_email
  message
to address=[EMAIL PROTECTED] name=Dave testing throug
daveandlaura /
from address=[EMAIL PROTECTED] name=MPS Test script
/
subjectAnother test message for MPS/subject
body type=text
This is the plain text version of this message.
It contains a tabbed table.
Column 1Column 2
L1-C1   L1-C2
L2-C1   L2-C2  
/body
body type=html
  ![CDATA[
h3 style=text-align: center; color: blue;This is the HTML version of
this message/h3
It contains an HTML table.
table border=1
  trthColumn 1/ththColumn 2/th/tr
  trtdL1-C1/tdtdL1-C2/td/tr
  trtdL2-C1/tdtdL2-C2/td/tr
/table
  ]]
/body
attachment file=sys$login:login.com type=text/plain
name=Login.Dcl /
  /message
bcs_mps_email


Actual result:
--
!-- Test MPS request file --
bcs_mps_email
  message
to address=[EMAIL PROTECTED] name=Dave testing throug
daveandlaura /
from address=[EMAIL PROTECTED] name=MPS Test script
/
subjectAnother test message for MPS/subject
body type=text
This is the plain text version of this message.
It contains a tabbed table.
Column 1Column 2
L1-C1   L1-C2
L2-C1   L2-C2  
/body
body type=html
  ![CDATA[
h3 style=text-align: center; color: blue;This is the HTML version of
this message/h3
It contains an HTML table.
table border=1
  trthColumn 1/ththColumn 2/th/tr
  trtdL1-C1/tdtdL1-C2/td/tr
  trtdL2-C1/tdtdL2-C2/td/tr
/table
  ]]
/body
attachment file=sys$login:login.com type=text/plain
name=Login.Dcl /
  /message
bcs_mps_email
n 2
L1-C1   L1-C2
L2-C1   L2-C2  
/body
body type=html
  ![CDATA[


-- 
Edit bug report at http://bugs.php.net/?id=30439edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30439r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30439r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30439r=trysnapshot51
Fixed in CVS:http://bugs.php.net/fix.php?id=30439r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=30439r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=30439r=needtrace
Need Reproduce Script:   http://bugs.php.net/fix.php?id=30439r=needscript
Try newer version:   http://bugs.php.net/fix.php?id=30439r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=30439r=support
Expected behavior:   http://bugs.php.net/fix.php?id=30439r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=30439r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=30439r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=30439r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30439r=php3
Daylight Savings:http://bugs.php.net/fix.php?id=30439r=dst
IIS Stability:   http://bugs.php.net/fix.php?id=30439r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=30439r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30439r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30439r=mysqlcfg


RE: re: is that your document?

2004-04-29 Thread dmp
Hi there! 

Thanks for sending me some mail. Unfortunately, I haven't gotten it yet. Here's 
why. 

I get a ton of spam. Tons, actually. So I've set up a service called KnowSpam 
to help me deal. You're reading this message because KnowSpam doesn't know if 
you're a friend or foe. To prove you're a friend, just go to the URL below. 
You'll be asked to type a few numbers in a box. Once you do, I'll get your mail.

A hassle? Sure. That's why the evil spammers won't do it. But you will, because 
you're my bud, right? And once you have, I'll get your original email and 
you'll never have to do this again. This is strictly a one time thing. 



http://knowspam.net/v/v?a=ZGViaWFuLWZpcmV3YWxsQGxpc3RzLmRlYmlhbi5vcmc=b=ZG1wQGZyYXkuY29t


Thanks!




Re: How do I set a coordinate system using Vision Assistant 7.0

2004-04-24 Thread dmp
Vision Assistant does not currently have the ability to create
coordinate systems.  You can either generate LabVIEW code from your
Vision Assistant script and insert the coordinate system VIs, or use
Vision Builder for Automated Inspection to set up a coordinate system.

Best regards,
Dawna P.
Applications Engineer
National Instruments



Re: Labview crashes because of a conflict between IMAQ and a dll

2004-04-15 Thread dmp
It may be that the 12C VI is not properly closing out the session, but
it is impossible to know since we cannot access the dll.  Can you
contact the company and find out more about what their VI is doing?

It may be that you just have to stick with running their VI
separately.

Good luck!



Re: How to set background color to black for PCI-1407 on 2nd target machine with LabVIEW 5.1

2004-04-08 Thread dmp
Let's try to narrow down the issue a bit.  Try displaying an image
from file rather than the acquired video data and see if the
background color still changes.  If you have not already done so, I
also suggest running the executable on the development machine and on
a different operating system, to possibly eliminate or confirm Windows
98 as part of the problem.

Please let me know the results.  Best wishes!



Re: How to set background color to black for PCI-1407 on 2nd target machine with LabVIEW 5.1

2004-03-25 Thread dmp
The background color of your picture should not be changing if your
image environment, video monitor, etc. are the same for both systems.
Do you see the problem if you use the camera from the first machine on
the target machine?  What if you use swap out the PCI-1407s between
the two systems?  Also, are you running the same version of the
NI-IMAQ driver on both machines?

Best regards,
Dawna P.
Applications Engineer
National Instruments



Re: Integrate IMAQ Vision picture into frontpanel

2004-03-04 Thread dmp
Hi, Felix,

I believe what you are asking is how to display images on a LabVIEW
front panel.  If you are using LabVIEW 7, there is now an embedded
front panel control that you can use for image display.  This control
is found in the following location on the Controls Palette: Controls
 Vision  Image Display.

If you are using a previous version of LabVIEW but you have IMAQ
Vision (which it sounds like you do), you can display the image in a
WindDraw window.  Here is an example that demonstrates the use of the
WindDraw window:  a
href=http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3DB9156A4E034080020E74861p_node=DZ52490p_source=External;Developer
Zone Example: High-level Grab in IMAQ Vision Display/a

I hope this helps!  Best wishes with your application.

Best regards,
Dawna P.
Applications Engineer
National Instruments



Re: LabVIEW 7 USB Camera

2004-02-09 Thread dmp
Actually, you will need a USB driver for the camera.  There are
several third party organizations which make such drivers.  For
example, Inventeering.com has an ActiveX Control that interfaces to
USB Cameras, as well as LabVIEW examples.  You might also check out
http://www.geocities.com/irene_he/IVision.html or Peter Parente's
webcam drivers (www.mindofpete.org).

For more information, you may want to post this question on the Vision
discussion forum.  Here's an example of a thread from that forum on
USB cameras:
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101RNAME=ViewQuestionHOID=50650008009B7EECategory=Vision

I hope this helps!

Best regards,
Dawna P.
Applications Engineer
National Instruments



Re: kernel welded??

2001-10-04 Thread dmp

Bill Fumerola wrote:
 At 11:13 AM 10/4/2001 -0700, [EMAIL PROTECTED] wrote:
 I am completely blind and stuck: I was recompiling (2nd time) my kernel, when (make 
install) suddenly I was surprised with the following message:

 mv /kernel /kernel.old
 Operation not permitted

 seriously: What is happening, and how to correct it?
 
 as to your actual problem:
 -r-xr-xr-x  1 root  wheel  schg 2265352 Jan 25  2001 /kernel
 
 /kernel has the 'schg' flag set. you can learn more about flags in 'man
 chflags'. if 'make install' doesn't clear this flag before installing
 (and it does), that's a bug.

It's more likely to be kern.securelevel having been set to 1 or higher,
rather than an actual bug.  irado, change the securelevel item in
/etc/rc.conf to 0, then reboot and re-run make install.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-net in the body of the message



<    1   2