similar to: ps -A | grep smbd?

Displaying 20 results from an estimated 10000 matches similar to: "ps -A | grep smbd?"

2002 Mar 01
1
ps -ef | grep mbd reports only mbd
Again, Following Carter's book, and after starting smbd and nmbd with " smbd -D ; nmbd -D" I do a "ps -ef | grep mbd". Only nmbd is report with it's PID. smbd never is reported. Jerry's book [2nd ed.] states that both should show up with their respective PIDs. I have searched through over one hundred pages of documentation and cannot find the answer as to
2011 Oct 17
2
Beginner's question about plotting variables in a time series object with the date on the x axis
Dear R helpers,   I am a beginner at R so please be gentle :) I have already read manuals and FAQs, with no help. I have a monthly time series data on public debt with 40 variables, it starts on January 1994 and ends on June 2011. I am loading the data into R using read.csv and the data looks ok when I do edit(dados): > dados<-read.csv("dadosR3.csv", header=T) then I tried making
2004 Apr 28
1
plot.ts
I have problems getting sensible series name plotted with the ts.plot function. It doesn't seem to use either ylab= or xy.labels= arguments. I ended up using plot({arg <- ts.union(gasolina.eq, PIBmensPred, PIBgrowthmens) ; colnames(arg) <- c("Gaso" ,"PIB", "PIBgrowth");arg }, main="Gasolina eq. con crecimiento Economico",
2018 Jun 13
2
Samba 4.8 RODC not working
On Wed, 13 Jun 2018 09:46:03 +0200 (CEST) Gaetan SLONGO <gslongo at it-optics.com> wrote: > Hi, > > Here is the current process list. We can see missing winbind and *mbd > processes : > > > > [root at dmzrodc ~]# netstat -plaunt | egrep "ntp|bind|named|samba|?mbd" I wouldn't worry about 'winbind' not being in the output of the above
2018 Jun 13
4
Samba 4.8 RODC not working
On Wed, 13 Jun 2018 10:05:23 +0200 (CEST) Gaetan SLONGO <gslongo at it-optics.com> wrote: > Hi Rowland, > > > Same, as said; winbind isn't started :-) > > > > [root at dmzrodc ~]# ps ax | egrep "ntp|bind|named|samba|?mbd" > 650 ? Ss 0:00 /usr/sbin/ntpd -u ntp:ntp -g > 1205 ? Ss 0:00 /usr/sbin/samba -D > 1225 ? S 0:00 /usr/sbin/samba
2015 Feb 17
2
ps aux | grep smbd
I recently compiled samba-3.2.15 for a Raspberry Pi V2 and while it seems to be working fine, when I ps aux | grep smbd I'm shown two or three successively numbered smbd jobs. The smbd log isn't showing anything weird, what's up with this?
2015 Feb 17
0
ps aux | grep smbd
On 17/02/15 12:15, Marc Muehlfeld wrote: > Hello Rowland > > Am 17.02.2015 um 06:14 schrieb Jed Evnull: >> I recently compiled samba-3.2.15 for a Raspberry Pi V2 and while it >> seems to be working fine, when I ps aux | grep smbd I'm shown two or >> three successively numbered smbd jobs. The smbd log isn't showing >> anything weird, what's up with
2015 Feb 18
1
Runing Samba on Raspi - was: Re: ps aux | grep smbd
Can Samba 4.1.x be compiled fully static? On Wed, Feb 18, 2015 at 3:43 AM, Peter Serbe <peter at serbe.ch> wrote: > Jed Evnull schrieb am 17.02.2015 23:14: > > [Static cross-compile of Samba] > > The static 3.2.15 works fine on the pi, but fails under android since it > > can't find user root or guest. But that's another issue, I don't expect > any >
2010 Nov 28
2
Importar desde excel Series temporales
> Hola a tod@as a ver si me podéis ayudar: > > tengo una base de datos en excel con 120 variables y 58 observaciones para > cada una de ellas y no encuentro la manera de que reconozca la base de > manera correcta, es decir que reconozca que son 120 variables y que se trata > de series temporales. He usado el paquete ts, zoo pero tampoco así consigo > indexarlas de manera
2015 Feb 17
1
ps aux | grep smbd
> On 2015-02-17 13:26, Rowland Penny wrote: >> On 17/02/15 12:15, Marc Muehlfeld wrote: >>> Hello Rowland >>> >>> Am 17.02.2015 um 06:14 schrieb Jed Evnull: >>>> I recently compiled samba-3.2.15 for a Raspberry Pi V2 and while it >>>> seems to be working fine, when I ps aux | grep smbd I'm shown two or= > >>>> three
2015 Feb 17
2
Runing Samba on Raspi - was: Re: ps aux | grep smbd
> > > From: Rowland Penny <rowlandpenny at googlemail.com> > To: samba at lists.samba.org > Cc: > Date: Tue, 17 Feb 2015 09:29:18 +0000 > Subject: Re: [Samba] ps aux | grep smbd > On 17/02/15 05:14, Jed Evnull wrote: > >> I recently compiled samba-3.2.15 for a Raspberry Pi V2 and while it seems >> to be working fine, when I ps aux | grep smbd I'm
2002 Mar 09
1
smbd running multiple times
Dear "someone who can help", I am having a problem with SAMBA and SWAT (although I'm not sure SWAT is part of the problem...) I get two instances of "smbd" when ever it is started on this system. From SWAT I can only stop it ONE time. After that, each time I attempt to stop the SMBD daemon from SWAT it simply starts TWO more instances of the daemon (or something
2015 Feb 17
2
ps aux | grep smbd
Hello Rowland Am 17.02.2015 um 06:14 schrieb Jed Evnull: > I recently compiled samba-3.2.15 for a Raspberry Pi V2 and while it > seems to be working fine, when I ps aux | grep smbd I'm shown two or > three successively numbered smbd jobs. The smbd log isn't showing > anything weird, what's up with this? Everything is fine. smbd create child processes, like when users or
2018 May 31
3
Samba 4.8 RODC not working
On Thu, 31 May 2018 15:37:20 +0200 "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > Hai, > > Yes, but with or without internal dns server, the command is missing > ports. > > netstat -plaunt | egrep "ntp|bind|named|samba|?mbd" > > And do note here that i used the "bind" for bind and winBIND > detection. >
2015 Feb 17
1
ps aux | grep smbd
On 2015-02-17 13:26, Rowland Penny wrote: > On 17/02/15 12:15, Marc Muehlfeld wrote: >> Hello Rowland >> >> Am 17.02.2015 um 06:14 schrieb Jed Evnull: >>> I recently compiled samba-3.2.15 for a Raspberry Pi V2 and while it >>> seems to be working fine, when I ps aux | grep smbd I'm shown two or >>> three successively numbered smbd jobs. The smbd
2019 Nov 16
2
Newby questions about using samba
OK, here's the result of ps ax: ?1324 ???????? Ss???? 0:00 /usr/sbin/nmbd --foreground --no-process-group ?1348 ???????? Ss???? 0:00 /usr/sbin/smbd --foreground --no-process-group ?1351 ???????? S????? 0:00 /usr/sbin/smbd --foreground --no-process-group ?1352 ???????? S????? 0:00 /usr/sbin/smbd --foreground --no-process-group ?1353 ???????? S????? 0:00 /usr/sbin/smbd --foreground
2001 Mar 30
1
samba start problem
I decided to use S99samba in /etc/rc2.d, during the boot up i see the message "samba started" or something like that but when i log in and do "ps -ef|grep mbd" i do not see neither smbd nor nmbd running. PC side gives me the error "computer not found" message. I move the S99samba to /etc/rc3.d and see no messages during the boot up. "ps ..." output is same
2009 Feb 13
6
Over 400 smbd pid's?
Over the past 2 days, my smbd processes are multiplying worse than rabbits. At least with rabbits it's easy to tell why you wind up with so many... Here's the setup: Samba version 3.2.8-0.24 installed via rpm on a FC6 box with 2 nics, both on the same subnet. The samba server acts as a PDC in a mixed environment but mostly windows pc's running xp. It is used mostly for file
2018 May 31
4
Samba 4.8 RODC not working
Hai Gaetan,   Can you post the output this this command : netstat -plaunt | egrep "ntp|bind|named|samba|?mbd" and iptables -S     @Rowland, https://wiki.samba.org/index.php/Samba_AD_DC_Port_Usage  might need a smal change.  test as followed The wiki line:  netstat -tulpn | egrep "samba|smbd|nmbd|winbind"  Now test my line and see the changes. this catches everything a DC
2019 Jul 22
2
Samba4 - global catalog (GC) cannot be contacted using Windows 7 RSAT
Hi Rowland, In fact currently in my test environment using the same version of OS 6.10 and Samba 4.8.5. I ran 'netstat -plaunt | egrep "ntp|bind|named|samba|?mbd"', I have :::3268, :::3269, I do not see 0.0.0.0:3268 and 0.0.0.03269. While I use a Windows PC join to my test domain, I have no issues with GC. Not sure how the GC problem can happen but seems to me it looks like a