Displaying 20 results from an estimated 63 matches for "somekind".
2009 Jan 28
3
mount.cifs is not working (smbclient does work), somekind of recursive content in mount-dir
Hi all,
When I try to make a connection to our windows server with smbclient:
smbclient //server/dira/dirb/dirc -U username -W workgroup
Password: *****
I get a working ftp-like connection to our data.
When I try to make the same connection with mount.cifs:
mount.cifs //server/dira/dirb/dirc /mnt/mnt_dir -o user=877790
dom=workgroup
Password: *****
I get a mount to a location which appears
2004 Oct 20
5
a few questions
...access to the admin
directory. Do I need to turn something on?
2. Also, no files are being written to the web directory. Same situation
as above.
3. With ices0.4, is there any way to force ices to change the mp3 that
it is playing while it is running in the background? I'd like to set up
somekind of request system. Is there a script that does this?
Thanks.
2006 Jun 23
7
Multipath Routing Problems
Hi all :)
there is somekind of strange Routing problem that im getting with Linux-2.6.16 and iproute 2.6.16 , when i use command like :
ip route add default nexthop via 1.1.1.1 dev eth0 nexthop via 1.1.1.2 dev eth1
all packets goes on 1.1.1.2 ( always last interface ) , whats is the problem ? this situation also tested wit...
2009 May 19
1
loglinear analysis
Dear R Users,
A would like to fit a loglinear analysis to a three dimensional contingency
table. But I Don't want to run a full saturated modell. Is there any package
in R that could handle somekind of stepwise search to choose out the best
soultion? And how can I fit a non fully saturated modell, which only use the
important interactions?
Best Regards
Zoltan Kmetty
[[alternative HTML version deleted]]
2009 Jul 24
2
Re: Cant use deadkeys in Portuguese keyboard
No is not, it must be somekind of font or whatever. Cause everysingle application in Wine makes that problem instead of ? i got a ?e
Can someone really help me? This problem is really annoying
2002 Dec 19
1
Trust relationship.
Hi,
we have a trust relationship between servers in the 2 LAN's of my
company, my problem is that (even with problems as I commented in a
previous mail) I have somekind of access to the LAN where my Linux
machine is connected to, but not to the "trusted" LAN. Could someone
give me a hint about how to get this? Any kind of documentation would
be helpful....
Regards,
Juan
2008 Mar 07
1
Re action Time and Time Series Analysis
...ere are 30 subjects. Each has 330 measured reaction time. I
then plot the response time as time series.
2. I need to know if the plots can be classified to groups with different
characteristic. That is, I want to check whether there is model (or models)
my plots follow. I've read about ARIMA or somekind of model fitting but have
no idea about the general concept. Would someone give me some insight?? How
to do that with R-Language?
Just for additional request, might I know some paper that use time series
for analyzing reaction time? I've searched with Google for nearly 2 hours
but most of the...
2009 Jul 07
2
Tmax Window(a propietary OS) using Wine?
...wanted to support MS Windows drivers "using ReactOS as reference(sic)" thanks to "ReactOS is GPL code" but seems they werent able to "replicate" and that they just use a Kernel(i didnt find which one)and "their Code" to support Windows Apps.
I know there is somekind of not good relation between Wine and ReactOS, but it?s my obligation to aware you about this issue since we (ReactOS+Wine) are members of the Open Source Community.
Wishing that my feels are wrong,and that any GPL has been violated,
One Open Source Community Guy.
2017 Jun 02
3
Dovecot 2.2.30* compiling error
Hello.
I cant build 2.2.30*, but I can build fine version 2.2.29* with same
options:
RedHat based customized distro, 2.6.28.10 kernel
Build options:
export CPPFLAGS
export LDFLAGS
CPPFLAGS=-I/usr/local/ssl/include
LDFLAGS=-L/usr/local/ssl/lib
./configure \
--prefix=/usr \
--with-ssl=openssl \
--with-ssldir=/etc/ssl \
--sysconfdir=/etc \
2006 Jan 03
4
validates_presence_of *_id attributes
...host:3000/recipes and add a Recipe
and choose a category for the recipe.
What if I go to http://localhost:3000/recipes first and add a new
recipe without specifying a category (note that I enforce the
category_id field in the recipes table to be not null). Rails will
definitely complain.
Is there somekind of "validates_presence_of" for *_id kinds of field
thus the user of my application can be notified to make a category
first before adding recipe?
Tq very much,
John
2010 Nov 21
10
Running on Dell hardware?
> From: Edward Ned Harvey [mailto:shill at nedharvey.com]
>
> I have a Dell R710 which has been flaky for some time.? It crashes about
once
> per week.? I have literally replaced every piece of hardware in it, and
> reinstalled Sol 10u9 fresh and clean.
It has been over 3 weeks now, with no crashes, and me doing everything I
can to get it to crash again. So I''m going to
2019 Dec 30
2
RFC: Refactor SubclassData
...ligned char array reinterpret_cast'ed by the derived classes
as mentioned before? The trick is that we don't want to repeat the members from the
base classes. Also we have to avoid UB.
> * *[_|_|X] declare (a bitfield) in a single line* - as opposed to the need to declare helpers or somekind, like `enum` (manually)> * *[_|_|X] clean bitfields* - without exposing a bit manipulation `enum`.
The enum is only used by the other bit-field classes. This is invisible to the class itself.
No helpers are needed: just write SomeClassBits.SomeBit to refer to SomeBit in the
bit-field of SomeC...
2011 Jan 08
1
One shared folder to be HA over CIFS to windows clients
...Think that i use DFS and setup that \mydomain\dfs\aaa refer to
\firstserver\aaa and \secondserver\aaa.
- aaa on the firstserver and on the secondserver are the same
- i've setup FSR replicas continuosly between the two shares.
Now, if from one my win client i poll for \mydomain\dfs\aaa , using somekind
of roundrobin\casual algorithm, the DC tell me that \mydomain\dfs\aaa is
\firstserver\aaa or \secondserver\aaa.
Suppose, that DC translate the dfs share with the share on the second file
server, this means that if i open a file gino.txt i'm working on gino.txt on
secondserver.
So now, before th...
2019 Dec 27
2
RFC: Refactor SubclassData
Ehud, can you elaborate on which classes you're trying to change. I know
some of the classes already use methods
like getSubclassDataFromInstruction() to hide bits from the subclasses.
They could probably shift the data too.
~Craig
On Fri, Dec 27, 2019 at 9:35 AM Bruno Ricci via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi,
>
> On 26/12/2019 20:53, Ehud Katz via
2020 Apr 11
0
[EXT] doveadm backup from gmail with imapc
...core
> dumps. I ended up interrupting the process myself because I was
> concerned at exceeding my ISPs fair usage limits. But by repeating
> the command from time to time I should gradually be able to synchronise
> the whole mailbox.
Nice!
Those assert crashes are probably a bug of somekind. Maybe Aki or Timo could take a look at them.
Sami
2004 Oct 20
0
a few questions
...g files
- the pid file (if configured)
- stream dump files (if configured).
Sounds to me like everything is working correctly.
>
> 3. With ices0.4, is there any way to force ices to change the mp3 that
> it is playing while it is running in the background? I'd like to set up
> somekind of request system. Is there a script that does this?
Can't help you with this one, I don't use ices 0.4.
Mike
2004 Oct 21
0
Re: a few questions
...I need to turn something on?
>
> 2. Also, no files are being written to the web directory. Same situation
> as above.
>
> 3. With ices0.4, is there any way to force ices to change the mp3 that
> it is playing while it is running in the background? I'd like to set up
> somekind of request system. Is there a script that does this?
>
> Thanks.
If I remember right, it's possible to tell ices to get its playlist from a
script - you give it the name of a script that returns the name of the
next playlist file every time it's called, which means you can generate...
2009 Apr 02
1
Can anyone tell me what this error means??
.../usr/lib/libxcb-xlib.so.0 [0x608a6767]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0x608a690e]
#2 /usr/lib/libX11.so.6 [0x6073d0e9]
#3 /usr/lib/libX11.so.6(XESetCloseDisplay+0x44) [0x6071ee44]
#4 /usr/lib/nvidia/libGL.so.1 [0x608503c9]
#5 [0x7dabced8]
I am guessing its a video card error of somekind but i honestly have no idea what to do to fix this i've spent hours reading through every help forum i can find to configurations in the config.wtf file tried running it from a terminal window etc.
The initial install went flawless, and WoW even patched itself with no problems. The launcher i...
2010 Apr 15
0
lme posthoc comparisons in R
...The lme runs fine, summary and anova commands are ok. But now i've tried running posthoc comparisons using the glht command in the multcomp package but seem to have an error with my data labelling maybe? it doesnt seem to recognise my factor levels even though I have stated them. if i can do somekind of tukeys or LSD's that would be wonderful!
M1lme <- lme(logA ~ C.f * D.f, random = ~1 | F.f, data = rfreq)
> summary(M1lme)
> anova(M1lme)
numDF denDF F-value p-value
(Intercept) 1 87 75.50639 <.0001
C.f 5 87 5.52555 2e-04
D.f...
2004 May 25
0
MSN selection when dialout ISDN (ttyI* modem -interface, NOT CAPI)
...going group g1 for dialout MSN number.
I also tried to create multiple groups wait different MSNs and same
devices in modem.conf, but each device can be only in one group.
Is there some nice way to pass wanted MSN number using asterisk methods OR
an AT-command just before dialing out? If not then somekind of AGI-script
like 'echo AT&E60>/dev/ttyI0' might be my last choice to try.
Thanks In Advance,
Harry Flink