Displaying 20 results from an estimated 3000 matches similar to: "smtp+pop3+imap+tls+webmail+anti spam+anti virus"
2009 Nov 02
5
info about hdds in raid
How can I tell wich HDD to swap, when the "cat /proc/mdstat" says one HDD of the RAID1 array has died?
Does the HDD's has some serial numbers, that I can see in "reality", and I can get that number from e.g.: a commands output?
How could I know wich HDD to swap in e.g.: a RAID1 array?
thank you
-------------- next part --------------
An HTML attachment
2009 Oct 25
1
permission script
I just wrote a little script, that will echo a message to the user, if it doesn't have enough permission:
$ if ! [ "$(env LC_MESSAGES=C ifconfig wlan0 down | grep -i denied)" == "" ]; then echo "no permission"; fi
SIOCSIFFLAGS: Permission denied
$ sudo su
[sudo] password for USER:
# if ! [ "$(env LC_MESSAGES=C ifconfig wlan0 down | grep -i
2009 Oct 23
1
MAC address generating script
ust can't find a script that generates a valid MAC address :S
Has anyone has one?
thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091023/ca91ea82/attachment-0002.html>
2009 Oct 31
1
how to set default proxy?
hi
I know that I could use ssh tunneling:
ssh -fND localhost:6000 SOMEBODY at 192.168.56.5 -p PORTNUMBER
to surf the web through another machines internet connection -> I just need to set Firefox to use proxy 6000.
But:
How can I set that on the client side, to e.g.: ping through the
machine with openssh-server? Not just setting Firefox to use port 6000.
Is there any method for
2016 Oct 03
3
Simple Samba server for "at home" - what do I need and what not?
Hi Rowland,
On Mon, Oct 03, 2016 at 02:11:46PM +0100, Rowland Penny via samba wrote:
> You could take a look at Amahi:
>
> https://www.amahi.org/
>
> I know it isn't based on debian, but it sounds just like what you are
> looking for.
I would like to build it myself and gain some knowledge on the way.
Greetings
Marc
--
2015 Sep 03
2
dhcp example
On 09/03/2015 04:14 PM, Reindl Harald wrote:
>
>
> Am 03.09.2015 um 22:09 schrieb Robert Moskowitz:
>> dhcp is working. but what does this mean:
>>
>> Sep 03 15:58:44 homebase.home.htt dhcpd[22993]: Not searching LDAP since
>> ldap-server, ldap-port and ldap-base-dn were not specified in the config
>> file
>
> what it says - nothing in 99.9% of all
2016 Oct 03
3
Simple Samba server for "at home" - what do I need and what not?
Hello,
after two decades without a dedicated file server at home, it is about
time to have Samba.
While I am mainly a Linux guy there is a couple of systems that don't
find rsync and sshfd adequate. We do have a handfull of standalone
Windows 10 machines, a bunch of smartphones and a zoo of home
entertainment appliances such as a TV, Sat receivers, IP radios/audio
players. In addition to
2015 Aug 23
2
Some questions
After years of delays and side trips, I really am going to dive in and
build my own Samba server. And I have a few questions.
All of my servers will be ARM. The main hardware will be Cubieboards (2
and truck). They will be running Centos-7 once the development is
finished. For now I am using Fedora 22 arm. My backup file server will
be a pogoplug (armv5) with Redsleeve 7.1.
My current
2015 Aug 23
1
Some questions
thanks for the reply.
On 08/23/2015 01:26 PM, Rowland Penny wrote:
> On 23/08/15 17:10, Robert Moskowitz wrote:
>> After years of delays and side trips, I really am going to dive in
>> and build my own Samba server. And I have a few questions.
>>
>> All of my servers will be ARM. The main hardware will be Cubieboards
>> (2 and truck). They will be running
2010 Jan 23
5
authentication failure
I noticed that my server has a lot ca. 1000x auth failure from
different alocated in China / Romania and Netherlands per day since 3
days
It looks to me like somebody was trying to get into server by guessing
my password by brute force.
what would be the best to stop this attack and how? the server running
apache mysql and ftp
PORT STATE SERVICE
21/tcp open ftp
80/tcp open http
443/tcp
2005 Dec 30
1
Crashing Nameservers
Had two nameservers crash in the last few hours... This 'never' happens!
On the console was
sent an invalid ICMP type 3, code 3 error to a broadcast:
255.255.255.255 on eth0
sent an invalid ICMP type 3, code 3 error to a broadcast:
255.255.254.255 on eth0
with the IP address of the offender? in front of that line. Any ideas?
Best,
John Hinton
2013 May 03
1
MANOVA summary.manova(m) :" residuals have rank"
Dear All, I am trying to perform MANOVA. I have table with 504 columns(species) and 36 rows) with two grouping (season and location)
Zx <- Z[c(4:504)]
Zxm <- as.matrix(Z)
m<- manova(Zxm~Season*location, data=Z)
when I do summary.aov, I get respond for each species but summary.manova
summary.manova(m) :" residuals have rank" 24<501.
What can it be the reason for this error
2012 Dec 05
2
Samba server choices
I have been running a customized version Amahi for a couple years for my
Samba server. It is time for an upgrade, and I will be moving away from
Amahi, as they have abandoned Fedora for Ubuntu.
Back when I selected Amahi to replace my 15 year old NT server, I looked
around and only considered SME Server as an alternative, but they were
still on Centos 4.7 with the Centos 5 based version
2006 Aug 27
3
VSFTPD problem ?
I have 1 Centos server V4.x already running VSFTPD and when the user logs in
they get chrooted to the home directory, I have installed the same config
files to a second server (again Centos V4.x) and have setup the same user on
the second server but the user does not get chrooted to the home directory
but is placed in /var/ftp/pub and cannot upload file.
The files I copied are:-
2005 Oct 24
2
vsftpd failing since upgrade to 4.2
My vsftpd was working. I use it configured via xinetd and turn it off
(disabled = yes) when I'm not using it to keep the bad guys from hammering
on it.
Recently I upgraded to 4.2 (via yum update). That' the only change I know
of on the system. And I didn't have any problems with it.
Today when I try to ftp, i enabled it in xinetd.d (with disable = no and a
"service
2005 Nov 19
1
Vsftpd + ssl
Hello,
Does anyone have this working? I have been looking for a couple of hours
trying to find docs on how to set this up and so far the only thing I have
found is how to enable ssl in vsftpd.conf.
TIA
2010 Sep 17
5
should vsftpd be disabled in favour of sftp for security reasons?
(another in an ongoing list of things i just want to clarify for the
sake of future courses taught on centos.)
from this RHEL doc page:
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/s1-openssh-server-config.html
the reader is advised to, for the sake of security, remove/disable
vsftpd, ostensibly in favour of sftp/sftp-server. really?
i can obviously
2008 Dec 19
6
FTPS setup problem
Hi!
I'm trying to figure out what's going wrong with a "simple" FTPS setup
and VSFTPD.
I saw references on Google and tried, and tried, and tried... without
success.
I'll start by explaining my situation: I have a WEB development server
behind a firewall. It's currently only for the intranet. We now have
an external company that will have to do a new website
2009 Jun 07
3
Basic setup for vsftpd ?
Hi,
I'm currently fiddling with G4U (Ghost for Unix), and I need to setup a
local FTP server in order to get it to work.
# yum groupinstall "FTP Server" --> installed vsftpd
Here's what I'd like to do :
* no anonymous access
* only one user (user 'install' / pass 'install')
The machine I'm installing it on has a static IP ok
2005 Apr 28
3
vsftp 500 OOPS: SSL: cannot load RSA key
vsftpd-2.0.1-5
I am trying to get vsftpd to start with ssl_enabled=yes and not
having much success. The config file works when ssl_enabled=No and
does not work when ssl_enabled=Yes. I have tried setting the
following:
rsa_cert_file=/usr/share/ssl/certs/inet06cert.pem
which is the public certificate and this:
rsa_cert_file=/usr/share/ssl/private/inet06key.pem
which is the server private