Displaying 20 results from an estimated 100 matches similar to: "Exclude & --delete not working?"
2003 Feb 06
2
please help...
i have the following problem, the outlook express & desktop settings are
being overwritten every time i change the host. i was helped by Laurent
HOFMANN (thanks a lot), who pointed out that the exclusion list in
ntuser.ini excludes Local Settings from the files, which are being
synchronized. However, I still can not figure out the way to change this
list for all users. Even if i change it
2003 Jan 08
0
How to enforce the client to download the profile from the server
Thanks a lot for your help. The problem is partially solved. However, for
the Samba Server not to overwrite the profile, I have to delete the
exclusion list every time I logout from the client, i.e. ntuser.ini is
being
written back to the server every time i logout with the same Exclusion
List,
although I changed it before login in. Could you please tell me where can
i
change settings (may be
2011 Apr 30
4
QQ plot for normality testing
Hi all,
I am trying to test wheater the distribution of my samples is normal with QQ plot.
I have a values of water content in clays in around few hundred samples. Is the code :
qqnorm(w) #w being water content
qqline(w)
sufficient?
How do I know when I get the plots which distribution is normal and which is not?
Thanks, m
[[alternative HTML version
2006 Jan 05
13
Naming convention for foreign keys
Hi,
In "Agilge Web Development With Rails" on page 217, an example of
foreign keys is shown.
I am however unable to find a definition of wheater the naming of the
index is significant. On the above mentioned page, this line is shown in
the example:
constraint fk_items_product foreign key (product_id) references
products(id)
In "fk_items_product", "items" is
2003 Jan 20
2
Borland Paradox Databases on a samba share
Hi fans,
i tryed to use samba to share a paradox database which comes with a
special trade programs.
On a novell server it works fine. But on the samba share I get a
corrupted database after some minutes of multi user access. I've
tryed some entries in the smb.conf and I think a have a very
conservative setting now.
I heared of somebody who uses samba successfully with the same
application
2006 Mar 11
0
clientside transformation of markdown to HTML
To save AJAX round trips for live-previews.
Does anybody know whether there exist a cross-browser way to achieve that ?
All I am currently aware of is this <http://rephrase.net/box/js-markdown/>,
there was some talk about it in 2004, unfortunately according to docs it
only works in mozilla-based browsers
--
Roberto Saccon - http://rsaccon.com
-------------- next part --------------
An
2000 Dec 16
0
win95/95 clientside password changes?
Hey all,
first off, the subcribe mechanism seems to be broken somehow ( I get
timeouts ), so please cc my email address when replying to the list.
I have a samba server installed for a medium/small network with
roughly 25 windows client machines. The all use domain logons and
mount various shares depending on which groups they belong to. The
server is a debian machine (v2.2 kernel 2.2.18) with
2008 Mar 10
1
centos ldap client authentication
Hello,
I've got a FreeBSD openldap server set up and i'd like to authenticate
to it with a centos 5.1 client. The server is also acting as a client itself
and user access works fine from it.
On the clientside I'm getting an error can not search ldap server,
server is unavailable. This is with pam_ldap. I'm using tls encryption. On
the client if i do:
ldapsearch -xZ
i
2012 Aug 07
2
connectionlimit for pop3s?
Hello,
i have a user who is able to do pop3 on port 110 without problems and without limits. There are ~10 real users using same public IP.
When switching to port 995 to use pop3s he is limited at connection count. Some people can reach pop3s-server successful, some getting a timeout.
I cant find any errors or limits within my config or in my log, there are no differences between using plain text
2006 Dec 13
2
Server Requirements
Hi Chip,
>hi david
>> Hi,
>>
>> I'm looking to stream a large amount of conncurrent connects and want
to
>> use icecast probably on a CentOS base. The bandwidth requirements are
over
>> 60 Mbps before any overheads, I'm looking at using some Dell SC1425 machines
>> but am not sure how many I'd need, I'd appreciated hearing your experiences
2012 Apr 11
0
F5 SLB iRule - POP3 TLS Offload & Add Realm
Hey Guys,
I figured someone might have use of this at some point. I've created an
iRule for our F5 Load Balancer which performs the following tasks:
- Appends STLS to the POP3 Capability list (it does this blindly, so
expects the backend POP3 server to not return this)
- Watches for the STLS command and initiates SSL negotiation with the
client (leaves the connection to the
2009 May 13
4
Setting flash notice via javascript?
I am using a javascript to redirect to another action. Is there a way
to set the flash [:notice] in the javascript?
So when the javascript redirects, the new action/view picks up the
flash[:notice]?
(I suspect I may have to do something like url?notice=.....)
ideas?
thanks.
2006 Mar 07
3
audio / sound recording with RoR app
hi all
i want to provide audio recording facility with my Ror application , which can be stored in DB at server , for later use
can anybody tell, how to implement this with RoR, as i dont hav much idea abt that
thanx
---------------------------------
Yahoo! Mail
Bring photos to life! New PhotoMail makes sharing a breeze.
-------------- next part --------------
An HTML attachment
2003 Jan 09
0
syslinux boot fails with 2.4.18 but works with 2.2.22
I try to make a floppy disk for replaying a disk image to a harddrive. The
image is on our server and is only accessable by nfs because its bigger than
2 gig so it is not possible to store it temporarily on the computer. So I
created a floppy disk with syslinux 2.00, busybox 0.60.5 and uClibc 0.9.16.
Using a 2.2.22 kernel (with nfs and all build in) all worked but busybox,
cause uClibc won't
2016 Jan 08
4
Centos 3.8 Server Questions, SeaMonkey Mozilla and Java
That was not helpful - I explained that I had to run this version.
On January 8, 2016 5:18:36 PM EST, Peter <peter at pajamian.dhs.org> wrote:
>On 09/01/16 10:08, H wrote:
>> In order to run a certain software package that runs as a java applet
>I had to install Centos 3.8 on a 32-bit server. After installation I
>upgraded the installation using yum after repointing the
2010 Dec 29
1
logistic regression with response 0,1
Dear Masters,
first I'd like to wish u all a great 2011 and happy holydays by now,
second (here it come the boring stuff) I have a question to which I hope u
would answer:
I run a logistic regression by glm(), on the following data type
(y1=1,x1=x1); (y2=0,x2=x2);......(yn=0,xn=xn), where the response (y) is
abinary outcome on 0,1 amd x is any explanatory variable (continuous or not)
2006 Mar 07
2
grep page source
hi all, any one know how to grep page source by rails?
i.e.
i wanna grep html source from http://www.ruby-forum.com/ by ruby code.
regards
--
Posted via http://www.ruby-forum.com/.
2013 Jan 02
1
[LLVMdev] LLVM IR execution in JavaScript
On 02.01.2013, at 20:50, Alon Zakai wrote:
> I agree both are useful approaches. I went with clientside-everything in this demo because I work on that stuff and like it ;)
Oh, I agree that it is awesome. It just froze my browser completely for several seconds just compiling the Hello World program.
Sebastian
2013 Jan 02
0
[LLVMdev] LLVM IR execution in JavaScript
----- Original Message -----
> From: "Sebastian Redl" <sebastian.redl at getdesigned.at>
> To: "Alon Zakai" <azakai at mozilla.com>
> Cc: "llvmdev" <llvmdev at cs.uiuc.edu>, "Eli Bendersky" <eliben at google.com>
> Sent: Wednesday, January 2, 2013 11:44:27 AM
> Subject: Re: [LLVMdev] LLVM IR execution in JavaScript
>
2006 Dec 13
2
FW: Server Requirements
Hi J,
>Hi David,
>Do you know of a flash player that works for icecast and IE7?
Whilst I've never used the software myself I came across Wimpy via the Icecast
forum:
http://forum.icecast.org/viewtopic.php?p=2822&
You may want to give it a try.
>j
Regards,
David
>-----Original Message-----
>From: icecast-bounces@xiph.org [mailto:icecast-bounces@xiph.org] On Behalf