similar to: RH 7.3 + Samba DC

Displaying 20 results from an estimated 500 matches similar to: "RH 7.3 + Samba DC"

1999 Oct 10
24
samba as PDC
hi all, i want to have samba in my liux as a PDC, so i have download the last version of samba 2.1alpha. but i can't compile it shows errors : Linking bin/nmbd libsmb/clientgen.o: In function `cli_establish_connection': libsmb/clientgen.o(.text+0x4ef3): undefined reference to `prs_init' libsmb/clientgen.o(.text+0x4f50): undefined reference to `create_ntlmssp_resp'
2003 Jun 18
0
Samba 2.2.5-10 and Win XP SP1
Hi all, This is my first try on Samba as a PDC. I have managed to setup Samba as a PDC for my home network. The Win98 pc connects and validates no probs, but not the Win XP pc. The acc on the linux system has been created and is fine as well as the samba passwd's. The XP pc is 'changed' onto the domain with no errors, with the user name that will be used by the user to log on the
2002 Aug 15
2
Question on Accessing Samba Shares from a Windows XP Pro box...
Howdy. I created a Linux File Server (Redhat 7.3, w/ Samba 2.2.3) and some file shares for my documents. I can ping the server from my Windows XP pro box and vice versa, I know Samba is running and have the "encrypted passwords" option in Samba turned on. On the XP machine, I can see the linux file server, but cannot access any of the shares. It tells me I don't have permission (or
2011 Oct 11
2
how to make a true binary package?
I'd like to have a version of a package that doesn't include sources. I thought that this could be achieved by using binary option in R CMD build, but in fact it packages source code that could be easily printed once the library is loaded. Is there an option to avoid visibility of the source? Another related question is how to install two versions of the same package, so that i could
2015 Jun 24
2
Files larger than 1GB fail to copy
I have a QNAP TS-410 NAS on which I have some CIFS shares. I'm trying to copy some biggish files from a Lunix machine to the CIFS share on the NAS but have runs into problems. I've created files of various sizes and I've found that I can copy files up to size 1024MB to the CIFS share on the NAS, but when I try to copy anything larger than that the copy command hangs forever and nothing
2006 Mar 16
1
So what to do with Unicode filenames?
Hi! I spent a few hours in google but didn't find any solution to make rsync backups of Win XP (2k, NT) machine to Lunix rsync server? As far as I understand we can't teach cygwin to work with unicode filenames, isn't it? Does anyone knows the solution? Is there any non-cygwin rsync Windows realisations? Or maybe there is any other program that can do backups with same manner?
2011 Jul 16
1
crash in extlinux/main
Hi, I found a bug in extlinux/main.c. Writing a bootloader on a file mounted via /dev/mapper in Lunix it crashed on me with a segment fault. The bug is here: if (!ioctl(devfd, HDIO_GETGEO, &geo)) { Since we are already called with geo as a pointer the & is wrong as the pointer itself will be overwritten. This works: int get_geometry(int devfd, uint64_t totalbytes, struct
2002 Feb 14
1
Samba, NIS and Winbind
I'm going to install Samba as file server on a local networl with a NT 4 domain; before choosing i have to clear some ideas: Samba need users account and the same account must be known to linux, too? but, always i have to define users on linux,too? To define users on linux i can manually insert them in /etc/passwd or i can use NIS as source in the nsswitch to obtain account from the NT
2009 Jul 25
2
Using svSocket with data.table
Hi r-devel, svSocket is working well. Short demo here of using it with data.table : http://www.youtube.com/watch?v=rvT8XThGA8o If you maximise and press the HD button it should be readable. There isn't any audio. However, svSocket is currently text based IPC using dump. Is there a solution which will do binary and work in the same way ? Its nice that I can make R become a server any
2002 Aug 23
1
Samba won't share: ?nmblookup problem
Hi, I hope you can help! I am having problems getting samba to share across a large private network. The problem looks a bit like the problem is in resolving the name to an IP but I can't work out why. The network is a private (10.) network, and the PC's connecting to it are named and identified through Wins. All the PC's are running Novell clients to connect although a large
2007 Jan 25
3
Error in loadNamespace(name) (PR#9464)
Full_Name: Ross Darnell Version: 2.4.1 OS: Linux Submission from: (NULL) (130.102.133.33) rdarnell at pc:~/Data$ ls -al .RData -rwxrwxrwx 2 root root 13551 2006-12-06 08:58 .RData rdarnell at pc:~/Data$ R R version 2.4.1 (2006-12-18) Copyright (C) 2006 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to
2007 Jul 05
10
Does Puppet ensure that a service is up and running?
Just curious as to the functionality of puppet. Does Puppet ensure that a service is up and running as long as puppet is running? Ie, I want to make sure ssh is always running, if for some reason ssh get''s shut down, does puppet start it back up when it does it''s config sync run? Thanks! --------------------------------- Pinpoint customers who are looking for
2002 Aug 15
1
finding broadcast addresses.
I'm having trouble with my samba implementation and have determined it's broadcast addresses are not matching. but just figuring out what win2000 is using for it's broadcast hasnt been so easy. I'm using 10.11/16. the server is at 10.11.0.2 with broadcast 10.11.255.255. the clients get 10.11.2.* from dhcp which also is also set to tell them to use 10.11.255.255 for
2010 Aug 06
1
R script doesn't load libraries when called from cron
I have R script that i need to run in cron. Either R libraries or some .so libraries that they depend on don't get loaded correctly. Here is an example. I have a file, call it tmp.R tmp.R ========================= R --slave --args $0 $* <<EOF cmarg = commandArgs()[5] library(R.utils) b<-intToBin(cmarg) print(paste( "argument is ", cmarg, sep=""))
2010 Apr 27
1
ruby-libvirt equiv of virsh list --all
Hi all, I have a working KVM system managed with virsh and virt-install. I am currently playing with ruby-libvirt-0.1.0. I am wanting to build a simple sinatra/ruby app to show the VE's on a node and their state. I have ruby 1.8.5 on CentOS 5.4. I have the basics of it worked out but am a little stuck. Is there a way of retrieving a list of all VM's on a host using
2012 Dec 14
0
NetworkManager and VM Bridged Networking
[adding libvirt-users] On 12/14/2012 01:26 AM, Chuck Forsberg WA7KGX N2469R wrote: > I tried using the procedure in > http://fedorasolved.org/Members/kc8hfi/qemu-kvm-bridged-networking. > > The first thing this article mentions is that NetworkManager cannot work > with bridged networking. This is \unfortunate\ as Lunix stopped being a > useful server when I tried ro revert to
2004 Aug 06
0
RE: Zaptel X100P Kernel Panic
How do I do this? Ive looked on lunix pages but ive seen that I have to change the config of the kernel build, is that right? Or do I need a different kernel altogether? Also the sites say the 8K is about as large as you should take the stack :oS Also someone posted that I need to sort out the IRQs, is this part of linux? As you can guess I'm kinda new to linux, although ive used it for 2yrs
2005 Oct 09
1
Can't see Samba Server from Win2k
I've read other posts on this, but can't figure out what I'm doing wrong. I have Suse 8.0, Samba 2.2.3a, and Win2k. Win2k Setup: workgroup = HOME_NET Host Name = Copernicus IP : 192.168.0.7 Subnet : 255.255.255.0 Def Gateway: 192.168.0.1 smb.conf (comments removed): ======================================================= [global] workgroup = HOME_NET netbios name = gallileo
2010 Sep 02
4
Help with installing photoshop cs4
Hi i have just started using linux... swaped over from XP I have a leagle copy of Photoshop cs4.... It is installed on V-Box I am running Mint 9 - Gnome standard 32 bit.... I have tried to follow the instructions... Also hunted posts, google etc I have tried with the latest wine... Also with wine 1.1.19, with wine 1.1.17 & wine 1.1.23 Each time i start fresh... install the winetricks.. as
2003 Aug 28
0
[louisk@bend.com: snort, postgres, bridge]
----- Forwarded message from Louis Kowolowski <louisk@bend.com> ----- Date: Thu, 28 Aug 2003 11:37:42 -0700 From: Louis Kowolowski <louisk@bend.com> To: freebsd-security@freebsd.org Subject: snort, postgres, bridge User-Agent: Mutt/1.5.4i I've been prowling through the FreeBSD and Snort list archives in search of information on setting up snort on a FreeBSD bridge(4) that logs