search for: jfile

Displaying 3 results from an estimated 3 matches for "jfile".

Did you mean: file
2017 Aug 22
1
Error in .jnew(“java/io/FileOutputStream”, jFile)
...\\code\\Results\\Created by R\\ab_ret_banks_short_form_10.05.2006.xlsx") [1] TRUE > write.xlsx(ab_ret, "C:\\Users\\Sapl\\Desktop\\NATA\\code\\Results\\Created by R\\10.05.2006\\ab_ret_banks_short_form_10.05.2006.xlsx") > >Error in .jnew("java/io/FileOutputStream", jFile) : >java.io.FileNotFoundException: >C:\Users\Sapl\Desktop\NATA\code\Results\Created by R\10.05.2006\ab_ret_banks_short_form_10.05.2006.xlsx (unreadablesymbols) **EDIT:** write.xlsx(abn_ret_all,"C:\\Users\\Sapl\\Desktop\\NATA\\code\\Results\\Created by R\\10.05.2006\\ab_ret_banks_long_f...
2001 Jun 22
1
tune2fs 1.21 ext2fs_add_journal_inode problem
...ting journal inode: tune2fs: Bad file descriptor while trying to create journal file which is not surprising, given that the filedescriptor is closed (and not re-opened) before the fstat in ext2fs_add_journal_inode() if (mount_flags & EXT2_MF_MOUNTED) { strcat(jfile, "/.journal"); /* Create the journal file */ if ((fd = open(jfile, O_CREAT|O_WRONLY, 0600)) < 0) return errno; close(fd); if ((retval = write_journal_file(fs, jfile, size, flags)))...
2012 Apr 02
23
[PATCH 00 of 18] [v2] tools: fix bugs and build errors triggered by -O2 -Wall -Werror
Changes: tools/blktap: remove unneeded pointer dereferencing in convert_dev_name_to_num tools/blktap: constify string arrays in convert_dev_name_to_num tools/blktap: fix params and physical-device parsing tools/blktap: remove unneeded pointer dereferencing from img2qcow.c tools/blktap: remove unneeded pointer dereferencing from qcow2raw.c tools/blktap2: fix build errors caused by Werror in