similar to: Solaris 2.6 Samba 2.0.4b Server <-> Win 3.11 Client struggle

Displaying 20 results from an estimated 600 matches similar to: "Solaris 2.6 Samba 2.0.4b Server <-> Win 3.11 Client struggle"

2019 Apr 10
0
[RFC PATCH 04/12] s390/cio: introduce cio DMA pool
On Wed, 10 Apr 2019 17:31:48 +0200 Halil Pasic <pasic at linux.ibm.com> wrote: > On Tue, 9 Apr 2019 19:14:53 +0200 > Cornelia Huck <cohuck at redhat.com> wrote: > > [..] > > > > > At this point, you're always going via the css0 device. I'm > > > > wondering whether you should pass in the cssid here and use > > > >
2019 Apr 09
0
[RFC PATCH 04/12] s390/cio: introduce cio DMA pool
On Tue, 9 Apr 2019 14:11:14 +0200 Halil Pasic <pasic at linux.ibm.com> wrote: > On Tue, 9 Apr 2019 12:44:58 +0200 > Cornelia Huck <cohuck at redhat.com> wrote: > > > On Fri, 5 Apr 2019 01:16:14 +0200 > > Halil Pasic <pasic at linux.ibm.com> wrote: > > > @@ -886,6 +888,8 @@ static const struct attribute_group *cssdev_attr_groups[] = { > >
2007 Oct 19
0
calculating power of log rank test
hie Im trying to calculate the power of the logrank test for different values of rho .I was just wandering whether the following programme would do it. any suggestions are welcome s=50 number=1 count1=0;count2=0;count3=0;count4=0;count5=0;count6=0;count7=0;count7=0; count8=0;count9=0 while(s!=0){ n=20 n1=n/2
2008 Feb 14
0
help in simplyfiying programme
my program given below can some one make it presentable. I trying to simulate survival data and calculate the power. I think i could have done better. s=10 number=0 count1=0;count2=0;count3=0;count4=0;count5=0;count6=0;count7=0;count8=0; count9=0; count11=0;count22=0;count33=0;count44=0;count55=0;count66=0;count77=0; count88=0;count99=0; while(s!=0){ n=100 n1=n/2 n2=n/4
2004 Jun 10
1
Samba 3.0.5 pre1 cannot ad windows xp machine to domain
Hi all, I can add my W2K machines to the Samba 3.0.5pre1 with no problems, but I can not add my XP machines. Existing XP machines work fine, but when I try to add new XP machine it does not work. Here is my smb.conf and pc from the log.smbd Thanks -Glenn [global] netbios name = HSFNP01 workgroup = MTHCS security = user os level = 64 domain master = yes local master = yes preferred master = yes
2004 May 14
1
OTHER BUG IN SAMBA 3.0.4 ?! FORCE USER
(excuse me for my bad english) I CAN?T CHANGE WRITABLE/READ-ONLY VALUE BECAUSE I NEED THAT ANYONE WRITE EXCEPT THE USER/GROUP IN WRITELIST I used the samba-3.0.1pre1 without problems. Now, I use the samba-3.0.4 (bug ms04-011 fixed) Is this a samba 3.0.4 bug ?! : [rental] comment = Rental path = /home/rental valid users = @administradores @rental mesaayuda ctoledo public = no
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.
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
2011 Nov 01
0
Read/Write textbox in R
I am writing a GUI for my R script. It is a very basic form consisting of textboxes and buttons. I tried to run the following example to learn how to read value currently entered into the textbox: ( it requires tcltk/tcltk2 packages ) # Create the widgets base <- tktoplevel() list <- tklistbox(base, width = 20, height = 5) entry <- tkentry(base) text <-
2008 Apr 30
0
why my code is not computing significance level and power correctly
I am trying to compare Levene,bartlett, count5 tests for a random normal sample for the significance level and power, the problem seems bug free but with obvious wrong result, anyone can help, I send the R code as attachment. Thanks http://www.nabble.com/file/p16992744/758%2Bproject 758+project -- View this message in context:
2005 Aug 18
0
problem executing windows application in samba
Hi, I've come across a rather strange problem while trying to execute a windows application in samba. I'm running Samba Version 3.0.10-Ubuntu on Linux Ubuntu, kernel 2.6.10-5-386, my full smb.conf is at the end of this message. We have AIMS v3.0.0.3, a database application which accesses data in .mdb files and we've stuck it on a samba share called AIMS. The problem is, when I
2019 Apr 09
0
[RFC PATCH 04/12] s390/cio: introduce cio DMA pool
On Fri, 5 Apr 2019 01:16:14 +0200 Halil Pasic <pasic at linux.ibm.com> wrote: > To support protected virtualization cio will need to make sure the > memory used for communication with the hypervisor is DMA memory. > > Let us introduce a DMA pool to cio that will help us in allocating missing 'and' > deallocating those chunks of memory. > > We use a gen_pool
2011 Jul 27
1
create a index.date column
Dear R users, I created a matrix that tells me the first day of use of a category by id. #Calculate time difference test$tdiff<-as.numeric(difftime(as.Date("2002-09-01"), test$ftime, units = "days")) # obtain the index date per person and dcategory index.date.test<-tapply(test$tdiff, list(test$id, test$rcat), max) Nonetheless, at the moment I think will be
2003 May 15
2
CUPS and Samba 3.0 - printers no show
Hi [Samba]s I have RedHat 8.0, and have installed a compiled CUPS 1.1.19pre4 and Samba 3.0 (latest this week from CVS). It all compiles and installs OK with CUPS support in Samba, but no printers show up (according to smbclient -L or from windoze) when "printing=cups" is used. It is OK if another form of printing is used, for example "printing=sysv". A reversion to Samba
2006 Oct 19
0
Browse Domain users from XP client -not possible
Hi I am unfortunate not able to browse any users in my samba-ldap domain. ex. if I want to add the user swi more premissions on a samba share folder (security-->add-> advanced-->find now--> the smbldap domain users and groups are not shown anymore? This same goes if i want to add a user as local administrator on a joined XP PC - same problem. I am using and a RHES 4 update 3
2005 Jun 19
3
ADS member server w/ winbind on debian sarge
ok, i've been buggering on and off with this for way too long now. I'm just plain stuck. The objective is to get full authentication working for a samba machine by integrating it into and existing AD system as a member server. The domain is windows 2003, in native mode. There are two domain controllers. The samba box is running debian sarge, using only the official sarge packages.
2004 Jun 07
0
Win2k can't see the domain
Hi. I have a working 3.0.4 server offering logons and profiles for the Win98 boxes in our network. Now I'm trying to do the same for the Win2k boxes, but no luck. The details: 1. The server's name is curia and the Win2k box's is macellus. I created (with vipw) usernames for curia$ and macellus$. 2. net rpc join -U root%password worked ok, joined domain ROMANOVA. 3. Next, added curia
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
2003 Oct 21
3
RH 9, Samba 2.2.8 and Mac OS X Clients
Hi, we run a RH9 samba 2.2.8 ext3 Server and have some problems with MacOS X Clients: They aren't allowed to write directories containing files to any of our shares. I connect to the sambaserver with smb://servername/sharename and a samba user. This user is allowed to create new folders and he can copy files into this folder. But if he tries to copy the local folder containing files to
2003 Mar 24
4
Login denied after joinined Samba PDC
Currently running samba 2.2.7 on rh8 I have not had any problems until recently, and I'm not sure exactly what would have caused this problem. I have no problem joining a w2k workstation to my domain, but whenever I attempt to log into the domain, i receive the following error on the workstation: The system cannot log you on to this domain because the system's computer account in its