Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-29-2004, 10:37 PM
|
#1
|
LQ Newbie
Registered: Apr 2004
Posts: 19
Rep:
|
Easy Samba Problem w/WinPopUp
I am trying to set up my Samba (debian, smb3.0.7) to receive winpopup messages from myself.
I want to say echo "hi" | smbclient -M shibuya (the name of my computer) and it says:
"message start: ERRSRV - ERRmsgoff (Not receiving messages.)"
I have in my smb.conf:
; message command = /bin/sh -c 'touch /home/illuminatedwax/testbed/TEST.TEST'
How do I turn messages on?
Sorry if this is a dumb question but I googled and the only answers I could find were relating to Windows machines.
--Stephen
|
|
|
09-30-2004, 12:56 AM
|
#2
|
Member
Registered: Sep 2004
Location: New Zealand
Distribution: Debian
Posts: 900
Rep:
|
The line in your smb.conf is commented out - if you remove the semicolon from the front of it, then every time you send a message the file shown will have it's timestamp updated (and you will lose the message - great!).
The example given in the manpage for smb.conf is this:
message command = csh -c 'xedit %s;rm %s' &
If you have X running, and you have xedit (you should), put this in smb.conf, restart samba, and try again.
|
|
|
09-30-2004, 01:17 AM
|
#3
|
LQ Newbie
Registered: Apr 2004
Posts: 19
Original Poster
Rep:
|
Quote:
Originally posted by CroMagnon
The line in your smb.conf is commented out - if you remove the semicolon from the front of it, then every time you send a message the file shown will have it's timestamp updated (and you will lose the message - great!).
The example given in the manpage for smb.conf is this:
message command = csh -c 'xedit %s;rm %s' &
If you have X running, and you have xedit (you should), put this in smb.conf, restart samba, and try again.
|
The touch command was just a test...silly me thought the semicolon was necessary, NOT a comment...
Thanks,
--Stephen
|
|
|
All times are GMT -5. The time now is 10:03 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|