- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Installer creates 0 byte files
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 11:48 PM
09-20-2004 11:48 PM
Installer creates 0 byte files
On all of our test systems the software installs fine. Yet when the customer tries to install our software, a file which is copied to /sbin/init.d becomes a zero byte file and the rest of the installation fails.
As I said our installer works on all of our test systems and with all other customers. We have verified that the user is 'root' and that the package file etc is not corrupted. If we manualy copy the file the file ratains it's size but if we run the installer it get's overwritten and becomes 0 bytes.
The workstation is stand alone and is not connected to a network. We did verify that 'localhost' was correctly defined in the HOSTS file.
Any help will be much appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 12:08 AM
09-21-2004 12:08 AM
Re: Installer creates 0 byte files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 12:09 AM
09-21-2004 12:09 AM
Re: Installer creates 0 byte files
Also how you are installing it?? Are you using swinstall??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 12:10 AM
09-21-2004 12:10 AM
Re: Installer creates 0 byte files
Are you saying that all other software installs correctly except your own software? If so, it sounds like something is wrong with how your software was packaged.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 01:28 AM
09-21-2004 01:28 AM
Re: Installer creates 0 byte files
The root filesystem is not full.
The software our customer is trying to install is our GEAR for UNIX CD & DVD recording software which we develop.
The software is provided as a package file which was created on an HP system and is installed using swinstall.
We can install GEAR on all of our HP systems with no problem. Also we have many HP customers who have had no issues with installation. Only this one customer is seeing the described behaviour.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 02:07 AM
09-21-2004 02:07 AM
Re: Installer creates 0 byte files
Strange!
-1-You have checked reversed nslookup (IP + hostname)
-2-The file is a tar file
-3- On a stand-alone system, run swinstall to install the product:
# swinstall -s /tmp/
-4-Maybe a shot in the dark, can could you rule out a drive error ?
# dd if=/dev/rdsk/cxtydz of=/dev/null bs=1024k
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 02:28 AM
09-21-2004 02:28 AM
Re: Installer creates 0 byte files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 03:19 AM
09-21-2004 03:19 AM
Re: Installer creates 0 byte files
* Installing fileset "GEARGUI.commands,r=4.11" (1 of 1)
ERROR: Could not access remote file "sbin/init.d/GEARogm" in software item
"GEARGUI.commands,r=4.11,a=HP-UX_B.11.032/64,v=GEAR_Software:/usr"
due to an internal error on the remorte system.
Does this provide any further insite?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 03:44 AM
09-21-2004 03:44 AM
Re: Installer creates 0 byte files
simular to yours but no solution.
Most of the times an error
ERROR: Could not access remote file
suggest there is a network/hostname problem.
Above you said this is a stand alone system. Try the steps below.
-1-
edit your /etc/hosts file
127.0.0.1 your_name loopback
-2-
if excists
mv /etc/resolv.conf /etc/resolv.conf.old
-3-
touch /var/adm/sw/standalone
-4-
/usr/sbin/swagentd -r
Groeten,
Robert-Jan