Displaying 15 results from an estimated 15 matches for "machn".
Did you mean:
mach
2004 May 03
1
Install of 3.1 aborts
Hello everybody,
yes I did check the installation medium (dvd), so that's not the problem.
My system only contains components which are accepted by the redhat
hardware compatibiliy list.
But anaconda fails, announcing:
You are trying to install on a machne which isn't supported by this
release of CentOS-3
The error message stems from this part of anaconda code in
packages.py:
# this is a crappy hack, but I don't want bug reports from these people
if (iutil.getArch() == "i386") and (not grpset.hdrlist.has_key("kernel&...
2004 Jun 07
1
Excluded profile folders sync'd on logout
Hello all,
I'm trying to get folder redirection working with roaming profiles and
Samba 3.0.2a and Windows XP clients. I've followed the Samba 3 by
Example document and have change the User Shell Folders registry key and
created a Default User profile in the netlogon share and set the machnes
group policy for excluding the directories from the roaming profile.
Everything is working properly AFAIK except for one thing, when the user
logs out, Windows XP displays a dialog with a progress bar and says its
syncing the profdata share. If I copy a big file to the Desktop, say
somethin...
2010 Sep 09
2
plot symbol "+", but with variable bar lenghts
Hi,
does anybody know of some plotting function or an easy way to
generate "+" symbols with individually settable bar lengths?
I tried just combining "|" and "-" as pch and setting the size via cex,
but that doesn't really work since the two symbols have different default
lengths. Is there a horizontal | or a longer "-" available?
Thanks,
Rainer
2003 Aug 01
1
Clients dynamically allocate WINS server
...server and have
themselves registered.
However, the linux clients do not seem to be so smart(?), my finding is
that "wins server" has to be specified so the client's samba will then
talk to the WINS server and therefore get registered. This becomes very
inconvenient if the linux machnes (e.g. laptops) are used/connected to
different networks where WINS servers' IPs are different or even
unknown. I am wondering, how does Windows (act as a WINS client) do
that? Can linux running Samba dynamically find WINS server without
having to specify it in "wins server"?...
2005 Dec 23
6
Save using Update
Hi,
I want to update an existing row in table "items" where items.id == 10
I tried this:
item = Item.new
item.f1 = ...
item.f2 = ...
...
item.id = 10
item.save
I got an error
Duplicate entry ... for key 10 : INSERT INTO items ...
How do I make item.save to use UPDATE instead of INSERT?
--
Posted via http://www.ruby-forum.com/.
2013 Oct 01
2
pfsync between 8.4 and 9.2
I just started rolling out 9.2 to all our production machnes, which
are currently on 8.4. We have tested it pretty throughly internally
and are very happy with it, but as part of the deployment have hit
a problem. We have a pair of boxes running as a firewall using carp
and pfsync. One of the - the 'passive' one - has been upgraded to
9.2, and all...
2006 Oct 23
2
Dom0 Virtual Memory
Hi,
I looked at the sources and figured out all about the P2M, M2P tables and
mappings,
Now I''m trying to figure out how dom0 virtual memory is implemented, and I
have some questions.
The platform I''m working on is x86 with Intel VT enabled.
1. Is dom0 virtual memory managed differently than the other domains? what
about hvms? and domUs?
2. What tables are used to manage the
2008 Apr 07
1
Installation issue R 2.6.1
I am seeing a peculiar installation problem with the R
installation files for Windows:
R2.6.1 fails to install on MS-Vista with a file
corruption issue.
But, the same R2.6.1 exe does install OK on Windows
ME.
The same problem exists with R2.3.1:
Fails to install on Windows Vista
Succeeds install on Windows ME
Succeeds install on Windows 2000 and Windows 98
so it cannot be the installation
2010 May 27
1
library installation problem, invalid regular expression in help indices
Hi,
I have a strange package installation problem after update to R 2.11.0
on Fedora Core 12.
A colleague of mine with the very same Fedora and R versions doesn't
have this problem, while logging on to his computer but installing from
my settings and into my local library path also shows the problem, so it
seems to be related to some of my environment settings.
Installation of several
2007 Jan 06
2
Setting up rsync
About a year and a half ago, someone answered a request on how to set up
rsync so that the encryption was automatically setup (wish I knew more
about the technical aspects). It has been in use for the time since
then and it has been great. Now I have to replace the destination
computer and setting up, what I call the encryption part, is the part I
have forgotten how to do. This is the
2015 Mar 13
4
samba 4.2 RDP problem
Hi,
i did some tests wit samba 4.2 as a ADS DC on arch linux. On a Win8.1 client i can do local logins as every user, i can login via RDP as local user, but i am not able to login as a domain user via RDP.
After the loginscreen, appears "Welcome" and the mousepointer continues to spinn....
Same issue on Ubuntu 14.04, samba 4.2 installed from source.
On Ubuntu and samba 4.1.17
1997 Nov 19
7
Query
Hello All,
I am trying to compile Samba on POSIX under OpenVMS on a DEC 2000 AXP, however I am having difficulty defining the right FLAGSM and LIBSSM in the Makefile. So thus I'm having trouble getting the correct #includes, can anyone help?
Regards,
Gavin Butler
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
2015 Mar 17
4
samba 4.2 RDP problem
...nd_req for winreg
check_bind_req: winreg -> winreg rpc service
ldb_wrap open of privilege.ldb
api_rpcTNP: rpc command: WINREG_OPENHKLM
and here the login hangs...
If the login via RDP hangs, after a restart of the samba services the login works fine.
Then after a reboot of die client machne the problem returns and i can not login via RDP as Domain user.
This is a test environment, and i am testing with a fresh-new user wihtout logonscripts, homedrive mappings ecc..
The smb.conf if the original generated from the "samba-tool domain provision"
Regards,
heinz
1997 Aug 02
44
Question
Is there a way to prevent other users from being able to map a drive from
windoww95/NT to anyother user directory on the system. For example I can map
to anyone's account on the system and have read only access, is there a way
to stop this in either the global or share level?
Thanks
2009 May 09
1
Problem with package SNOW on MacOS X 10.5.5
Hi Greg,
I don't know if this is related to your problem, but
I get the same error (on both ubuntu and fedora linux, R 2.9) and just
found a very curious behaviour - snowfall apply functions don't like the
variable name "c".
E.g.:
c<-1
sfLapply(1:10, exp)
issues the same error you had posted, while subsequent
rm("c")
sfLapply(1:10, exp)
runs fine.
Rainer