search for: path_nam

Displaying 7 results from an estimated 7 matches for "path_nam".

Did you mean: path_name
2011 Nov 01
7
corrupted btrfs after suspend2ram uncorrectable with scrub
Hello, I''m using kernel 3.1.0 and I have both / and /home as btrfs. I used suspend to ram quite often and never had a problem, but yesterday I''ve suspended to get into a plane and when I resumed my /home was all about input/output errors. Reboot did not help either. My root (/) did not suffer any problems. Today I''ve upgraded btrfs-progs to latest GIT and tried scrub
2005 Mar 31
1
exclude_dir option for VFS recycle module
Hello all, I am testing the VFS recycle module, and have a question. The module is working the way I hoped with the exception of the exclude_dir option. I have an entry like: exclude_dir = dir1 -- files I place in dir1 are not sent to the recycle location. However, if I have a folder beneath dir1 like dir1/dir2, files in dir2 get sent to the recycle location. I've tried using wildcards in
2011 Jun 13
0
Devise Authorization Error
...but I''m not sure. Here is the relevant code: --- routes.rb --- # Root root :to => "content#index" # Admin Controllers namespace ''admin'' do root :to => "admin#index" # AdminController devise_for :admin, :path=> '''', :path_names => {:sign_in => ''login'', :sign_out => ''logout''} resources :admin end # UsersController devise_for :users, :path_names => {:sign_in => ''login'', :sign_out => ''logout''} --- END routes.rb --- --- admin.rb (...
2011 Jun 26
0
[PATCH] mkfs.btrfs: Fix compilation errors with gcc 4.6
...mkfs.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mkfs.c b/mkfs.c index 3a87d6e..edd7018 100644 --- a/mkfs.c +++ b/mkfs.c @@ -750,7 +750,7 @@ static int add_file_items(struct btrfs_trans_handle *trans, ino_t parent_inum, struct stat *st, const char *path_name, int out_fd) { - int ret; + int ret = -1; ssize_t ret_read; u64 bytes_read = 0; char *buffer = NULL; @@ -889,7 +889,7 @@ static int traverse_directory(struct btrfs_trans_handle *trans, ret = btrfs_lookup_inode(trans, root, &path, &root_dir_key, 1); if (ret) { fprintf(stderr,...
2007 Mar 19
2
Wine crash
...9af MODULE_InitDLL+0x8f(wm=0x153550, reason=0x1, lpReserved=0x0) [/usr/src/wine-0.9.19/dlls/ntdll/loader.c:831] in ntdll (0x7efb99af) 21 0x7efb9c03 process_attach+0xa3(wm=0x153550, lpReserved=0x0) [/usr/src/wine-0.9.19/dlls/ntdll/loader.c:901] in ntdll (0x7efb9c03) 22 0x7efbbd2b LdrLoadDll+0x8b(path_name=0x153470, flags=0x0, libname=0x34f5b0, hModule=0x34f578) [/usr/src/wine-0.9.19/dlls/ntdll/loader.c:1805] in ntdll (0x7efbbd2b) 6 0xb7dd424e in libc.so.6 (+0x10924e) (0xb7dd424e) 7 0xb7f2c7d6 _dl_catch_error+0x76 in ld-linux.so.2 (0xb7f2c7d6) 8 0xb7dd46bc _dl_open+0x5c in libc.so.6 (0xb7dd46b...
2005 Dec 27
0
can not setup ie and fonts problem
...0x17 in w95inf32 (0x716a10f5) 10 0x7ffbcb65 MODULE_InitDLL+0x175 [/mylinux/download/System/wine-0.9.2/dlls/n tdll/loader.c:826] in ntdll (0x7ffbcb65) 11 0x7ffbd51c process_attach [/mylinux/download/System/wine-0.9.2/dlls/ntdll/l oader.c:896] in ntdll (0x7ffbd51c) 12 0x7ffc01b7 LdrLoadDll+0x87(path_name=0x7fdadde8, flags=0x8, libname=0x7fa3f 434, hModule=0x7fa3f414) [/mylinux/download/System/wine-0.9.2/dlls/ntdll/loader. c:1686] in ntdll (0x7ffc01b7) 13 0x7fca8a4f load_library [/mylinux/download/System/wine-0.9.2/dlls/kernel/mo dule.c:791] in kernel32 (0x7fca8a4f) 14 0x7fca8c65 LoadLibraryExW...
2005 Aug 27
0
unhandled exception on 20050725 install from source on Fedora Core 4
...7fcbd900 2f7ad5e5 7ff64448 00000008 0x7fcbd6cc: 7fcbd8e8 7fcbd8f0 7ff65f70 7fcbd8e8 0x7fcbd6dc: 007126d0 0000002a 7fcbd5d0 7fcbd650 Backtrace: =>1 0x5fc4cf13 process_attach+0xbf [/home/cj/downloads/wine/wine-20050725/dlls/ntdll/loader.c:914] in ntdll (0x7fcbd6a0) 2 0x5fc4f2d3 LdrLoadDll+0x73(path_name=0x7ff64448, flags=0x8, libname=0x7fcbd8e8, hModule=0x7fcbd8f0) [/home/cj/downloads/wine/wine-20050725/dlls/ntdll/loader.c:1659] in ntdll (0x7fcbd6bc) 3 0x2f7ad5e5 LoadLibraryExW+0x61(libnameW=0x7ff65f70, hfile=0x0, flags=0x8) [/home/cj/downloads/wine/wine-20050725/dlls/kernel/module.c:670] in ke...