similar to: Problems with Samba and OS/2

Displaying 20 results from an estimated 2000 matches similar to: "Problems with Samba and OS/2"

1999 Dec 29
0
How to improve Samba write performance?
I recently sent the message below to this list, hoping I could get advise on improving Samba (v2.0.6) write performance from an OS/2 client (I got no responses). I subsequently ran the same tests from a Linux client using smbmount, also v2.0.6, and got the same results. The hardware config of the Linux client is the same as the OS/2 client below. Obviously, the problem is not
1999 Dec 30
0
SAMBA digest 2359
Hello Samba, ???????, 30 ??????? 99, you wrote: sso> SAMBA Digest 2359 sso> For information on unsubscribing see http://lists.samba.org/ sso> Topics covered in this issue include: sso> 1) Re: Unix .TXT vs DOS .TXT files sso> by Gerry Creager N5JXS <gerry@cs.tamu.edu> sso> 2) Switching user share on NT and smbd spawning sso>
1999 Oct 06
1
Syntax for mounting Samba shares under Linux?
I'm having a hell of a time mounting Samba shares under Linux. Both server and client are running kernel v 2.2.1x on otherwise RedHat v6.0 systems. The machine running the Samba (v2.0.5a) server is working great. Directories and printers are easily accessable from Win98 and OS/2. It's Linux as a SMB *client* that is giving me problems. I can easily mount shares from a command prompt
1999 Nov 12
2
Why a copy of smbd for each smbmount mountpoint?
When an OS/2 or Win9x client logs into a (Linux) Samba v2.0.6 server the running smbd spawns a copy of itself. That second instance of smbd then handles all the shares for that client machine. In contrast, a Linux client which does multiple smbmounts (also Samba v2.0.6) will cause the server to spawn a copy of smbd for *each* smbmount mountpoint. This has the potential for using up a lot more
2007 Aug 14
2
OpenSSH public key problem with Solaris 10 and LDAP users?
Hello. I've got a problem logging in to a Sparc Solaris 10 machine with public key authentication. I searched, and found a similar problem report at <http://thread.gmane.org/gmane.network.openssh.devel/12694>. For that guy, the problem had to do with LDAP. My user accounts are also stored in LDAP, an OpenLDAP server, to be exact. That server runs on the same machine as the machine
2012 Apr 17
0
Problems with samba as PDC
Greeting- I have a mixed network of ms-windows, macintosh and freebsd systems. I am setting up a FreeBSD 9.0 system as a PDC using samba. I can from a FreeBSD box attach to the SMB server as a user that is defined on the Samba Server. [wynkoop at dt0 ~]$ smbclient -L hp1 Enter wynkoop's password: Domain=[HARAPARTNERS] OS=[Unix] Server=[Samba 3.6.4] Sharename Type
2006 May 27
1
Trouble passing list or non-list to function using ...
Hello, Simply put, I'm trying to call a function "testme" with value "age=NA". I wish to use "dotlist<-list(...)" inside the function and have dotlist become: $age [1] NA I'm modifying existing code and need to minimize changing that code so it's easiest to conform how I call the existing function. My sample code fragment, results, and R.version
2009 May 22
2
Step by step: Making an R package with Fortran 95
To all. I need your help. The big question is: How do I make an R library with Fortran 95 files? You may assume that I am a pretty decent programmer in both R and Fortran. I lay out a scenario and need your help! I know how to make an ordinary R package and have dabbled with R + Fortran 95 *.dll linking. I do not have a great handle on the whole Makevars file and whatever else I might need
1999 Oct 20
2
Questions on smbclient messaging
I'm running Samba v2.0.5a on a RedHat v6.0 system. This server provides SMB shares to Win98, OS/2 and Linux clients. Everything is running fine with the Win98 and OS/2 clients, but I have a few questions regarding Samba and Linux clients. 1. Is there a way for Linux systems to receive SMB messages? Something analogous to Windows' "WinPopup" or OS/2's "Network
2007 Jan 15
2
[LLVMdev] llc c backend can produce code that doesn't compile on gcc 4.x
Hello, I would like to ask the llvm developers to have a look at http:// llvm.org/bugs/show_bug.cgi?id=918 . This bug has been reported 4 month ago but is none the less a somewhat serious one. Below I have pasted the test case and output of the issue running on my ppc machine. thank you Eric pb:~ eric$ cat testme.ll;llvm-as -f testme.ll;llc -march=c -f testme.bc;gcc -c testme.cbe.c
1999 Jun 16
0
Why 2 login failures before success?
Running Samba v2.0.4b on a RedHat v6.0 system, I find that when I log onto the server running Samba my authentication fails twice before succeeding. I get these messages in the Samba log file: [1999/06/16 11:45:11, 1] smbd/password.c:pass_check_smb(532) smb_password_check failed. Invalid password given for user 'steve' [1999/06/16 11:45:13, 1] smbd/password.c:pass_check_smb(532)
1999 Jul 06
0
Advice on accessing CD changer disks via Samba?
I've got a 5-disk CD-ROM changer that I'd like to access via Samba v2.0.4 on my Linux (RedHat v6.0) system. I already have Samba up and running well, but I haven't had to deal with the CD changer until now. The kicker, of course, is while there's 5 disks, there's only 1 read mechanism. That means that the accessing of any given disk may mean first selecting that disk to be
1999 Jul 08
0
Samba not using my RAM for shared memory?
The Samba v2.0.4b doc says: share modes (S) These open modes are not directly supported by UNIX, so they are simulated using shared memory, or lock files if your UNIX doesn't support shared mem- ory (almost all do). Yet I have these files on my (RedHat v6.0 / kernel v2.2.10) system: # ls -l /var/lock/samba total 12 -rw-r--r-- 1 root root 1048576 Jul 8
2007 Sep 08
19
Group changes made over and over?
Hi, I have several Debian servers with puppet 0.23.2. Part of my manifest looks like this: class virt_all_users { @group { "andy": ensure => "present", gid => "1000" } @user { "andy": ensure => "present", uid => "1000",
2014 Sep 08
0
is pattern matching inside macro valid?
Can't we use pattern matching inside a macro? Because when I am trying to do so call is terminating even for a very simple dummy dialplan. [demo3] exten=>98,1,NoOp() exten=>98,2,Macro(testme) exten=>h,1,NoOp(terminating call); [macro-testme] exten=>s,1,Playback(Digits/2) exten=>s,2,WaitExten(15) exten=>s,3,NoOp() exten=>_X,1,NoOp(${EXTEN}) exten=>_X,2,Goto(s,3)
2007 Aug 30
2
define-based exported virtual resources
Can you use exported virtual resources with custom definitions? As an example, with the following definition: define vr-tester() { file { "/tmp/vr-success.txt": content => ''foobar''; } } this code is working for me: class testme { @vr-tester { "foobar": ; } Vr-tester <||> } but this is not: class testme {
2008 Apr 29
1
winbindd hangs up while retreiving usernames.
Hello. I'm installing new FreeBSD 6.2-RELEASE, based on intel machine. Firewall type is OPEN. I have Windows Server 2000 with Active Directory on it, working in Native mode. I've installed samba-3.0.23c_2,1 from /usr/ports/net/samba3 prefix=/usr/local without krb-1.5.1 being installed. Added: nmbd_enable="NO" smbd_enable="NO" winbindd_enable="YES" to
2009 Nov 11
3
anchoring of patterns for per-directory merge files
Hi, I'm extremely confused about anchoring of patterns for per-directory merge files, as what I see seems to not be the behaviour the documentation suggests. On the receiver side I have rsync version 3.0.3 protocol version 30. On the sender I have rsync version 2.6.9 protocol version 29. I'm calling: rsync --filter='dir-merge /.rsync-filter' -avz --delete \ --numeric-ids
1999 Apr 13
0
Printers now don't work - what can I check?
My Samba-shared printers (v2.0.3) printers worked great until I updated several software packages last weekend. These printers are networked and can still be used by running lpr from the command line of my Linux (RedHat v5.2, kernel 2.2.5) server. Print jobs sent from the client machines (OS/2 and Win98) are not printed. A job sent from a client machine is apparently just lost. Nothing
2018 Mar 06
0
Heap Exhaustion during 'DAGCombiner::Run'
Martin: It sounds like you are doing is more akin to shuffle selection than fusion and therefore it's a better fit for instruction selection than DAGCombining. Try movign it to <Target>ISelDAGToDAG's Select (or potentially PreprocessISelDAG). Th -Nirav On Tue, Mar 6, 2018 at 4:05 PM Martin J. O'Riordan <MartinO at theheart.ie> wrote: > We discovered what is