- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MS Word File corruption on HP-UX V11 using Samba
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
06-19-2001 09:59 PM
06-19-2001 09:59 PM
MS Word File corruption on HP-UX V11 using Samba
When a word file is saved over a network to a HP-UX server via Samba, the file
gets corrupted after doing cut & paste or any text formatting: part of the document gets
replaced by random characters, most appearing as rectangles on the
screen, some as new lines, columns or page breaks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 10:18 PM
06-19-2001 10:18 PM
Re: MS Word File corruption on HP-UX V11 using Samba
but this happens when a word / any formatted file transfered through ftp in ascii mode . Check up for some setting in samba to transfer the file in binary mode.
Good luck
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 10:21 PM
06-19-2001 10:21 PM
Re: MS Word File corruption on HP-UX V11 using Samba
hp-ux doesn't support MS-word. so convert the ms-word file to .txt and do ftp or nfs to hp machine. even then too the file will not be in it's original format. it contains the linefeeder(^M) which can be eliminated using 'sed'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 10:21 PM
06-19-2001 10:21 PM
Re: MS Word File corruption on HP-UX V11 using Samba
Really strange problem. We use Samba with HPUX
11 on our servers without this kind of problem.
Give Samba version and explain what is this
special "group of users". If you can join your
smb.conf to see if there is something wrong on
it... Perhaps somebody can compare with his own
system...
Did you look in your logs to see if there are
error messages ?
Regards,
Herve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 10:35 PM
06-19-2001 10:35 PM
Re: MS Word File corruption on HP-UX V11 using Samba
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 11:47 PM
06-19-2001 11:47 PM
Re: MS Word File corruption on HP-UX V11 using Samba
have you tried to turn on samba in debug mode? I'd suggest to use (in smb.conf)
debug level = 5
debug pid = Yes
log file = /var/opt/samba/log.%m
max log size = 1000 # eventually more
Before doing a saving attempt of the word file sero the logs in a way like (not tested)
# for i in `ls |grep log. `
>do
>cat /dev/null > $i
> done
Then after saving collect the logfile from the client and examin it.
Some additional questions may be: Which Office package on wich OS are the affected users working with? What is the samba-version you are using? How is "oplocks" set? What else is common with the group of users, are they NIS users?
FYI: See as well the samba form HP called CIFS/9000: http://www.software.hp.com/ click on "network & system administration" (currently based on SAMBA2.0.7)