Displaying 20 results from an estimated 3000 matches similar to: "nmbd doesn't start after upgrade to 2.4.9-31 kernel"
2002 Mar 01
0
Slow turnaround of messages
Not to be a pain, but I am experiencing turn around times of my own posts
in excess of SIX hours. Is this usual for this list. I don't notice this
on any other lists I monitor.
Return-Path: <samba-admin@lists.samba.org>
Received: from lists.samba.org (samba.sourceforge.net [198.186.203.85])
by netexpress.net (8.11.3/8.11.3) with ESMTP id g222iKO27320
for
2003 Sep 21
2
Why can't I see this share machine in Network Neighborhood
Help!
I have a simple home network. I have samba [2.2.7a]
running with the smb.conf file listed below. I can see this
machine in network neighborhood on a Win98 machine and a
WinNT 4.0 machine, but I cannot see this share from a Win2K
machine.
If I issue a net use command from the cmd window on the
Win2K machine I can mount the share and then open it as normal.
WHY can't I see
2011 May 04
2
Is this confict of different versions of R or something else?
Hello!
I have had some problems lately with use of R at home and school. At my home
laptop (Ubuntu linux 64bit & R-2.12.0) R works just fine. But when I take my
codes to school(Windows XP 32bit & R-2.10.1 I think) and run those there
those codes probably won't work. Functions as combinations() didn't work and
expand.grid() worked a bit differently. About expand.grid I just
2003 Aug 20
1
Neural Networks in R
Hello!
We are a group of three students at Bielefeld University currently working
on a statistical projects about neural networks. Within the framework of this
project we are supposed to use the nnet-function in R and explain how it
works. Since anyone of us has much experience in using R we hoped to find some
information on your homepage. Unfortunatelly, we haven't been very successfull
so
2017 Feb 03
3
Clang 5.0 support for armv8 64 bit with neon and auto vectorization
Hi there,
I am Software product developer at Robert Bosch, Germany.
We are using armv8 64bit targets for our development. We have the need to do the cross compiling for our target on windows. I have compiled clang 5.0 from the vcs git. I have tried compiling the code with following options set:
clang.exe -target armv8 -fslp-vectorize-aggressive -mfpu=neon -mfloat-abi=hard -c test.cpp
As you
2007 Sep 25
4
[XSM:ACM] When cw is used, dom0 reboots.
Hi ,
When cw is used, dom0 reboots.
Though I set quest memory size.
I want to study into the cause.
Please teach how to examine it.
#xm create vm1.conf <-- OK
#xm create vm4.conf <-- NO
................... <-- system boot
#last
root pts/1 myPC Tue Sep 25 11:25 - crash (09:01)
reboot system boot 2.6.18-xen Tue Sep 25 20:06 (-8:-16)
~~~~~~~~~~~
2015 Sep 07
1
rsync question
On 09/07/2015 02:17 PM, Carl E. Hartung wrote:
> On Mon, 7 Sep 2015 13:05:59 -0400
> Robert Moskowitz wrote:
>
>> I am trying to rsync the named files under /etc for backup purposes.
>> I tried:
>>
>> rsync -ah --stats --delete -e "ssh -p613 -l root"
>> 192.168.192.2:/etc/name* /home/rgm/data/htt/httnet/homebase/new/etc
>>
>> The stats
2002 Mar 01
3
Expectations: actual vs. published
Hi again,
I'm hoping this will make it to the list.
I'm still puzzled by the behavior of the smb daemon. Jerry Carter's book and
talk at the recent Linux World Expo state that after starting nmbd and smbd
with e.g. "smbd -D ; nmbd -D" that a "ps -ef | grep mbd" should return the PIDs
of both smbd and nmbd.
I have downloaded and installed both a rpm
2002 Apr 09
1
ext3 and kernel 2.4.9-31
Hi,
I am using an ASUS CUV4X-E mother board with a scsi adapter Adaptec
AIC-7881U, with one QUANTUM ATLAS_V_18_WLS and MAXTOR 4K040H2, ATA DISK
drive connected with a VIA vt82c686a (rev 22) IDE UDMA66 controller.
The instalation from original kernel 2.4.7 was ok, but when I
upgrade to kernel 2.4.9-31, almost every day I got an error in many
process, including apacha, qmail and many
2015 Sep 07
8
rsync question
I am trying to rsync the named files under /etc for backup purposes. I
tried:
rsync -ah --stats --delete -e "ssh -p613 -l root"
192.168.192.2:/etc/name* /home/rgm/data/htt/httnet/homebase/new/etc
The stats shows it sees all the files, but only moves the dir /etc/named
and the files within it.
It does not move the /etc/name* files (like /etc/named.conf).
By file count, it is
2012 Mar 28
0
Major update: meta version 2.0-0
Version 2.0-0 of meta (an R package for meta-analysis) is now available
on CRAN. Changes are described below.
Yours,
Guido
Major revision
R package meta linked to R package metafor by Wolfgang Viechtbauer to
provide additional statistical methods, e.g. meta-regression and other
estimates for tau-squared (REML, ...)
New functions:
- metareg (meta-regression)
- metabias
2012 Mar 28
0
Major update: meta version 2.0-0
Version 2.0-0 of meta (an R package for meta-analysis) is now available
on CRAN. Changes are described below.
Yours,
Guido
Major revision
R package meta linked to R package metafor by Wolfgang Viechtbauer to
provide additional statistical methods, e.g. meta-regression and other
estimates for tau-squared (REML, ...)
New functions:
- metareg (meta-regression)
- metabias
2015 Sep 11
2
rsync question
On Thu, 10 Sep 2015 22:50:47 -0400
Robert Moskowitz wrote:
> > That will use the default port on the remote host, you can override
> > that without specifying the -e if required using -p <port>.
>
>
> $ rsync -ah --stats --delete -p 613 root at 192.168.129.2:/etc/dhcp/
> /home/rgm/data/htt/httnet/homebase/new/dhcp
> Unexpected remote arg: root at
2007 Jun 21
5
GRE tunnel
I am trying to setup GRE between two CentOS 4.5 boxes. I have tried
several variations of what''s listed below, but none of them work.
box1:
modprobe ip_gre
ip link set gre0 up
ip tunnel add gretun mode gre local 66.1.1.161 remote 66.1.2.161 ttl 20 dev
eth0
ip addr add dev gretun 10.253.253.1 peer 10.253.253.2/24
ip link set dev gretun up
ip route add 10.2.0.0/16 via 10.253.253.2
box2:
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
2015 Apr 29
2
Mysql 5.6, Centos 7 and errno: 24 - Too many open files
Hi Johan,
Does systemd also overrule /etc/my.conf?
Thx!
Carl
On Wed, 29 Apr 2015 14:58:52 +0200
Johan Kooijman wrote:
> Gotz,
>
> This is due to systemd, it overrules your settings. Add a file to
> systemd config fixes it:
>
> [root at mysql2 ~]# cat /etc/systemd/system/mariadb.service.d/limits.conf
> [Service]
> LimitNOFILE=10000
> LimitMEMLOCK=10000
>
>
2006 Aug 16
1
Ext3 patch against 2.4.9-ac10?
Does anyone know if there's a patch out there for 2.4.9-ac10? I'm investigating what's involved to go from ext2 to 3.
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/ext3-users/attachments/20060816/cf899f58/attachment.htm>
2003 Apr 18
1
ext3 "noload" option to mount returning error in 2.4.9&2.4.18 ser ies kernel
I have an ext3 filesystem that I want to mount without loading the journal.
I tried the "noload" option with both 2.4.9 and 2.4.18 series kernels and
get the errors listed below.
[root@host]# mount -t ext3 -o noload /dev/sdf1 /mnt
mount: wrong fs type, bad option, bad superblock on /dev/sdf1,
or too many mounted file systems
/var/log/messages:
Apr 18 13:30:23 host kernel: ext3:
2001 Oct 30
1
patch for 2.4.9
Is there a patch for 2.4.9 out there. I saw the ac one on
http://www.uow.edu.au/~andrewm/linux/ext3/
but cant fond one for the main branch
Regards
Robert Stanford