pdv-users Mailing List for Payload Delivery Vehicle
Brought to you by:
gwiley
You can subscribe to this list here.
| 2001 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
|---|
|
From: Glen W. <gw...@ie...> - 2001-09-30 14:28:07
|
I have uploaded release 1.5.1 of PDV to the sourceforge servers. There were problems with using help/agreement text files larger than 1K. The latest release is now available at: http://sourceforge.net/project/showfiles.php?group_id=2518 Please feel free to drop me a line with questions/comments. -- Glen Wiley gw...@ie... VRU Applications Development Manager Capital One Financial Services Everything should be made as simple as possible, but not simpler. -- Albert Einstein |
|
From: Paul S. <pa...@ao...> - 2001-09-21 19:43:43
|
when attempting to create a pdv package using `pdvmkpkg -CT -H bs/help -e
bs/install -c bcsbs.SunOS.dev bs.tar.Z`, it automatically coredumps.
heres the truss output:
fstat64(3, 0xFFBEF8D8) = 0
brk(0x00025A50) = 0
brk(0x00027A50) = 0
ioctl(3, TCGETA, 0xFFBEF864) Err#25 ENOTTY
read(3, "\n E n t e r y".., 8192) = 6414
Incurred fault #5, FLTACCESS %pc = 0xFF2C17F8
siginfo: SIGBUS BUS_ADRALN addr=0x68678CCA
Received signal #10, SIGBUS [default]
siginfo: SIGBUS BUS_ADRALN addr=0x68678CCA
*** process killed ***
it appears to be a problem with the help file specified, but I cannot find
any errors or issues with the file.
does anyone have any suggestions.
tx.
;-----------------------------------------------------------
* Paul Sullivan / pa...@ao... / pa...@pa...
* Web Infrastructure & Security / Research and Development
* Systems Administrator / Internet Services / America Online
;-----------------------------------------------------------
D46B 40E7 0AD4 702D 2E2E C84C A191 B5D6 1F2E ACE2
"You can even optimize for obscurity." - LW
|
|
From: Brian H. <ha...@ao...> - 2001-09-10 22:37:14
|
I see in the 1.5 change notes that you take user requests :) I would like to be able to allow the user to pass in arguments on the command line that get passed as arguments to the install script. Currently I use environment variables to pass data into the install script which can be a bit ugly. Brian -- Brian Harvell ha...@ao... http://ToolBoy.com/ echo '[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq'|dc |
|
From: Glen W. <gw...@ie...> - 2001-09-09 21:35:07
|
I have uploaded release 1.5 of PDV to the sourceforge servers. The most interesting change is the addition of an option to allow you to specify an "agreement" to which the user must answer "yes" before the package will extract itself. The latest release is now available at: http://sourceforge.net/project/showfiles.php?group_id=2518 Please feel free to drop me a line with questions/comments. -- Glen Wiley gw...@ie... VRU Applications Development Manager Capital One Financial Services Everything should be made as simple as possible, but not simpler. -- Albert Einstein |
|
From: Glen W. <gw...@ie...> - 2001-02-10 20:40:45
|
There are a few minor glitches in the install for PDV 1.4, all of these are fixed in the CVS tree and will be included in PDV 1.5: - if you are installing using the source tarball then the doc directory will not be created during the install, you can either create it ahead of time (e.g. /usr/local/doc/pdv) or ignore the errors. - man pages for pdvmkpkg and xmpdvmkpkg should have been installed (as copies of pdv.1) - you can either copy pdv.1 or just use 'man pdv' instead of 'man pdvmkpkg' - if you './configure --without-x', make will still try to build the X11 dir, this is harmless, you can ignore the errors |