similar to: Samba + Winbind + Squid

Displaying 20 results from an estimated 100 matches similar to: "Samba + Winbind + Squid"

2006 Apr 27
5
mysql lost connection
Hi, I''m lost and my mysql connection as well... I got this error in my production.log: ActiveRecord::StatementInvalid (Mysql::Error: Lost connection to MySQL server during query: SET NAMES ''utf8''): Config: Debian Sarge (last updated), Rails 1.1.2, Webrick, mysqld Ver 4.1.11-Debian_4sarge2 for pc-linux-gnu on i386 apache2 with mod_rewrite and webrick as proxy on 8080.
2018 Mar 20
6
[Bug 105629] New: WebGL shader regular update crashes nouveau driver 17.3.3
https://bugs.freedesktop.org/show_bug.cgi?id=105629 Bug ID: 105629 Summary: WebGL shader regular update crashes nouveau driver 17.3.3 Product: Mesa Version: 17.3 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component:
2002 Apr 22
2
skipping non-regular file
Hello, When using rsync 2.4.6 on a linux machine to copy a complete web directory (rescursively) on an other linux machine on my local network. For one file I got : skipping non-regular file www/svg_mysql/mysql.sock This file got the "s" flag set (and I suppose that is the problem). Anybody can tell me which option should I use to also in the syntax of the rsync command to copy this
2006 Mar 24
2
ajax redirection
Hi, Is there a simple way to redirect towards another page (controller, action) when using form_remote_tag ? I used it tipically to check fields of a account login form. I''d like if the user exists, he''s redirected towards another page, otherwise I display some error div''s. Any ideas ? Thanks a lot. Seb
2018 Jul 06
4
Windows 10 and logon script execution
Hello guys, We recently added Windows 10 machines on our domain on samba 4.1.2. So we have now a part of our machines who are in Window 7, and another part in Windows 10. Everything seems to be fine, except one thing : the windows 10 machines don't execute the logon script (common.bat) specified in the smb.conf by logon script = commun.bat, while the windows 7 machines do. Any idea on how
2011 Apr 15
2
Corrupted index cache file
Hello I got this error message yesterday evening for a user I've checked LDA error log it happened 6 times in 3 days for 5 differents users, not much but I wonder what's going on as actually the server is moderately loaded ( Easter holidays ) we have currently 250/300 IMAP processes , in "normal" production time we have approx 1000 IMAP processes running. Apr 14 19:24:37
2006 Sep 16
4
nfs shared and ferret segfault
Hi, I use ferret 0.10.4 whith shared index over NFS directory. There are 2 applications servers. The web server is Mongrel 0.3.13.3 and mongrel_cluster 0.2.0. There are 20 Mongrel processes on each server. Each time my application update a model, Mongrel process stops running with this errro in its log: /usr/lib/ruby/gems/1.8/gems/ferret-0.10.4/lib/ferret/index.rb:663: [BUG] Segmentation fault
2005 Aug 04
2
prediction from glm
Hello r-help, I try to fit birds counts over years using glm. I have done (with Estate and year as factors): Model1 <- glm(Females~Estate+Year+offset = log(area)), family = quasipoisson(link = log), na.action = "na.exclude") After I have calculated the prediction using: Pred1 <- predict(Model1, type = "response", na.action = "na.exclude") My question
2001 Oct 19
4
Exclude
Hi Folks, I'm running rsync between an NT client and a Solaris 7 Server (Ver 2.4.6). I'd like to be able to exclude the following directory: /opt/IBMHTTPDLOG/archivelogs but retrieve /opt/IBMHTTPDLOG My setup is: rsync -av -p -e rsync@server1.cna.com:/opt/IBMHTTPDLOG/ F:/opt/IBMHTTDLOG (client) rsync --daemon --exclude-from=/etc/rsync.exclude (server) What I get is
2006 Jun 09
1
random generation for a quasi distribution
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible Url : https://stat.ethz.ch/pipermail/r-help/attachments/20060609/ab46b028/attachment.pl
2007 Jan 16
2
R on Windows Vista
Did anyone try to run R under Window Vista, especially Windows Vista 64bit? Thanks.
2006 Nov 01
1
Fitting mean and covariance of Multivariate normal with censored data
Hello, I have been googling for 2 days and I cannot find the answer in previous posts. I have a set of d-dimensional data elements (d=11 .. 14), each data point can be censored at different values both Lower-limit and upper limit. N = 2000 sets of vectors of D=11 data points per vector. Each of the N*D points can have different upper and lower limits. I "simply" want to fit a
2006 Mar 23
2
ajax replace div
Hi, Using form_remote_tag methode, is there a clean way to directly replace the content of a given div instead of just update it ? If I destroy the content of the div using this code: :success => ''$(\''mydiv'').innerHTML = \''\'''', It works. But it''s not really a clean way... Any suggestions are very welcome.. Thanks. Seb
2018 Jul 06
5
Windows 10 and logon script execution
Thanks for your answer. It is a non-AD domain, but Win10 machines join the domain without problems. No plan to move to AD shortly, any other idea to fix the problem? jh Le 06/07/2018 à 10:47, Rowland Penny via samba a écrit : > On Fri, 6 Jul 2018 09:53:04 +0200 > Jean-Hugues Belpois via samba <samba at lists.samba.org> wrote: > >> Hello guys, >> >> We recently
2018 Jul 09
1
Windows 10 and logon script execution [solved]
Problem solved by a registry modification. Thank's to Arnaud for his solution, thank's to others of you who suggest tips to me. jh ------------------------------------------------------------------ > 6./7/2018, 09:53:04 CEST Jean-Hugues Belpois via > samba:  Hello guys,  We recently added Windows 10 machines on our domain on samba 4.1.2.  So we have now a part of our
2003 Jan 27
1
Owner and group
Hi all, When i use rsync with on the server : motd file = /etc/rsyncd.motd log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock [filieres] path = /home2 comment = Repertoire de sauvegarde des filieres read only = no hosts allow = 172.18.1.246 # vador only dont compress = *.gz *.jpg *.zip *.rpm *.tgz note : the
2005 Aug 07
1
prediction from glm...
Hello r-help, I'm trying to fit birds counts over years using glm. In fact I'm trying to reproduce an analysis already perform with genstat (attach document). I have done (with Estate and year as factors): Model1 <- glm(Females~Estate+Year+offset = log(area)), family = quasipoisson(link = log), na.action = "na.exclude") After I have calculated the prediction using: Pred1
2002 Feb 19
3
Linux and SMB using single passwd
Hi All, I would like to set up a samba server but using the same user / pass for unix logins and smb logins. This works fine if I use non-encrypted passwords but I have to apply the registry patch to set my win98 clients to use non-encrypted passwords. Could I use pam_smb to authenticate the Linux box against its own smb server then use encrypted smb passwords? I understand that if the smb
2004 Jul 06
1
aide pour une affiner une AFD.
madame, monsieur, help me please, Je debute avec R. J'ai r??alis?? une analyse factorielle discriminante avec R. J'obtient les resultat graphiques et les tables assici??es ?? l'analyse. Cependant je souhaiterais savoir si les distances separant les groupes (decades) sont statistiquement significatives. pour cela il me faut utiliser la distance de mahalanobis et la statistique de
2006 Apr 04
1
Added method to ActiveRecord Class
Hi, Let''s say: class Class2 << ActiveRecord belongs_to: class1 end class Class1 << ActiveRecord has_many :class2s def get_max_class2 ?how to get the max of class2 list ? end end I would like to know how I have to write the get_max_class2 method in order to have the max value of the class2 list ? I would like to call this method this way: class2_max