Displaying 20 results from an estimated 3000 matches similar to: "nt migration concerns"
2006 Apr 06
8
Fastest learning path to RoR
hi!
with a 4GL background, wanting to learn RoR, what is the fastest
learning path i should take? should i go grab a RoR tutorial, and learn
Ruby along the way, or start with plain Ruby first?
thanks for any inputs!
2009 Nov 04
4
Redhat 7.3 as CentOS 5 domU
Hello,
What is the simpliest way to run Redhat 7.3 server as CentOS 5 domU?
I see that Xen emulates Intel PIIX ATA controller for HVM domUs but
latest kernel of Redhat 7.3 (2.4.20-20.7smp) has no ata_piix kernel
module yet. Is it possible to download it somewhere or there is
another way? :)
And I'd like to avoid reinstalling them with the new OS. Preferably
they'd just die their
2011 Oct 15
2
gctorture() and gzfile() doesn't get along.
Found the simpliest way of seeing I bug I encountered doing "R CMD check --use-gct": Just launch R (with --vanilla), and do this:
> ?gctorture
# this work
> gctorture()
> ?gctorture
Error in gzfile(file, "rb") :
can only weakly reference/finalize reference objects
# this does not
It seems that when gctorture() is on gzfile() doesn't work.
2002 Apr 17
8
Samba as BDC
Hi,
Is it possible to make samba act as a BDC yet??
Cheers
-------------
Kristyan Osborne IT Assistant Manager
Longhill High School
------
Computers are like airconditioners: They stop working properly if you open windows.
Win95: A 32-bit patch for a 16-bit GUI shell running on top of an
8-bit operating system written for a 4-bit processor by a
2-bit company who
2001 Apr 17
2
Unable to find the Domain Master Browser name
I have just installed Samba on RedHat Linux 6.2 which is working fine.
However, I've noted that for every 20 minutes, the following error message
being logged under log.nmb,
[2001/04/17 14:29:27, 0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_
fail(362) find_domain_master_name_query_fail: Unable to find the Domain
Master Browser name HOME<1b> for the workgroup HOME. Unable
2005 Nov 26
2
rdnc error
Hello,
I noticed in my logwatch file I have an error with my rndc key. I could
'play' around with it and may fix it but most likey just hose things up. I
think I see the problem but not 100% sure. I think the key file has 3
different names.
Here's the error:
**Unmatched Entries**
/etc/named.conf:23: couldn't find key 'rndckey' for use with command
channel
2011 Feb 03
3
Old question - NT4 BDC in Samba domain?
Hi!
I have to migrate a samba domain to an Active Directory and
therefore I need as first step to have a NT4.0 BDC in my network.
As I don't find an useful answer via google I want to ask you if a
NT4 BDC will work in a Samba PDC enviroment?
regards
Martin
2012 Aug 09
1
maildir to sdbox offline conversion
Hi all. I've just installed dovecot v2.1 in a multihomed, multiinstance
setup, It took me two days to convert the old v1.1 configs, now everything
works like charm! But. :)
I have several maildir mailboxes, I decided to use the sdbox storage type
instead.
I ran into difficoulties using the dsync util.
My virtual users are in an OpenLDAP DB on a differnet machine, and I do not
have access
2008 Jan 09
1
Newbie: confusion with the new FXO/FXS card
Hello everyone,
I'm trying to set up a Asterisk server. I have two cards - one is an
BeroNet BN2S0 with two ISDN lines (4 channels):
http://www.adcomtec.com/webstore/beronet_bn2s0.php?cat=90
and a Rhino R8FXX with one FXO module and two FXS:
http://www.voipsupply.com/product_info.php?products_id=2940
I would like to set up an Asterisk server with 8 phones, which will
share the phone
2011 Sep 19
1
Testing HVM domU SBS2003 virtualization
My target is virtualized SBS2003 on dell PE T410
Now I test xen on my desktop.
Centos 6 as dom0 - kernel: 2.6.32-131.12.1.el6.xendom0.x86_64
from http://xenbits.xen.org/people/mayoung/testing/x86_64/
hypervisor 4.1.1.3
from http://xenbits.xen.org/people/mayoung/EL6.xen/x86_64/
One NIC simple bridge-network configuration
dom0 uses static IP with ISP router as gateway
domU have also static IP
2012 Jan 08
2
Convert components of a list to separate columns in a data frame or matrix XXXX
Hello everyone,
What is the most efficient & simpliest way to convert all components of a
list to separate columns in a matrix?
Is there an easy way to programmatically "pad" the length of the resulting
shorter character vectors so that they can be easily combined into a data
frame?
I have the following code that stores the 2 compoents (of differing
lengths) in the same character
2018 Jul 22
4
Samba and CNAME
Hello,
we successfully migrated from a Samba 3.x NT Domain to a Samba AD Domain
using Samba 4.7.x.
However, there are still some issues and I hope for your help.
The biggest problem so far follows:
For historical reasons our Samba file servers carry a lot of aliases.
Now that they have become AD Members I did set a lot of CNAMEs in the AD
DNS (using the Windows DNS Tool). Most of the aliases
2007 Dec 10
5
Can not add a new NT Workstation to a new (vampired) samba domain
I am replacing an old NT4.0 Server with a debian 4.0R1 etch Linux server
(samba 3.0.24).
This was with a completely fresh install of debian.
My smb.conf is pretty simple:
[global]
workgroup = BUTLER
netbios name = STAR3
passdb backend = tdbsam
domain master = No
domain logons = Yes
os level = 33
add user script = /usr/sbin/useradd -m '%u'
delete
2011 Jan 15
4
Sound quality issue
Hello,
Our Asterisk runs with multiple remote sites (12 over an MPLS network),
everything works fine except for the last site we have juste installed.
When VOIP flows comes/goes from/to this site, there are sound quality
issues, persistent, 100% reproducible, on every call. This is not a
bandwidth or latency or jitter problem, everything is fine on the network.
Our MPLS provider does all check
2017 Apr 28
2
RFC: Improving performance of HashString
According to...
https://github.com/rurban/smhasher/blob/master/README.md
Bernstein has quality problems (while xx is as good as you get in a
non-crypto hash), and xx is 7x (32 bit) - 12x (64 bit) faster.
That's on long strings. It would be worth checking the startup overhead for
typically short identifiers in programs.
See later on in the README:
"When used in a hash table the
2017 Aug 30
2
Some hint on migration from a set of NT4 domains to an AD domain...
I've lurked (and posted) on that list by some month, getting many
vaulable informations, but still i've many doubts.
Most of my doubt i think came from the fact that 'AD' (generally) a is
a very complex beast, and if samba in NT4 mode fit very well in a UNIX
environment (and mind ;), samba in AD mode forced me to think in some
''microsoft way'. And i'm not used to.
2001 Apr 09
1
James Nord's reply to Win2K and multiple Samba 2.07 servers
Hello again,
Thanks James for your replies.
In regards to the slow read/write, the software vendor is aware of the
problem, at some stage they will buffer the read/write, but it won't happen
overnight, the binary file is quite complicated. So there are no updates
available for this particular issue and I don't expect any for a couple of
months. The software in question can generate
2003 Nov 28
1
USRMGR.EXE administration: invalid syntax error message
I try to admin Samba 3.0.0 and 3.0.1pre3 (tried both versions) NT4.0
PDC with NT4.0 machine and NT4.0 USRMGR.EXE and get persistent error
message
1) The group name could not be found
2) The user name could not be found
3) The filename, directory name, or volume label syntax is incorrect.
Loggin into domain under name: root
I can see the user and group listing. When I click on a user to see
his
2006 Mar 08
3
attribute or instance method or what?
Hi!
Uhm are attributes just something like additional members of a class,
other than those that come from the names of columns in the table?
I''ve got images table, which has ''name'' column. I''ve added support for
creating thumbnails out of uploaded pictures and i''d like to have an
easy way of accessing them in my views.
How to do it? I.e. my image
2009 Mar 06
1
Interpreting GLM coefficients
Hi all,
I?m fitting GLM?s and I can?t interprete the coefficients when I run a
model with interaction terms.
When I run the simpliest model there is no problem:
Model1<-glm (Fishes ~ Year + I(Year^2) + Kind.Geographic +
Kind.Fishers + Zone.2 + Hours + Fishers + Month, family =
poisson(log)) # Fishes, Year, Hours, and Fishers are numeric,
Kind.Geographic, Kind.Fishers, Zone.2 and