Displaying 20 results from an estimated 300 matches similar to: "Why can't I see this share machine in Network Neighborhood"
2003 Sep 18
0
General browseability of samba shares
Hi all,
I have samba-2.2.7a installed on fresh install of RH9. I
have samba running. From an NT4.0 server I can browse both
the shares and the printer installed on the samba server
box. However I cannot browse from the Win2K box sitting
next to it.
I can do a "net use p: //SAMBASERVER/public
/user:maindesk " and then authenticate from the w2k computer
with password.
2010 Dec 27
4
Postfix - deliver problem.
I really could use some help.
I have been using dovecot and qmail on Debian for years with no problems.
I just replaced qmail with Postfix and have not been able to get messages
to dovecot via deliver.
I have tried to set it up as a virtual mailbox only "no lookup necessary"
system following the vaious help pages. I am using just a single user
vmail:mail to execute postfix and
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
2002 Mar 10
1
nmbd doesn't start after upgrade to 2.4.9-31 kernel
Hi all,
I had a very simple samba-2.2.3a installation running. Not as domain
master or such. Now after upgrading to 2.4.9-31 kernel, I am unable to
start nmbd. smbd starts okay.
Does anyone know of any selection in the config for a newly compiled
kernel that could prevent nmbd from running? Is there a confict with this
kernel downloaded from ftp.redhat.com?
TIA
Bob
--
Bob
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
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
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:
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
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
>
>
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
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
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
2010 Aug 20
3
securing a remotely hosted machine
Hi,
I'm looking to put together a doc for the wiki.c.o on howto secure a
remotely hosted machine. Its a situation that many of us find ourselves
in, wherein we either lease or colo a server ( or many ) and there is
always the issue of remote hands, other facility users etc being able to
get physical access of the machines. So what are the usual steps that
people take in order to secure
2015 May 01
5
rsync backup to fileserver - mystery
I have an Intel SS4000E fileserver that I've been using for several years to backup my home directory to.
I have a daily cron job that runs the following command:
rsync -av --delete /home/frankcox/ /mnt/fileserver/backup
I have a directory named misc/sheet-music/classical. About a week ago I created a new subdirectory there, /home/frankcox/misc/sheet-music-classical/Russian\ and\ Eastern\
2012 Nov 02
1
What is the difference between %S, %u and %U variables in sbm.comf
Hi list,
Can someone please clarify the difference between variables %S %U %u in smb.conf?
It is not clearly defined in man smb.conf page (at least for me)
%U - session username (the username that the client wanted, not necessarily the same as the one they got).
%S - the name of the current service, if any.
%u - username of the current service, if any.
That is "session username",
2015 Jun 24
8
rsyncing directories - sanity check
hey guys,
I need to mount a different volume onto /var so we have more room to
breathe. I'll be turning 3 servers into an elasticsearch cluster. And for
some reason when the servers were ordered the large local volume ended up
being /usr when the ES rpm likes to store it's indexes on /var.
So I'm syncing the contents of both directories to a different place, and
I'm going swap
1999 Aug 02
1
computer not showing up in Network Neighborhood
Hi,
Has anyone had this problem with Samba? I have been having trouble
getting my Samba server to show up in my Network Neighborhood list. It
is in the right workgroup, and when I do a search for computer, it is
found. Yet, it never shows up in my NN list. Can someone give me some
advice on how to make this work?
Thanks,
Ken
2004 Feb 25
0
hiding the UNIX system name from Network Neighborhood
Hi,
Here's the deal; Currently within our NT domain, Network Neighborhood can
see our SAMBA server via both the "netbios" name (set with 'netbios name =
vegas' from within the smb.conf file), plus the actual UNIX system
name. We want our users to browse our SAMBA server only via the "netbios"
name and not the actual UNIX system name. How can I configure
2000 Jan 26
0
network neighborhood not working...
Background:
Our subnet:128.2.224.*
samba machine 128.2.224.1 (tmc1) AIX 4.2 using precompiled binaries
NT Server 128.2.224.6 (tmc6)
nt 4.0 workstation 128.2.224.37 (tmc37)
smbd/nmbd version 2.0.5a
smb.conf
-----------------------------------------------
workgroup = TMC
guest ok = yes
hosts allow = 128.2.224.
dns proxy = no
#interfaces = 128.2
security = SERVER
password server = 128.2.224.6
[tmp]