similar to: Source code unavailable

Displaying 20 results from an estimated 2000 matches similar to: "Source code unavailable"

2001 Nov 09
1
Fix to track-kameipv6 branch for socket.c
I ran into a problem where systems without DNS entries could not connect to the rsync server with the IPV6 patch applied. Here is a fix to the problem. Basically they were checking the list of IP addresses returned by getaddr even if getaddr failed. I just changed it so they only check the list of IP addresses if getaddr succeeds. Any comments on this please email me directly because I do not
1999 Jun 28
0
was: Samba Solutions...maybe
Michael, thanks a lot for this hint. Since that fixed my Samba/nmbd problem completely and Samba is now behaving as expected I hope you don't mind that I cc' this mail also to the Samba mailing list. There are also a few people having trouble with browsing and it might be of help there as well. Thanks again. Michael Doerner > -----Original Message----- > From:
2002 Nov 15
1
make check fails with -march=i686 on gcc 2.96 (PR#2296)
The top-level 'make check' fails on Red Hat Linux 7.3 (fully patched as of Nov. 15, 2002) when CFLAGS includes "-march=i686". In particular, the following targets fail: * test-Reg * test-Examples * test-Ts The workaround is not to use "-march=i686". Specific stuff below, and I'd be happy to provide any files or fragments thereof that'd help. The failure
2006 Mar 24
0
Fwd: Re: Migrate NT domain 4 to samba
I tried "net lookup dc" and samba PDC did not show. The NT machine we have has been shut down and not functional anymore. Right now, we only have one linux box with gentoo running samba and we want it to be the PDC. Thanks, -Ivan >X-Original-To: iordonez@nature.berkeley.edu >Delivered-To: iordonez@nature.berkeley.edu >Subject: Re: [Samba] Migrate NT domain 4 to samba
2005 May 10
1
Re: Windows XP SP2, Azureus, and Samba
> > > > > *Gerald (Jerry) Carter* jerry at samba.org > <mailto:samba%40lists.samba.org?Subject=%5BSamba%5D%20Windows%20XP%20SP2%2C%20Azureus%2C%20and%20Samba&In-Reply-To=60C14C611F1DDD4198D53F2F43D8CA3B01AFF957%40orsmsx410> > /Fri Aug 27 14:59:03 GMT 2004/ > >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >Villalovos, John L wrote: > >|/ Okay.
2006 May 04
6
Share Access
Could someone help me understand if what I'm seeing with share access is correct? On my samba domain I have two users (user1 and user2) and one share; the share has attribute "writelist = user1". On a linux machine I: mount the share with "mount -t cifs -o username=user1" successfully open a file in the share for writing with the perl "open" function
2004 Mar 16
0
Re: Revision 559 of ocfs2/src/inc/io.h
John, This makes a little more sense if you take a look at the related changes over in hash.c and the change to the prototype of ocfs_bh_sem_lock_modify in proto.h. This is one of those instances where you absolutely require a macro in order to get at the __FUNCTION__, __FILE__ and __LINE__ preprocessor magic. The problem we were trying to solve here was that we were hitting a lot of
2006 Aug 18
3
share write access
Hi, I am testing share parameters, and have the following share definition: ## Section - [shareA] [shareA] path = /tmp/shareA writelist = user1 and do not understand why user1 cannot write files in the share when connected as user1. Unix permissions for the share files are rw for everyone, and the share directory has wide-open permissions. Samba version is 3.0.20b-3.4-SUSE.
2000 Jun 02
0
Info on building OpenSSH on AIX in AFS?
Please pardon the repeat posting, here, but I hope to get better response with a proper subject line. I am attempting to build OpenSSH on AIX in AFS environment. I've succeeded in building Zlib and OpenSSL, but OpenSSH insists that it needs krb.h, kafs.h, and perhaps libkrb. I have not found any of these on this AIX machine (nor on others I've checked). The INSTALL document seems to
2006 Mar 17
0
ldapsam:trusted=yes
Hi, I am implementing a series of automated regressions tests for samba3. I wish to incorporate the ldapsam:trusted=yes parameter into the testing, and initially had some problems getting smbd to start up and play well with clients. I have discovered that the problem (I am using smbldap tools, smbldap-populate in particular) is the existence of root and nobody users in both /etc/passwd and the
2006 Jul 02
0
Understanding NT_STATUS_OBJECT_PATH_NOT_FOUND&In-Reply-To=44455FF4.8080504%40samba.org
I hope this isn't getting broadcast to everyone. To: Fran Fabrizio I saw your post on this subject dated Wed Apr 19 01:35:48 GMT 2006 I am getting this same error trying to access a Window "Small Business Server" using smbclient Version 3.0.14a-Debian Did you ever get this resolved? Or did you just revert to the older version of smbclient? Charles Pergiel Stevens Water
2005 Nov 07
0
Share file permissions
I have not been able to find this exact problem on the mailing list; apologize if I missed it. I have tried both samba versions 3.0.20 and 3.0.21pre1. The file share in smb.conf has these entries: path = /home/samba/myshare guest ok = no read only = no force create mode = 0644 force directory mode = 0775 The directory "myshare" has the following permissions:
2023 Apr 07
1
Killing the OpenSSH server doesn't cause the Windows OpenSSH client to die
It depends how you "kill" the SSH server. If you kill it by sending it a SIGKILL signal, it will NOT notify the client, so the client will stay running until the client discovers the connection is broken. What happens if you send the SSH server a SIGHUP signal? This should cause an orderly shutdown on the server, which should notify the client, which should cause the client to do
2017 Jul 19
3
Cron sending to root after changing MAILTO
I have ?root: ecssupport at csusb.edu? in my /etc/aliases file already. --- Chad Cordero Information Technology Consultant Enterprise & Cloud Services Information Technology Services California State University, San Bernardino 5500 University Pkwy San Bernardino, CA 92407-2393 Main Line: 909/537-7677 Direct Line: 909/537-7281 Fax: 909/537-7141 http://support.csusb.edu/ ---
2008 Sep 23
2
[LLVMdev] Determining the register type of a MachineOperand
How do I determine what type of register(i.e. i32, f32, etc..) I am accessing from a MachineOperand? I.e. how do I get to the MVT struct, or equivalent information, from a MachineOperand object? Micah Villmow Systems Engineer Advanced Technology & Performance Advanced Micro Devices Inc. 4555 Great America Pkwy, Santa Clara, CA. 95054 P: 408-572-6219 F: 408-572-6596
2004 Jan 26
2
Problems building OCFS2
I also sent this to OCFS2-devel but no response so far. So... I noticed that OCFS2 got updated in the last few days. I just tried to do a build and got this: [root@linuxjohn2 trunk]# make make -C src make[1]: Entering directory `/root/ocfs2/trunk/src' make[1]: *** No rule to make target `inc/io.h', needed by `alloc.c'. Stop. make[1]: Leaving directory `/root/ocfs2/trunk/src'
2006 Jul 20
1
guest ok
I have the following smb.conf file. Note the "guestaccount" parameter, and the guest parameters in shareA, shareB, and shareC. # # Generated by modify_samba_config.pl # [global] adminusers = Administrator, root logonhome = \\%L\%U\.9xprofile addsharecommand = /usr/local/autobench/sources/samba/util/modify_samba_config.pl
2004 Jul 02
1
Unable to build RPMS for ocfs-tools-devel
RPM building of ocfs-tools appears to be broken. I think this is because the DIST_FILES have not yet been completely updated for all the changes. Is anyone working on this? I'll send in the stuff that I fix as I complete it. John
2008 Nov 18
3
[LLVMdev] 32 bit boolean results
Is there a way to tell LLVM to treat Boolean results as 32bit values instead of 1 bit values? Thanks, Micah Villmow Systems Engineer Advanced Technology & Performance Advanced Micro Devices Inc. 4555 Great America Pkwy, Santa Clara, CA. 95054 P: 408-572-6219 F: 408-572-6596 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Sep 10
3
[LLVMdev] Determining the names of all the functions in a module
I am attemping to figure out how to access the function names that are stored in a module so that I know which function I am currently in. I am attempting to write a backend that targets a language that only allows integer function names and I need to create mapping between the string and the integer. I've looked in the header files but I cannot determine how to extract the function