similar to: Problem on displaying groupquota info

Displaying 20 results from an estimated 300 matches similar to: "Problem on displaying groupquota info"

2009 May 20
5
ZFS userquota groupquota test
I have been playing around with osol-nv-b114 version, and the ZFS user and group quotas. First of all, it is fantastic. Thank you all! (Sun, Ahrens and anyone else involved). I''m currently copying over one of the smaller user areas, and setting up their quotas, so I have yet to start large scale testing. But the initial work is very promising. (Just 90G data, 341694 accounts) Using
2005 Jun 08
1
freebsd 5.x and quotas
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi folks, I've to create a dir (/usr/local/samba/server) for win users (group @test), and I've to simulate a dir quota (50-55Gb) on my freebsd system. These are my steps: 1. kernel with 'options QUOTA' 2. rc.conf with enable_quotas="YES" and check_quotas="YES" 3. fstab: /dev/da0s1f /usr
2002 Aug 20
1
quota problem
Hi All, While I was experimenting with the quotas I changed the following line in the /etc/fstab : LABEL=/ / ext3 defaults 1 1 (BEFORE) LABEL=/ / ext3 defaults,userquotas 1 1 (AFTER) Now, I cannot write anything to the /, nor I cannot change any of the files including /etc/fstab I am using RedHat 7.3. When I look at the file permissions I see that I have
2003 Jun 08
2
sub-directory 'hung' ...
'K, not sure how/what to debug here ... doing a grep of svr1.postgresql.org in /proc/*/status shows all the processes 'stuck' in inode ... /proc/38750/status:inetd 38750 2072 2072 2072 -1,-1 noflags 1055120147,191009 0,0 0,592 inode 0 0 0,0,0,2,3,4,5,20,31 svr1.postgresql.org /proc/38752/status:inetd 38752 2072 2072 2072 -1,-1 noflags 1055120154,886433 0,0 0,637 inode 0 0
2001 Dec 22
1
ext3 and standard rh 7.2 distro - assert failure : line 656 of transaction.c
Hi, I have a mail server running redhat's 7.2 version with the following configuration : - 1GB RAM - 2 PIII 550 - 3 HDs (all SCSI UW), all ext3 partitions with userquotas - Adaptec 160 Once and a while the server stops with message errors at the console forcing me to reboot. The messages occur mostly under sendmail/procmail and mention assert failure at line 656 of transaction.c I've
2004 Nov 06
0
Access control to printer sharings
Hi! Are there somebody who can (and wants) to help me? Thanks in advance! -- Fabiano Caixeta Duarte Se??o T?cnica de Inform?tica FEA-RP/USP ---------- Forwarded message ---------- Date: Wed, 3 Nov 2004 10:13:31 -0200 (BRST) From: Fabiano Caixeta Duarte <fabiano@fearp.usp.br> To: "Lista do SAMBA [english]" <samba@lists.samba.org> Subject: [Samba] SAMBA - Access control to
2006 Mar 29
1
Duplex printer + samba + cups
Gentleman, In one of my slackware servers I put samba acting as a printer server connected to a Hewlett-Packard 2420D (D stands for duplex). In CUPS I'm using the 'raw' driver. So I let the clients to perform the driver stuff. On samba, I followed the procedures described on http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/classicalprinting.html#inst-rpc to make
2005 Aug 26
1
Login and logout auditing
Hi all! Is there a way of logging date/time/workstation/username for every logon and logoff in a samba domain? I realized that it isn't possible to use log level auth for this purpose. I tried to use connections to netlogon service written on the logs. But I realized that those connections are closed before the user logs out. The main idea behind this is to have information enought to
2007 Jul 16
0
Sybase 12.5.3 on CentOS 5
Folks, After installing CentOS 5, I installed a few Sybase dependencies such as compat-libstdc++-296 and libXp. Once Sybase was installed, I started the steps to create the Adaptative Server. When the wizard executes the dataserber binary it crashes with segmentation fault. Someone can give me some help on this? Does anyone have this working? Thanks in advance! -- Fabiano Caixeta Duarte
2004 Nov 03
0
SAMBA - Access control to printer sharings
Hi you all! I am mantaining a few printer severs using Samba 2.2.8 on a WinNT domain. I've got some disk sharings controlled by 'read list' and 'write list', limiting some groups. It worked just fine. But now I need to get only one group printing on a printer sharing and everybody else must be rejected. As I said, people are logging in a WinNT Server. So that's the main
2012 Jan 06
4
ZFS Upgrade
Dear list, I''m about to upgrade a zpool from 10 to 29 version, I suppose that this upgrade will improve several performance issues that are present on 10, however inside that pool we have several zfs filesystems all of them are version 1 my first question is is there a problem with performance or any other problem if you operate a zpool 29 with zfs filesystems version 1 ? Is it better
2001 Dec 07
1
chown/quota bug in ext3
Hi, there appears to be a bug w.r.t. chown and quotas in ext3. In particular, if you "chown" a file on a filesystem with userquotas enabled, the quota charge in not transfered. ditto "chgrp" and group quotas. This happens because i_op->setattr has been redefined for files, and ext3_setattr doesn't do the DQUOT_TRANSFER like it should. I have fixed it by adding a
1999 Jul 15
3
"shared mem size" parameter and smbstatus
I am trying to use the "shared mem size" parameter in Samba 2.0.4b, but the size reported by smbstatus does not match the value I am using. Without the parameter, the default is 1MB, and the size reported by smbstatus is indeed 1048576. However, when I set the value of "shared mem size" to 5242880 (5MB), smbstatus says 879608. Is smbstatus not reporting the actual size, or
2005 Sep 21
4
UTMP duplicated entries
Hi everybody! I've been noticing some strange entries in samba/utmp. I have a lot of 00:00 timed sessions. But the worst problem is that i found some conflicting information. Since windows doesn't allow concurrent login sessions, I think utmp should not have generated the following entries. liana smb/2 192.168.0.207 Fri Sep 2 18:43 - 00:52 (06:08) rodrigobaso
2009 Mar 20
1
vfs full_audit panic
Folks, I tried using full_audit on Samba 3.0.28 by putting the following lines on smb.conf (global section): vfs objects = full_audit full_audit:facility = LOCAL2 full_audit:priority = WARN full_audit:prefix = %u|%m|%S full_audit:success = rename rmdir unlink write full_audit:failure = none My log says: Dec 29 13:57:07 lua smbd_audit: [2008/12/29 13:57:07, 0] lib/fault.c:fault_report(45) Dec
2008 Feb 27
2
page_count x number_of_copies
Hi all! I have a samba print server which stores information about each job. To accomplish this, I have set 'printing = sysv' so I can use print command. Print command passes to a script some info including '%c' (page_count). The problem is that if someone sends more than one copy of the document, %c doesn't tell me so. It means that %c tells exactly the number of pages sent
2008 Feb 12
3
ldap passwd sync not working
Hi, there! When my XP users try to change passwords, they get a message saying that password has been changed. That's not true! NT and LM passwords are changed but unixPassword isn't. Look at this openldap.log lines: Feb 12 07:50:28 apolo slapd[22826]: conn=698021 op=40 MOD dn="uid=teste,ou=Users,dc=domain" Feb 12 07:50:28 apolo slapd[22826]: conn=698021 op=40 MOD
2007 Mar 12
1
Problem with installation of littler-0.0.10. under Free BSD 6.2
MyBSD% ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking build system type... i386-unknown-freebsd6.2 checking host system type... i386-unknown-freebsd6.2 checking for a BSD-compatible install...
2007 Jul 11
2
Music on hold stops on blind transfer
Asterisk 1.4.6 at FreeBSD6.2-RELEASE Client hears pure silence when waiting for call answer. Music on hold stops when transferer pics a number and client doesn't even hear ringing. Is this normal behaviour? How to change this? Log says everything, MOH should stop after call pickup, not before Dial. -- Executing [113 at firma:1] Dial("SIP/zytek-08737000",
2018 Mar 01
29
[Bug 13317] New: rsync returns success when target filesystem is full
https://bugzilla.samba.org/show_bug.cgi?id=13317 Bug ID: 13317 Summary: rsync returns success when target filesystem is full Product: rsync Version: 3.1.2 Hardware: x64 OS: FreeBSD Status: NEW Severity: major Priority: P5 Component: core Assignee: wayned at samba.org