search for: file_new

Displaying 20 results from an estimated 95 matches for "file_new".

2013 Mar 09
2
grouping followed by finding frequent patterns in R
...ut_NUM.csv") file <- file[!duplicated(file),] eclat(split(file$TRN_TYP,file$CIN)) but it gave me the following error: Error in asMethod(object) : can not coerce list with transactions with duplicated items 2) I ran this code: file<-read.csv("D:/R/Practice/Data_Input_NUM.csv") file_new<-file[,c(3,6)] # because my file Data_Input_NUM has many other columns as well, so I selecting only CIN and TRN_TYP file_new <- file_new[!duplicated(file_new),] eclat(split(file_new$TRN_TYP,file_new$CIN)) but again: Error in eclat(split(file_new$TRN_TYP, file_new$CIN)) : internal error in...
1999 Jun 22
3
ERROR! Out of file structures
...ay though the transfer I get the following error message. "Cannot copy <filename>: Network Access is denied. Be sure you have the correct network permissions to perform this operation" In log.machine the following error's are present: [1999/06/22 11:10:40, 0] smbd/files.c:file_new(85) ERROR! Out of file structures [1999/06/22 11:10:40, 0] smbd/files.c:file_new(85) ERROR! Out of file structures In log.smb the following entries are always there at daemon startup: [1999/06/22 10:46:27, 1] smbd/files.c:file_init(216) file_init: Information only: requested 10000 open file...
2000 Mar 14
2
Samba question - Out of File Structures
...3/08 11:01:34, 0] smbd/server.c:main(702) standard input is not a socket, assuming -D option [2000/03/09 15:57:36, 1] smbd/service.c:make_connection(535) ediae01653 (147.114.183.32) connect to service charts as user macdougd (uid=1003, gid=101) (pid 3061) [2000/03/09 19:37:11, 0] smbd/files.c:file_new(85) ERROR! Out of file structures [2000/03/09 19:37:11, 0] smbd/files.c:file_new(85) ERROR! Out of file structures [2000/03/09 19:37:30, 0] smbd/files.c:file_new(85) ERROR! Out of file structures [2000/03/09 19:37:30, 0] smbd/files.c:file_new(85) ERROR! Out of file structures [2000/03/09 19...
2009 Nov 17
1
samba 3.4.2-1: ERROR! Out of file structures
Hello, When performing a lot of file I/O on a samba share, I see the following: Nov 15 16:01:47 l1 smbd[31472]: ERROR! Out of file structures Nov 15 16:01:49 l1 smbd[31472]: [2009/11/15 16:01:49, 0] smbd/files.c:61(file_new) Nov 15 16:01:49 l1 smbd[31472]: ERROR! Out of file structures Nov 15 16:01:49 l1 smbd[31472]: [2009/11/15 16:01:49, 0] smbd/files.c:61(file_new) Nov 15 16:01:49 l1 smbd[31472]: ERROR! Out of file structures Nov 15 16:01:49 l1 smbd[31472]: [2009/11/15 16:01:49, 0] smbd/files.c:61(file_new...
2000 Nov 19
2
bug ?
Hello, I use caldera 2.4 , and evrything goes well with samba. Login, shares, homes and neighborhood but the windows stations cannot change their samba password on the Linux serveur. It allways answers that the old password is wrong and it is no. anyway the password was recognise at the login... Their is no relation with passwd sync or passwd chat. Thank you for your help (and your work ! ).
2009 Mar 03
3
CreateHardLink problem
.... I'm running into a strange problem when that share happens to be on a Samba server. When the application tries to create the 10000th hard link, the win32 CreateHardLink() function returns error code 5 "Access is denied". The Samba log shows: [2009/03/03 01:29:08, 0] smbd/files.c:file_new(79) ERROR! Out of file structures Some googling suggested that the "out of file structures" error occurs when Samba exceeds its max open files limit. Sure enough, if I change "max open files" in smb.conf, the number of successful calls to CreateHardLink() before the error oc...
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. Everything was as if the smbd process could not allocate any new file handler (to my best understanding of the samba code). However, if I use a tool like qps to track the open f...
2009 Nov 26
2
quote warning not being triggered (yet again)
...ndlichen Gr??en EOF [ "$?" -gt 0 ] && \ ${BIN_LOGGER} -p mail.error -t "${SCRIPT_NAME}(${MAIL_TO})" \ "writing message to ${FILE_TMP} failed" && exit 1 # set more filename values FILE_SIZE="`${BIN_STAT} --printf='%s' ${FILE_TMP}`" FILE_NEW="${DIR_MAILDIR_NEW}/${FILE_NAME},S=${FILE_SIZE}" # deliver message ${BIN_MV} ${FILE_TMP} ${FILE_NEW} [ "$?" -gt 0 ] && \ ${BIN_LOGGER} -p mail.error -t "${SCRIPT_NAME}(${MAIL_TO})" \ "delivering message to ${FILE_NEW} failed" && exit 1 #...
2014 Dec 16
2
Samba "%G" replacement not working in "Logon script" ?
...heck_lock_order) check lock order 1 for /var/run/samba/smbXsrv_open_global.tdb [2014/11/21 20:53:36.616906, 5] ../lib/dbwrap/dbwrap.c:146(dbwrap_lock_order_state_destructor) release lock order 1 for /var/run/samba/smbXsrv_open_global.tdb [2014/11/21 20:53:36.616950, 5] ../source3/smbd/files.c:128(file_new) allocated file structure fnum 2158460712 (2 used) [2014/11/21 20:53:36.616995, 3] ../source3/smbd/dosmode.c:163(unix_mode) unix_mode(%g.bat) returning 0744 [2014/11/21 20:53:36.617034, 5] ../source3/smbd/open.c:2168(open_file_ntcreate) open_file_ntcreate: FILE_OPEN requested for file %g.bat and...
1999 Jun 28
0
Can't backup Samba share using NT Server across the network
...and samba (which, benchmarks notwithstanding , seems faster than when it used to run NT) . We have been backing part of its disk space up using a NT server. We moved from 2.03 to 2.04b and the backups started failing. The error in the error log is as follows [1999/06/22 17:58:42, 0] smbd/files.c:file_new(85) ERROR! Out of file structures [1999/06/22 17:58:43, 0] smbd/files.c:file_new(85) ERROR! Out of file structures I looked around and found a patch for nttrans.c that fixed this error, but the backup still fails. We can view the share from the machine, we can open the files from the machine....
2016 Mar 03
2
Weird permissions problem
...check lock order 1 for /var/lib/samba/lock/smbXsrv_open_global.tdb [2016/03/03 13:37:52.005698, 5] ../lib/dbwrap/dbwrap.c:146(dbwrap_lock_order_state_destructor) release lock order 1 for /var/lib/samba/lock/smbXsrv_open_global.tdb [2016/03/03 13:37:52.005763, 5] ../source3/smbd/files.c:128(file_new) allocated file structure fnum 3023466581 (5 used) [2016/03/03 13:37:52.005845, 5] ../source3/smbd/dosmode.c:196(unix_mode) unix_mode(desktop.ini) returning 0744 [2016/03/03 13:37:52.005907, 5] ../source3/smbd/open.c:2550(open_file_ntcreate) open_file_ntcreate: FILE_OPEN requested for f...
2014 Dec 27
2
Bug found in Samba 4 ?
...heck_lock_order) check lock order 1 for /var/run/samba/smbXsrv_open_global.tdb [2014/12/26 10:58:44.959185, 5] ../lib/dbwrap/dbwrap.c:146(dbwrap_lock_order_state_destructor) release lock order 1 for /var/run/samba/smbXsrv_open_global.tdb [2014/12/26 10:58:44.959230, 5] ../source3/smbd/files.c:128(file_new) allocated file structure fnum 491426714 (5 used) [2014/12/26 10:58:44.959276, 3] ../source3/smbd/dosmode.c:163(unix_mode) unix_mode(%G%gdbucher%u.bat) returning 0744 Denis Le 26.12.2014 23:41, Ricky Nance a ?crit : > Sorry for not replying earlier Dennis, but its been a bit crazy the las...
2004 Oct 15
1
Directory Name '.../pipe' not allowed ? Samba Bug ?
...sh.c:is_mangled(317) is_mangled: projects.INF : False [2004/10/15 10:24:52, 5] smbd/filename.c:unix_convert(319) New file projects.INF [2004/10/15 10:24:52, 3] smbd/dosmode.c:unix_mode(111) unix_mode(Zwischenablage/Jaeger/pipe/projects.INF) returning 0777 [2004/10/15 10:24:52, 5] smbd/files.c:file_new(123) allocated file structure 9547, fnum = 13643 (3 used) [2004/10/15 10:24:52, 10] smbd/open.c:open_file_shared1(808) open_file_shared: fname = Zwischenablage/Jaeger/pipe/projects.INF, share_mode = 40, ofun = 1, mode = 777, oplock request = 0 [2004/10/15 10:24:52, 8] lib/util.c:is_in_path(1145...
2014 Dec 21
2
Samba "%G" replacement not working in "Logon script" ?
...1 for /var/run/samba/smbXsrv_open_global.tdb >> [2014/11/21 20:53:36.616906, 5] >> ../lib/dbwrap/dbwrap.c:146(dbwrap_lock_order_state_destructor) >> release lock order 1 for /var/run/samba/smbXsrv_open_global.tdb >> [2014/11/21 20:53:36.616950, 5] ../source3/smbd/files.c:128(file_new) >> allocated file structure fnum 2158460712 (2 used) >> [2014/11/21 20:53:36.616995, 3] ../source3/smbd/dosmode.c:163(unix_mode) >> unix_mode(%g.bat) returning 0744 >> [2014/11/21 20:53:36.617034, 5] >> ../source3/smbd/open.c:2168(open_file_ntcreate) >> open_fil...
2016 Mar 09
0
Weird permissions problem
...1 for /var/lib/samba/lock/smbXsrv_open_global.tdb > [2016/03/03 13:37:52.005698, 5] > ../lib/dbwrap/dbwrap.c:146(dbwrap_lock_order_state_destructor) > release lock order 1 for /var/lib/samba/lock/smbXsrv_open_global.tdb > [2016/03/03 13:37:52.005763, 5] ../source3/smbd/files.c:128(file_new) > allocated file structure fnum 3023466581 (5 used) > [2016/03/03 13:37:52.005845, 5] ../source3/smbd/dosmode.c:196(unix_mode) > unix_mode(desktop.ini) returning 0744 > [2016/03/03 13:37:52.005907, 5] > ../source3/smbd/open.c:2550(open_file_ntcreate) > open_file_ntcreate...
2016 Mar 03
2
Weird permissions problem
Hello, I'm having a permissions problem I just can't quite figure out. I can not access any directory that is owned by my userid if the permissions are 700. If I change them to 770, with my default group on the directory, then I can access the directory. This was working fine with Fedora 19 for several years, and it broke when I upgraded to Fedora 22, and still broken with F23. my
2014 Dec 31
2
Bug found in Samba 4 ?
...gt; check lock order 1 for /var/run/samba/smbXsrv_open_global.tdb > [2014/12/26 10:58:44.959185, 5] ../lib/dbwrap/dbwrap.c:146(dbwrap_lock_order_state_destructor) > release lock order 1 for /var/run/samba/smbXsrv_open_global.tdb > [2014/12/26 10:58:44.959230, 5] ../source3/smbd/files.c:128(file_new) > allocated file structure fnum 491426714 (5 used) > [2014/12/26 10:58:44.959276, 3] ../source3/smbd/dosmode.c:163(unix_mode) > unix_mode(%G%gdbucher%u.bat) returning 0744 > > Denis > > Le 26.12.2014 23:41, Ricky Nance a ?crit : > > Sorry for not replying earlier De...
2009 Dec 23
2
Can't create file.
...New Text Document.txt, dirpath = , start = New Text Document.txt [2009/12/20 00:57:35, 5] smbd/filename.c:unix_convert(440) New file New Text Document.txt [2009/12/20 00:57:35, 3] smbd/dosmode.c:unix_mode(142) unix_mode(New Text Document.txt) returning 0744 [2009/12/20 00:57:35, 5] smbd/files.c:file_new(123) allocated file structure 9322, fnum = 13418 (1 used) [2009/12/20 00:57:35, 4] smbd/open.c:open_file_ntcreate(1605) calling open_file with flags=0x2 flags2=0x80 mode=0744, access_mask = 0x2019f, open_access_mask = 0x2019f [2009/12/20 00:57:35, 3] smbd/open.c:open_file(237) Permission deni...
2014 Dec 26
4
Bug found in Samba 4 ?
..._check_lock_order) check lock order 1 for /var/run/samba/smbXsrv_open_global.tdb [2014/11/21 20:53:36.616906, 5] ../lib/dbwrap/dbwrap.c:146(dbwrap_lock_order_state_destructor) release lock order 1 for /var/run/samba/smbXsrv_open_global.tdb [2014/11/21 20:53:36.616950, 5] ../source3/smbd/files.c:128(file_new) allocated file structure fnum 2158460712 (2 used) [2014/11/21 20:53:36.616995, 3] ../source3/smbd/dosmode.c:163(unix_mode) unix_mode(%g.bat) returning 0744 [2014/11/21 20:53:36.617034, 5] ../source3/smbd/open.c:2168(open_file_ntcreate) open_file_ntcreate: FILE_OPEN requested f > or file %g.ba...
2015 Jan 04
2
Bug found in Samba 4 ?
...gt; check lock order 1 for /var/run/samba/smbXsrv_open_global.tdb > [2014/12/26 10:58:44.959185, 5] ../lib/dbwrap/dbwrap.c:146(dbwrap_lock_order_state_destructor) > release lock order 1 for /var/run/samba/smbXsrv_open_global.tdb > [2014/12/26 10:58:44.959230, 5] ../source3/smbd/files.c:128(file_new) > allocated file structure fnum 491426714 (5 used) > [2014/12/26 10:58:44.959276, 3] ../source3/smbd/dosmode.c:163(unix_mode) > unix_mode(%G%gdbucher%u.bat) returning 0744 > > Denis > > Le 26.12.2014 23:41, Ricky Nance a ?crit : > > Sorry for not replying earlier De...