Displaying 20 results from an estimated 25 matches for "alz".
Did you mean:
all
2002 Sep 23
1
Disk Space Problems with Rsync.
...use the filesystem to go
to about 70%-75% used. Below is the script that I am executing. I am using
Red Hat Linux release 7.1 (Seawolf) Kernel 2.4.9-34smp on a 2-processor
i686. Does anyone have any idea on what causes this and how to fix this?
#!/bin/bash
export RSYNC_RSH="ssh"
rsync -alz --delete --stats server:/u01/home/piuser/ /u01/home/piuser/
rsync -alz --delete --stats server:/u01/public/ /u01/public/
rsync -alz --delete --stats server:/u01/perform_data/ /u01/perform_data/
rsync -alz --delete --stats server:/u01/perform_testing/
/u01/perform_testing/
rsync -alz --delete --s...
2009 May 25
0
eve
...http://ffxi-gil.virdeal.com/
http://www.lotro-gold-money.com
http://wow-gold.virdeal.com
http://runescape-gold.virdeal.com/
http://maplestory-mesos.virdeal.com
http://www.mesos-maplestory.net
http://flyff-penya.virdeal.com
http://swg-credits.virdeal.com
http://silkroad-gold.virdeal.com
http://cabal-alz.virdeal.com
http://archlord-gold.virdeal.com
http://2moons-dil.virdeal.com
http://eq2-platinum.virdeal.com/
http://www.rsgoldvip.com
http://www.wowgoldbmw.com
http://www.ffxigilbmw.com
http://www.eveiskbmw.com
http://www.lotrogoldbmw.com
http://www.runescapegoldseller.com
http://www.aiongoldshop.co...
2008 Sep 10
2
DNS Logging with Selinux enabled
...s 3 size 100M;
};
channel activity_log {
severity info;
print-time yes;
print-category yes;
print-severity yes;
file "/var/log/activity.log" versions 3 size 100M;
Below is the security context of the files in the chroot.
[root at josh log]# ls -alZ /var/named/chroot/var/log/activity.log
-rw-r--r-- named named root:object_r:named_conf_t /var/named/chroot/var/log/activity.log
[root at josh log]# ls -alZ /var/named/chroot/var/log/query.log
-rw-r--r-- named named root:object_r:named_conf_t /var/named/chroot/var/log/quer...
2008 Oct 30
1
nfs mounted /home and selinux
I'm trying to set the context on an nfs mounted /home. I believe
exactly like in Redhat's Deployment Guide at
http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.2/html/Deployment_Guide/ch45s02s03.html
On my system running CentOS 5.2:
$ ls -alZ /home
drwxr-xr-x root root system_u:object_r:home_root_t .
drwxr-xr-x root root system_u:object_r:root_t ..
$ mount -t nfs -o context=user_u:object_r:user_home_dir_t \
server001a:/vol/vol01/home /home
$ ls -alZ /home
drwxrwxr-x root root system_u:object_r:nfs_t...
2017 Dec 13
1
overlay two histograms ggplot
Hi all,
How can I overlay these two histograms?
ggplot(gg, aes(gg$Alz, fill = gg$veg)) + geom_histogram(alpha = 0.2)
ggplot(tt, aes(tt$Cont, fill = tt$veg)) + geom_histogram(alpha = 0.2)
thanks for any help!
Elahe
2018 Sep 06
6
postfix on centos 7
When I try and send mail I see this in the maillog:
Sep 6 11:59:48 postfix/sendmail[11059]: fatal: open
/etc/postfix/main.cf: Permission denied
But /etc/postfix/main.cf is world readable:
$ ls -l /etc/postfix/main.cf
-rw-r--r--. 1 root root 27176 Jun 9 2014 /etc/postfix/main.cf
2002 May 07
0
Fixing exclude/exclude wildcard handling
Here's a first cut at replacing the fnmatch() call with some code that
knows how to distinguish "**" from "*" and also knows how to match at
the tail-end of the path (at any point following a slash). The new
function is based on Rich Salz's wildmat() code, which means that it
doesn't currently handle "[::alpha::]" style character classes. If we
want that added, we could probably merge some of the lib/fnmatch.c code
into this.
See if you like this. I tested the new function with a simple wildmat
test suite that I...
2015 Apr 26
2
Broken Selinux Postfix Policy?
Trying to restart postfix installed from yum. Restart fails, I get:
type=AVC msg=audit(1430429813.721:12167): avc: denied { unlink } for
pid=31624 comm="master" name="defer" dev="dm-0" ino=981632
scontext=system_u:system_r:postfix_master_t:s0
tcontext=system_u:object_r:postfix_spool_maildrop_t:s0 tclass=sock_file
I guess it needs to remove the
2018 Sep 06
0
postfix on centos 7
...in the maillog:
>
> Sep 6 11:59:48 postfix/sendmail[11059]: fatal: open
> /etc/postfix/main.cf: Permission denied
>
> But /etc/postfix/main.cf is world readable:
>
> $ ls -l /etc/postfix/main.cf
> -rw-r--r--. 1 root root 27176 Jun 9 2014 /etc/postfix/main.cf
>
do a
ls -alZ /etc/postfix/main.cf
very probale is invalid SElinux File context
is should show
-rw-r--r--. root root system_u:object_r:postfix_etc_t:s0
/etc/postfix/main.cf
2008 Jan 22
0
SELinux contexts for krb5
...t is complaining at startup about the file contexts not being
correct, even after running /sbin/fixfiles. On the previous machine I'm
sure I had set SELinux to permissive and that's why it never complained.
Here are the contexts *after* running /sbin/fixfiles -R krb5-server
restore
# ls -AlZ /var/kerberos/krb5kdc/
-rw------- root root
system_u:object_r:krb5kdc_conf_t .k5.BEAV.VIRTUALXISTENZ.COM
-rw-r--r-- root root system_u:object_r:krb5kdc_conf_t kadm5.acl
-rw------- root root system_u:object_r:krb5kdc_conf_t kadm5.keytab
-rw-r--r-- root root system_u:object_r:krb5kdc_conf_t kdc.c...
2008 Oct 17
1
Check This Out
Hi friends, I'm playing Cabal Online in a great private server: Elite Cabal, and I want to invite you all to join and enjoy with this great community.These are the server rates:Xp: 100 | Sp: 90 |Craft xp: 20 |Drop: 10 |Alz : 50So, visit www.elitecabal.com and play with us!
2010 Feb 25
1
[Bug 26756] New: Cannot alter brightness as normal user
...m at lists.x.org
As a normal user using nouveau I cannot alter the screen brightness of my
laptop. Not using the function keys, not echo'ing the desired value to
/proc/acpi/video/VGA1/LCDD/brightness. I can however become root with su, and
then echo the desired value to this procfs node.
ls -alz shows:
-rw-r--r--. root root system_u:object_r:proc_t:s0 brightness
When I use Intel graphics on the exact same hardware (hybrid graphics - BIOS
option), I can use the function keys for altering brightness.
Hardware: Asus UL50Vg with hybrid graphics (Intel intergrated/Geforce G210M).
OS: Fed...
2019 Mar 07
2
Sieve fileinto copies messages instead of moving them
...But when I receive a message with subject "SPAMSPAM", the message turns
up in "SPAM" and "MaybeSPAM". Is this expected behaviour?
Thanks!
Michael
--
Michael Goth
.webflow GmbH
Gesch?ftsf?hrer: Andreas Schrei
Wasserburger Stra?e 4
D - 83352 Altenmarkt a. d. Alz
Amtsgericht Traunstein HRB 18537
E-Mail: mg at webflow.de
Tel: +49 (0) 8621 - 99989 - 26
Fax: +49 (0) 8621 - 99989 - 28
Web: www.webflow.de
2013 Jan 18
1
Configuration...
Hi have what might be some elementary questions. Really, what I"d love
would be for someone who has had good success to publish his/her
configuration files and, maybe, the output from ifconfig. At this point,
when I see the not-so-good performance I"m getting, I don't realistically
know if I'm in the right ballfield. It seems to me, that with so many
mellanox cards out
2014 Oct 16
2
Asterisk GOIP Outgoing Callerid not working
Hello
I have a simple 1 channel goip gateway (http://www.voip-info.org/wiki/view/GoIP).
The incoming and outgoing calls work with Asterisk except the caller ID for the outgoing calls. I think I have exhausted all possible options regarding setting a caller ID and it still doesn't work. The recipients will get "private number". The incomings caller ids are work just fine.
exten
2018 Nov 13
1
Proxy + 2x static passdb not working as expected
...ssdb first + static passdb second. That
worked as expected. Not sure what I'm doing wrong here.
Attached is the output of doveconf -n
Thanks
Michael
Mit freundlichen Gr??en
--
Michael Goth
.webflow GmbH
Gesch?ftsf?hrer: Andreas Schrei
Wasserburger Stra?e 4
D - 83352 Altenmarkt a. d. Alz
Amtsgericht Traunstein HRB 18537
E-Mail: mg at webflow.de
Tel: +49 (0) 8621 - 99989 - 26
Fax: +49 (0) 8621 - 99989 - 28
Web: www.webflow.de
-------------- next part --------------
# 2.3.3 (dcead646b): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.3 (f018bbab)
# OS: Linux 4.1...
2019 Apr 03
2
doveadm backup + ISO 8859-1 mailbox name
...isbehaving
(I hope not because I have no idea how to change that...), or does this
happen on the new server? Can I tell doveadm something that makes this work?
Thank you
Michael
--
Michael Goth
.webflow GmbH
Gesch?ftsf?hrer: Andreas Schrei
Wasserburger Stra?e 4
D - 83352 Altenmarkt a. d. Alz
Amtsgericht Traunstein HRB 18537
E-Mail: mg at webflow.de
Tel: +49 (0) 8621 - 99989 - 26
Fax: +49 (0) 8621 - 99989 - 28
Web: www.webflow.de
2015 Aug 14
2
Build R on Haiku
...=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.m...
2013 Feb 15
3
Selinux blocking bind access to named/data and slave directories
I was getting permission errors (seen in /var/log/messages) in accessing
these two directories within my chroot tree. I was pulling out what
little hair I have, as the permissions were identical to those on my
Centos 5.5 server. So I switched selinux into permissive mode and now I
have /var/named/chroot/var/named/data/named.run and my ..../named/slave/
stubs.
What is the selinux magic to
2015 Feb 13
1
Getting strange message in terminal
...=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*....