similar to: NonDeterministic Disk Full Errors

Displaying 20 results from an estimated 900 matches similar to: "NonDeterministic Disk Full Errors"

1998 Sep 15
0
Directories show empty after some time ...
Sorry that I will ask a kind of a vague question, but I don't really know how to proceed at the moment: Some of our Samba (1.9.18p10) users experience the following problem: they map a drive to a Samba share (pointing into AFS, if that matters) and see all files/dirs correctly after the password dialog. 'Some time' later (for one user usually about one hour) they try to use the drive
1997 Jul 26
0
Visual Basic Error 48
Hi all, I have some trouble with Visual Basic application. When the application try to open their files it gives me : Error 48 loading DLL Log file is : switch message SMBopenX (pid 2296) unix_clean_name [./ABC/ABC.EXE/2] unix_clean_name [./abc/abc.exe/2] Error opening file ./abc/abc.exe/2 (Not a directory) (flags=0) 07/26/97 19:26:23 error packet at line 1070 cmd=45 (SMBopenX) eclass=1 ecode=5
1998 Oct 08
0
readbraw vs. readX
Using Samba 1.9.18p10 I have found a difference between Win95 and WinNT: opening 'Lotus Freelance' files from Win95 is really slow (about 17 kB/s only) vs fast (~hundreds of kB/s) from WinNT. Looking into the log (with debug level=4) I see using Win95: switch message SMBopenX (pid 33994) Skipping become_user - already user unix_clean_name [./PRIVATE/Goyal_Sep98.PRZ] Got dir cache hit on
1998 Apr 16
2
Problem with visual C++ and samba
We are having a problem with Microsoft visual C++ compiling source code maintained on a samba server. Occasionaly the compiler reports that it cant open the file vc50.pch. The samba server is running on a freebsd box. Taking a look at the log files it looks like when the operation fails the server is processing the command open (vc50.pch for exclusive use write setattrE write open (vc50.pch
2000 Jun 02
0
Trouble with copying a file from Windows 95 to a mapped drive
A PC running Windows 95 has a share mounted from a Samba 2.0.7 server running under Mac OS X Server. An attempt is being made to copy a file on the PC called suse.iso to a subdirectory of the share (faberlab) on the Samba server. The PC hangs a bit and eventually complains that it can't create the file. Here is the debug log starting from the moment the copy has begun... [2000/06/02
1997 Jul 18
0
Samba 1.9.16pl11: dropping connections between Solaris 2.5.1 and WinNT4SP3
Hi all: I am experiencing a problem where WinNT and Samba are dropping connections during file transfers. I have the following smb.conf settings: keep alive = 30 dead time = 1440 socket options = IPTOS_THROUGHPUT SO_KEEPALIVE (although I tried IPTOS_NODELAY with no apparent benefit). The client is copying a large number of files up to the server, then there is a pause at a random file,
2002 Sep 25
1
Win95 .bat Issue
For some reason I'm getting Access denied errors when I try to execute a .bat file that resides on a TRU64 samba share, from a Win95 command prompt. The drive is mapped as x:\ & for the sake of testing, the directory has been recursively set to 777 (chmod). Command prompt output: x:\> x:\r235\src\ntprpst\sharc\mta\src\build_sharc_fta.bat Access denied -
1997 Oct 23
1
NT domain logon questions
Hi. Myself and a anti-Micro$oft companion tried to get NT domain logons working yesterday and seem pretty close, but not quite. Samba is 1.9.18alpha3, server is an Ultra-2 running SunOS 5.5.1. Encrypted passwords seem to be working, a la smbclient and mostly from NT, "mostly" because it *seemed* to be working but we did have some problems with home directories in smbpasswd changing
1999 Apr 13
0
Printers now don't work - what can I check?
My Samba-shared printers (v2.0.3) printers worked great until I updated several software packages last weekend. These printers are networked and can still be used by running lpr from the command line of my Linux (RedHat v5.2, kernel 2.2.5) server. Print jobs sent from the client machines (OS/2 and Win98) are not printed. A job sent from a client machine is apparently just lost. Nothing
1998 Feb 21
14
Problems with samba
I installed Samba on my Linux box, then I got next problems: 1. Printing from NT. When I try to connect a network printer to my Samba printer , NT report something like "invalid printer name" and in log writed by Samba appear: .............. smb_bcc=14 switch message SMBopenX become_user now uid=(0,507) gid=(100,100) 02/20/98 18:00:38 error packet at line 3677 cmd=45 (SMBopenX)
1998 Oct 21
1
It's just stopped working! (1.9.18p8, IRIX 5.3)
Hi all, I'm extremely puzzled by the behaviour of one of my Samba servers. It's been working fine for yonks, and this morning (abuout 11:32) it just stopped. (mostly) Connecting to shares still works. Navigating the tree till works. Changing (DOS) attributes still works. But actually opening files and reading the contents doesn't work. The client just times out (Win 3.11, and
2001 Nov 29
1
(no subject)
I'm having a problem with files locking so that every time the are opened up they are opened as Read-Only. Windows doesn't see them as readonly but Samba thinks that they are write=no and so they can't be saved or deleted. I've included a log, my smb.conf, and a getfacl of a user's home directory as well as a getfacl of the directory from /home. Any help would be
2004 Jan 09
0
large file pre-allocation causing Windows error
I'm trying to copy a 400 MB file from a Windows 98 host to a FreeBSD 4.5 Samba server providing access to a FAT32 filesystem. I've got "strict allocate = no", but from what I can see with debug set to 10, it is doing a ftruncate which takes about 50 seconds to complete. It appears that Windows gets impatient and generates an error (while Samba is still waiting for the
2004 Mar 15
0
Nondeterministic share connect failures
Hello I have a Samba PDC in domain KEVF_D4 called OBERON and a NT4 workstation NEPTUN in workgroup (not domain, workgroup) WORKGROUP I tried to map \\oberon\linux from OBERON using smbclient \\\\oberon\\linux -U <username> and gave password and it worked. I tried to map \\oberon\linux from NEPTUN and 1) got error message: "\\Oberon is not accessible. Logon failure: the user has not
2010 Jan 10
1
[LLVMdev] [PATCH] Fix nondeterministic behaviour in the CodeExtractor
On Fri, Jan 08, 2010 at 05:04:17PM -0800, Chris Lattner wrote: > On Jan 8, 2010, at 5:01 PM, Julien Lerouge wrote: > >Hello, > > > >The CodeExtractor contains a std::set<BasicBlock*> to keep track > >of the > >blocks to extract. Iterators on this set are not deterministic, and so > >the functions that are generated are not (the order of the >
2010 Jan 09
0
[LLVMdev] [PATCH] Fix nondeterministic behaviour in the CodeExtractor
On Jan 8, 2010, at 5:01 PM, Julien Lerouge wrote: > Hello, > > The CodeExtractor contains a std::set<BasicBlock*> to keep track of > the > blocks to extract. Iterators on this set are not deterministic, and so > the functions that are generated are not (the order of the > inputs/outputs can change). > > The attached patch uses a SetVector instead. Ok to apply ?
2008 Sep 23
0
答复: Re: 答复: RE: 答复:RE:
Hi all, I have started stubdom, thank all of you. But I still met a problem, that is I found stubdom block when it run 107s. the message in "xm li" : Domain-0 0 1719 2 r----- 171.9 hvmachine 1 256 1 -b---- 110.6 hvmachine-dm
2010 Jan 09
2
[LLVMdev] [PATCH] Fix nondeterministic behaviour in the CodeExtractor
Hello, The CodeExtractor contains a std::set<BasicBlock*> to keep track of the blocks to extract. Iterators on this set are not deterministic, and so the functions that are generated are not (the order of the inputs/outputs can change). The attached patch uses a SetVector instead. Ok to apply ? Thanks, Julien -- Julien Lerouge PGP Key Id: 0xB1964A62 PGP Fingerprint: 392D 4BAD DB8B CE7F
1999 Jun 01
0
" ERROR! Out of file structures" with smbd, and Arcserve IT on sm b share
Hi again, I was previously writing for a problem with Arcserve IT and Samba (with linux). The connection drops after 15 minutes. Continuing to understand what's happening, I discovered the following message in the logs: [1999/06/01 14:42:08, 0] smbd/files.c:file_new(85) ERROR! Out of file structures Immediatly I ran into the samba code to try to understand the cause of the problem.
2022 Sep 24
17
[Bug 3475] New: ED25519 signature verification nondeterministic spurious failure
https://bugzilla.mindrot.org/show_bug.cgi?id=3475 Bug ID: 3475 Summary: ED25519 signature verification nondeterministic spurious failure Product: Portable OpenSSH Version: v9.0p1 Hardware: amd64 OS: Linux Status: NEW Severity: critical Priority: P5 Component: ssh