Sponsored Content
Top Forums UNIX for Advanced & Expert Users A simple Samba problem, please help Post 33793 by norsk hedensk on Sunday 19th of January 2003 10:03:14 PM
Old 01-19-2003
i might be missing something else, but sometimes windows dosnt update the netbios names of other hosts on the network for a while. at one time i had my mailserver aliased as pop.farragutmarine and smtp.farragutmarine to make it simpler for my family to set up their email with their email client, they would always go, "wait, why the same name in BOTH fields?" so i just added that, but, i took it away and kept it as just farragutmarine, however, when i went into network neighborhood the smtp. and pop. stayed for a week after. try refreshing networkN when your looking at it, also right click on its icon and view the properties. this might be the cause of your problem, but i might also be missing something. as far as i know, to change the name that windows sees is the netbios name in smb.conf, so please post back, also check out the samba website, maybe they have more info about this. anyway, hope i helped!
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Problem with samba

All, I am on Linux, Redhat 7.3 and I am mounting a samba filesystem from windows2k advance server via "mount -t smbfs //win2kserver/sharedir /mnt/fromwin2k". The mount was successfull, however when another user besides root tries to write to the a directory under the mounted filesystem, user get... (1 Reply)
Discussion started by: tekion
1 Replies

2. UNIX for Dummies Questions & Answers

Samba problem

Hello everybody, i've some problem with my linux pc to configure samba service, i've a net with win2000 and DHCP server, my linux on the net had take automatically the ip, but when i open a smb.conf, i haven't find some info, pls help me... Tks BlueRose :) (2 Replies)
Discussion started by: BlueRose
2 Replies

3. UNIX for Dummies Questions & Answers

samba problem

Hi, I am using FC7 and i got a problem with access linux shared directory in windows. when i access linux system via IP, i can see folder but i cannot access them. it say "you donot have permission to access this folder please contact to administrator" and say same thing for all shared... (2 Replies)
Discussion started by: sonirajesh
2 Replies

4. UNIX for Advanced & Expert Users

samba problem...

Hi all... I have a wired problem of a "swat" processes creating "lpstat -v" processes that are making my samba get stuck until i kill the "lpstat -v" procceses... why the "swat" is making these procceses? is there any way of fixing it? Thanx! (1 Reply)
Discussion started by: eliraza6
1 Replies

5. UNIX for Dummies Questions & Answers

Samba 3.0.24 Configuration Problem

Dear all, I have set the security level to user. My samba is running on Unixware 7.1.4. I get the following screen error when trying to login from windows clients.... (0 Replies)
Discussion started by: ndege
0 Replies

6. Solaris

Strange problem with samba

Hi everyone I have a strange problem. Here is my setup: 1. I have a Fedora FTP server (where a 3rd party is uploading files). 2. I then open an ftp session (from a Solaris 10 server) to the FTP server and "get" all the files (place files in directory X). 3. I have a samba share set up... (0 Replies)
Discussion started by: soliberus
0 Replies

7. UNIX for Dummies Questions & Answers

Problem with man of samba

People i installed samba on a x86 solaris 9 when a do man samba i see this lavirtuosa:/ # man samba Reformatting page. Please Wait... done Miscellanea SAMBA(7) Samba 3.4 Last change: 09/30/2009 1 lavirtuosa:/ # ... (1 Reply)
Discussion started by: enkei17
1 Replies

8. UNIX for Dummies Questions & Answers

strange problem with samba

windowsxp:192.168.0.11 fedora14:192.168.0.12, running smb server I have disabled selinux. user list of fedora14: jone (wihch is created when install fedora14, with password 'jone') jone2 (which is added by hand, with password 'jone2') I added jone and jone2 as samba users using 'smbpasswd... (1 Reply)
Discussion started by: vistastar
1 Replies

9. Solaris

Two simple questions about Solaris DCHP and Samba

I have two simple questions First is :can dhcp server NATIVE of solaris perform dhcp updates of bind via dnssec like dchpd on linux? Second: Is possible to build a pdc with samba and iplanet ldap server?Or is better with openldap? I never found howto or discussions about iplanet server. Thanks (0 Replies)
Discussion started by: Linusolaradm1
0 Replies

10. Ubuntu

Samba Sharing Problem

I have 1 Server which was installed With centos 6.2 and there was a Samba Share the Directory /public was shared in the centos Server, its IP address is 192.168.1.15 , And I Have accessed the Share in Ubuntu 12.04 client machines by connect to server just giving IP address and share folder name ,... (1 Reply)
Discussion started by: babinlonston
1 Replies
REPORTER-MAILX(1)						 LIBREPORT MANUAL						 REPORTER-MAILX(1)

NAME
reporter-mailx - Sends contents of a problem directory via email. SYNOPSIS
reporter-mailx [-v] -d DIR [-c CONFFILE] DESCRIPTION
The tool reads a problem directory, composes an email message from the directory contents, and uses mailx to send the message to specified recipient. Properties of email messages can be specified in a configuration file, and via environment variables. Configuration file Configuration file contains entries in a format "Option = Value". The options are: Subject The subject of the email message. EmailFrom The sender of the email message. EmailTo The recipient of the email message. SendBinaryData Use yes/true/on/1 to attach all binary files from the problem directory to the email. This can cause the emails to be very large. Integration with ABRT events reporter-mailx can be used as a reporter, to allow users report problems via email when they decide to do it. This usage is pre-configured in /etc/libreport/events.d/mailx_event.conf: EVENT=report_Mailx reporter-mailx It can also be used to notify administrator automatically when a problem happens. When this is desired, modify the event configuration file to run the tool on the post-create event: EVENT=post-create reporter-mailx OPTIONS
-d DIR Path to problem directory. -c CONFFILE Path to configuration file. When used in ABRT event system, the file contains site-wide configuration. Users can change the values via environment variables. ENVIRONMENT VARIABLES
Environment variables take precedence over values provided in the configuration file. Mailx_Subject Subject of the email message. Mailx_EmailFrom Sender of the email message. Mailx_EmailTo Recipient of the email message. If nor the environment variable nor the corresponding option is defined, the message is send to "root@localhost". Mailx_SendBinaryData Use yes/true/on/1 to attach all binary files from the problem directory to the email. AUTHORS
o ABRT team LIBREPORT 2.1.11 06/18/2014 REPORTER-MAILX(1)
All times are GMT -4. The time now is 12:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy