Displaying 20 results from an estimated 600 matches similar to: "R: Windows 2K roaming profiles"
2003 Aug 05
0
Re: Windows 2000 don't fetch user.DOMAIN profile
running echo %userprofile% from a windows command prompt will tell you
exactly where your user profile is located.
running set will give you all your environment settings.
Jim Wharton
Network Administrator
Alachua County Property Appraiser
jwharton@acpafl.org
> -----Original Message-----
> From: samba-bounces+creole3=bellsouth.net@lists.samba.org
>
2003 Jul 25
2
Samba 2.2.7 and 3.0.0b3 slow transfers with Win2k and WinXP
Hi all,
I'm thoroughly stumped. I have a network of Windows 2k and Windows XP
Professional machines working off of Samba served home directories.
Everything works. Sign-ons are relatively quick, no odd errors in the
samba logs or on the Windows boxes, and all the configuration seems to
work fine wrt all functions. Name lookups via nmblookup or nbtstat work
fine (though it looks like
2005 Apr 05
0
strange password problem
We have a samba3 domain with nt4, 2000 and xp workstation. We are
experiecing a strange problem when the user password expires. When a
user is forced to change the domain's password, he must re-insert the
email account (pop3 and imap) password in outlook. The mailboxes are on
a qmail+vpopmail server. This strange behaviour occours only with
windowsXp and office 2003. With windows2k and
2003 Nov 21
0
SAMBA3 and WINS problem
I install samba3 on solaris8 and I configure the PDC support and WINS
support. The PDC work without problems but the wins doesn't work.
When I try to resolv netbios name from windows client on other lan the
wins doesn't work.
I want trust my domain samba3 with a windows2k domain ( mixed mode)
which is on another network. When I trust from windows2k to samba3 it
works but when I
2004 Oct 12
1
Samba as gateway MIT kerberos
Hi,
We have Windows2k machines connected and authenticated with Samba. We also
have MIT kerberos for Linux systems.
What we want to do is using samba as a gateway, clients using Windows2k
machines can access their AFS file space.
We are trying to encrypt the usernames and passwords and send to samba side
which then decrypt and retrieve the plain-text password. Does Samba have
2020 Jun 15
3
Hiding SSH Host Banner Doesnt work
Im trying to hide the ability to show my host details from OpenSSH on
GNU/Linux Debian using this method:
Add the following line to /etc/ssh/sshd_config
DebianBanner no
And restart your SSH daemon: /etc/init.d/ssh restart or service ssh restart
This doent change anything.
Another question why user cant hide SSH info as well? why it needs to be
publicly visible? (I read that only recompiling
2016 Apr 18
4
Permission denied on GPT.ini (Event ID 1058)
Ok, try this.
Gif the pc a uid and check again.
If it works then, its a share or security right.
Gpupdate /force works because at that point you "user"/user has a uid and gid.
The error occurs at start up because the COMPUTERNAME$ doent have access to that gpt.ini.
Resetting sysvol in that case doent help because the right on the gpt.ini is set by the group you assigned to the
2002 Oct 02
7
Samba - Performance Issues
Hello Guys,
I am having some problems with configuring SAMBA with regards to
performance. We are running SAMBA 2.2.3a on Dual PIII 1Ghz machines with
512MB of RAM. The server is running on a default server installation of Red
Hat 7.2. We have a 500Gb RAID 5 drive using the Promise SX6000 Raid
controller.
Currently we are only getting a throughput of ~5MB/S for writes and
~13MB/S for reads.
2004 Aug 06
3
icecasat pb.
Hi,
I was very pleased to have downloaded the icecast2 from the web, but while
going thru the instructions as in the README things are not going right for
me.
I am doing this on a Redhat 8.0 linux box...
the
<p>./configure
make
make install
the first one doent work, could you please guide me thru ob how to be able
to appreciate this tool.
I am involved in building up a radio station
2012 Nov 12
0
srikanth@codeforce.com
[1]Click here to unsubscribe if you no longer wish to receive our emails
Dear Recruiter,
Let me present you with list of consultants currently available.
E-Mail me for below candidate details.
My Mail ID : srikanth at codeforce.com
Consultant Job Title Total Experience Current Location Availability Action
Atrayee Paul Sr. ETL Datastage Developer 7 years Detroit Metro Area
2005 May 11
1
PDF Arial, Helvetica and Pagemaker 7.0
Hello,
I can generate PDF documents and they look good on acrobat reader. However,
when I import the PDFs in Pagemaker 7.0 (on windows2K), I get an error
message saying it does not recognize the Helvetica font.
I got this from ?pdf:
family
the font family to be used, one of "AvantGarde", "Bookman", "Courier",
"Helvetica", "Helvetica-Narrow",
2001 Aug 22
1
Questions about W2K
I have a windows application that I need to have access to (so that I
can keep my wife happy with using linux)... I have tried the downloaded
version of Wine, and also recently loaded the CodeWeaver's Wine. I like
some of the features with the CodeWeaver's version (it included the
setup util)...
However, I can't seem to get the windows application to run. It
launches a Dr. Watson
2004 Jan 22
1
Migration issue
Hello everyone,
My samba has been running so flawlessly, I don't think I have posted here in
about 2 years!
But, the time has come to move our windows domain from NT 4 to windows 2000.
Currently, we run samba 2.0.7 on an old RH 6.2 box which hands off all
authentication to the NT4 pdc (we have no bdc currently). I would like to
keep this same style of authentication -- where the samba
2016 Apr 18
0
Permission denied on GPT.ini (Event ID 1058)
Ok,
> I don't think so, I launch gpupdate using local admin account, so as I
> understand it, only computer account is used (since local admin as no
> existence on the domain)
Why a local admin, please use a ?domain admin? ..
Test as follow.
Open de security tab of the GPT.INI.
Advanced settings, last tab, effective settings,
At objecttype, deselect all, select
2008 Dec 09
1
[LLVMdev] scalar-evolution + indvars fail to get the loop trip count?
Hi,
Seems pass scalar-evolution+indvars fail to get the loop trip count of the
following case:
int foo(int x, int y, int lam[256], int alp[256]) {
int i;
int z = y;
for (i = 255; i >= 0; i--) {
z += x;
lam[i] = alp[i];
}
return z;
}
The final optimized ll code is :
define i32 @foo(i32 %x, i32 %y, i32* %lam, i32* %alp) nounwind {
entry:
br label %bb
bb:
2008 Dec 09
1
[LLVMdev] scalar-evolution + indvars fail to get the loop trip count?
>
>
> Having the final .ll file doesn't help debug this. If you run opt
> -analyze -scalar-evolution on the .ll you pasted, it will correctly
> print out the loop trip count.
>
> I've modified llvm-gcc to remove all the passes after indvars.
>
>
I updated my llvm and now it works.
>> > Surely the loop trip count is 256, but the Loop::getTripCount()
2004 Aug 06
0
Re: Please confirm your message
>"icecasat pb.".
<p><p><p><p>>From: icecast@xiph.org
>To: mourad_123@hotmail.com
>Subject: Please confirm your message
>Date: Thu, 24 Apr 2003 07:39:07 -0400
>
>Hello, this is the mailing list anti-spam filter at Xiph.Org.
>We need you to confirm your e-mail message with the subject of
>"icecasat pb.".
>
>Please send a
2005 Oct 11
2
problems with samba 3 and termnal server
hello folks
dont know if this is a faq:
a customer currently uses a Suse 9.2 pro with the last version of Samba to
share a folder containing data for an Enterprise Management program (Windows
based).
everything works fine with local clients (many 98s and 1 XP machine).
we have some (15) clients connecting to the ERP program via a Terminal Server
(Windows2K server). these clients often stuck
2004 Sep 17
3
Samba NT Domain Controller Help & Possible Walkthrough Please
Hello everyone,
I have done my reading & research and everything I try is coming to different errors, so I am going to beg & pray someone here can help me with my problem. I appericiate any help in advance! I am running Samba 2.2.11 on a RedHat Linux 7.3 Server, connected to a network of Windows 2000 & XP Machines. I want to configure Samba to be the Domain Controller for my other
2004 Mar 23
2
logon problems!!
To all samba gurus!
I have fightning with a problem for 2 days now and still can't get any
hang of it.
I have set up my samba server to act as a PDC, for windows
2000pro/XPpro clients.
Now i want my windows2k machine to join my domain, i created in my
smb.conf.
here is my smb.conf
[global]
netbios name = bender
workgroup = MORDOR
os level = 65
preferred master = yes