Displaying 20 results from an estimated 20 matches for "aef".
Did you mean:
ae
2006 Apr 29
2
How many asterisk process's are "normal"?
...re. This
machine is on a different network and not connected to the other test bed at
all.
What I found is that on test bed #2, I have 18 processes of asterisk running
with absolutely no soft-phones connected to it, and 2 processes of mpg123 on
hold music running.
root@aldur:/usr/local/src# ps -aef |grep asterisk |wc -l
18
root@aldur:/usr/local/src#
root@aldur:/usr/local/src# uptime
08:57:55 up 2 days, 6:12, 1 user, load average: 0.00, 0.00, 0.00
On Test bed #1, I have exactly 1 process of asterisk running with no phones
connected to it.
hshaw@kaltorak:~> ps -aef |grep aster...
2004 Apr 30
5
Can I reconfigure Samba share without restart smb service?
Everytime I add or remove some samba shares, I must restart smb service to
take effect.
Is there anyway to reconfig it without restart?
2001 Mar 28
0
smbd is not started
Hi,
I tried to map solaris to PC running 3.1 or 3.11 or so. That PC
sees another solaris as it is mapped to it. No problem there.
But to map to it the new solaris 5.7 system with latest samba i
get "receiving computer is not responding".
I did "ps -aef|grep smbd" and see it not running. nmbd is running.
I followd the instructions as follows ans I see no smbd running.
nmbd is running but not smbd.
1. I created locks in /usr/local/samba/var
2. created /share
chmod 777 /share, chmod +t /share, chown sys /share, chgrp sys share
3.created smb.co...
2001 Dec 18
3
rsync hang, more details [LONG]
rsync 2.5.0 still has a bug where it hangs under some circumstances.
The hang is beyond my abilities to track down. I'll keep trying,
though, but here are details in case they're of use to anyone else:
- Code configured & built on Solaris 2.5.1.
- Same binary run on Solaris 2.5.1 (client) and 2.8 (server).
- Using rsh transport, but also fails with ssh
- Does not fail with
2009 Jan 09
2
DC testing observation and a question
...m the last time
a prospective upgrade was tested) and thus doesn't reflect data on the
production DC IMAP server.
1) Watching the syslog maillog has been intriguing...different IMAP
client show widely differently use patterns.
a) Users running TBird and Seamonkey have 2-5 imap sessions (ps -aef |
grep <userid>) *but* very little syslog activity...sparse occasional
logins and disconnects
b) Users running Exchange have only 1 imap sessions *but* every 5
minutes will generate login and disconnect messages (in and out in the
space of a second) for each folders. So for a user with 2...
2001 Oct 08
2
Porting OpenSSH 2.9.9p2 to Dynix V4.4.4
...states:
No utmp entry. You must exec "login" from the lowest level "sh"
You attempted to execute login as a command without
using the shell's exec internal command or from other
than the initial shell.
A "truss -aef" tells me that login is being execl'd like:
27066: execve("/bin/login", 0x080470FC, 0x0815F6CC) argc = 7
27066: argv: login -h <IP> -p -f -- phess
27066: envp: TZ=BST11 SSH_CLIENT=<IP> 1471 22 SSH_TTY=/dev/pts/31
27066:...
2003 Oct 06
1
unexpected behaviour in OpenSSH_3.7.1
...y machine could read the
private keys from /usr/local/etc/ssh), we created the keys in /etc/ssh
and modified the configuration files appropriately. We wanted to use
hostbased authentication.
tyr fd1026 62 ssh -v
OpenSSH_3.7.1p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep 2003
tyr fd1026 63 ps -aef | grep ssh
root 4924 1 0 17:53:10 ? 0:00 /usr/local/sbin/sshd -f
/usr/local/etc/ssh/sshd_config -p 22
tyr fd1026 64 alias ssh
ssh -q -F /usr/local/etc/ssh/ssh_config
tyr fd1026 65 cd /usr/local/etc/ssh
tyr ssh 66 grep ssh_host *config
sshd_config:HostKey /etc/ssh/ssh_host_...
2013 Sep 09
7
Puppet calls the ENC twice for some nodes.
Hi everyone,
I have an issue setting up Puppet with an ENC.
For some nodes, puppet calls my ENC twice with a 2 sec interval.
All my agents share the same configuration file.
Considering this very basic ENC :
#!/bin/bash
> nodeName=$1
> echo `date` $nodeName >> /tmp/encCalls
> echo "---
> classes:
> testClass:"
Here is the content of /tmp/encCalls after a
2015 Aug 12
4
multiple messages per second to a single mailbox
...x, and Dovecot. Replication is setup and working between the two dovecot instances.
The problem I'm running into is that a single mailbox receives a lot of messages, at times the rate is multiple messages per second. Delivery from Postfix to Dovecot is via tcp based LMTP. When I do 'ps -aef|grep lmtp|wc -l' I get 62 and does not appear to go higher than that. At the moment I have 4500 and 8300 messages queued on two Postfix instances waiting to deliver via LMTP to the same dovecot instance. Deliveries only happen via LMTP and only one of the two nodes actually gets the deliveries...
2015 Aug 12
0
multiple messages per second to a single mailbox
...tion is setup and working between the two dovecot instances.
>
> The problem I'm running into is that a single mailbox receives a lot
> of messages, at times the rate is multiple messages per
> second. Delivery from Postfix to Dovecot is via tcp based LMTP. When
> I do 'ps -aef|grep lmtp|wc -l' I get 62 and does not appear to go
> higher than that. At the moment I have 4500 and 8300 messages queued
> on two Postfix instances waiting to deliver via LMTP to the same
> dovecot instance. Deliveries only happen via LMTP and only one of the
> two nodes actually...
2003 Feb 17
0
AIX 4.3.3 smbd won't start
...am not having luck.
Last week I installed samba on my linux machine and it works pretty
well. The boss asked on Friday if I could set it up on my AIX machine.
I have samba installed in /usr/local/samba.
After running /usr/local/samba/smbd -D and /usr/local/samba/nmbd -D I
can do this
ps -aef | grep mbd and it only shows nmbd -D. On the linux box
both items show up.
after typing in a simple smb.conf file like this below
[global]
workgroup = SIMPLE1
code page directory = /var/ron_temp/usr/local/lib/codepages
hosts allow = 192.42.nnn. 127.0.0.1 localhost
#...
2002 Jun 11
0
[Bug 272] New: Ctrl-C exits - Can not open TTY
....2p1, SSH protocols 1.5/2.0, OpenSSL 0x0090604f
# ssh sunshine
Host key verification failed.
# tail /var/adm/messages (and /var/adm/auth_log)
Jun 11 12:48:10 sunshine sshd[18645]: [ID 800047 auth.error] error:
open /dev/tty failed - could not set controlling tty: No such device or address
# ps -aef | grep ssh
root 400 1 0 10:19:07 ? 0:02 /usr/local/sbin/sshd
root 18682 400 1 13:02:31 pts/10 0:01 /usr/local/sbin/sshd
# ls -al /dev/tty
lrwxrwxrwx 1 root other 26 Jun 10 14:46 /dev/tty
-> ../devices/pseudo/sy at 0:tty
# ls -la /devices/pseudo/sy at 0:tty
crw...
2009 May 21
7
How to run Dovecot as IMAP Proxy?
Hi All,
I have migrated from uw-imap to Dovecot for POP3 & IMAP service. I run webmail using squirrelmail. When running uw-imap I used to run up.imapproxyd on the webmail server for faster responses. After migrating to Dovecot, I find that up.imapproxyd does not work well with dovecot.
I tried to use dovecot as IMAP PRoxy server as per the document
2009 Jun 20
1
Fw: RE:Nagios under *[solved]
...does the script have when run by the Nagios process?
) Are there any permissions issues on the directories in the path to the
script?
Not having ever run Nagios, I'm shooting from the hip a bit. I'm guessing
these commands may shed some light:
) Get the username running Nagios.
ps -aef | grep --ignore-case nagios
) What output do you get from a command like:
cd /tmp/
sudo -u <username-running-Nagios> <full-path-of-script>
----- Original Message -----
From: Sriram
To: asterisk-users at lists.digium.com
Sent: Friday, June 19, 2009 11:51 PM
Subject: RE:Nagio...
2009 Oct 23
3
tdb locking issue - Solaris 10 and Samba 3.0.33
...machines
to ensure scripts they use that hit our shares are written correctly.
However, I started peeking at a lot of these smbd proceses and it seems
like something is amiss perhaps on the Samba side.
Here's the pertinent info on a randomly selected "hung" process:
# truss -v all -aef -p 2506767
25067: *** SUID: ruid/euid/suid = 0 / 122 / 122 ***
25067: *** SGID: rgid/egid/sgid = 0 / 9 / 9 ***
25067: psargs: /usr/sfw/sbin/smbd -D
25067: fcntl(10, F_SETLKW64, 0xFFBFF6F8) (sleeping...)
25067: typ=F_WRLCK whence=SEEK_SET start=32412 len=1 sys=4245464 pid...
2013 Sep 26
0
sieve gone mad ---help
...ooked in each users mailbox but no seve files there?
I have restarted and still sieve will not stop sending out emails?. yesterday it went crazy sending a mail a second from one mailbox back to it's self?.
help?..
osx 10.8 server using latest roundcube with managesieve plugin....
bash-3.2# ps -aef|grep dovecot
0 27481 1 0 12:07am ?? 0:00.36 /Applications/Server.app/Contents/ServerRoot/usr/sbin/dovecotd -F
214 27490 27481 0 12:07am ?? 0:00.58 dovecot/anvil [4 connections]
0 28237 27481 0 12:07am ?? 0:01.69 dovecot/log
0 28239 27481 0 12:07am ??...
2001 Oct 29
2
vorbis players (or lack of) for mac
Perhaps the devel list would be better, but a) i'm not subscribed to it
just now and b) I'm lazy (dons flame-retardant clothing)...
frankly, i'm rather tired of the lack of free ogg vorbis players for Mac
OS; it doesn't look like iTunes is going to support the format anytime
soon (and i have some real issues with its interface, too)...so, since
I've decided to learn Mac OS
2000 Sep 14
5
Projects
I am teaching a graduate course on Statistical Computing this
semester. A major part of the grade is determined by a project in
which a student or small group of students produce, test, and document
some software for statistics. I will encourage those students who are
developing in S to package their software as an R package.
I would welcome suggestions of possible projects, especially projects
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...OUcZveAmf7f$hQy_u$9CaznG1HN75$&$SK)`g<hoJ-tvUp(qU+(FY-Qd18np@&
z+o<P<?WO-Zp|zC&zQG!?Q?9bz8Ahs2e}kRTxmEt+=O5(%>`REuI(o6HC!f^Af at 6H_
z4drwj6rD{9dz+rc2fva<)Q45CwZGkUjV{SE(|^+XbuTyma`N~)H3GT2kIA<OoE at zM
zt!divjst)W at VRE43|($lIJ34Ccumb!Ht;U=dAok at uU85pptKAe6VpO<iNAEFXavpD
zZB*Z{b5q6xV>lTi5qb6X8u!(!6roB4W5qhULfgQM2;lfdfVu9K!T36H>R8F3>x+Gj
zO7`k?z;e_~`^Z-tflhnVWY_oyzV~;`bprk1^xEsO8(Lmh0aAnv5WR_nQqvc=b<q#F
zcO`6=#f)44L+XbmJHwFBeos?Su~7TldVRZxV`A?jQY*E5JWV6X5Flm%EyPt+_X0gn
zn^~r#^OjCo4{>z@=Y><jB$J+M*LyKco1s(y&HRNT-t4#gkZARzShzk$_ifC9xQEtJ
z...
2003 Dec 01
0
No subject
...List-Archive: http://lists.samba.org/pipermail/samba/
Hi,
If you cannot see the server, you have network configuration
problem, and this is not related to samba.
On the UNIX side, you may want to check the default router
(/etc/defaultrouter)
% netstat -nr
Most of Unix system, you can do
# ps -aef |gep inetd
# kill -HUP <inetd_pid>
good luck,
Thiep,
"Bognar, Attila" wrote:
>
> Hello,
>
> A couple of weeks ago we installed Samba 2.2 and updated to Samba
> 2.2.1 in the last few days on SCO Openserver 5.0.2. In the meantime we
> realised...