Displaying 20 results from an estimated 3000 matches similar to: "WINS server"
2003 Nov 25
36
printing problem
Hi,
We have had a server crash and are now unable to print from the connected pc's
I have installed samba 2.2.7a and use the sysv printing system
The printers are configured using HP hppi
>From the unix host I can send a print to the printer
I have already checked the spool directory for the printers. and the spool directory that is used by the hppi daemon. They exist.
In the user log file
1999 Apr 28
3
License manager
Has anyone successfully incorporated a Win95 app that uses FlexLM
license manager on a Samba file system. I would be extremely interested
in talking with you as we are trying to install Parametric Technology's
ProEngineer on our Samba file server. We do have a copy of the
Unix version of the license manager, but I am not sure how I can get
the Win95 client to talk to it.
Any and all
2000 Nov 18
3
File Sharing
I have a network with one Linux machine and samba 2.0.7 as well as two
windows 98 machines.
We use one hard disk on the Linux machine to share important project files.
Often we create new directories and here is the problem:
The one creating the directory has full access (of course) but the other
has not!
I put create mode 777 but that is not done.
The folder is /home/tmp but it is shared
2010 May 03
2
advice?
All-
Thank you in advance for any help you might be able to lend. Here is
my issue. I am trying to open a fairly large .dat file. The file
originally was downloaded as a GZ file but I unzipped it (with 7-zip) into
it's current 1.86 gig .dat format. I know that the data is "just a plain
ASCII file with 720 columns and 360 rows per time step (month). It should be
readable by
2005 Sep 21
1
Samba authenticating, but not against domain
Hi,
I'm running samba 3.0.10 on a fedora core 3 box. I am trying to get the
thing setup as a member server in our NT domain such that I can specify
domain users in the "valid users" directive under each share.
I believe I need to use winbind to do this effectively for a large domain.
Runing getent passwd does list all of the domain users. I believe I have
the system joined to the
2004 Jul 16
1
Problem with SysLinux but not with LILO
Hi,
I am trying to use two products that use SysLinux and finally realised the
SysLinux is the cause of my woes. I'm trying to use Freesco and IPCop. IPCop
version 1.3 used a different boot loader to 1.4 which uses SysLinux. I have
been through numerous trials and tribulations in trying to get Freesco to
work but eventually gave up and went with IPCop. I kept getting the "Boot
1998 May 29
2
Encrypted passwords
Is there a tool, either for Perl or C, that will add/change the NT and
LM encrypted passwords in the smbpasswd file? I know about the
smbpasswd command, but I can't use that function from a script. I tried
#!/bin/perl
system("smbpasswd \< $oldpassword\n$newpassword\n$newpassword\n");
and some other things, but I couldn't get it to work.
TSD
2006 Jun 08
2
hangup lag causing the answering of already answered calls
I have a TDM-400P with one FXO module. On an incoming call, I have set
Asterisk to dial my phone (exten => s,1,Dial(IAX2/carey)), which is
basically the only thing in my dialplan.
When the call is answered by the PSTN phone first, or when the ringing
call is hung up, Asterisk keeps ringing for 5+ seconds, which causes
trouble (the answering of already answered calls).
I noticed in the
2007 May 12
20
[Bug 10920] New: glxgears on AGP 10de0028 NV5 [RIVA TNT2/TNT2 Pro] works! (but slowly)
http://bugs.freedesktop.org/show_bug.cgi?id=10920
Summary: glxgears on AGP 10de0028 NV5 [RIVA TNT2/TNT2 Pro] works!
(but slowly)
Product: xorg
Version: 7.2
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2008 Aug 29
16
[Bug 17357] New: NV4B 10DE: 0393 funny stripes in video flash when using nouveau
http://bugs.freedesktop.org/show_bug.cgi?id=17357
Summary: NV4B 10DE:0393 funny stripes in video flash when using
nouveau
Product: xorg
Version: unspecified
Platform: Other
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2017 Sep 22
3
Subset
Super,
Thanks
On Fri, Sep 22, 2017 at 4:57 PM, Boris Steipe <boris.steipe at utoronto.ca>
wrote:
> > a <- c("<0.1", NA, 0.3, 5, "Nil")
> > a
> [1] "<0.1" NA "0.3" "5" "Nil"
>
> > b <- as.numeric(a)
> Warning message:
> NAs introduced by coercion
> > b
> [1] NA NA 0.3
2017 Sep 25
2
Subset
myDF <- data.frame(a = c("<0.1", NA, 0.3, 5, "Nil"),
b = c("<0.1", 1, 0.3, 5, "Nil"),
stringsAsFactors = FALSE)
# you can subset the b-column in several ways
myDF[ , 2]
myDF[ , "b"]
myDF$b
# using the column, you make a logical vector
! is.na(as.numeric(myDF$b))
# This can be used to select the
2007 May 04
39
[Bug 10858] New: glxgears with mesa-git on PCI 10de0322 (NV34) GeForce FX 5200 crashes X
http://bugs.freedesktop.org/show_bug.cgi?id=10858
Summary: glxgears with mesa-git on PCI 10de0322 (NV34) GeForce FX
5200 crashes X
Product: xorg
Version: 7.2
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2017 Sep 25
0
Subset
Hi,
Lets say this was a dataframe where I had two columns
a <- c("<0.1", NA, 0.3, 5, "Nil")
b <- c("<0.1", 1, 0.3, 5, "Nil")
And I just want to remove the rows from the dataframe where there were NAs
in the b column, what is the syntax for doing that?
Thanks in advance
On Fri, Sep 22, 2017 at 5:04 PM, Shane Carey <careyshan at
2007 May 12
10
[Bug 10933] New: nouveau defaults to first graphics card in system even when xorg instructed differently
http://bugs.freedesktop.org/show_bug.cgi?id=10933
Summary: nouveau defaults to first graphics card in system even
when xorg instructed differently
Product: xorg
Version: 7.2
Platform: Other
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2001 Sep 19
3
permissions bug w/ --backup-dir or --backup option?
Running rsync 2.4.7pre1, using the --backup-dir option, I just realized
today that file ownerships and permissions of backed up files are not
preserved. In other words, if rsync moves an obsolete file to the backup
dir, it's ownership seems to revert to root:root, and permissions change, as
well. We are also using the -a (archive) option, by the way, which should
mean "preserve
1999 Apr 03
5
Admin user
I want to create a user "samba" that has admin privileges over the
directory where Win95 apps will be installed, but does not have
root privileges.
Are their any problems with doing so?
Thanks,
Carey
=====================================================================e
<> Carey F. Cox, PhD | PHONE: (409) 880-8770 <>
<> Assistant
2017 Sep 25
1
Subset
Always via logical expressions. In this case you can use the logical expression
myDF$b != "0"
to give you a vector of TRUE/FALSE
B.
> On Sep 25, 2017, at 8:00 AM, Shane Carey <careyshan at gmail.com> wrote:
>
> This is super, really helpfull. Sorry, one final question, lets say I wanted to remove 0's rather than NAs , what would it be?
>
> Thanks
>
2017 Sep 25
0
Subset
This is super, really helpfull. Sorry, one final question, lets say I
wanted to remove 0's rather than NAs , what would it be?
Thanks
On Mon, Sep 25, 2017 at 12:41 PM, Boris Steipe <boris.steipe at utoronto.ca>
wrote:
> myDF <- data.frame(a = c("<0.1", NA, 0.3, 5, "Nil"),
> b = c("<0.1", 1, 0.3, 5, "Nil"),
>
1999 Aug 18
1
Your message Re: Samba and printer comments (July 5 1999)
Yes unfortunately I do not have much luck recieving help from the SAMBA
mailing list.
After much playing I found something weird that was seemingly causing
incorrect comments. Most printers would recieve the comment - "no
entries" which originally I assumed to be the default comment given by
Win95 when it could not get a proper comment. However I later found
that this is not the case.