Displaying 20 results from an estimated 2000 matches similar to: "Opposite of Samba (Anti-Samba?)"
2001 Dec 13
3
Delays opening Excel/Word files off samba shares.
At my work, I've been pushing linux as a server solution for quite some
time. They've decided to give it a go, and the main company file server is
now a piii 933 with 512Mb RAM, a promise 6 channel RAID5 controller (IDE),
and 6 x 80Gb drives.
It's running RedHat 7.1 (with the usual kernel updates to 2.4.10), with
samba 2.2.1a and the latest Reiser FS...
Now at the moment, we
2002 Sep 24
2
Problem with cups and samba
I am using RedHat 7.3, Samba 2.2.5 and Cups 1.1.14
I have the printers setup and browseable from a windows client. I can print
to them, and the jobs spool to the directory defined in the smb.conf file,
but they never leave the spool directory.
Any ideas where to start looking for this?
Don Hammer
Network Administrator
Evanite Fiber Corporation
1115 SE Crystal Lake Dr
Corvallis, OR 97333
(541)
2017 Dec 26
1
Time Series with Neural Networks
Hi,
I am would like to ask few questions.
I am trying to forecast hourly electricity prices by 24 hours ahead.
I have hourly data starting from 2015*12*18 to 2017-10-24
and I have defined the data as time series as written in the code below.
Then I am trying do neural network with 23 non-seasonal dummies and 1 seasonal dummy.
But I don?t know whether training set is enough.( Guess it is 50
2002 Nov 15
2
Samba "unable to validate password" error
I sent the following to sunmanagers@sunmanagers.org and I'm also forwarding
this to the samba list. I hope you can help:
------------- Begin Forwarded Message -------------
I have an emergency and am at the end of my resources and hope you can help.
I'm a samba newbie and hope you can point me to an answer.
Our Samba2.0.5 server is a Sun Enterprise 450 (Solaris 7). Our PDC
is an NT
2009 Dec 14
3
Solaris10 forum
Hi all-
Usually i call out on this list for help on the CentOS matters but today I
am fishing around trying to find an active forum for Solaris.
It's hard to match the community here but I'd like to find the Solaris list
where the most people are.
Just having trouble configuring multipathing on QLogic iSCSI HBA's on
Sparc_Solaris10.
Thanks in advance-
-rickp
-------------- next
2002 Jun 27
1
winbind problem on solaris (samba head)
Hello,
I just buildt via cvs samba head. I used just the option --with-winbind (no
pam). The first problem is that sessionid.tdb is missing after the build.
I don't know how to make it make a new one (can I copy one from another
server or is there something in it that would make that a bad idea?). The
other problem is that wbinfo -t says secret is good, wbinfo -g/u return the
correct
2002 Jun 14
3
[swat] won't run
The only docs I found on getting SWAT to run, showed editing the inetd.conf
file. As this version of RH (7.3) only uses xinetd things don't fit exactly.
I have gone through and did everything that one should do for inetd and it
still will not work.
I don't normally use the thing, but this client will need the more simplistic
interface to add shares, etc.
2023 Nov 15
1
What is the arduino sub-driver intended to be used for?
Kelly Byrd <kbyrd at memcpy.com> writes:
> Making progress on this PR. I have question about storing and checking
> state in a subdriver
> HID Power Devices can a "UPS.PowerSummary.CapacityMode" value. According to
> the spec, the values are:
> 0: maH
> 1: mwH
> 2: percent (%)
> 3: Boolean support only (OK or failed)
>
> Grep'ing the source,
2010 Jan 05
1
PDC directory permission fail
Dear All ..
I use webmin to do the samba PDC configuration
The authentication is work well.
I've a problem with share permission, the condition is :
1. I've group named "warehouse"
2. I've user named "wh01", with home dir /home/wh01, and be a group
member of "warehouse"
Both created via webmin.
3. Next I created share, named "warehouse"
2006 Mar 24
1
handle multiple warehouses
Hello all,
I am working on building a web store with RoR. The company has many
locations. All the stock/order information is processed through the same
site.
Here is my question. How would you handle the multiple warehouse problem
with Rails? How would you keep track of the information in multiple
warehouses?
Thank you for your help,
PV
--
Posted via http://www.ruby-forum.com/.
2023 Nov 15
1
What is the arduino sub-driver intended to be used for?
You have the device side right. Devices have
"UPS.PowerSummary.CapacityMode" (are the next three in %, mAh, or mWh?
"UPS.PowerSummary.FullChargeCapacity"
"UPS.PowerSummary.RemainingCapacity"
"UPS.PowerSummary.RemainingCapacityLimit"
"UPS.PowerSummary.WarningCapacityLimit"
According to nut-names.txt, NUT has:
battery.charge | Battery
2006 Feb 24
4
Understanding controllers
You''ll have to forgive me ... I''ve been toying with rails for about a week
and although I don''t feel completely lost there''s still a lot that I don''t
understand. Here goes.
Assume I have a controller called admin in app/controllers as well as three
model classes in app/models: product, category, warehouse. How exactly do I
use the admin controller to
2006 Nov 01
17
So how can I rewrite my app without using with_scope?
So, I hear that with_scope is going to be deprecated.
Which is a bit of a shame, given the stuff I''ve been writing recently.
I have a CMS with multiple clients. A ''client'' is essentially a
company, with multiple users. Content on the site belongs to a client
- content could be messages, images, schedules, etc etc. People
belonging to one client should not be able
2007 Dec 09
1
Setting the grid of a graph of timeseries
I have the following code
####################################################################
library(zoo)
miedate <- yearmon((2006)+seq(0,23)/12)
tab <- zoo(cbind(A = c(79.47, 89.13, 84.86, 75.68, 72.82, 78.87, 93.46,
78.18, 82.46, 77.25, 80.95, 84.39, 81.7, 74.76, 65.29, 60.3,
66.59, 73.19, 92.39, 65.76, 77.45, 74.22, 101.36, 100.01), B = c(77.95,
76.73, 51.2, 51.86, 51.29, 49.45,
2023 Nov 15
2
What is the arduino sub-driver intended to be used for?
Making progress on this PR. I have question about storing and checking
state in a subdriver
HID Power Devices can a "UPS.PowerSummary.CapacityMode" value. According to
the spec, the values are:
0: maH
1: mwH
2: percent (%)
3: Boolean support only (OK or failed)
Grep'ing the source, nothing makes use of this now (some subdrivers have it
mapped to
2005 Sep 04
3
A few questions before final proposal...
I am attempting to assemble a proposal for a client of mine that is
looking to replace their phone system. I think it's a good first
installation with 4 POTS incoming and 15 extensions, with an overhead
paging system. I also think that it would make a good case for OSS
applications in general.
Being new to * I have a few more questions, but won?t flood the list
with them. I?m not new to
2011 Jul 08
2
[LLVMdev] Best location in code generation for insertion of instrumentation to measure stack depth?
Hi list,
I am trying to implement the technique outlined in the following paper:
http://www.cs.umd.edu/~mwh/papers/martin10ownership.html in LLVM. My
approach so far involves the use of an IR level transform (via
runOnFunction) to identify memory loads and stores. One thing I need to do
(I am pretty sure I need to do it at least) is automatically mark each stack
frame as "owned" by the
2007 Nov 21
3
connection to IPC$ denied due to security descriptor
Hey all,
I have a fileserver running Debian Etch and Samba 3.0.24 that I use to serve
media and private home directories. I have a couple roommates, and
therefore have a couple accounts on the box for those users. I had
everything working perfectly until last week when my system drive took a
crap. I've reinstalled everything exactly the same (I think?) but now I am
having problems with
2007 Mar 23
7
Samba config for Windows on VMWare
I know this is a little off topic (not as usual, dammit!), but I figure
at least one of y'all can handle this one.
I have tried to configure my CentOS4.4 Plus desktop for samba sharing
with the VMWare Windows that runs on it. However, no matter what I've
done so far, I can't get the Windows to recognize this machine as a
legitimate network destination.
Here's my samba
2012 Nov 28
1
Help setting optimization problem to include more constraints
Dear R-helpers,
I am struggling with an optimization problem at the moment and decided to
write the list looking for some help. I will use a very small example to
explain what I would like to. Thanks in advance for your help.
We would like to distribute resources from 4 warehouses to 3 destinations.
The costs associated are as follows:
Destination
>From 1 2 3 Total