Displaying 20 results from an estimated 1000 matches similar to: "Samba 3.0 & 2003 Active Directory Native Mode"
2004 Mar 29
2
Domain Group Permissions
Re: Fedora + Samba 3.0.2a, Win 2003 + AD Domain
[Accounting]
comment = Accounting
path = /shares/accounting
valid users = @"Accounting"
With "Accounting" being an Active Directory domain group.
"wbinfo -g" and "getent group" both show all my AD groups.
If I change to "valid users = smoseman", it will validate
against my AD account. But it
2004 Apr 02
8
Windows 2003 domain logon
Hello
Is it possible to do a domain logon in Samba with a Windows 2003 Server?
I don't think so but perhaps someone has a solution.
Kind regards
Werner Maes
2004 Apr 05
1
Accessing samba machine with IP address but not with fqdn/hostnam e
I have a Debian woody running Samba 3.0.2a in ads security mode as member of
a Windows 2003 Active Directory, I run winbind+pam, wbinfo e net ads
testjoin, its all working fine.
>From any workstation, or even from the W2003 domain controller itself, I
can?t access the samba server as \\linuxnetbiosname
<file:///\\linuxnetbiosname> , as \\machine_ip_address
2006 Jun 05
4
Powerware 5110, SuSE10.1 & USB
Dear Nutters,
I am trying to get NUT as supplied with SuSE 10.1 working and I think I have a
USB problem, possibly due to some missing startup scripts concerning
permissions. The machine sees the USB device as per /var/log/messages:
Jun 5 16:28:27 silver-server kernel: usb 2-1: new low speed USB device using
uhci_hcd and address 7
Jun 5 16:28:27 silver-server kernel: usb 2-1: new device
2007 Oct 12
4
Safe method to remove old kernels
# rpm -qa | grep kernel-2 | sort
kernel-2.6.9-42.0.10.EL
kernel-2.6.9-42.0.2.EL
kernel-2.6.9-42.0.3.EL
kernel-2.6.9-42.0.8.EL
kernel-2.6.9-42.EL
kernel-2.6.9-55.0.2.EL
kernel-2.6.9-55.0.6.EL
kernel-2.6.9-55.0.9.EL
kernel-2.6.9-55.EL
I'm running the most recent kernel available, and I've never had a
problem with any past kernels, so I don't believe there's any reason
to keep all of
2007 Mar 19
2
NET 1.1 framework
Hi,
Is it possible to get an application that requires the MS NET framework to
run under WINE? I see the MONO site. If I build and run MONO would it allow me to
run an application under WINE? Actually I want to do this with a free program
called RUFZ to help sharpen morse code skills. Thanks
Kurt
2009 Apr 18
4
Loop question
Hi everyone, I am trying to accomplish a small task that is giving me
quite a headache. I would like to automatically generate a series of
matrices and give them successive names. Here is what I thought at
first:
t1<-matrix(0, nrow=250, ncol=1)
for(i in 1:10){
t1[i]<-rnorm(250)
}
What I intended was that the loop would create 10 different matrices
with a single column of 250
2010 Feb 25
2
Morse Code
This is just curiosity, but I'm wondering why the Morsecode app has remained part of the trunk for all of these years. Is there any practical use for this or is it just an homage to the ghosts of telecommunications past? Does anybody use the Morsecode app for anything interesting? I'm strangely fascinated by this core piece of Asterisk functionality.
-Chris
2009 Apr 23
3
Floating simulation error
Hi all, I am running a simulation and a curious error keeps coming up
that stops the whole process. The error is a subscript out of bounds
error, and it seems to happen at different points (floating around)
throughout the looping simulation. Say, for example, it crashes on
sample 1 - iteration 200. I can force it to start again on iteration
202 with all of the same settings, and it is
2007 Dec 10
2
5.1 Upgrade Not Working?
So both "yum upgrade" and "yum update" now are complete and there's no
new packages. However, when I attempt to check my version, I'm still
showing 5.
# cat /etc/redhat-release
CentOS release 5 (Final)
I remember seeing 5.1 repositories being access for the upgrades. Is
it possible my system did not upgrade?
# uname -r
2.6.18-53.1.4.el5.centos.plus
Thanks,
Scott
2007 Oct 18
2
Upgrading Java on CentOS 4.5
# rpm -qa | grep -E '^(java|jdk|jre)-'
jre-1.6.0_03-fcs
java-1.4.2-gcj-compat-1.4.2.0-27jpp
jdk-1.6.0_03-fcs
java is a CentOS package. jdk and jre are from Sun.
(I need Java >= 1.5.0 for an application I'm installing.)
# update-alternatives --config java
There are 1 programs which provide 'java'.
Selection Command
-----------------------------------------------
*+
2007 Aug 08
2
Clone physical into virtual
Is there a formal, or preferred, method for importing a physical
CentOS machine into a VMware instance? I know they make
software to move Windows machines, but I couldn't find one to
handle our CentOS servers. I have done something via scp/sftp
in the past, which *seemed* to work, but if there's a better way
I'm more than interested in hearing the process.
Thanks!
Scott
2009 Jun 22
2
Make sshd log IP addresses, not hostnames
Can I adjust the ssh daemon to log IP addresses instead of hostnames?
I assume this situation is feasible...
* 10.10.10.10 attempts to ssh to the server
* reverse dns resolves to "somehost.domain.com"
* ssh daemon logs "somehost.domain.com" in messages
* foward dns on "somehost.domain.com" resolves to 10.10.10.20
Thus it causes some of my scripts a problem if the
2008 Feb 08
2
Changing ext3 Partition Size
I have an ext3 partition from our SAN. The size was increased.
I am attempting to re-size this specific ext3 partition, obviously.
I unmount the partition, run fdisk, change the cyls, and save...
WARNING: Re-reading the partition table failed with error 22: Invalid argument.
The kernel still uses the old table.
The new table will be used at the next reboot.
And that is the message that I
2009 Apr 20
3
Calling objects in a loop
Hi everyone, I am trying to calculate a particular variable (vector) from
some previously defined variables in a loop but I am having trouble figuring
out how to get the loop to recognize that it should index for the previously
defined objects. Here is a simplified version of what I am trying to do:
for(i in 1:10){
2020 Jan 10
2
DW_OP_implicit_pointer design/implementation in general
On Fri, Jan 10, 2020 at 7:02 AM Jeremy Morse <jeremy.morse.llvm at gmail.com>
wrote:
> Hi,
>
> On Wed, Jan 8, 2020 at 8:38 PM Adrian Prantl <aprantl at apple.com> wrote:
> > As far as LLVM semantics are concerned, the implicit pointer doesn't
> seem to be that much different from any other implicit values (such as
> constants) to me. Why do you think that it
2006 Feb 20
2
Write pure sine to *.ogg directly?
Hello,
I am author of a Morse code training software written
in Perl at http://starling.ws/morse
Currently I output to *.wav and, if on Unix, convert to
*.ogg. And that's okay for a trainer.
But I have desire to upgrade the project to a real-time
communication tool...or at least a Morse code audio
mail routine. And I should like to avoid *.wav.
I'd like some means of writing a pure
2007 Nov 14
2
rsync problem
I have a simple script that sends one file to two locations on the
same destination server. Here's the code:
DEST="remotehost"
SRC="/home/boss/application.conf"
DST1="/home/user1/application.conf"
DST2="/home/user2/application.conf"
RSYNC1=`rsync -caW -e ssh $SRC $DEST:$DST1`
RSYNC2=`rsync -caW -e ssh $SRC $DEST:$DST2`
This runs every 5 minutes. What
2008 May 23
2
How to move my MBR
I removed an ATA drive (/home) for a new SATA and my system would not
boot. I'm guessing that it put the MBR on that drive instead of the
drive that holds the / partition. What's the best way confirm where
the MBR resides and, after I verify that's my problem, how I can move
(or make a copy) onto a different drive?
Thanks,
Scott
2019 Nov 20
3
LNT debuginfo-statistics not running?
Hi llvm-dev@
LNT produces statistics and graphs (such as [0]) of debuginfo metrics,
such as number of source variables with locations. It looks like these
haven't run [1] since the move from svn to git -- are there any plans
to get these running again? I find it highly useful to identify what
commits have affected variable locations and how significant an
affect.
[0]