Bug 4852 - Problem with overwrite file from win98 client
Summary: Problem with overwrite file from win98 client
Status: RESOLVED FIXED
Alias: None
Product: BuildFarm
Classification: Unclassified
Component: scripts (show other bugs)
Version: unspecified
Hardware: x86 Windows 98
: P3 critical
Target Milestone: ---
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-01 07:59 UTC by anto
Modified: 2007-08-15 10:53 UTC (History)
1 user (show)

See Also:


Attachments
proposed patch (649 bytes, patch)
2007-08-15 08:41 UTC, Volker Lendecke
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description anto 2007-08-01 07:59:07 UTC
Hello,
I have problem with samba-3.0.25b-2.fc7.
When I tried overwrite file from Win98 client on samba server, I receive message:
Cannot create a file when thet file already exists.

From Win XP clients everything work fine.

Salute
Anto
Comment 1 Jeremy Allison 2007-08-01 11:44:02 UTC
Please give more info - how exactly are you trying to overwrite the file ? Command line ? Graphical client ?
Jeremy.
Comment 2 anto 2007-08-02 01:38:23 UTC
(In reply to comment #1)
> Please give more info - how exactly are you trying to overwrite the file ?
> Command line ? Graphical client ?
> Jeremy.

example:
File on samba server exist. When I try copy file with same name from win98 client (with Windows explorer)on samba server, I receive message:
Cannot create a file when thet file already exists.
From msdos prompt I can overwrite file.
Win98SE are patched with all available patches.
I haven't that problem with Win Xp client.
Anto
Comment 3 Volker Lendecke 2007-08-15 08:41:04 UTC
Created attachment 2865 [details]
proposed patch

Can you try the attached patch? This fixes the issue for me.
Comment 4 Volker Lendecke 2007-08-15 08:45:33 UTC
Checked in the patch with r24461. Please re-open this bug if it does not fix the issue for you.

Thanks,

Volker