Displaying 20 results from an estimated 10000 matches similar to: "Running an app that require specific NT groups"
2016 Mar 31
2
rsync with overlay tree
> On 31 Mar 2016, at 16:22, Marian Marinov <mm at yuhu.biz> wrote:
>
> On 03/31/2016 07:40 AM, tomr wrote:
>> I maintain a directory structure containing dirs and files that I regularly push to ~50 hosts, which are divided into 3 groups that have slightly different needs (minor mods in a couple of files).
>>
>> So ideally I would have 4 directories:
>>
2007 Oct 16
1
redirects with mongrel (dropping the www. from a url)
Hi All,
I have a rails app running on an apache virtual host with mongrel that
i want to set up a redirect from www.someapp.com to someapp.com
(dropping
the www.)
I have tried doing this in apache using a rewrite rule (below) which
worked before when the app was written in php.
Redirect http://www.soccertackle.com/ http://soccertackle.com
RewriteEngine on
RewriteCond %{HTTP_HOST}
2016 Mar 31
4
rsync with overlay tree
I maintain a directory structure containing dirs and files that I regularly push to ~50 hosts, which are divided into 3 groups that have slightly different needs (minor mods in a couple of files).
So ideally I would have 4 directories:
/path/to/sync/common/ <- common files
/path/to/sync/group1/ <- group1 specific only
/path/to/sync/group2/ <- group2 specific only
2009 Aug 04
8
confused newbie
To launch a Windows exe from a command line, is it "wine <program>" or "wine start <program>"? I've seen both mentioned in the documentation.
2006 Mar 05
5
lighttpd / WEBrick forum?
Is there a mail list or USENET group for lighttpd WEBrick questions.
I posted a simple CGI question to this list last week and got one
responce and that responce told me I was on the wrong list with Ruby
based from / CGI questions.
The code I posted looks correct but does not work giving a Routing
Error. This makes me think something is wrong with the set up of
WEBrick. I am only doing
2007 May 02
2
Routing to a static resource in Mongrel
All,
I would like to set up a route that causes a static "index.html" file
(in the "public" directory) to be served on a request to an empty URL
path (i.e. map.connect '''', ...).
Can I do that with Mongrel? Basically, I want the ability to do in
Mongrel what I will end up doing in Apache with a rewrite directive.
Thanks,
Wes
--
Posted via
1998 Nov 20
1
Freebsd + NT
I am currently integrating Freebsd in a predominately NT network. I am
interested in using NT as a domain controller then using samba on the other
servers. I know that samba supports this and you can set security = server,
but what I am also interested in is using the password list for the passwd
file as well. So in theory I would like to download the NT user and pass
list much like NT's
1998 Jun 30
3
NT Crashes when doing large network file Xfers (was Re: NT crashes during smbtar)
Ok.. Just for the record, I STAND CORRECTED! The problem does
appear to be NT.. The thing that irritated me was that nobody was
interested in giving any backup data! Everyone just wanted to blindly
admit that it must be NT. Ok.. Enuf bitching.. On to the better stuff...
Anyway, David Mansfield and I are trying to narrow down the machine
configurations where this happens.. Currently, we've
2001 Apr 11
1
Problems with NT logons, Samba as PDC
Hi!
We're using Samba as PDC, and recently had a strange crash on the
system (none of the NT-machines authenticated anymore). I re-created
the user database and passwords on the server (TurboLinux 2.2.14-5,
with Samba 2.0.6 & 2.1alpha for auth.) and also re-newed the profiles
making 'em local on the NT-workstations.
Sometimes when the NT-PC gets rebooted, I can't authenticate it
2011 Jul 27
0
require specific version of active record
I have been having a strange problem with including active record
outside of rails when it works ok in rails 3.0.3.
When I do ''gem list'', I get this:
actionmailer (3.0.9, 3.0.3)
actionpack (3.0.9, 3.0.3)
activemodel (3.0.9, 3.0.3)
activerecord (3.0.9, 3.0.3)
activeresource (3.0.9, 3.0.3)
activesupport (3.0.9, 3.0.3)
So then I tried the code below, but I get this error:
2008 Dec 14
1
Samba versions require specific Kerberos version?
My SuSE ES 10 SP1 (32bit) and SP2 (64bit) servers have (from the
opensuse repositories) Samba 3.2.4, with the MIT Kerberos provided in
the SLES distribution. In other words, my Samba is a little "ahead"
of the Kerberos distribution.
Is this a problem?
I ask because the winbindd log on the 64bit machine is loaded with KDC
name resolution failures (the kdc is provided by our campus
2007 May 21
0
[1027] trunk/wxruby2/doc/textile/app.txtl: Ruby-specific Wx::App documentation
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
1998 Jun 26
1
NT crashes during smbtar
I have been regularly crashing my NT boxen trying to back them up via an
smbtar (smbclient). The crash is not complete - the network layer on NT
goes away. You can still operate the console, but no net traffic. This
is NT workstation and server 4.0 with sp3. The UNIX samba server is
Solaris 2.5 with the latest samba version (1.9.18p8?) also with other
samba versions.
I tried updating the NT
2010 Apr 14
1
Rails validations app specific problems
Hi all,
I have a unique workflow where it''s making the use of validations
difficult.
My app is for internal use in my company and I have a funky
implementation (inspired by the e-commerce Railscasts episodes) of a
cart. I have products which when I "add to cart" creates an order with a
state of "incomplete". The product is a line item of my order. Hope that
makes
2002 Sep 24
1
backup NT box to SAMBA box using xcopy, smbclient, robocopy, or DD command ???
What is the best way to backup my NT 4.0 Server box
that is only 8GB to my NEW SAMBA file server that
I have added to the domain?
Xcopy? Smbclient? Robocopy? DD command in Linux?
I found some good info. on Google about Robocopy that is supposed
to be great and will paste the information below.
Also, can someone SEND me the latest copy of ROBOCOPY VERSION 1.92
please. I have a really old
2003 Sep 07
1
Suggestions on how to run app that requires mscomctl32.ocx?
I'm trying to get certain features in Microsoft Visual FoxPro
working, but they require common controls such as TreeView, and
they require them to be garnered from mscomctl32.ocx instead of
directly from comctl32.dll.
Is there anything in Wine that will help me do this without
needing the native ocx? If I must use the native ocx, how can I
get it without breaking any EULA's?
2007 Apr 28
2
Low FPS in app that requires DirectX6.1
Hi!
I'm trying to run a game System Shock 2
http://appdb.winehq.org/appview.php?iVersionId=2270
I have a laptop with Celeron M 420 (1600Mhz). SS2 running something about
5-10fps.. opposing for example to DeusEx that runs _very_ smoothly.. I can say
it is not less than 50fps or even more(i just don't know how to enable fps counter).
Wine version is 0.9.35
Only messages i get from Wine
1999 Jan 15
6
Problems joining NT Domain
I am trying to get my linux box running slackware with kernel 2.0.36 and
samba 2.0.0 (full version not BETA) to join our NT domain. I first added
to computer to the domain. Then I typed this (computer and domain names
altered for protection):
linux_computer:/usr/local/samba/bin# smbpasswd -j MY_DOMAIN -r MY_PDC
Where linux_computer is the linux computer (like you needed that)
MY_DOMAIN is the
2010 Mar 07
4
Introducing ConVirt 2.0
----- "Pasi K?rkk?inen" <pasik at iki.fi> wrote:
> On Sat, Mar 06, 2010 at 09:04:20AM -0500, Kanwar Ranbir Sandhu wrote:
> > Why would one use ConVirt instead of the management tools included in
> > RHEL and/or CentOS? What's the difference?
>
> RHEL/CentOS doesn't provide web-based management.. or even easy
> multi-host / cluster management of
2005 Sep 26
3
Sangoma and Digium same machine?
Anybody ever put a Sangoma and a Digium card in the same server?
Specifically a four port card from each company?
-bill
wlloyd@slap.net