similar to: Question about permissions and roaming profiles

Displaying 20 results from an estimated 200 matches similar to: "Question about permissions and roaming profiles"

2003 May 16
1
make buildworld fails when upgrading to 4.8 stable : SUITE
OK, It works if I modify my make.conf to not build openss[lh] like it : #MAKE_KERBEROS5= yes # TEST NO_OPENSSH= true # do not build OpenSSH NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) Maybe I install openss[hl] as ports after... But I'm not satisfied with this way... -- G?rard MILHAUD ?cole Sup?rieure d'Ing?nieurs de Luminy (ESIL) Luminy - Case 925 -
2003 May 16
1
Help please : make buildworld fails when upgrading to 4.8 stable
Hi, I can't build the world. I have an error in SSL, with today cvs sources. Here is the error : /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c: In function `ssl_read': /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c:209: `SSL_ERROR_WANT_ACCEPT' undeclared (first use in this function)
2008 Oct 30
2
Inno setup script request
Dear all, I am a public resaerch engineer in marseille (France) and I am currently developping a free software for high throughput experiments in biology using mainly R (bioconductor). This project is almost at a finalisation stage and I would like to build an installshield using innosetup for the windows version of my software. The ideal case would be to also include the required 2.6
2008 Oct 09
1
Error when reading a SAS transport file
Dear All, I get the following error when using either SASxport or Hmisc to read an .xpt file: > w <- read.xport("D:/consult/Trophos/dnp/base/TRO_ds_20081006.xpt") Erreur dans factor(x, f$value, f$label) : invalid labels; length 15 should be 1 or 14 > z<- sasxport.get("D:/consult/Trophos/dnp/base/TRO_ds_20081006.xpt") Erreur dans factor(x, f$value, f$label) :
2006 Mar 31
0
get_md4pw: Workstation PC-WINSIC$: no account in domain
hello to all i use a samba server (3.0.14a) PDC which makes the users and computers authentication on a LDAP server (openldap on debian sarge) (people branch and computers branch).. does somebody had this problem? when a user connects from a PC which is in a windows domain, the authentication doesn't succeed for the following reason the error message is (translated from french message
2006 Apr 25
5
FXListBox ...connect(SEL_COMMAND)
Hi, I think I got a problem with the FXListBox widget. ( ruby 1.8.4 (2005-12-24) [i386-mswin32]) ) FXListBox.new(parent, nil, 0) do |libo4| libo4.appendItem("0 very weird") libo4.appendItem("1 very weird") libo4.appendItem("2 very weird") libo4.appendItem("3 very weird") libo4.appendItem("4 very
1999 Jan 29
2
Installation of SAMBA 2.0 on Solaris 2.6
Hi people, Is there somebody who knows how to install SAMBA 2.0 on Solaris 2.6? Thanks, Rivaldo
2008 Sep 29
0
Script for dose proportionality assessment using power model and confidence interval criteria
Dear R-Helpers Has anyone written a script for the dose proportionality assessement using the power model and the confidence interval criteria as described in - Gough at al. Assessment of dose proportionality: report from the statisticians in the pharmaceutical industry in Drug Information Journal,1995, 29:1039-1048 and/or - Smith et al. Confidence interval criteria for assessment of dose
2006 Oct 04
0
[OT] Survival and Function as co-primary endpoints in clinical trials. How to simulate in R ?
Dear R-Helpers, Apologies in advance as this is partly (widely ?) OT. Not sure where to ask, R is my favorite computer tool (no kidding) and there are plenty of knowledgable and helpful people on the list. Background: There are discussions among experts and regulatory authorities (cf guideline http://www.emea.europa.eu/pdfs/human/ewp/056598en.pdf) that, in for example Amyotrophic Lateral
2008 Aug 02
7
[Bug 16961] New: 3298249d8267c27235653f17379f8c breaks Xv overlay ( display corruption)
http://bugs.freedesktop.org/show_bug.cgi?id=16961 Summary: 3298249d8267c27235653f17379f8c breaks Xv overlay (display corruption) Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2006 May 15
3
FXTextField - posSelected?(pos)
Hi, I wonder if am facing a bug or something else On a FXtextField, I want to detect the low and high pos of the selected string example: the text is: 0123456789 The selected string is : 234567 first = last = -1 atext.text.length.times do |pos| first = pos if atext.posSelected?(pos) and first < 0 last = pos if atext.posSelected?(pos)
2006 May 31
3
FXLabel: ca''nt set the Icon attibute
Hi, trying that: aLabel = FXLabel.new(menuBar35,nil,@@maximizeIcon,0) aLabel.icon = @@restoreIcon # ok aLabel.connect(SEL_LEFTBUTTONPRESS) do |sender, selector, data| case sender.icon when @@maximizeIcon sender.icon = @@restoreIcon when @@restoreIcon sender.icon = @@maximizeIcon end 0 end Result abnormal
2006 Feb 26
1
assigning differences in a loop
Dear All I would need to generate differences between variates such as nam1<-nam2-nam3 in the following loop: for(i in c("13","26","38")) { for (j in c("HR","PQ","QRS","QT")){ nam1<-paste("d",j,i,sep="") nam2<-paste(j,i,sep=".")
2011 Aug 02
2
SSO's availability
Hello all, I will introduce myself, I'm french, about 34 years old and works for a mechanic company. I've discovered linux in 2006 and I'm really enjoyed by all the things that can be done with. Now this is questions : Is it possible to configure a system of authentication based on SSO samba (and certainly ldap and lot of others things) ? Is it possible to do this without any
2008 Jan 13
6
[Bug 14060] New: Server fails to start with randr 1.2 and a NV20
http://bugs.freedesktop.org/show_bug.cgi?id=14060 Summary: Server fails to start with randr 1.2 and a NV20 Product: xorg Version: 7.3 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2003 Aug 16
2
Borland C++ Builder 6.0 & Wine
Hi all, I need to use BCB6 with Wine to develop a software that uses two ocxs built with MS Visual C++. I set ole32, oleaut, typelib to native for bcb, else it doesn't start correclty. After that, BCB start up, I can design the forms, write the code, but I have two problems that block me: a) when I press the Execute button, the units are compiled, but the linker hangs up with all the cpu used
2006 Apr 19
1
is there a problem with FXList findItemByData(....) ??????
Hi, I am tackling with FXList ( ruby 1.8.4 (2005-12-24) [i386-mswin32]) ) . The ''data'' value is a MDIChild reference afxlist.findItemByData(sender) => return -1 . Always I can turn around it by doing .......... cpt = 0 ; idx=nil afxlist.each do |lista| if lista.data == sender idx=cpt break
2004 Jul 05
1
NMBD shutting down problem
Hi, I use a samba 3.0.2a server on a Linux Mandrake 10.0. This morning, I found the nmb daemon shut down with the following message in the nmbd log file : [2004/07/03 20:39:53, 0] nmbd/nmbd.c:reload_interfaces(263) reload_interfaces: No subnets to listen to. Shutting down... Over the web, I found many questions about this problem but no real answer. Any idea or precision about this. It is a
2007 Mar 05
1
Translating the Samba Howto Collection in French
Hello, I'm a member of a French howto translation project (http://www.traduc.org). A member of our team would like to start translating the Samba Howto Collection in French. We're aware of a previous translation project, but it seems to be dead and there is apparently no way to reach its members or see the work it has done: http://home.gna.org/sambadoc/ - Are you aware of a
2011 Mar 28
1
Samba 3.2.15 : DOS charset problem on powerpc big endian architecture
Hello, With a default CP850 dos charset, I can?t connect and receive a ?protocol negotiation failed? error message # testparm -v |grep charset Load smb config files from /etc/samba/smb.conf Module '/usr/lib/charset/CP850.so' loaded Server role: ROLE_STANDALONE dos charset = CP850 unix charset = UTF-8 display charset = LOCALE # smbclient -L MYSERVER