search for: mnamelen

Displaying 10 results from an estimated 10 matches for "mnamelen".

Did you mean: namelen
2019 Sep 02
2
vfs_shadow_copy2 not working
...apshot > > Here are how snapshots are named: > > > > autosnap_2019-09-01_13:29:01_daily > > autosnap_2019-09-01_13:29:01_hourly > > autosnap_2019-09-01_13:44:09_frequently > > I'm not saying this is what your problem is, but if this is FreeBSD < 12, then MNAMELEN in mount.h is 88. FreeBSD 12 bumps this limit to 1024. This means that you should be wary of automatic snapshot schemes that bump up toward this limit. Otherwise, the snapshots will not appear in shadow_copy2. One way to quickly tell if you're hitting the limit is to "cd" into the sna...
2009 Feb 26
13
o2dlm mle hash patches - round 2
The changes from the last drop are: 1. Patch 11 removes struct dlm_lock_name. 2. Patch 12 is an unrelated bugfix. Actually is related to a bugfix that we are retracting in mainline currently. The patch may need more testing. While I did hit the condition in my testing, Marcos hasn't. I am sending it because it can be queued for 2.6.30. Give us more time to test. 3. Patch 13 will be useful
2006 Aug 17
2
dovecot on OSF/1 4.0
Hi,, In src/lib/mountpoint.c:53 the following had to be commented out: // point_r->type = p_strdup(pool, buf.f_fstypename); because f_fstypename is undeclared on this OS. Also the following errors occur with the DEC C compiler (which compiles the other files just fine): source='file-cache.c' object='file-cache.o' libtool=no DEPDIR=.deps depmode=none
2019 Sep 02
0
vfs_shadow_copy2 not working
...gt; > Here are how snapshots are named: > > > autosnap_2019-09-01_13:29:01_daily > > > autosnap_2019-09-01_13:29:01_hourly > > > autosnap_2019-09-01_13:44:09_frequently > > I'm not saying this is what your problem is, but if this is FreeBSD < 12, > then MNAMELEN in mount.h is 88. FreeBSD 12 bumps this limit to 1024. This > means that you should be wary of automatic snapshot schemes that bump up > toward this limit. Otherwise, the snapshots will not appear in > shadow_copy2. One way to quickly tell if you're hitting the limit is to > "c...
2016 Jan 31
4
configure warning on SunOS 4.1.4
Hi, I was told to do so by configure of openssh-7.1p2 -:) ... configure: WARNING: sys/audit.h: present but cannot be compiled configure: WARNING: sys/audit.h: check for missing prerequisite headers? configure: WARNING: sys/audit.h: see the Autoconf documentation configure: WARNING: sys/audit.h: section "Present But Cannot Be Compiled" configure: WARNING: sys/audit.h:
2007 Jul 11
1
NFS and Filesystem quota
...declaration of function 'statfs' quota-rquotad.c:99: error: 'MNT_LOCAL' undeclared (first use in this function) quota-rquotad.c:99: error: (Each undeclared identifier is reported only once quota-rquotad.c:99: error: for each function it appears in.) quota-rquotad.c:104: error: 'MNAMELEN' undeclared (first use in this function) quota-rquotad.c:90: warning: unused variable 'statbuf' quota-rquotad.c: At top level: quota-rquotad.c:225: warning: initialization from incompatible pointer type quota-rquotad.c: In function 'rquota_get': quota-rquotad.c:256: warning: der...
2006 Feb 03
0
rquotad (NFS) quota plugin
...ta_root root; + + pool_t pool; + const char *name; + enum rquotad_states state; + const char **resources; + uint64_t kbyte_usage; + uint64_t inode_usage; + uint64_t kbyte_limit; + uint64_t inode_limit; + }; + + struct rquotad_quota_root_iter { + struct quota_root_iter iter; + char boxfs[MNAMELEN]; + size_t offset; + }; + + static void debugmsg(const char *msg, ...) + { + va_list args; + static int debug = -1; + if (debug < 0) { + if (getenv("DEBUG") != NULL) + debug = 1; + else + debug = 0; + } + if (!debug) + return; + + va_start(args, msg); + i_vinfo(...
2009 Apr 17
26
OCFS2 1.4: Patches backported from mainline
Please review the list of patches being applied to the ocfs2 1.4 tree. All patches list the mainline commit hash. Thanks Sunil
2019 Sep 01
3
vfs_shadow_copy2 not working
Hi Jeremy, Here's the log with log level 10: https://pastebin.com/0EAuz2B8 The location of the shared folder: /pool/shadowtest The location of the snapshots: /pool/shadowtest/.zfs/snapshot Here are how snapshots are named: autosnap_2019-09-01_13:29:01_daily autosnap_2019-09-01_13:29:01_hourly autosnap_2019-09-01_13:44:09_frequently And this is currently in my smb.conf file: [shadowtest]
2009 Mar 17
33
[git patches] Ocfs2 updates for 2.6.30
Hi, The following patches comprise the bulk of Ocfs2 updates for the 2.6.30 merge window. Aside from larger, more involved fixes, we're adding the following features, which I will describe in the order their patches are mailed. Sunil's exported some more state to our debugfs files, and consolidated some other aspects of our debugfs infrastructure. This will further aid us in debugging