search for: find_next

Displaying 15 results from an estimated 15 matches for "find_next".

2001 Mar 08
2
Error: Looping in FIND_NEXT !
...oblem with samba. I use samba 2.0.3 on a linux 2.0.38 system. I want do a netbios connexion between my linux system with the smbclient command and a share on a windows 3.11 system. I make correctly the connexion with smbclient, and when type ls or dir, smbclient respond with Error: Looping in FIND_NEXT?? What the problem, which parameter to set in configuration of smb.conf to do resolve the problem. The mget command do the same thing, but when i use the command get [file.txt] the command do normaly. Why ? thanks for your help ! :3) __________________________________________________ Voila vo...
2001 Mar 01
1
A problem between smbclient and a share with windows 3.11
...with samba. > I use samba 2.0.3 on a linux 2.0.38 system. I want do a netbios > connexion between my linux system and a share on a windows 3.11 system. > > I make correctly the connexion with smbclient, and when type > ls or dir, smbclient respond with > > Error: Looping in FIND_NEXT?? > > What the problem, which parameter to set in configuration of smb.conf > to do resolve the problem. > > thanks for your help ! :3) > --__--__-- > > Message: 2 > From: "Allen, Michael B (RSCH)" <Michael_B_Allen@ml.com> > To: "'victor3.l...
2001 Oct 03
5
Could not connect to a Win3.1 share
Hello! A problem: Samba (2.0) can log in to a Win31 share (I get a prompt), but after that I obtain smb: \> ls Error: Looping in FIND_NEXT?? ERRSRV - ERRerror (Non-specific error code.) listing \* 51250 blocks of size 8192. 26860 blocks available If I try to get some file that exists, I obtain smb: \> get Anu.doc Error opening local file Anu.doc What could be the solution? Indrek Zolk, Tartu Univ., Est...
1998 Sep 02
1
Win95 and Smbmount
Hi, When I "smbmount" a shareable drive on my linux box, the result of the "ls" command is often false. (Kernel is compiled with "SMB Win95 bug work around" and "SMB filesystems support", Linux 2.0.34, RedHat 5.1, Samba 1.9.18p5) What can I do to solve my problem ??? Thanks a lot for your help. Michel
2006 Aug 02
9
How to fetch the previous or next record
Hello, Is there some built-in facility for fetching the Previous or Next record from a table? Assume the command find_by_name has been issued, and the variable @name contains the name "John Doe". I''m looking for something like find_next(@name) and find_previous(@name). What''s a good way to pursue if one has to roll their own methods? Thanks for the help, gk -- Posted via http://www.ruby-forum.com/.
1999 Oct 23
0
smbfs: patch for directory listing
...ks or not (before and after), and what the server is running. I have tested NT4 SP3 & SP4 (works after patching) and samba-2.0.4 (works both before and after). Other directories should of course still work. What happens is that when listing the dir the NT4 server returns an error on the first find_next call: smb_proc_readdir_long: name=, entries=117, rcls=1, err=123 and the dir can't be listed. A samba-2.0.4 server works fine without the patch, so this is possibly a NT bug (or samba not being equally picky/not using the same mechanism for resuming a dir listing). I have found the following...
1998 Aug 23
4
Problems with smbmount
I have a problem. When I mount my CD (witch is on WIN97 machine) using smbmount I do not see all files in all dirs. If dir have more then, let say, 100 files (it is not the same every time), I do not see all files. This is a problem because on my Linux box I do not have CD-ROM, so if I have to install some packages I first have to copy rpm files on disk, and then install them witch is annoying.
2002 Jun 25
1
RE: [PATCH] smbfs readdir fix (CFT: NetApp, OS/2)
...CFT: NetApp, OS/2) On Fri, 21 Jun 2002, Vlads wrote: > Urban, > I made a tcpdump files for each request. > Look like windows do no return the missing file in any tcp packet.... There are some differences in how the requests are made: 1. smbfs does not understand the lastname data for FIND_NEXT when in infolevel 260 and does not use it in the next request. NT4/win2k does. 2. smbfs sets the continue bit to tell the server to continue from the last search, NT4/win2k does not. Even with your scripts, Vlad, I can't always trigger this error so I don't know if I have fixed anyth...
2006 Apr 20
1
Returning Count from find_by_sql
...number of comments in a specified post def self.find_count(post_id) find_by_sql(["SELECT COUNT(*) FROM commments WHERE post_id = ?", post_id]) end CONTROLLER: def test @post = Post.find(@params["post_id"]) @comment = Comment.find_next(@params["post_id"], @params["position"]) @count = Comment.find_count(@params["post_id"]) end VIEW: line 1: <% if @comment.position < @count -%> .... ERROR: ActionView::TemplateError (comparison of Fixnum with Array failed) on line #1 of app/views/m...
1999 Jun 09
3
Win98 : passwd change fail / where is mksmbpasswd.sh ?
I 'm currently running a SUN SparcStation with Solaris 2.7 and Samba 2.0.3 Samba runs as domain master and i got security=user and i enabled plain text password on PCs but those Win98 boxes are unable to change their password ( password fail) So i want to try with encrypted password but i can't find mksmbpasswd.sh. Can anyone tell me where to find it ( NOT in source please, i tried
2000 Jan 03
0
Character set and client code page in samba 2.0.6.
...distribution. There are two possible explanations of the current situation: samba 2.0.6 has errors in code pages handling or I have done something wrong. But what? K. Hrebeniuk PS. And this is what I get when I use 2.0.6 smbclient and Win 3.11: smb:\> dir Error: Looping in FIND_NEXT?? ERRSRV - ERRerror(Non specific error code.) listing \* Any ideas? ----------------------------------------------- Krzysztof Hrebeniuk Wojewodzki Inspektorat Ochrony Srodowiska ul. Nysy Luzyckiej 42 45-035 Opole tel. (+48)(+77) 454-22-89, 453-99-06; fax: 453-00-69
2000 Jun 27
4
smbmount cannot browse large NT directories
This is a problem I get with various versions of Samba, up to and including 2.0.7. (The version shipped with Debian.) I have an NT machine (4.0, service-pack 3 using NTFS) exporting a filesystem to Linux through smbmount. Specific directories are not browsable. By that I mean that "ls *" comes up blank, however if you know the filename, "ls foo.txt" will still find the
2004 Dec 19
0
[2.6 patch] remove outdated smbfs ChangeLog
...ststation.com> - - * dir.c, cache.c: replace non-bigmem safe cache with cache code - from ncpfs and fix some other bigmem bugs in smbfs. - * inode.c: root dentry not properly initialized - * proc.c, sock.c: adjust max parameters & max data to follow max_xmit - lots of servers were having find_next trouble with this. - * proc.c: use documented write method of truncating (NetApp fix) - -2000-08-14 Urban Widmark <urban@svenskatest.se> - - * dir.c: support case sensitive shares - * inode.c: ascii mount options - * proc.c: check length of paths to avoid buffer overflow - * proc.c: don't...
2002 Jun 25
2
RE: [PATCH] smbfs readdir fix (CFT: NetApp, OS/2)
...CFT: NetApp, OS/2) On Fri, 21 Jun 2002, Vlads wrote: > Urban, > I made a tcpdump files for each request. > Look like windows do no return the missing file in any tcp packet.... There are some differences in how the requests are made: 1. smbfs does not understand the lastname data for FIND_NEXT when in infolevel 260 and does not use it in the next request. NT4/win2k does. 2. smbfs sets the continue bit to tell the server to continue from the last search, NT4/win2k does not. Even with your scripts, Vlad, I can't always trigger this error so I don't know if I have fixed anyth...
2005 Jan 08
0
[2.6 patch] remove outdated smbfs ChangeLog (fwd)
...ststation.com> - - * dir.c, cache.c: replace non-bigmem safe cache with cache code - from ncpfs and fix some other bigmem bugs in smbfs. - * inode.c: root dentry not properly initialized - * proc.c, sock.c: adjust max parameters & max data to follow max_xmit - lots of servers were having find_next trouble with this. - * proc.c: use documented write method of truncating (NetApp fix) - -2000-08-14 Urban Widmark <urban@svenskatest.se> - - * dir.c: support case sensitive shares - * inode.c: ascii mount options - * proc.c: check length of paths to avoid buffer overflow - * proc.c: don't...