- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CIFS Server on HP-UX - Can't delete 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
01-18-2005 08:53 AM
01-18-2005 08:53 AM
We're running CIFS Server (A.01.04) on HP-UX 11.11. Users connecting from Windows can create folders and files. From Windows, they can delete the folders they create, but can't delete the file they create. It appears that the file has been deleted, but when they refresh Explorer or run dir, they can see the file still there. From a UNIX shell, they can delete the files.
Any ideas on why this would be or any tips on how we can debug this problem? We set the log level to 10 in smb.conf, but it didn't give us any information on why the files weren't deleted.
Thanks,
Doug
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 09:51 AM
01-18-2005 09:51 AM
Re: CIFS Server on HP-UX - Can't delete files
It seems that you must set umask to a value that will permit the users to delete the files. umask will be set in the user that starts smb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 09:54 AM
01-18-2005 09:54 AM
Re: CIFS Server on HP-UX - Can't delete files
I don't think it has anything to do with umask. The file permissions look fine, files can be deleted by the user though UNIX (just not through SAMBA). Folders can be deleted. If umask was a problem, none of those methods would work either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 10:23 PM
01-18-2005 10:23 PM
SolutionMy first suggestion would be to get hold of a newer version of CIFS - A.01.04 is very old and there have been many fixes since then. You can download the latest version from http://software.hp.com
Please pay particular attention to the kernel parameter changes when moving from pre-A.01.08 versions.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 03:29 AM
01-19-2005 03:29 AM
Re: CIFS Server on HP-UX - Can't delete files
Upgrading versions fixed the problem. Application group was reluctant to change versions, but that turned out to be the fix.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 03:30 AM
01-19-2005 03:30 AM
Re: CIFS Server on HP-UX - Can't delete files
see above ...