search for: egrep

Displaying 20 results from an estimated 1400 matches for "egrep".

Did you mean: grep
2014 Dec 10
2
devoid mailbox status for mail reloaded from a tape backup
.../mail:INDEX=/home/RESTORE/var/dovecot/index/userName" > >> So, where exactly did I fail to find -o documented? > > http://wiki2.dovecot.org/Tools/Doveadm > - -o is a global option. > > Dovecot v2.2.15: man doveadm > /-o<ENTER> > :-) > > man doveadm|egrep -i '\-o' > -o setting=value > ple settings, the -o option may be specified multiple times. > > However, I always wonder about the quoting [different shells behave differently] and would use: > > man doveadm|egrep -i -- -o The reason I did not see -o i...
2016 Oct 12
2
Replacement pdc samba3 to samba4 nt classic
...ns.tdb > > # cat /etc/nsswitch.conf root at pdc:~# cat /etc/nsswitch.conf ethers: db files group: compat ldap winbind hosts: files dns netgroup: nis networks: files passwd: compat ldap winbind protocols: db files rpc: db files services: db files shadow: compat > # cat /etc/pam_ldap.conf |egrep -v '^#|^$' root at pdc:~# cat /etc/pam_ldap.conf |egrep -v '^#|^$' cat: /etc/pam_ldap.conf: No such file or directory root at pdc:~# cat /etc/ldap.conf |egrep -v '^#|^$' host 127.0.0.1 base ou=arkhangelsk,dc=rugion,dc=ru ldap_version 3...
2003 Dec 30
2
regexp problem on R 1.7.0
Hi, Am I missing something in using regexps in R? Below, 'egrep' means invokation of the command from the shell prompt. # I have > as.character(block.dist.vals) [1] "1e+06" "2e+06" "5e+06" # that I wish to convert to: "1" "2" "5" # OK (R and egrep) > sub( "e.+06", "",...
2020 Jun 09
3
firewalld / iptables / nftables
...t workload. It seems that also every aspect of common services had changed with EL8. In EL8 firewalld uses nftables as backend. I wonder why iptables does not list any rules while also configured to use nftables as backend. # iptables -V iptables v1.8.2 (nf_tables) # firewall-cmd --list-all |egrep -o '22|ssh' ssh # nft list ruleset | egrep -o '22|ssh' ssh # iptables -L -n | egrep -o '22|ssh' <EMPTY> Any hints? -- Leon
2004 Mar 24
2
./configure hang in 2.6.0
Hi, I tried to run configure for rsync 2.6.0 on a Debian stable system. It hangs on configure line 7842 : if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then rsync_cv_HAVE_GETADDR_DEFINES=yes else rsync_cv_HAVE_GETADDR_DEFINES=no fi EGREP seems to be null and the yes command is executed forever. I replaced $EGREP with egrep and it works as expected. I hope it can help. Nicolas.
2006 Feb 03
3
OpenSSH_4.3p1 configure patch
...gure openssh/configure --- openssh-4.3p1/configure 2006-02-01 03:33:51.000000000 -0800 +++ openssh/configure 2006-02-02 16:10:44.860763002 -0800 @@ -3036,6 +3036,21 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' +echo "$as_me:$LINENO: checking for egrep" >&5 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6 +if test "${ac_cv_prog_egrep+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if echo a | (grep -E '(a|b)') >/dev/null 2>&1 + then ac_cv_prog_egrep=...
2011 Feb 08
1
WINS not caching second Samba Server
...rth mentioning that both the 'fserver' and 'upstairs' reside on the same network. Some basic system information probably worth mentioning: <snip id=fserver> ## SELinux not Enforcing [root at fserver ~]# getenforce Permissive ## Processes running [root at fserver ~]# ps aux | egrep mbd | egrep -v egrep root 26588 0.0 0.0 135364 2304 ? Ss 15:16 0:00 smbd -D root 26591 0.0 0.0 135364 1180 ? S 15:16 0:00 smbd -D root 26592 0.0 0.0 109848 1540 ? Ss 15:16 0:00 nmbd -D ## Services listening [root at fserver ~]# netstat -pnat |...
2011 Mar 21
1
texi2dvi / egrep issue shows (a.o.) up in R-alpha
...uired package: tools > getwd() [1] "/home/tobias" > texi2dvi("test.tex") # works OK > texi2dvi("/home/tobias/test.tex") Error in texi2dvi("/home/tobias/test.tex") : Running 'texi2dvi' on '/home/tobias/test.tex' failed. Messages: egrep: Invalid range end /usr/bin/texi2dvi: cannot read .//home/tobias/test.tex, skipping. > sessionInfo() R version 2.13.0 alpha (2011-03-19 r54880) Platform: x86_64-unknown-linux-gnu (64-bit) locale: [1] LC_CTYPE=en_US.utf8 LC_NUMERIC=C [3] LC_TIME=en_US.utf8 LC_COLLATE=en_US.utf8...
2016 Oct 12
0
Replacement pdc samba3 to samba4 nt classic
...m looking for your the > > domain SID > > > > AND for DCs. So do it again, but this time pass a filter: > > # ldapsearch -xLLL -H ldapi:/// > > '(&(cn=*$)(objectclass=sambasamaccount))' -b > > ou=arkhangelsk,dc=rugion,dc=ru sambaacctflags sambaSID |egrep -B3 > > '\[.*S.*\]' > > > >>> # ls -l /var/lib/samba/ > >> > >> root at pdc:~# ls -l /var/lib/samba/ > >> total 1832 > >> -rw------- 1 root root 421888 Oct 7 16:02 > >> account_policy.tdb -rw------- 1 root root...
2014 Dec 09
2
devoid mailbox status for mail reloaded from a tape backup
...variables mail_location and MAIL_LOCATION, and I tried to find some option that would accept an alternate mail_location. I even briefly scanned the force code but saw immediately that that solution would be slow going :) I just now tried to find where -o was documented, to no avail: # man doveadm|egrep -i '\-o' # man doveadm mailbox|egrep -i '\-o' # man doveadm help|egrep -i '\-o' So, where exactly did I fail to find -o documented? Now I (or an operator) can pre-scan candidate mail files pulled from tape before actually restoring them for a real user account, to help nar...
2002 Jan 18
5
contrib/solaris/opensshd.in patch
...opensshd.in Fri Oct 19 13:36:24 2001 --- opensshd.in Fri Jan 18 11:47:10 2002 *************** *** 8,16 **** KILL=/usr/bin/kill PS=/usr/bin/ps XARGS=/usr/bin/xargs prefix=%%openSSHDir%% --- 8,19 ---- KILL=/usr/bin/kill PS=/usr/bin/ps XARGS=/usr/bin/xargs + FGREP=/usr/bin/fgrep + EGREP=/usr/bin/egrep + ME=`/usr/bin/basename $0` prefix=%%openSSHDir%% *************** *** 22,29 **** killproc() { _procname=$1 ! _signal=$2 ! ${PS} -u root | ${AWK} '/'"$_procname"'$/ {print $1}' | ${XARGS} ${KILL} } --- 25,42 ---- killproc() {...
2018 Apr 13
1
backup-script/backup_samba4
...am testing Louis van Belle backup script. it works quite well. Thank you for sharing this! https://github.com/thctlo/samba4/blob/master/backup-script/backup_samba4 but i think there is an error in the KEEP_DAYS code as the string '\-$KEEP_DAY1\-|\-$KEEP_DAY2-' is not interpolated so the egrep does exclude anything from rm call. So no files older than $DAYS are kept... # Remove any files over $DAYS days old from backup dir, keep the $KEEP_DAY1 and $KEEP_DAY2 of the month. if [ ${KEEP_DAYS} = "yes" ]; then     ${DEBUG} "Deleting any backup files over ${DAYS} days old, k...
2011 May 09
1
Another system with no sound
...39;ve checked the settings in alsamixer and the master is not muted. As far as I can tell, all systems are configured similarly (they were build via kickstart and maintained up-to-date with "yum update" periodically). Here is some info from a system on which sound is working: # lspci | egrep -i 'audio|sound|snd|alsa' 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) # lsmod | egrep -i 'audio|sound|snd|alsa' snd_hda_intel 523949 0 snd_seq_dummy 7877 0 snd_seq_oss 32577 0 snd_seq_midi_event 110...
2008 Dec 09
0
check password script
...My googling only shows that it should exit 0 on a good password, which we have proven correct and that samba sends the password to the script as stdin. I /dev/null any script output other than exits. Can anyone guide me to the right place? Cracklib.sh script; #!/bin/sh if [ `echo $1 | egrep -e '[A-Z]' | egrep -e '[a-z]' | egrep -e '[0-9]' 2> /dev/null` ]; then echo $1 | /sbin/crackcheck -d /var/cache/cracklib/cracklib_dict 2>& 1> /dev/null exit $? else if [[ `echo $1 | egrep -e '[@#$%^&+=:;!]'...
2006 Oct 31
0
6314894 SUNWvolr postinstall egrep output should be send to /dev/null
Author: frits Repository: /hg/zfs-crypto/gate Revision: 7ec34941356bd82b5227f61cba55b6f2e08f9bd3 Log message: 6314894 SUNWvolr postinstall egrep output should be send to /dev/null Files: update: usr/src/pkgdefs/SUNWvolr/postinstall
2009 Apr 05
1
logcheck doesn't ignore messages matched by egrep -f
...failed! === I use these rules to ignore it in a file located in ignore.d.server (which contains some other rules which work): === ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ upnpd\[[0-9]+\]: TimerThreadRemove failed!$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ upnpd\[[0-9]+\]:[[:print:]]+$ === The command egrep -f /etc/logcheck/ignore.d.server/rule /var/log/ syslog matches the message correctly but logcheck keeps sending me an email regarding this log entry. Is it a bug or did I miss something? Regards, Mr Lejeune
2005 Apr 02
0
Processed: Re: Processed: Re: Bug#302689: treats non-zero egrep exit status as failure
Processing commands for control at bugs.debian.org: > tags 302689 pending Bug#302689: treats non-zero egrep exit status as failure Tags were: patch Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
2013 Mar 26
1
[bug] mount and /proc/mounts disagrees
3.8.0+ #3 This happened after ''umount /btrfs'' was interrupted by ctl-C # mount | egrep btrfs /dev/mapper/mpathe on /btrfs type btrfs (rw,degraded) # cat /etc/mtab | egrep btrfs /dev/mapper/mpathe /btrfs btrfs rw,degraded 0 0 # cat /proc/mounts | egrep btrfs # umount /btrfs umount: /btrfs: not mounted # -Anand -- To unsubscribe from this list: send the line "unsubscribe linux...
2008 Oct 18
2
-bash: /bin/grep: cannot execute binary file
Hi all,I have problem on CentOS 5.2 while everything is working great,suddenly i have this error when i login my server, sudo su - -bash: /bin/egrep: cannot execute binary file -bash: /bin/egrep: cannot execute binary file -bash: /bin/egrep: cannot execute binary file -bash: /bin/hostname: cannot execute binary file -bash: /bin/grep: cannot execute binary file -bash: /bin/grep: cannot execute binary file -bash: /bin/grep: cannot execute binary...
2019 Feb 20
4
Error NT_STATUS_CONNECTION_REFUSED
...buntu 18.04 following the guide at https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller  can't do anything with it. # smbclient -L localhost -N Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED) looks like its not even running... ps ax | egrep "samba|smbd|nmbd|winbindd"  1965 pts/0    S+     0:00 grep -E --color=auto samba|smbd|nmbd|winbindd # smbd -b | grep "CONFIGFILE"    CONFIGFILE: /etc/samba/smb.conf # smbd -b | egrep "LOCKDIR|STATEDIR|CACHEDIR|PRIVATE_DIR"    LOCKDIR: /var/run/samba    STATEDIR: /var...