Displaying 20 results from an estimated 300 matches similar to: "Dell RAID with Samba"
1999 May 13
1
permissions for printing
I have just installed Samba for the following configuration:
AIX 4.2, with NT clients
We are trying to print from clients to unix printers through a Progress
(database) program. On unix, I would identify my destination as "lp -s
-dprinter1". Now, I indicate "//rs6000/printer1". People in our systems
department (and therefore, people with "root" privileges) can
1999 May 24
2
nt acl support = no ???
'llo,
It was suggested that I added "nt acl support = no" to my smb.conf file,
in order to get rid of the "error packet at line 588 cmd=115
(SMBsesssetupX)eclass=2 ecode=2" error.
(Apparently it has something to do with Word's temporary files that are
created with mode 000
which stops it from completing a file save.)
I added this to my smb.conf file
1999 Apr 14
1
hmmm.. oplock problem on smb craches MS Word ... ?!?
We run samba 2.0.3 and it works fine since several weeks, until these
days...
Since two days I get lots of problems with samba. Oplocks seems to cause
troubles, and it crashes MS Word in such messages: "unrecoverable network
error" indefinitely until Dr Watson (under NT).
We run 2.0.3 with samba as PDC. Quite all the clients run NT 4.0.
Here is the entry I encounter very often in the
1999 May 26
3
Controlling unix print queues from PC
I'm running Samba 2.0.3 from the pre-built binary
(ftp://sunsite.org.uk/packages/samba/Binary_Packages/solaris/samba-2.0.3
-sunos-4.1.3.tar.Z) on a Sun IPX with SunOS 4.1.3_U1.
I've defined a printer in smb.conf, from a PC (NT 4.0) I can send prints
to it and view the queue OK but I can't manage the queue in any way.
Attempts to cancel prints and stop or start the queue from the PC
1999 Mar 31
1
It worked before, now it doesn't
Hello,
I had Samba 1.9.18 running on my Slackware system just fine. I backed up my
smb.conf, then downloaded and installed the precompiled 2.0.3 binaries from
the Samba website. I installed by moving the samba-2.0.3-Slackware.tar file
to the root, and then by running tar -xvf on it. The samba daemons were
stopped at the time. I copied my backup smb.conf back to /etc, and then I
joined the NT
1999 Apr 28
3
How to set up spooling for a HP JetDirect interface?
I've set up Samba and LPRng for HP printers with
JetDirect cards. It works for one user at a
time. But if the printer is off-line or busy, the
samba client does not get an error message, but
the job gets lost. :( I would like the print
jobs to be spooled on Linux even when there is an
active print job or when the printer is off-line.
Unfortunately I'm not familiar with lpd.
The
1999 Apr 03
1
Backing up Samba shares with Seagate Backup Exec for NT
Hello,
Does anyone have experience backing up their samba SMB shares with an
NT-based backup system? I'm using Seagate Backup Exec 7.0, and whenever I
select a share on Samba, I get a message saying "Unable to connect to
server, <F5> to retry", and then another one saying "A device specefic error
occured". My samba shares are all fully operational (I can access them
1997 Mar 31
1
Re: X-Windows security hole?
Roman Garcia wrote:
>
> Hi,
> Maybe I found a hole in the security on Linux running X-Windows.
> Supose that you logged as root. If you locks the screen (at least
> using openwindows+virtual desktop and xlock), anybody can press
> <Ctrl><Alt><Backspace>, that kills the xserver, giving the root
> prompt in the console. You can disable this in the XF86Config
1999 Mar 26
0
"admin users" in printer shares...
Hi guys,
I have noticed that when I specify an "admin users" clause in a printer
share, all print jobs get spooled as root, and not as the user which
sent the job. Since administrative options are related to
pausing/deleting jobs from the queue and not spooling them, I think it
would be very nice that, even when a user has admin privilege over a
printer share, the job appeared as being
2005 Sep 03
2
Windowed Programm support broken?
Hi folks!
I've just installed the new wine version as suse 9.3 rpm
(wine-20050830-SuSELinux93.i586.rpm) from winehq.org
and noticed, that the following entry in my config seems to have no effect:
[AppDefaults\\CAO32_DB.exe\\x11drv]
"Desktop" = "928x696"
It does not start anymore in a windowed wine as it should. has there
changed something? is this config not being
2007 Apr 27
2
err: Could not find
Hi All,
I''ve installed puppet and puppetmaster on 2 separate Virtual Machines.
I''ve started the puppetmasterd in Verbose debugging mode and im guetting
this error on the master when I try and connect to it with the puppet
client...
err: Could not find puppetc.myhost.com with names puppetc.myhost.com,
puppetc
It seams that I''ve setup the certificate right
2005 Apr 29
3
nat specific ports
hello
how can i only nat specific ports?
80,110,....
greets puchu
2011 Apr 22
0
[LLVMdev] llvm-gcc
>> i would like to add the value of the size od a basic bloc to this
>>> global variable
>>> how to convert the size of a basic bloc to integer?
>>
>> Size = number of LLVM IR instructions there? If yes, just grab the
>> number, convert it to ConstantIn and use as an initializer / store to
>> variable.
>>
>
> There's a typo in the
2009 Nov 20
1
Problem with blind transfers
Hi,
I am having an issue under a specific circumstance with Asterisk 1.4.26.1,
using blind transfer.
If my SIP phone dials a number (so I am the caller, happens on both Polycom
phones and eyeBeam softphone), do a BLIND transfer to another nuber
(internal or external) ${CDR(accountcode)} is NULL fo the rest of the
dialplan.
My dialplan logic depends heavily on knowing the accountcode.
2007 Jul 25
1
Add prefix digits in dialplan extention
Dear all
I have asterisk 1.2 configuration and it is working fine but thing is that i have alread Avaya setup and i have intergrate my Linuxbox asterik with Avaya system avaya already use 4 digit dialplan (1644 example ) and in asterisk i have configure 2 digit dialplan ( 44 example ) now i want to configure 4 digit dialplan in asterik without any change in avaya or asterisk so
2011 Oct 19
1
Subsetting data by eliminating redundant variables
Dear All,
I am new to R, I have one question which might be easy.
I have a large data with more than 250 variable, i am reducing number of
variables by redun function as in the example below,
n <- 100
x1 <- runif(n)
x2 <- runif(n)
x3 <- x1 + x2 + runif(n)/10
x4 <- x1 + x2 + x3 + runif(n)/10
x5 <- factor(sample(c('a','b','c'),n,replace=TRUE))
x6 <-
2005 Apr 28
2
portsentry+shorewall
Hello,
i use shorewall for a very long time (2 years or so) and i use it for nat and
as firewall....i now use portsentrys to detect portscans but there is one
problem...i use the HOWTO from the shorewall mailing list to make portsentry
and shorewall work together....but there is one prob portscans get detected
and a drop rule is added to shorewall for example
shorewall drop 62.178.xxx.xx
2006 Jun 23
3
R connectivity to database
Hello, does anyone know how I would go about getting R to connect to OpenOffice's Base program (OOo's version of MS Access) such that I can retrieve data from the database and perform calculations and data analysis? I'm totally new to R and Base and I've looked at some documentation, but found only examples for R connecting to PostgreSQL and MySQL, but nothing for OOo's Base
2006 Jun 16
2
Yahoo data download problem
Hi all R-Experts,
I'm facing one problem in yahoo data downloading. I'm suing Windows XP, R 2.2.0, and i'm using yahoo.get.hist.quote function to download data. I need 500 companies of S&P index daily 'closing price' data for last ten years. My questions are:
1) I have all the ticker names of S&P 500 companies in a .csv format. I'm reading those names in R and