similar to: Attribute Cache flush errors on FreeBSD 8.2

Displaying 20 results from an estimated 400 matches similar to: "Attribute Cache flush errors on FreeBSD 8.2"

2006 Jun 26
0
[klibc 14/43] Remove in-kernel nfsroot code
The in-kernel nfsroot code is obsoleted by kinit. Remove it; it causes conflicts. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit 161e1dc16ec1129b30b634a2a8dcbbd1937800c5 tree c30da837d746fe65d8a13ccf6f27bd381948edb4 parent 018604e070e143657abcf0cb256a1e2dda205d97 author H. Peter Anvin <hpa at zytor.com> Sat, 20 May 2006 16:24:05 -0700 committer H. Peter Anvin <hpa at
2020 Oct 23
1
dovecot-uidlist invalid data
Hello I have a problem with Invalid data System debian10 dovecot-2.2.36.4 # 2.2.36.4 (baf9232c1): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.24.rc1 (debaa297) # OS: Linux 4.19.0-12-amd64 x86_64 Debian 10 Oct 23 15:57:52 dovecot6 dovecot: lmtp(33973,media4_js,2KEXD2Dhkl+1hAAAe3x6RQ): Error: Broken file /vmail/me/media4_js/Maildir/dovecot-uidlist line 6875: Invalid data: In debian9 -
2005 Sep 02
0
nfsstat -m equivalent
Is there an equivalent command to nfsstat -m on Centos 3.4? On solaris it reports statistics for each NFS mounted file system i.e.: /mount/point from host:/some/path Flags: vers=3,proto=tcp,sec=sys,hard,intr,link,symlink,acl,rsize=32768,wsize=32768,retrans=5,timeo=50 Attr cache: acregmin=3,acregmax=60,acdirmin=30,acdirmax=60 On a related topic, how can I make a Centos3.4 nfs server
2020 Jun 23
0
problem with warnings
Hi I have a problem with warrnings in log Yesterday "big gays" change datastore and After this time i get warrnings in dovecot like: Warning: Created dotlock file's timestamp is different than current time (1592878268 vs 1592871191): /vmail/us/username/Maildir/dovecot-uidlist Before that there was no problem with warnnings I have dovecot director with 5 dovecot-nodes and storage
2005 May 22
1
[patch 11/12] Unpleasantness in linux/nfs_mount.h
There is a conflict in glibc between <linux/in.h> and <netinet/in.h>: one defines protocols with an enum, the other does the same, but adds a self-define for every enumerated value. #define IPPROTO_IP IPPROTO_IP This means the two cannot be mixed, and since loads of include files refer to <netinet/in.h>, effectively <linux/in.h> cannot be used with glibc. Since
2007 May 17
1
NFS lock contention for dovecot-uidlist
We are in the process of migrating away from Courier-IMAP/POP3 and Maildrop. I want to use Dovecot (LDA, IMAP, POP3). During my testing, it has worked great except for dotlocking on the dovecot-uidlist file. The problem: When a delivery is being made with deliver and a mail client has the mailbox open (Thunderbird in this case), neither Thunderbird or deliver can get a dotlock on the
2008 May 20
1
I need some NFS explanations, please.
I have a problem with NFS that I can't start to resolve. All servers are CentOS 5 servers. One server exports a directory and two others mount it. Simple so far. A file is created on the server, and the two nfs clients do an "ls -al" and get a common (meaning the same) result as the server. Over the course of a day, and after the file on the server has been modified on the
2010 Jun 18
4
[Dovecot 1.2.11(NFS used) & dovecot-antispam 1.2]: move message error
Hello! I am really need help! I am using dovecot installation on ~700 users with dspam integration via dovecot-antispam plugin. Problem in unpredictable result of moving spam-mails from INBOX to Junk and from Junk to INBOX. In some cases it works fine, but sometimes I see error like "It's not possible to move the message" in client (roundcube). Two different samples on same
2003 May 22
0
[PATCH 2.5.69 2/3] Remove NFS root support from the kernel
This patch removes support for use of NFS as a root filesystem from the kernel. It also updates the documentation to reflect this. b/Documentation/nfsroot.txt | 97 +++--- b/arch/arm/def-configs/a5k | 1 b/arch/arm/def-configs/adi_evb | 1 b/arch/arm/def-configs/adsbitsy | 1 b/arch/arm/def-configs/anakin | 1
2004 Jan 26
4
Currently no Java for Linux-Mozilla on 4-Stable?
Hey folks, I was trying to install a jvm for the linux-mozilla port on 4-stable. 4-stable of yesterday (updated) and all ports of yesterday except as indicated. I am through all of them, blackdown-1.3, blackdown-1.4.2, checked out the previous blackdown-1.4.1, Sun-1.3.1 and Sun-1.4.2. Most of them have incompatible C++ interfaces to the current linux-mozilla, except blackdown-1.4.2, which
2019 Oct 07
0
[klibc:master] nfsmount: Use kernel client's default value for timeo option
Commit-ID: 886783e7a10fb7a638bc6034e4cdcb6296cea6a1 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=886783e7a10fb7a638bc6034e4cdcb6296cea6a1 Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Mon, 7 Oct 2019 17:18:41 +0100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Mon, 7 Oct 2019 17:27:49 +0100 [klibc] nfsmount: Use kernel
2003 Apr 23
2
FreeBSD NVIDIA Drivers does not work with a GeForce4 MX 440
Hi, I have a GeForce4 MX 440 and a fresh 4.8-STABLE system. I have installed the NVIDIA drivers from the ports, everything went well but when the 'nvidia.ko' kernel module is loaded I got this message: nvidia0: <GeForce4 MX 440> mem 0xdda80000-0xddafffff,0xd0000000-0xd7ffffff,0xde0 00000-0xdeffffff irq 0 at device 0.0 on pci1 pci_cfgintr: can't route an interrupt to 1:0 INTA
2004 Aug 19
5
[PATCH] use reliable nfs mount options per default
Peter, we found that nfs over udp will corrupt data under very extrem load, there is no way to fix it due to the way how UDP works. TCP will not have these problems. I also wonder why the package size is only 1k. Everyone who wishes a slow connection can pass the desired options via the kernel cmdline. Everyone else prefers probably the fast mount. The defaults should look more like that: ---
2010 Aug 13
15
NFS issue with ZFS
I have Solaris 10 U7 that is exporting ZFS filesytem. The client is Solaris 9 U7. I can mount the filesytem just fine but I am unable to write to it. showmount -e shows my mount is set for everyone. the dfstab file has option rw set. So what gives? Phillip -- This message posted from opensolaris.org
2009 Jul 30
1
files not showing up in an nfs mounted filesysetm in timely manner
We have and nfs mount from a windows pc nfs server. A file is created on the server, but can take as long as 50 seconds to become available on the client. We are running Centos 5.2 (final), using NFS version 3. Is there anything we can do from the client side to see the file more quickly. The files are very small, usually about 1k _____________________________________ "He's no
2012 Jan 06
1
failed: Too many levels of symbolic links
All, My dovecot install works great except for one error I keep seeing this in my logs. The folder has 7138 messages in it. I am informed the user they needed to reduce the number of messages in the folder and believe this will fix the problem. My question is about where the problem lies. Is the problem related to an internal limit with Dovecot v2.0.15 or with my Debian (3.1.0-1-amd64)?
2012 Oct 26
0
CEBA-2012:1406 CentOS 5 OpenIPMI Update
CentOS Errata and Bugfix Advisory 2012:1406 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1406.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 87377122e21131d17afd7bb396e9fb111c8fa671ef7f9344a53385136ca42e96 OpenIPMI-2.0.16-13.el5_8.i386.rpm
2012 Oct 26
0
CentOS-announce Digest, Vol 92, Issue 18
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2011 Oct 05
0
CentOS-announce Digest, Vol 80, Issue 2
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2009 Oct 30
0
CEBA-2009:1487 CentOS 5 x86_64 OpenIPMI Update
CentOS Errata and Bugfix Advisory 2009:1487 Upstream details at : https://rhn.redhat.com/errata/RHBA-2009-1487.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: ef593983864a4a6f03ea9eb61e725fa6 OpenIPMI-2.0.16-5.el5_4.1.x86_64.rpm de41bafa1de4e3cc906b5d2e3a76979f OpenIPMI-devel-2.0.16-5.el5_4.1.i386.rpm