search for: qtype

Displaying 20 results from an estimated 96 matches for "qtype".

Did you mean: type
2010 Oct 04
2
Issue with match.call
Hi, I have a function that I'm writing. The arguments in the function are as follows RFF<-function(qtype, qOpt,...){} i.e., I have two args that are compulsary and the rest are optional. Now when my user passes the function call, I need to see what optional args are defined and process accordingly...what I have so far is.. RFF<-function(qtype, qOpt,...){ mc <- match.call(expand.dots=TRUE) }...
2005 Mar 25
1
[PATCH] kfree() NULL pointer cleanups - no need to check - fs/ext3/
...ree(sbi->s_qf_names[i]); - } + for (i = 0; i < MAXQUOTAS; i++) + kfree(sbi->s_qf_names[i]); #endif /* Debugging code just in case the in-memory inode orphan list @@ -883,10 +881,8 @@ clear_qf_name: "quota turned on.\n"); return 0; } - if (sbi->s_qf_names[qtype]) { - kfree(sbi->s_qf_names[qtype]); - sbi->s_qf_names[qtype] = NULL; - } + kfree(sbi->s_qf_names[qtype]); + sbi->s_qf_names[qtype] = NULL; break; case Opt_jqfmt_vfsold: sbi->s_jquota_fmt = QFMT_VFS_OLD;
2014 Dec 23
0
vfs_get_ntquota() failed for service
....c:120(sys_get_nfs_quota) sys_get_nfs_quota: got unsupported quota type '1', only supported type is '2' (SMB_USER_QUOTA_TYPE) [2014/12/23 17:01:21.324402, 3] lib/sysquotas.c:417(sys_get_quota) sys_get_nfs_quota() failed for mntpath[/data] bdev[10.0.0.74:/DATAS/NAS/SFRCLOUD/DEV] qtype[1] id[-1]: Fonction non implant?e. [2014/12/23 17:01:21.324439, 0] smbd/trans2.c:3220(smbd_do_qfsinfo) vfs_get_ntquota() failed for service [DevSfrCloud] [2014/12/23 17:01:21.324639, 3] smbd/error.c:81(error_packet_set) error packet at smbd/trans2.c(3521) cmd=50 (SMBtrans2) NT_STATUS_NOT_SUPP...
2004 Sep 14
1
quota-support seems to be broken in 3.0.6/3.0.7
...1) sys_get_quota() uid(0, 0) [2004/09/14 03:41:46, 10] lib/sysquotas_xfs.c:sys_get_xfs_quota(93) sys_get_xfs_quota: path[/home] bdev[/dev/sda3] SMB_USER_QUOTA_TYPE uid[0] [2004/09/14 03:41:46, 10] lib/sysquotas.c:sys_get_quota(401) sys_get_xfs_quota() called for mntpath[/home] bdev[/dev/sda3] qtype[2] id[0]. [2004/09/14 03:41:46, 10] lib/sysquotas.c:sys_get_quota(391) sys_get_quota() uid(0, 0) [2004/09/14 03:41:46, 10] lib/sysquotas_xfs.c:sys_get_xfs_quota(101) sys_get_xfs_quota: path[/home] bdev[/dev/sda3] SMB_GROUP_QUOTA_TYPE gid[5000] [2004/09/14 03:41:46, 10] lib/sysquotas.c:sys_get_q...
2005 Feb 10
1
Problem with disk space.
...samba server host mounts the user's home by NFS with right permissions. In logs I can see the message saying that dfree is broken: [2005/02/10 09:35:11, 3] lib/sysquotas.c:sys_get_quota(413) sys_get_vfs_quota() failed for mntpath[/net/areaz3/home] bdev[areaz3.alunos.dcc.fc.up.pt:/home] qtype[2] id[5228]: No such file or directory [2005/02/10 09:35:11, 3] lib/sysquotas.c:sys_get_quota(413) sys_get_vfs_quota() failed for mntpath[/net/areaz3/home] bdev[areaz3.alunos.dcc.fc.up.pt:/home] qtype[4] id[5000]: No such file or directory [2005/02/10 09:35:11, 0] smbd/dfree.c:disk_free(138)...
2009 Sep 10
1
samba w/o openvpn: OK - else strange issues
...09/10 01:50:01, 3] smbd/password.c:register_homes_share(231) Adding homes service for user 'mra' using home directory: '/home/ mra' <snip> [2009/09/10 01:50:11, 3] lib/sysquotas.c:sys_get_quota(453) sys_get_vfs_quota() failed for mntpath[/mnt/workspace] bdev[/dev/ sdb5] qtype[2] id[1000]: Invalid argument [2009/09/10 01:50:11, 3] lib/sysquotas.c:sys_get_quota(453) sys_get_vfs_quota() failed for mntpath[/mnt/workspace] bdev[/dev/ sdb5] qtype[4] id[1000]: Invalid argument [2009/09/10 01:50:11, 3] smbd/process.c:process_smb(1554) Transaction 23 of length 74 (0 toread)...
2016 Oct 11
2
Hint for nslookup wanted ...
On 11/10/16 15:23, Richard Mann wrote: > Did your google break? > > For just IPv6 > nslookup -type=AAAA www.example.com > > For all records > nslookup -type=any www.example.com This is bad advice, because in DNS, ANY != ALL If you query with qtype=any, and you ask a caching resolver, then it will return to you all the records that are in its cache at that time, which may or may not include the records you want. In order to definitively get the A as well as the AAAA records, one needs to ask for them specifically: nslookup -type=AAAA www.ex...
2006 Apr 07
3
Folding@Home CentOS Team
...l research teams. It is similar to SETI at Home (if you are familiar with that). Here is info on Folding AT Home: http://folding.stanford.edu/ Here is information on Team CentOS: http://www.sharons.org.uk/cf.html Here are our current Team CentOS stats: http://vspx27.stanford.edu/cgi-bin/main.py?qtype=teampage&teamnum=48721 Join the Fold :) Thanks, Johnny Hughes -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/piperm...
2009 Feb 26
1
[PATCH 0/7] OCFS2 locking fixes and lockdep annotations
Hi, the first four patches in this series fix locking problems in OCFS2 quota code (three of them can lead to potential deadlocks). The fifth patch reorders ip_alloc_sem for directories to be acquired before localalloc locks. Mark would you please merge these? The last two patches implement lockdep annotations for OCFS2 cluster locks. We annotate all the cluster locks except for special ones
2006 Apr 19
1
quota on xfs on lvm doesn't work(?)
...) uid(4004, 4004) [2006/04/19 14:38:48, 10] lib/sysquotas_xfs.c:sys_get_xfs_quota(93) sys_get_xfs_quota: path[/mnt/tmp] bdev[/dev/sdc1] SMB_USER_QUOTA_TYPE uid[4004] [2006/04/19 14:38:48, 10] lib/sysquotas.c:sys_get_quota(404) sys_get_xfs_quota() called for mntpath[/mnt/tmp] bdev[/dev/sdc1] qtype[2] id[4004]. But when a logical volume is used for the fs, it doesn't work, and the clients windows explorer reports the size of the complete fs instead of the users quota: /dev/export/lvol0 on /mnt/tmp type xfs (rw,usrquota) output from level quota:10 debug: [2006/04/19 14:33:57, 10] li...
2004 Feb 10
1
samba, RedHat and Windows XP Home
...3] smbd/process.c:switch_message(685) switch message SMBtrans2 (pid 12643) [2004/02/10 08:32:47, 3] smbd/trans2.c:call_trans2qfsinfo(1393) call_trans2qfsinfo: level = 1007 [2004/02/10 08:32:47, 3] lib/sysquotas.c:sys_get_quota(413) sys_get_vfs_quota() failed for mntpath[/raid] bdev[/dev/md3] qtype[2] id[500]: Invalid argument [2004/02/10 08:32:47, 3] lib/sysquotas.c:sys_get_quota(413) sys_get_vfs_quota() failed for mntpath[/raid] bdev[/dev/md3] qtype[4] id[500]: Invalid argument [2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890) Transaction 9 of length 74 [2004/02/10 08:32:47, 3] s...
2023 Dec 11
1
Question about "store-ixfr"
...uot; feature in NSD. I have a configuration with: server: zonefiles-write: 0 pattern: store-ixfr: yes With this configuration, NSD transfers zones from a primary, and keeps them in RAM. When the zones are updated, it receives and stores the IXFR in RAM too. I can query NSD with the IXFR qtype, and it replies with the appropriate difference records. Neither the zone, nor the IXFRs are ever written to disk. This means that NSD is using RAM for the IXFRs. Could you confirm that NSD with the "store-ixfr" option set to "yes" will use more RAM? Regards, Anand
2004 Jul 12
0
Re: Problem upgrading to 3.0.4 and ArcServe
...cserv? What it tries to do that "normal" windows browsing doesn't? regards, Neeme Reinmets - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [2004/07/12 10:26:42, 3] lib/sysquotas.c:sys_get_quota(413) sys_get_vfs_quota() failed for mntpath[/home] bdev[/dev/md2] qtype[2] id[517]: Invalid argument [2004/07/12 10:26:42, 3] lib/sysquotas.c:sys_get_quota(413) sys_get_vfs_quota() failed for mntpath[/home] bdev[/dev/md2] qtype[4] id[517]: Invalid argument [2004/07/12 10:26:43, 3] smbd/process.c:process_smb(890) Transaction 72 of length 92 [2004/07/12 10:26:43,...
2004 Jul 12
0
Fw: Re: Problem upgrading to 3.0.4 and ArcServe
...cserv? What it tries to do that "normal" windows browsing doesn't? regards, Neeme Reinmets - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [2004/07/12 10:26:42, 3] lib/sysquotas.c:sys_get_quota(413) sys_get_vfs_quota() failed for mntpath[/home] bdev[/dev/md2] qtype[2] id[517]: Invalid argument [2004/07/12 10:26:42, 3] lib/sysquotas.c:sys_get_quota(413) sys_get_vfs_quota() failed for mntpath[/home] bdev[/dev/md2] qtype[4] id[517]: Invalid argument [2004/07/12 10:26:43, 3] smbd/process.c:process_smb(890) Transaction 72 of length 92 [2004/07/12 10:26:43,...
2011 May 30
0
Quota Problem with Samba 3.5.8
...sted from Windows and smbclient). The quotasystem in use is the new quota format on an ext4 filesystem. Using the highest loglevel for quota I get the following: [2011/05/30 18:22:02.624179, 3] lib/sysquotas.c:453(sys_get_quota) sys_get_vfs_quota() failed for mntpath[/storage] bdev[/dev/drbd0] qtype[2] id[15005]: Operation not permitted [2011/05/30 18:22:02.624569, 3] lib/sysquotas.c:453(sys_get_quota) sys_get_vfs_quota() failed for mntpath[/storage] bdev[/dev/drbd0] qtype[4] id[1800]: Operation not permitted and here is what stracing the samba daemon when doing "du" in smbclien...
2012 Feb 17
1
QQ plot
Hello, I am having two data set original and predicted. I want to dind QQ-plot fot it. I tried in following manner : >qq(original~predicted) and error was : Error in qq.formula(o ~ p) : y must have exactly 2 levels There is an option "qtype" which dosent make any difference. What is the correct way for plotting QQ-plot or am I missing something. -- Amar Kumar Nandan [[alternative HTML version deleted]]
2009 Apr 21
0
Fw: install problem
...nux_set_kernel_oplock: Refused oplock on file Software Filing System/WyongAuto/SetupV7610Full.exe, fd = 28, dev = 901, inode = 20676916. (Resource temporarily unavailable) [2009/04/22 08:40:57, 3] lib/sysquotas.c:sys_get_quota(448) sys_get_vfs_quota() failed for mntpath[/storage] bdev[/dev/md1] qtype[2] id[1001]: Invalid argument [2009/04/22 08:40:57, 3] lib/sysquotas.c:sys_get_quota(448) sys_get_vfs_quota() failed for mntpath[/storage] bdev[/dev/md1] qtype[4] id[50]: Invalid argument [2009/04/22 08:40:57, 5] smbd/trans2.c:call_trans2qfsinfo(2344) [2009/04/22 08:40:55, 3] smbd/process.c:swi...
2005 Aug 05
2
Postfix 2.2.x RPM ETA
....1.5.. I've found these, http://ftp.wl0.org/yum/postfix/2.2/rhel4/SRPMS.postfix/ Has anyone tried them, or can anyone recommend a proper SRPM for me for Centos 4.1? Kind regards -- Kenneth Kalmer kenneth.kalmer at gmail.com Folding at home stats http://vspx27.stanford.edu/cgi-bin/main.py?qtype=userpage&username=kenneth%2Ekalmer
2005 Dec 05
13
Theory test
...f scripts in here until I know I''ve got the theory right. The over subscription is the big problem, pure rate limiting works like a charm in my other experiments. Thanks in advance -- Kenneth Kalmer kenneth.kalmer@gmail.com Folding@home stats http://fah-web.stanford.edu/cgi-bin/main.py?qtype=userpage&username=kenneth%2Ekalmer
2004 Sep 16
1
Antwort: Re: large file support >4GB (nt4.0sp5->smb3.0.6-suse9.0-kernel2.4.21)
...fer of >100GB, I think my hardware is ok. Reiser seems to be able to hold my files, so I am hopeful not to have to reformat to ext3. Scanning logs of level 3 showed and error message: lib/sysquotas.c:sys_get_quota(413) sys_get_vfs_quota() failed for mntpath[/usr/local/raid5_1] bdev[/dev/sdd1] qtype[2] id[500]: Invalid argument This message occurs more than once in this log - maybe it's a first hint on an error. Those log levels are not very useful: they seem to make no difference between logging successful system calls and logging error messages - increasing the log level makes huge log...