Displaying 20 results from an estimated 9000 matches similar to: "clients logout and client creating users"
2004 Mar 16
2
clients logout .............
You should be able to click Tools/Disconnect Network Drive from a
Windows Explorer window, then select the connection to the Samba server
and click ok. Note, this can be done even if the connection was not
mapped to a drive letter, such as by typing \\server\share in the run
box. You can then map a drive to the server with a different user
account.
Steve Aden
Privileged/Confidential Information
2004 Mar 12
2
mapping home dir
Hi
I am running a RH9 box in a w2k domain. I have installed
winbind on the RH9 box joined it to the domain
successfully. Domain users can login with their accounts.
The problem is when they login they get a message stating
that their home dir doesnt excists. How can i map their
home dir that is on a w2k member server and how can i
create their home dir on the RH9 box when the domain users
login?
2003 Nov 10
1
OT: Work offer - SAMBA consultant required in Sydney, Australia.
Hi all - sorry for the off-topic posting - just that the list of consultants on the samba site is horrendously out of date! I thought that this would be the best place for me to find suitable resources...
firstly I would like to say thanks a million to all the samba team for your ongoing efforts and great product. I just wish I had more time to experiment with it!
We have the startings of a good
2003 Dec 04
1
Weird Auth issue
OK, running Samba 3.0.0 on RH9 in a W2K AD environment. MIT Kerberos
1.2.7. Joined the domain with no problem, wbinfo and getent respond
perfectly.
I can get Kerberos tickets from the W2K domain and browse domain
resources from the RH9 box, both with krb tickets and by supplying a
password, although using the -k option does not display the "network
neighborhood" browse list. However,
2005 Jan 10
3
chinese characters
Hi,
I am using SME server 6.0 which has samba preconfigured on it. We
upgraded from MS Windows 2000 server.
I am using the server in China and so many of the users wish to create
files with Chinese characters in their names.
File names with Chinese characters seem to cause all sorts of problems.
They have trouble creating them, and files which are copied off backup
(from the W2K system)
2004 Jan 08
1
setting up samba3 on rh9 using win bind
I have been attempting to set up RH9 as a file server using Windows
authentication.
I have winbind running and both the wbinfo, and getent passwd commands
return users and groups from the windows domain.
Samba is set up, using the gui but when I try and add users, the domain
users do not appear in the list.
I am sure the gurus will tell me not to use the gui's but I am really new at
this
2003 Nov 26
3
Printer sharing
Hi,
i used
[printers]
comment = All Printers
path = /var/spool/samba
browseable = yes
printable = yes
public=yes
create mode = 0700
to share my printers to W2K Clients. For that i created a printer
(printing is working locally) on my linux machine (RH9, Samba 2.2.7,
Cups). If i try now to use this printer on my W2K machines i can create
a Printer in the Control Panel browsing the Domain and
2003 Dec 24
0
[LLVMdev] Re: pthread?
I try to run lli with "--load=/lib/libpthread.so", but it shows:
---------------------------------------------------
[yue at RH9 test]$ ./pthread.ll
Error opening '/lib/libpthread.so.0': /lib/libpthread.so.0: symbol
_errno, version GLIBC_2.0 not defined in file libc.so.6 with link time
reference
-load request ignored.
Creating thread 0
WARNING: Cannot resolve fn
2003 Sep 16
1
Can not register W2K computer (WXP and W98 without problems)
I can NOT have a W2KPro computer to reconnect to a RH9 Samba PDC server
domain after initial "registration". (I don't have any problems with WXPPro)
NetBios name of the W2KPro computer: PRUEBA
RH9 PDC Samba domain name: SAMBA
When "registering" the W2KPro computer to the domain for the first time,
everything seems to work fine (even though it takes longer than usual to
2003 Dec 23
4
[LLVMdev] pthread?
hi,
I compile a pthread program using llvmgcc, but when i run pthread.ll, it
show:
------------------
[yue at RH9 test]$ llvmgcc pthread.c -o pthread.ll
[yue at RH9 test]$ ls
pthread pthread.c pthread.ll pthread.ll.bc
[yue at RH9 test]$ ./pthread.ll
Creating thread 0
WARNING: Cannot resolve fn 'pthread_create' using a dummy noop function
instead!
ERROR; return code from
2003 Dec 24
1
[LLVMdev] Re: pthread?
On Wed, 24 Dec 2003, yue wrote:
> I try to run lli with "--load=/lib/libpthread.so", but it shows:
> ---------------------------------------------------
> [yue at RH9 test]$ ./pthread.ll
> Error opening '/lib/libpthread.so.0': /lib/libpthread.so.0: symbol
> _errno, version GLIBC_2.0 not defined in file libc.so.6 with link time
> reference
> -load request
2004 Aug 17
6
couple basic questions
My desire to run Asterisk is finally giving me the reason to install a Linux box at home.
Is RH9 the only distro that Asterisk will run on, and can anyone recommend a good source for a cheap Linux (RH9) box?
For example, walmart.com has microtel boxes with no OS. Will RH9 and Asterisk run on these boxes?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
2004 Oct 24
0
Wine broken after upgrade
Previously, I had installed wine-20040615 via RPM for RH9, and some applications began working that had failed in the past.
Yesterday, I downloaded wine-20041019-1rh9winehq.i686.rpm, That, in it self, was a chore, as the mirror sites in the US did not appear to have this rpm. Then, I switched to Germany. I don't know why I picked that mirror. At any rate, once downloaded, I removed
2004 Sep 23
4
Asterisk 1.0 RPMS RH73 and RH9
Hello,
Straight from the floor of Astricon 2004, I am happy to release my
updated Asterisk 1.0 RPMS for RedHat 7.3 and RedHat 9.0 platform.
Current Release
---------------
asterisk-1.0-0
libpri-1.0-0
zaptel-1.0-0
kernel-module-zaptel-1.0-0
RedHat 7.3
----------
ftp://ftp.nacs.net/asterisk/rh73/RPMS/
ftp://ftp.nacs.net/asterisk/rh73/SRPMS/
RedHat 9.0
----------
2003 Dec 23
0
[LLVMdev] pthread?
Try
llvmgcc pthread.c -o pthread.ll -pthread
You have to link in the pthreads library, and I believe -pthread is all you
need on a redhat 9 box.
Kevin
> -----Original Message-----
> From: llvmdev-admin at cs.uiuc.edu [mailto:llvmdev-admin at cs.uiuc.edu] On
> Behalf Of yue
> Sent: Tuesday, December 23, 2003 11:43 PM
> To: llvmdev at cs.uiuc.edu
> Subject: [LLVMdev] pthread?
2004 Aug 11
3
binary RPMs
Hi everybody.
I know that we can normally install source rpms designed for RH9 and FC1,
but can we also install the binary RPMs for RH9 and/or FC1 on a CentOS 3
system ?
2005 Sep 12
2
New to the list and one quick question
Hi all,
Let me start off with a little back ground. I am running right now RH9
fully updated on a Dell PowerEdge 1600SC with 512megs of Ram, 18G SCSI
HD. I run this at home so this is no critical server, unless you ask my
girls when I have it down, I have been debating on upgrading to Fedora
until I started looking at CentOS. I have download the ISO and burned
them with X-CD-Roast. Here
2012 Nov 30
3
repeating matrices in a list
Suppose I have the following square, non-negative matrices
> g=matrix(c(0,2,4,0.25,0,0,0,0.6,0),3,3,byrow=T);
I want to create a list where this matrix is repeated multiple times. if I
do this brute force (manually), using
> env <- list(g,g,g)
works fine. Yields
[[1]]
[,1] [,2] [,3]
[1,] 0.00 2.0 4
[2,] 0.25 0.0 0
[3,] 0.00 0.6 0
[[2]]
[,1] [,2] [,3]
[1,]
2004 Apr 04
2
Upgrade install using CentOS-3.1 ISO images
Cutting straight to the chase:
When, if ever, does the installer offer an option to upgrade an existing
installation, rather than wanting to reformat the disks?
More details than you may want:
I recently acquired a new PC chassis, with no operating system but with a
Serial-ATA disk (which I was not expecting when I ordered it). I set the
BIOS for legacy IDE mode and installed RedHat 9, then
2006 Jul 20
2
only one mysql process in pstree
Hi All,
I have two servers, one is centos 4.3 (new) and other is rh9 (old). Both of
them run mysql as the primary database server. I installed mysql via the rpms
available in mysql.com downloads.
Recently when i do "pstree", i noticed that RH9 server shows many mysql
children while centos shows only one. Here is the pstree result. (Both of
them runs the same version of mysql)