similar to: uid and gid problems with linux as client and server

Displaying 20 results from an estimated 2000 matches similar to: "uid and gid problems with linux as client and server"

2004 Jun 16
1
How do I make win file explorer not to show "Printers and Faxes"
Hi All, How do I make windows file explorer to not show "Printers and Faxes" when clicking on SAMBA server while browsing for Microsoft Windows Network. Also, once I click on it, the "Add Printer" icon shows up. In smb.conf I have: show add printer wizard = no load printers = no But it doesn't seems to help. Any idea? Am I missing something in smb.conf or something
2004 Jun 14
1
[3.0.4] Problem with strange characters in file names
Hi, I'm using samba 3.0.4, with XP clients and server-side-profiles. Sometimes, my users save bookmarks with strange characters in them. These files are saved flawlessly on the server, but Windows is unable to copy them back to the local profile, and so the user can not log in. I'm using a iso8859-15 charset. I hope this is not a common question, I looked in the archive but I had been
2002 May 31
2
Logon scripting for W95/98
All, As some of have no doubt found out, scripting is subtly different on 95/98 machines and NT machines. I have a logon script called by: logon script = xxxx\main.bat %G %U that works great for NT boxen. However it does absolutely nothing, no execution of main.bat at all for a W98 client. If I remove the parameters so it is: logon script = xxxx\main.bat it executes on the W98 box,
2004 Jun 14
3
PRINT$ Problems
I have been trying to setup point and print on a debian testing box. I have a HP5550 printer and am trying to install the drivers through the add printer wizard, the drivers appeared to install fine. Afterwards I right clicked on the printer and clicked connect, per the SAMBA howto, this also appeared to work. When I tried to enter the properties screen of the local printer or on the share I
2004 Jun 16
4
How to keep local profiles when joining domain?
Hi I hope someone can help We currently have Windows XP Professional PCs that logon to an old Novell Netware 3.12 server. We?re just using the standard Windows Netware client, and each user has a Windows XP User account and password that matches their Novell one. When they logon to Windows, they are automatically authenticated to Novell. However, we are now in the final stages of
2004 Oct 05
1
Getting the SID
Hello all, I'm getting ready to upgrade an old outdated Samba installation. Moving to new hardware and Samba 3.0.7. And now I've got a little conundrum. How to I get the local SID from the old samba server. It's running Samba 2.2.2 and it doesn't appear to have the -X flag for smbpasswd that is supposed to be in 2.2.8 and it obviously doesn't have the "net
2004 Nov 22
1
Fedora Core 3 and Samba
Over the last week I've upgraded one of my samba servers to FC3. I ran into some problems joining XP machines to the domain. Tracing back the problem I've found that FC3 has changed the behavior of the useradd/adduser script. It will no longer allow a UNIX account to be added to the system that has a '$' in it. I've verified this behavior by trying it at the command line,
2008 Aug 06
3
Re: Call of Duty 4 black screen and error
Same with me. But I have an older nvidia card. NVidia GeForce Go 7200 Driver: 173.14.09 Tested versions: wine 1.1.0 + 3D mark patch without dll overides wine 1.1.1 + 3D mark patch with and without dll overrides Compiled with gcc 3.3.6 It first shows a dialog: It appears that Call of Duty 4: Modern Warfare did not quit properly the last time it ran. Do you want to run the game in the safe mode?
2004 Oct 07
0
Fw: Re: windows small buisness server and SMB
.----[ Shaun Feeley wrote ]---- | | | hi guys, | <SNIP> | | now im pretty sure ive been told that windows small buisness server 2003 | cannot be a member of a domain without needing to be the PDC is this | true. i cannot find where i read this so i was hoping one of you may be | able to confirm this either way. | | thanks for your help | | That is true. We ran into
2004 Jun 08
2
Weird Domain listings
I'm having an issue with my samba Domains. When I browse to Microsoft Windows Network with either Windows 2000 or WinXP I see two copies of the Domain. I see the proper domain (I'm using Matrix for testing) "Matrix" and I see another "Matrix " that appears to have 5 or 6 spaces or a tab appended onto the end. The domain w/o the spaces is the proper one, the one
2008 May 05
2
I want to help translating articles
Hello to all those of the list, I introduce myself: My name is Lester Espinosa Mart?nez, I live in Cienfuegos, a city of Cuba. I am interested in helping Wiki of CentOS working in translating from English to Spanish. I met the Wiki of CentOS thanks for a great one my friends called: Alain Reguera Delgado, and I also collaborated in translating articles of last Wiki of CentOS in Spanish. My
2008 Oct 06
1
Bioconductor installation on 64 bit R problem
Hello, I am attempting to install Bioconductor on 64 bit R. The installation of some bioconductor packages fails with the errors below. I would be very grateful for any help on how to resolve the issue. Best regards, Octavio Espinosa --------------------- Most of the bioconductor packages won't install, for examples 'Biobase' errors with: ** building package indices ...
2016 Jul 15
2
Optimizations using profile information
Hi, Which optimization passes use profile information? http://llvm.org/docs/Passes.html seems to suggest only block placement uses it, is that correct? Emma. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160715/46cc3ccc/attachment.html>
2011 Jul 25
4
Rails 3 test database issues
I am having a problem using the test database in Rails 3. It apparently has kept track of aspects of the database that I deleted completely from my migrations at some point. I don''t always use the ''down'' part of a migration and sometimes just recreate the whole database. I did rake db:migrate:reset and rake db:test:prepare, but when I run my test it is trying to access
2002 Aug 22
3
correlation
Dear All, I have a file (a matrix) on which I have to compute the correlations. The function "cov" compute the correlations between the columns of a matrix, but I want to compute the correlations between the raws. Can somebody say to me how I can carry out that? Thanks Laurence -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list --
2007 Jun 05
1
multiple plot in odfWeave
Hello R users, I found the odfWeave package to create an odf document. It seems to be a very nice tool. So i tried to used it to create a report with multiple plot: I create an odt file with some code inside: I connect to a mysql database I get a list of projects foreach project I would like to make a plot (a map exactly) then in a R console I use the odfweave (inFile, outFile) function.
2006 Feb 17
5
getting old values
Hi all, I''ve add :before_update event to my model Before updating a record I want to check if new attributes differ to old attr. My question is how to retrieve old attributes in :before_update event ? thanks -- gratis egold 1$ http://shegold.com/
2003 Oct 27
3
(PR#4806)
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01C39C9F.B5DABBD0 Content-Type: text/plain; charset="iso-8859-1" # Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing
2011 Oct 13
3
Run World Of Warcraft on Wine?
Hello, Since I've used Ubuntu 10.10 and had recently been upgraded to 11.04 I have seen various changes, but the one thing that concerns me is because the fact that every time I try to install World of Warcraft onto my laptop it seems that the Start-up screen (Usually before you hit the Play button). there are gray lines around the sides and the game itself doesn't play as well in Windows
2013 Aug 30
1
libvirt-qemu/kvm passthru w/Intel 82598EB
Hi, I am trying to configure two identical systems with the following setup. dom0: Centos 6 OS on Apple Xserve i7 server with PCI cards for 4GB FC (LSI FC949ES) and 10GB Ethernet (Intel 82598EB) dom1: Centos 5 OS with passthru mode of PCI 4GB FC and 10GB Ethernet (ixgbe and mptfc blacklisted in dom0) Everything starts ok, but networking in dom1 using the 10GB interface has extremely high rtt