Displaying 20 results from an estimated 10000 matches similar to: "scp partition "not a regular file""
2007 Jan 05
3
permission problem samba share 2nd suse server
Dear all,
I'm running a fileserver on Suse10. The purpose of this fileserver is to store only mailbackups.
I also have backupserver running Suse10 with Dar&Sarab installed. backups will be done on HDD. This
runs perfect.
because I need to mount the samba share of the fileserver to the backupserver i did:
mount -t smbfs -o username=root,password=xxx,debug=4 //ipaddress/mailbackup
2009 Jun 02
3
Dovecot under brute force attack - nice attacker
Hi List,
optimizing the configuration on one of our servers (which was
hit by a brute force attack on dovecot) showed an odd behavior.
The short story:
On one of our servers an attacker did a brute force
attack on dovecot (pop3).
Since the attacker closed and reopened the connection
after every user/password combination the logs showed
many lines like this:
dovecot: pop3-login: Aborted
2009 Jun 04
3
Dovecot under brute force attack - nice attacker
Hi List,
optimizing the configuration on one of our servers (which was
hit by a brute force attack on dovecot) showed an odd behavior.
Dovecot Version 1.0.7 (CentOS 5.2)
The short story:
On one of our servers an attacker did a brute force
attack on dovecot (pop3).
Since the attacker closed and reopened the connection
after every user/password combination the logs showed
many lines like
2006 Apr 02
2
raid setup
Hi,
I have 2 identical xSeries 346 with 2 identical IBM 72GB scsi drive. What i
did is install the centos 4.2 serverCD on the first IBM and set the HDD to
raid1 and raid0 for swap. Now what i did is get the 2nd HDD in the 1st
Server swap it with the 1st HDD in the 2nd Server and rebuild the Raids. The
1st server rebuild the array fine. My problem is the Second server, after
rebuilding it and
2008 Aug 27
2
Logwatch doesn´t report on dovecot
Hi List,
Centos 5(.2) ships with dovecot-1.0.7-2.el5 and logwatch-7.3-6.el5
However the shipped logwatch is not aware of dovecot 1.x meaning none of
the log entries (var/log/maillog) are processed at all.
Should I file a bug report on this? Upstream?
cheers
Henry
2007 Apr 02
3
Re: Using diskOnKey as additional disk - is it possible with default configuration?
Mats,
Thanks for your trial; following your mail I tried it with hda; it
is the same, it does not work -
"fdisk -l" does not show hda.
Regards,
Ian
On 4/2/07, Petersson, Mats <Mats.Petersson@amd.com> wrote:
> > -----Original Message-----
> > From: xen-users-bounces@lists.xensource.com
> > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Ian Brown
2018 Nov 30
2
Fw: AD usres are not show in Domain Controller when apply setfacl command
Dear Rowland Penny
I follow your mentioned step still i am face the same problem
I have 1 Domain Controller [sambadc] and 1 Domain member for Samba Share and backup [backupserver]
1.when try view the ACL rights is backup server i can able view the domain user name
[root at backupserver Rishinox]# getfacl /ADHDD/Rishinox/
getfacl: Removing leading '/' from absolute path names
# file:
2004 Mar 03
7
[Bug 805] scp-ing using a regular user created files in ROOT directory which was NOT writable for that user
http://bugzilla.mindrot.org/show_bug.cgi?id=805
Summary: scp-ing using a regular user created files in ROOT
directory which was NOT writable for that user
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: security
Priority: P2
Component:
2002 Dec 17
2
Still having trouble with copying large files
I had originally written about this problem last month
(http://lists.samba.org/pipermail/samba/2002-November/085418.html)
Since then, our company has added another Windows Fileserver which I'm
trying to back up, and they are both having the problem. Because it
happens on both servers, this leads me to believe it really is a problem
with my Samba server.
I've upgraded to 2.2.7a, as the
2009 Apr 28
1
rsync fails with "Permission denied" errors on random files over NFS
Hi
I use rsync for daily backups from a mailserver.
Every day the mailserver pushes backup to the backupserver.
Cron runs the command:
rsync -q -zrlpt --specials --chmod=Du+rwx \
--rsh 'ssh -F /root/ssh/config -i /root/ssh/private.key -o
UserKnownHostsFile=/root/ssh/known_hosts' \
--files-from=/root/include \
--exclude-from=/root/exclude \
--link-dest=../previous \
/
2007 Nov 22
3
HDD usage oddity
Hi,
2 of my Centos4 servers are showing weird behavior.
[root at server1 ~]# du -sh /var/
1.8G /var/
[root at server1 ~]# df -h /var
Filesystem Size Used Avail Use% Mounted on
/dev/sda7 4.3G 3.9G 181M 96% /var
[root at server2 var]# df -h /var
Filesystem Size Used Avail Use% Mounted on
/dev/sda7 2.9G 2.7G 0 100% /var
[root at server2
2011 Jan 28
3
Transitioning from multi-boot to Xen
I am looking into setting up Xen 4.0 on a simple dual-boot
Windows/ubuntu laptop with the following partitions:
| Device Boot Start End Blocks Id System
| /dev/sda1 * 1 223 1782784 7 HPFS/NTFS
| /dev/sda2 223 21713 172624888 7 HPFS/NTFS
| /dev/sda3 35854 38914 24576344 7 HPFS/NTFS
| /dev/sda4
2011 Oct 09
1
Btrfs High IO-Wait
Hi,
I have high IO-Wait on the ods (ceph), the osd are running a v3.1-rc9
kernel.
I also experience high IO-rates, around 500IO/s reported via iostat.
Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s
avgrq-sz avgqu-sz await r_await w_await svctm %util
sda 0.00 0.00 0.00 6.80 0.00 62.40
18.35 0.04 5.29 0.00 5.29 5.29 3.60
sdb
2009 Apr 21
1
options netloop nloopbacks=<n> ignored
Hi list,
since release 5.3 all kernels ignore
options netloop nloopbacks=<n>
within /etc/modprobe.conf
If <n> is smaller than four there are always four
vifs created.
If <n> is bigger than four the appropriate number
of vifs are created.
Is this expected/new/feature/bug?
Henry
2008 May 15
1
eth1 changed to __tmp78668633 in recent kernels
Hi list,
kernel-xen-2.6.18-53.1.14.el5 and
kernel-xen-2.6.18-53.1.19.el5
do not detect/initialize/whatever my eth1 network card any more.
With
kernel-xen-2.6.18-53.1.13.el5
everything is working as expected.
With the two recent kernels I only get an Interface named __tmp786686833
which is not added to xenbr...
lspci -v to the adapter in question says
02:00.0 Ethernet controller: Intel
2006 Jun 12
1
Exporting LVM device to domU
Hi there,
I'm using xen-3.0.2.2-86.1_rhel4.1 on a Redhat AS 4 update 1 for i386.
When I create a new domU with the following conf file, everything is ok:
##BEGINNING##
kernel = "/boot/vmlinuz-2.6.16-xen3_86.1_rhel4.1"
ramdisk = "/boot/initrd-2.6.16-xen3_86.1_rhel4.1.img"
builder='linux'
memory = 1024
name = "myvm"
vcpus = 8
vif = [
2009 Apr 27
5
Wine and /home partition woes on Gentoo/amd64
I apologize if the question has been posed before, but I did not find any similar posts by browsing or searching through the forums. Here it goes:
I have been using Gentoo Linux for a year now, and never have I had a problem I couldn't solve. However, not long ago I bought a 1 TB hard disk which I divided into 7 partitions: /boot, (swap), /, /var, /tmp, /usr and /home (yes, that's FreeBSD
2008 Feb 12
4
Reg Disk space in guest domain with fedora img
Hi
I had installed Xen-3.0.4 in Scientific linux 4 (kernel version 2.6.16.33)
by following the instructions given in following link
project-xen.web.cern.ch/project-xen/xen/howto_slcXen.html
I ve created the guest Domain with fedora image of size 2.2GB , disk space
as 10GB and the domain started successfully . when i logged into the xm
console and checked the disk space its showing only 2.2GB ..
2008 Apr 16
5
how to handle a random password in a config file?
Hi I''m trying to configure bacula''s config file. The issue is
everytime the script runs a new key gets generated for bacula.
How can I have the config file update only run once with puppet, yet
replace the default bacula-fd.conf file.
script listed below:
class bacula-client {
# define which server to use
case $datacenter {
1: { $backupserver
2023 Feb 20
1
linux-6.2-rc4+ hangs on poweroff/reboot: Bisected
On Mon, Feb 20, 2023 at 11:51 AM Chris Clayton <chris2553 at googlemail.com> wrote:
>
>
>
> On 20/02/2023 05:35, Ben Skeggs wrote:
> > On Sun, 19 Feb 2023 at 04:55, Chris Clayton <chris2553 at googlemail.com> wrote:
> >>
> >>
> >>
> >> On 18/02/2023 15:19, Chris Clayton wrote:
> >>>
> >>>
> >>> On