Displaying 20 results from an estimated 200 matches similar to: "PDC samba"
2002 Aug 05
3
Two versions of Samba?
Which tool/command can I use to see if I installed two versions of Samba and
what should I do to get one of them working...Im using SuSE 7.0 and tried to
install a new Samba version but it still uses the old one. Could i just
redirect a link or???
THX/Jens
_________________________________________________________________
MSN Hotmail ?r v?rldens popul?raste e-posttj?nst. Skaffa dig ett eget
2005 Nov 07
2
Trust Accounts and Machine Name Case
I've been very frustrated with getting XP to connect to samba.
I added a machine account on Linux
useradd -g workstation -d /dev/null -s /bin/false xpmachine$
then pdbedit -a -m -u xpmachine
on XP i change the name to xpmachine and connect as root.
I'm welcomed into my domain as expected
When I reboot I cannot login because my account isn't recognized
although I can login as
2010 Jan 25
3
Issue using tapply
Hello all,
I am trying to use the tapply function to sum some values and change the
column names of the resulting vector.
I input
Emp Et
1 10565 ACC
2 7515 ADM
3 625 AGF
4 6243 CNS
5 12721 EDU
6 3924 FIN
7 18140 HLH
8 3686 INF
9 15841 MFG
10 243 MIN
11 1864 MNG
12 4664 OSV
13 5496 PRF
14 4988 PUB
15 2166 REC
16 2153 REL
17 16082 RTL
18 3582 TRN
19 757 UTL
20
2010 May 28
1
Data frame manipulation
Hello All,
Please consider the following:
TotEmp<-c(19,6,1,1,8,44,2,33,48,1)
ClusterType<-c("AGF","CNS","OSV","RTL","RTL","TRN","REL","ACC_CLUST","RTL","WHL")
Taz<-c(0,0,0,100,100,100,101,101,102,103)
2020 Aug 05
1
[v2v PATCH] libosinfo: remove auto-cleanup for OsinfoList
Avoid using an auto-cleanup for OsinfoList, duplicating the cleanup
everywhere needed.
---
v2v/libosinfo-c.c | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)
diff --git a/v2v/libosinfo-c.c b/v2v/libosinfo-c.c
index 322e7d3d..75c2fae4 100644
--- a/v2v/libosinfo-c.c
+++ b/v2v/libosinfo-c.c
@@ -49,17 +49,6 @@
#if !IS_LIBOSINFO_VERSION(1, 8, 0)
2020 Jan 22
4
[v2v PATCH 0/3] Use libosinfo for query device drivers
This patch series integrates libosinfo in virt-v2v to get the list of
files for Windows from libosinfo, if possible. The actual data is still
from virtio-win, just unpacked.
Pino Toscano (3):
build: require libosinfo
v2v: add a minimal libosinfo interface
v2v: try to get windows driver files from libosinfo
m4/guestfs-v2v.m4 | 3 +
v2v/Makefile.am | 9 +-
2020 Jan 28
4
[v2v PATCH v2 0/3] Use libosinfo for query device drivers
This patch series integrates libosinfo in virt-v2v to get the list of
files for Windows from libosinfo, if possible. The actual data is still
from virtio-win, just unpacked.
Changes from v1:
- adapt to use the priority in libosinfo 1.7.0+
- filter out non-pre-installable drivers
- collect all the drivers matching the requirements, not just the first,
sorting them by priority like libosinfo does
2007 Jun 14
3
My Kernel
Hi List;
I did yum install kernel and yum install kernel-devel,
now when I type 'uname' -a I have the following:
[root@localhost /]# 'uname' -a
Linux localhost.localdomain 2.6.15-1.2054_FC5smp #1
SMP Tue Mar 14 16:05:46 EST 2006 i686 i686 i386
GNU/Linux
And when I type rpm -q kernel, then I have the
followig:
[root@localhost /]# rpm - q kernel
kernel-2.6.20-1.2319.fc5
So the
2011 Nov 21
4
Discarding a matrix based on the rowSums value
Hello
I would appreciate your help on the followig. I want to generate random
binary matrices but I need to discard those with all-1 rows. That is, for a
10x10 matrix with five 1's
[,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10]
[1,] 0 0 0 0 0 0 0 0 0 1
[2,] 0 0 0 0 0 0 1 0 0 0
[3,] 0 0 0 0 0 0 1
2006 Apr 07
4
What to install for Rails development?
Hi, is there a list which helps new people as existing people to RoR
in regards to what to install and when to install it? I''m just
looking for a list must have components because I''m really lost at
this point with all the announcements. Finally, my hosting company is
currentlyhas the following version of rails installed:
rails 0.13.1 [rdoc] [www] - depends on actionmailer,
2012 Feb 11
1
rake command shows the error
rails -v=2.3.8
gem -v= 1.4.2
ruby -v=1.8.7
When i issue the "rake" command ,it gives the following error .
(in /home/amrit/amrit/OSV/OpenStreetView)
/usr/bin/ruby1.8 -I"lib:test"
"/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb"
"test/functional/main_controller_test.rb"
"test/functional/upload_controller_test.rb"
2006 Jun 28
2
NoMethodError when setting session variable
I know this is dumb, but I can not set a session variable. I get the
followig error:
Processing Base#edit (for 67.174.108.88 at 2006-06-28 17:17:34) [GET]
Session ID: 3c4b2bad18c8bc289b719dc056913be7
Parameters: {"action"=>"edit", "id"=>"11", "controller"=>"image",
2005 Jul 20
1
aregImpute in Hmisc
Hi,
I have a dataframe ds1.2 - 503 categorial variables
and 1 continuous response variables. I ran aregImpute
to deal with NA's and got the followig error:
> fmla = terms( Response ~ . ,data=ds1.2)
> ds.i = aregImpute(fmla,data=ds1.2)
Error in matrix(as.double(1), nrow = n, ncol = p,
dimnames = list(rnam, :
length of dimnames [2] not equal to array
extent
Could you explain
2000 Feb 11
1
new chron problems in RW0990
Dear all,
In RW0901 I could
> dates("01/01/2000")
[1] 01/01/100
where only the printing was wrong, but the double numeric representation of
the chron object was calculated correctly
but now in RW0990
> dates("01/01/2000")
Error in fun(yy, ...) : must be 2-digit (numeric) year specification
and also the followig doesn't help
> dates("01/01/2000",
2005 Nov 03
1
System error 53 has occurred. The network path was not found.
Hi gurus,
Am using Win XP professional and SUSE 9.3 professional and samba version is
3.0.13-1.1
am able to access my XP machine from samba server using smbclient
\\<xp<file://\\<xp>machine name>\<share drive>
but when i give
net view \\<samba <file://\\<samba> server>
it gives following error
"System error 53 has occurred. The network path was not
2002 Jul 04
1
runaway smbd processes
Hi,
I have a problem with the followig configuration. If anyone can shed some
light on it I would be very grateful!
Solaris 8
Samba 2.2.4 running via inetd
NT 4.0
users access data and their own home directories stored on Unix from,
mainly, NT PCs
Not all, but some users end up with multiple smbd processes.
Every now and again, one smbd process (normally belonging to one of about 3
users)
2002 Feb 26
4
Help again for Samba 3.0
Hello again,
althogh some of you already tried to help me, I still have the same problem:
I'd like to test the new Samba 3.0 as a PDC for two Windows 2000 clients.
My OS is FreeBSD 4.5
Can anyone help me with that ? I always get the errors : 'no user session key' and 'remote procedure call failed'. As I found out the error messages (on the clients) both change regularly.
2010 Apr 09
9
gem install rails (Errno::ENOENT) No such file or directory
I have two PCs, one with Windows XP and another with Windows Vista. I''m
working as an administrator in both computers. I''m using Ruby 1.8.7 and
Rubygems 1.3.6. When I try to install Rails I get this error:
C:\>gem install rails
ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory - C:/Users/Jesús Dugarte
I have installed Rails several times before
2016 Nov 27
1
point n print driver deployment for canon ip7250
> On Mon, 21 Nov 2016 13:42:57 +0100
> "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
>
>> Hi,
>>
>> Yes thats correct.
>> But try the following.
>> Make sure you use the usermapping.
>>
>> username map = /etc/samba/samba_usermapping
>> containing:
>> !root = NTDOM\Administrator NTDOM\administrator
2002 Feb 17
3
Windows changes file ownership & ACL's - any solution?
We have a problem with file security settings changing when
a file is edited by someone who is not the owner.
When the edited file is saved, ownership is transferred to the
person who edited the file. Also, access control settings for the
file are reset to a default setting.
This is a real problem, since in some cases it means that the
original owner of the file no longer has permission to edit