Displaying 20 results from an estimated 200 matches similar to: "Help URGENT : Password for IPC$ and public shares - more info"
1998 Oct 16
0
Help URGENT : Password for IPC$ and public shares - Working solution
Thanks, I recompiled following your instructions and it is now working.
Thanks very much
I forward to samba ML, so it could be a clue for people having same
problem !!!!
On Fri, 16 Oct 1998, Barlow, Graham K wrote:
> Add the option below to your FLAGS1= line in the compile options and
> 'make clean;make' .
>
> -DGUEST_SESSSETUP=2
>
> This allows people without a
1998 Apr 27
4
printing from Unix to SMB printer
Hi,
When defining a queue for lpd using a SMB (Win95) printer, it uses a
".config" file that store a username and password for printing on the SMB
server.
Is there a way (as anybody tried and how to) to configure the lpd so the
username and password used to print on the SMB server are the unix login
and password of the user printing (password databases are synchronized),
so the job on
1998 Oct 07
0
[NOT SUBJECT] need information about Profiles for multiple users
Ok here is my problem :
I have several computers and hundred users who use them.
I configured a Linux Samba server so each user has his own profile
(USER.DAT and such things) on server...
for Windows 95 to take profile on server I had to use Policies, to have a
registry key in :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ProfileList
for EACH USER , telling where to get profile.
2004 Dec 04
4
How do I stop the guest account printing?
Hi there.
I've had Samba running fo a while now on a machine that we use as a shared
file store. Not everyone who uses it has an account on the linux machine,
so it's setup with "security = share" to allow guest access to some of the
shares. But I've now attached a printer that I dont want guest access to.
This might be something really simple that I'm missing, but I
2004 Jun 03
0
ERROR: cli_session_request() failed...
Hello,
I am using smbspool and I seem to be getting an error that I can't find
a solution to. I checked Google, Usenet and the samba archives. I seem
to find people with the problem, but no answer. When I try to use the
smbspool program, I get the following error:
> root@HomeLinux:/home/steve# smbspool smb://192.168.1.4/LaserPrinter 0
0 0 0 0 README
> ERROR: cli_session_request()
2002 Feb 22
1
Samba 223a, internal error
Hi,
I try to configure printers drivers on a samba server named lct8
(i read the printing support in samba 2.2.x), the smb.conf
looks like :
[global]
secutity = SERVER
passwd server = PDC
(...)
printer admin = @sysadmin, guy
[print$]
path = /usr/local/samba/printers
write list = @sysadmin, guy
create mask = 0644
guest ok = Yes
[hpcolor]
path = /tmp
printable = Yes
With win2k (host
2010 Aug 22
0
CWSkimmer assume a system debugger
Moin,
a software for decoding morse code abort to start, because the application
detect a debugger:
-------------- cut -------------------
For secutity purposeses, this program will not run while system debuggers are
active. Please remove the system debugger before trying to run this program
again.
-------------- cut -------------------
I suppose the developer include this test to shield the
2002 Nov 04
0
samba modifies permissions when reading them
hello,
it may sound strange but samba modifies permissions when reading them using
xp explorer.
redhat 7.3, samba 2.2.6-1 rpm (from samba site), windows xp (non-sp1)
client.
file aaa is owned by user john and group john. permissions are 0600.
open the explorer's properties dialog and look at the secutity settings.
the group john suddenly got the "w" rights. say ok and now your
2002 Nov 12
0
printing woos (CUPS + automatic printer download...)
hija !
i am trying to add my laserprinter (HP2200d) to the samba-shares so that
my windos-users can print..
unfortunately this will not work
i have read the documentation -- unfortunately it still does not work...
i am using samba-2.2.4 (with LDAP-support) on a woody-system.
furthermore i am using cups-1.1.15
to be precise: the "cupsaddsmb" does not work correctly
i have narrowed
2002 Feb 28
3
access denied on printing from win2k?
Hi,
I'm running samba 2.2.1a (RPM install) on RedHat 7.2
I've connected a Canon LBP-8 IV laserprinter to the network via a HP
Jetdirect box.
I've configured the printer within linux and printing goes fine.
Now I'm trying to access the printer via samba from my win2k clients. Now,
the problem is: When I'm trying to print to the printer (e.g. a testpage) I
get the message
1998 Feb 10
5
How to set Netscape enviroment on Samba home drive ?
> Does anybody know if it is possible to configure Netscape in such a way
> that ALL netscape preferences and options (most important is email
> address) will be saved on samba home ?
You get this kind of stuff by default with roaming profiles.( ie
user.dat or ntuser.dat ) If you are referring to netscape 4 then just
point the profile to the home directory (mapped to a consistent drive
2001 Dec 19
2
R strings from C
Hi,
I am trying to study R internal behaviour. So long, I have not
succeeded to access the value of R strings from C.
I use:
void salvesta_tabel(
SEXP data_frame,
SEXP file
)
{
printf( "nimi %d\n", (R_CHAR)( file));
}
and from the R side:
salvesta.tabel <-
function (x, file = "") {
.Call( "salvesta_tabel", x, file)
}
When calling
2006 Jan 03
0
Minor warning from win32-ipc
Hi all,
I noticed this warning coming out of win32-ipc when built with -W3:
c:\eclipse\workspace\win32-ipc\ipc.h(74) : warning C4146: unary minus
operator applied to unsigned type, result still un
signed
Are we just trying to get an absolute value there? Just curious. I
don''t want to break anything.
I''m actually going through all the win32utils packages, compiling with
2004 Oct 22
1
win32-ipc idea - allow a block
Hi all,
What do you think about allowing a block to the various wait methods in
win32-ipc? These could be fired off if signalled, e.g.
i = IPC.new
i.wait{ puts "We got a signal!" }
That way, you wouldn''t constantly have to check the return value. Make
sense? Or not?
Regards,
Dan
2004 Oct 23
0
Perhaps a different approach for win32-ipc
Hmm...what about creating the block in the constructor?
e = Event.new{ puts "Hello" }
e.set(0) -> "Hello"
e.close
Well, I''ll try to hang out on IRC this weekend much of the time if anyone
wants to join me to discuss this in more detail. Look for me in #ruby-lang
or #win32 on freenode.irc.net
Dan
2004 Apr 28
1
win32-ipc question
Hi all,
I recently had a question on win32-event and win32-ipc on IRC, so I thought
I should get around to documenting it. I had a couple questions, though.
First, what does one do with an IPC object? I originally thought this would
be a module that you mixed in but it appears to be a class. Second, does
anyone have a good example of how to use win32-event (using the CVS
version)?
I
2004 Apr 29
3
win32-ipc bug?
Either I''ve been up too late, or the timeout value passed to Ipc.new isn''t
actually saved anywhere. Am I wrong?
Anyway, I''ve added docs and a test suite for win32-ipc. Feel free to take a
look and make sure there aren''t any glaring errors. Thanks.
Dan
PS - I''m hoping to release win32-event 0.2.0 and win32-ipc 0.1.0 this
weekend unless there are
1998 Oct 23
0
Error: Can't create or use IPC area. Error was File exists.
I had to increase the MAX_OPEN_FILES Parameter in "local.h".
Since then i get the error in the logfile:
Can't create or use IPC area. Error was File exists.
Are there any solutions for this problem? I found similar questions
but no answers in the digests.
Olaf Dreyer
2001 May 01
0
ERROR: Can't create or use IPC area. Error was Cannot allocate memory
Hello.
I just installed Samba 2.0.8 onto a shiuny new FreeBSD 4.3-STABLE
machine, and all seems well from the client side of things - I can
smbclient to other servers and access files and the whole nine yards. I
even have Sharity-Light running and am able to mount shares that way.
However, whenever someone tries to connect to my machine, they get
denied, and I get this in the samba.log
2004 Jan 03
0
DEBUG(0, ...) got no contact to IPC$
Hello developers.
How can I redirect debug message from stdout to file or /dev/null.
In smb.conf I have
log level = 0
log file = /var/log/smbd.log
and I init libsmbclient
smbc_init(Rget_auth_data, 0)
I don't want to display any debug message on the screen.
Please help.
--
Rafal Michniewicz
tel. 501-252-210 Linux Counter #145337
jabber: rafim@jabber.2000-plus.pl