Displaying 20 results from an estimated 400 matches similar to: "deliver and root user"
2006 Oct 25
0
Logwatch sendmail errors... What does it mean ?
Hi,
I run a fully updated CentOS 4.4 machine. This morning I got the errors
below in my daily Logwatch report (Sendmail part). What has happend? Just
some new bogus spammer that cant get the protocol right or is the server
under attack? I have googled around but cannot fins any answer or I just
suck at googleing...
Any ideas ?
Jens
--------------------- sendmail Begin
2016 Jun 02
2
[PATCH] Link count attribute extension
Hello,
This patch adds client and server support for transmitting the st_nlink field
across SSH2_FXP_NAME and SSH2_FXP_ATTRS responses.
Please let me know if there anything I can do to improve this patch. I am
not subscribed to list so please CC me.
Index: sftp-common.c
===================================================================
RCS file: /cvs/src/usr.bin/ssh/sftp-common.c,v
retrieving
2004 May 23
2
ext3 htree issues
Hi Guys,
I am running ext3 on kernel v2.6.5.
I have an ext3 filesystem with dir_index and data=journal for
/var/spool/exim
Today I noticed in the exim logs a bunch of 'failed to unlink
/var/spool/exim/input/P/1BRbSP-0006hy-Jp-D'
I also noticed these in the kernel logs:
EXT3-fs warning (device hda12): ext3_unlink: Deleting nonexistent file
(612870), 0
EXT3-fs warning (device hda12):
2008 Sep 22
1
[PATCH 1/1] OCFS2: add nlink check in ocfs2_inode_revalidate()
nlink should be also checked in ocfs2_inode_revalidate().
before setting flag OCFS2_INODE_DELETED ip_flags (between
unlink and delete vote), the nlink may be 0.
the patch is against 1.4 git.
1.2 svn should has the same patch with different line number.
Signed-off-by: Wengang wang <wen.gang.wang at oracle.com>
--
diff --git a/fs/ocfs2/inode.c b/fs/ocfs2/inode.c
index 591e693..6b5a83e
2012 May 09
6
"file not found" under high-contention
Hello,
For several years I've been experiencing
an intermittent Samba error when running
a very intense, highly parallel build/compile
jobset.
A file is reported as "not found" even though
it most certainly exists and re-running the
compile jobset always succeeds.
Samba version is 3.6.4 running on CentOS 5.8
with 64-bit kernel 2.6.18-308.4.1.el5. Windows
side is 64-bit Window
2001 Feb 12
3
That darned orphaned socket hang
Stephen,
OK, I can now reproduce this hang at will, purely by pulling the plug
on my desktop when logged in and then rebooting - its a gnome desktop
box with few partitions and ext3 on all of them, so I guess its getting
a pile of gnome or ssh related sockets kept in /tmp which is on root
To recap, when the machine is suffering from this, it hangs at the
point of mounting the root filesystem
2020 Apr 23
2
CIFS VFS: in dmesg when Linux accesses eComStation's (OS/2) FAT filesystem shares
Items in dmesg when FAT share's are accessed from web browser:
CIFS VFS: bogus file nlink value 0
When accessed from FC/L (OFM (orthodox filemanager)):
CIFS VFS: illegal date, month 0 day: 0
When the share is initially mounted:
CIFS: Attempting to mount //hostname/E
Use of the less secure dialect vers=1.0 is not recommended unless required for
access to very old servers
CIFS VFS: Send error
2004 Nov 24
3
Jail fails
Hi,
We are trying to create a jail with FreeBSD 5.3 but it's fails with this
error:
cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -c
/usr/src/games/fortune/strfile/strfile.c
make: don't know how to make /j/usr/lib/libc.a. Stop
*** Error code 2
We are excuting those command in /usr/src:
export D=/j
make world DESTDIR=$D
Are there any problem with FreeBSD 5.3? We have ever
2003 Nov 12
1
"/" operator in model formula
Dear R-help folks,
Can someone guide me to a source where I can learn more about the / operator
in model formulae? I found a reference to it in Venables and Ripley's MASS,
p. 142, where it says, in reference to ANCOVA: "Terms of the form a/x,
where a is a factor, are best thought of as 'separate regression models of
type 1 + x within the levels of a.'..."
This seems
2003 Oct 10
1
predicted values from rq
Dear statistics and R experts,
I am a new R-user and my statistics is probably more than a bit rusty. So
forgive me if the following question is relatively simple.
I would like to plot the predicted values from a quantile regression
analysis (quantreg v.3.31; R v.1.7.1) so that I can evaluate the fit. My
response variable is tree growth (continuous), and my predictor variables
are height
2023 Jul 24
1
[Bug 3591] New: Introduction of "users-groups-by-id@openssh.com" causes nlink to be lost with long view
https://bugzilla.mindrot.org/show_bug.cgi?id=3591
Bug ID: 3591
Summary: Introduction of "users-groups-by-id at openssh.com"
causes nlink to be lost with long view
Product: Portable OpenSSH
Version: 9.1p1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority:
2010 Aug 02
1
kernel panic not syncing fatal exception due to reiserfs -- rebooted properly on ext3
Hi
we had one of our mail servers , going on kernel panic mode ( not syncing
fatal exception) ... cause /var/queue/postfix was on reiserfs part .. it has
not been giving us any isssue quite some time , but yesterday and today it
went on Kernel panic mode , when we hashed out the reiserfs part it booted
properly .. we formated the part^ on ext3 later and things working fine now
. Could any one
2019 Dec 11
2
[PATCH 1/2] podcheck: __INCLUDE:file.pod__ and __VERBATIM:file.txt__ in POD files.
Make sure the pod checker script can deal with the newer additions of
podwrapper.pl.
Followup of commit 46e59e9535c2fcd1c188464b5249a249f22af1a0.
---
podcheck.pl | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/podcheck.pl b/podcheck.pl
index 527a2e47d..795fe0e9b 100755
--- a/podcheck.pl
+++ b/podcheck.pl
@@ -83,6 +83,15 @@ used where the POD includes
2016 Jul 03
4
[PATCH 0/2] More information reported by filesystem_walk
Report access, modification, status update and creation time in Unix format.
Report number of links pointing to a given entry.
If the entry is a symbolic link, report the path of its target.
If the filesystem supports native/transparent compression, report compressed
files with dedicated flag (DIRENT_COMPRESSED 0x04).
Matteo Cafasso (2):
filesystem_walk: more information into tsk_dirent
2013 Jun 20
2
[PATCH V2] ocfs2: need rollback when journal_access failed in ocfs2_orphan_add()
While adding a file into orphan dir in ocfs2_orphan_add(),
it calls __ocfs2_add_entry() before ocfs2_journal_access_di().
If ocfs2_journal_access_di() failed, the file is added into
orphan dir, and orphan dir dinode updated, but file dinode
has not been updated.
Accordingly, the data is not consistent between file dinode
and orphan dir.
So, need to call ocfs2_journal_access_di() before
2014 Jan 18
0
Re: File System corruption tool
We have a script that adds corruption to ext2/3/4 filesystems and runs
e2fsck on it. It definitely could be improved, but it still catches some
occasional errors:
http://git.whamcloud.com/?p=tools/e2fsprogs.git;a=commit;h=aee44c669bebe29bfdb8a1c86da443234f8bc257
It tries to format the filesystem with different features and options, then
adds corruption from both random data and copying parts of
2010 Dec 11
1
[RFC] Improve btrfs subvolume find-new command
Hi all,
enclose a patch to improve the "btrfs subvolume find-new" command. This is a
RFC because it is not finished, but it is an usable state and may be
discussed. The aim of this patch is:
- take in account not only an update of the extent but also an update of the
inode and xattr (which includes the acl)
- extract the generation reference number directly from a snapshot
The new
2014 Jan 18
3
File System corruption tool
Hi -
I'm searching for file system corruption tool, say it inject disk-errors
like
multiply owned blocks etc. Later an integrity scan process (like e2fsck)
will
verify on-disk layout and fix these errors.
I'd like to read/understand such tools before writing one for an proprietary
on-disk file system.
Do we have such tools for ext{2,3,4}fs ? Thanks for any help or pointers!
--
----
2009 Feb 19
1
Sendmail + Deliver as an LDA probs
Hi,
I'm having trouble setting up sendmail to be able to use dovecot deliver
as an LDA... I don't want to be able to deliver mail locally, everything
should go via deliver (virtual user setup)... And i'm confused about all
the procmail/lda entry's in different sendmail config files...
When using $# deliver -u testuser < testmail <-- he delivers my mail in
the correct
2006 Feb 08
1
Possible AGI Bug in Asterisk?
Dear All,
I seem to have stumbled across an AGI problem;
I have written an AGI Script (bottom of this email);
The script does the following;
Makes a CDR entry when called
Records the call
Updates the CDR
Finds a corresponding DNIS from the SMDR table (captured via a serial
port logger)
Matches up the record and updates the CDR.
The script works perfectly in my test lab and has been doing so