Displaying 20 results from an estimated 10000 matches similar to: "Free BSD temp needed"
2007 Jun 13
0
Problem with SquidGuard and DansGuardian
Hi All,
I tried installing SquidGuard in a CentOS 4.5 server
wit Squid as proxy from RPMForge but uninstalled it
since I am having it fails to configure it correctly
so I replace it using DansGuardian. But after
configuring it and restarting the squid including
start of dansguardian service, I observe that there
was no effect on our client user. Our user are
required have proxy settings on
2005 Jan 13
1
Re: R2/MFC Mexico FREE calls to test chan_unicall (Miguel Cavazos)
>any feedback would be awsome, the idea is to fill in the 30 channels of
>the E1 all at the same time and see how stable it can be
>
> ----- Original Message -----
> From: "Miguel Cavazos" <miguel@cavazos.com.mx>
> To: "'Asterisk Users Mailing List - Non-Commercial Discussion'"
> <asterisk-users@lists.digium.com>
> Sent: Wednesday,
2007 Jan 08
2
shorewall/dansguardian/squid problem
ive got a config thats
client -> server ->Dansguardian->Squid -> onward adn I want to
transparently redirect web traffic to DG/Squid
Not sure where the problem lies - hoping you guys can help me and at
least tell me that its NOT my shorewall config
heres the configs
When I point a browser straight at 3128 or 3129 I get web pages back
and the appropriate stuff in the logs .
I get a
2013 Jul 19
1
copiar directorio en r
Muchas gracias Miguel.
Os pongo mi solución por si alguien necesita llamar a distintos tipos de
sistema.
setwd("C:/Users/usuario/Desktop/Pruebas/")
x <- sessionInfo()
sistema <- substr(x$R.version$system,1, 3 )
origen <- "Carp"
destino <- "Carp235"
switch(sistema,
x86 =
system(paste(Sys.getenv("COMSPEC"),"/c
2006 Feb 17
3
dansguardian+squid masquerading not working
Hello Everyone!
I am using shorewall-3.0.5 on suse linux.
Recently we have implemented dansguardian running on 8080 and squid on
port 3128.
Previously (before dans guardian) masquerading was working fine but
after the implementation of dansguardian masquerading is not working.
My rules file has entry
Previous entry was
ACCEPT loc:192.192.192.3 net
REDIRECT loc 8080 tcp
2004 Sep 22
3
fw to fw question
Hi. I''m a happy shorewall user. I found something that looks
like a possible bug.
I''m using shorewall on a single computer at home. I''m using the
privoxy proxy server and dansguardian content filter. I
configured shorewall based on the "one interface" example
from the shorewall.net website. I set the firewall up so that
users cannot directly connect to
2009 Apr 01
2
bzero() before free()
Hi guys
I've been browsing the code and at many places I found the following odd sequence:
char * string=malloc(somesize);
?
bzero(string,strlen(string));
free(string);
I really don't see why you would zero a string and free the memory immediately afterwards?
Any idea why this is done?
Thanks!
Met vriendelijke groet
Best regards
Bien ? vous
Miguel SANDERS
ArcelorMittal Gent
UNIX
2007 Oct 05
0
file type to monitor files recursively and ignore dir timestamps
I have a manifest that looks for changes in files recursively and
restarts a service should it find any changes. Problem is that i
''ignore'' some files that i do not wish to monitor and ones that change
occasionally and when they change it modifies the timestamp on the
directory which in turn triggers puppet to restart the service.
So is there a way to monitor only file
2008 Oct 14
2
Squid proxy High Availability
Hi all,
I am running squid integrated with squidguard.dansguardian,clamav
running on single standalone centos 5 server.Also running webmin for
managing squid.This Squid is serving for 4000 clients.
Since it is serving more users i don't want to take risk by running
single server,if there is any single point of failure will cause all
of my users to standstill.
So i am planned to go for
2006 Aug 16
3
proxy server - ipcop vs CentOS
I have purchased a used Compaq DL360 which I was going to use as a proxy
server. Presently, we are using a cheap box with ipcop which is working
fine but it didn't have much RAM (64MB), etc.
This new box we will want to run squid and perhaps dansguardian for
filtering (this is a non-profit company) and I'm wondering if I should
just put ipcop on it or would it be smarter/better to install
2007 Feb 16
3
Rsync Permission Issues
Hi all,
I'm new to rsync and have a problem I cannot resolve even after
plowing through the lists.
I have an rsync server setup with an rsync client. I am trying to
backup a directory structure that is over four levels deep. Rsync does
great until it hits that fourth level. Then it errors out for each
file in that fourth level similar to this:
rsync: recv_generator: mkdir
2012 Oct 13
1
Getting user list for each group
I use Winbind auth for squid-dansguardian ntlm authentication purpose.
I need matching users/group for filtering in squid/dansguardian.
getent group is used for finding users for groups except for group Domain Users.
getent passwd is used for finding all users and specifically users for
group Domain Users (over group ID).
This requires enumeration option(winbind enum users, winbind enum
groups)
2013 Jul 18
0
copiar directorio en r
Hola Javier.
Creo que la sintaxis correcta cuando haces llamadas a comandos internos del sistema es:
system(paste(Sys.getenv("COMSPEC"),"/c","dir"))
Un Saludo,
Miguel.
De: Javier Villacampa González [mailto:javier.villacampa.gonzalez@gmail.com]
Enviado el: miércoles, 17 de julio de 2013 14:25
Para: Rodríguez Muíños, Miguel Ángel
CC: R ayuda
Asunto: Re: [R-es]
2008 Jun 17
1
samba ldap squid dansgardian
Hi,
Just a question.
I have a samba PDC with LDAP backend.
I want squid / dansguardian use the user auth from samba
NTLM bases.
i need user and group filtering and i want it transparent.
2 steps, auth,
first the NTLM auth on port 80 to be transparent.
second, the dansgadian filter filtering groups.
this looks bit like it, but this authenicates against ADS.
2011 May 25
1
Winbind Trust -- grr
First, Thanks for any and all help!!!!
I can't seem to figure out what I need to do, I've been fighting this
for a month and am now beating my head off my desk with no solution to
be found. I've read others having this issue but they were all older
versions.. I am using 3.5.4,, Please read over and give me some input..
Every 7 days winbindd fails on the trust secret. The only way
2013 Jul 19
0
Resumen de R-help-es, Vol 53, Envío 26
Gracias a todos, finalmente instalando primero el libxml2-dev y luego el dplR, funciono
----- Mensaje original -----
De: r-help-es-request en r-project.org
Para: r-help-es en r-project.org
Enviados: Miércoles, 17 de Julio 2013 12:59:47
Asunto: Resumen de R-help-es, Vol 53, Envío 26
Envíe los mensajes para la lista R-help-es a
r-help-es en r-project.org
Para subscribirse o anular su
2018 May 21
3
LVM GUI in live CD
Hi,
? I am searching around and I can?t find any GUI LVM manager included in
a Centos live CD.
? I am trying to resize a LVM partition in a Centos 6.9 machine with a
live CD.
? If I need any other distro, It?s fine with me
? Thanks!
? Miguel
?
2007 Nov 21
1
Migration from RH9
Hi,
I will probably have to migrate a few servers running Red Hat 9 to
CentOS and I'd like to have opinions. One server to migrate is running
Fedora core 4.
Reason for migrating to CentOS: no more security updates available,
hardware change planned anyway.
Here are the services to be migrated:
sendmail
pop (not sure which daemon, I think it is running the default daemon in RH9)
DNS
2005 Jan 04
4
Shorewall redirect with Squid and Dansguardian
Hi all,
I''ve just built Mandrake 10.1 on a Compaq Deskpro that I''ve built as a
router/firewall and am redirecting port 80 outbound to force users through
the Content Filter. I''ve run this setup on Mandrake 9.0 and 10.0 without any
problems but this time the following happens.
Squid is accessed through port 3128 and Dansguardian via 8080.
If I set my browser on a
2017 May 24
2
Interfaz gráfica para docencia
Ambas son buenas opciones, pero, en mi opinion, deducR aspira a ser mas un
interfaz para quien ni sepa ni quiera programar, mientras que Rcmdr es mas,
una forma sencilla de empezar...
Un saludo,
Xavier Tibau
El 24 may. 2017 10:15, <miguel.angel.rodriguez.muinos en sergas.es> escribió:
> Tienes razón, Xavier, DeduceR es sencillo e intuitivo.
>
> Mi experiencia (en el pasado) con