Displaying 20 results from an estimated 1000 matches similar to: "What am I missing"
2014 Feb 20
2
Hacking attempt, Asterisk 1.4
Hi all
We have an Asterisk server that?s been running for a few years now without
problems. We have IPTables running, as well as fail2ban and have followed
all the security recommendations we have found.
Every few weeks we get an attack that lasts about a minute or two, resulting
in our AGI script being overloaded.
What happens is that somebody seems to be trying to connect from our
2008 Aug 29
1
significance of random effects in poisson lmer
Hi,
I am having problems trying to assess the significance of random terms
in a generalized linear mixed model using lme4 package. The model
describes bird species richness R along roads (offset by log length of
road log_length) as a function of fixed effects Shrub (%shrub cover) and
Width (width of road), and random effect Site (nested within Site
Cluster).
>From reading answers to previous
2012 Apr 19
1
Question about glusterfs quotas on debian wheezy?
Hello list,
I'm experimenting with a little GlusterFS cluster on debian wheezy:
=== snip ===
muzzy:~# cat /etc/debian_version
wheezy/sid
muzzy:~# dpkg -l | grep gluster
ii glusterfs-client 3.2.6-1 clustered file-system (client package)
ii glusterfs-common 3.2.6-1 GlusterFS common libraries and translator
modules
ii glusterfs-server 3.2.6-1 clustered file-system (server package)
=== snip
2002 Nov 14
1
samba and/or DAV
while looking for a solution for webbased access to our samba-servers
I found a recommendation towards using DAV instead.
I just took a first glance at DAV (www.webdav.org) and find it very
interesting.
Are there any documentes comparing these two strategies in intranet
and internet (speed, reliability ...)
I would also be greatly interested if anyone here uses DAV to allow
roaming users to
2015 Oct 26
4
Calendar integration : Could not authenticate to server: rejected Basic challenge
Hello
I find very little feedback on the following warning/error when trying
to connect to Google calendar :
[Oct 26 12:11:14] WARNING[24926]: res_calendar_caldav.c:118
auth_credentials: Invalid username or password for CalDAV calendar 'cal1'
[Oct 26 12:11:14] WARNING[24926]: res_calendar_caldav.c:157
caldav_request: Unknown response to CalDAV calendar cal1, request REPORT
to
2015 Oct 27
2
Calendar integration : Could not authenticate to server: rejected Basic challenge
Hello
I have changed type 'caldav' to 'ical', but still no succes :
[Oct 27 10:30:38] WARNING[23388]: res_calendar_icalendar.c:117
auth_credentials: Invalid username or password for iCalendar 'cal1'
[Oct 27 10:30:38] WARNING[23388]: res_calendar_icalendar.c:150
fetch_icalendar: Unable to retrieve iCalendar 'cal1' from
2018 Oct 19
2
systemd automount of cifs share hangs
Running latest CentOS 7.5. Since I found out about automount unit files
I've had mixed results using them to mount shares from my NAS. Lately they
seem to hang if I touch the mount point, but I can start the mount unit
without problems. I had it working months ago, so I'm thinking something
changed in the systemd updates.
For each mount point, I have two files in /etc/systemd/system
2006 Jan 09
3
Pagination :conditions not working - MySQL v. PostgreSQL, Rails abstraction v. embedded SQL
Hi everyone,
I have this code:
@person_pages, @people = paginate :person, :per_page => 20,
:conditions => [ "username LIKE ? OR first_name LIKE ? OR
last_name LIKE ? OR preferred_name LIKE ?",
"%" + params[:q].downcase + "%",
"%" + params[:q].downcase + "%",
2004 Dec 01
5
using samba through a VPN
I already have an existing network that is managed by a samba PDC. In the next
few days, I will be linking another small LAN to the existing one over the
internet using openvpn. I've been told that samba (through no fault of its own)
doesn't work very well through a VPN.
For the new network, there will be a box with 2 NICs: one for the internet and
one for the LAN. This box will use
2009 Feb 02
2
public facts repository
Hello all,
I have set up a public svn repository with some facts that we have
written over time:
https://svn.ikw.uni-osnabrueck.de/dav/ikwadmin/public/puppet/facts/
(yes, it is svn).
Now, I was wondering where to document this on the puppet-wiki (or
should it rather be the facter-wiki)
http://reductivelabs.com/trac/puppet/tags/facter%2Crecipe does not
give any clear hint on this. Maybe I
2010 Aug 11
3
extracting the standard error in lrm
Hi,
I would like to extract the coefficients of a logistic regression
(estimates and standard error as well) in lrm as in glm with
summary(fit.glm)$coef
Thanks
David
2019 Dec 24
3
res_calendar & LetsEncrypt
Everybody,
For a while now, I've had a small home Asterisk setup to connect to my
Zimbra mail server's calendar. Making an entry on the calendar would
cause Asterisk to schedule a wakeup call at the time of the calendar entry.
The Zimbra mail server uses LetsEncrypt for the SSL Certs and renews
every 60 days. On the Asterisk side of things, if I do not restart the
Asterisk process,
2012 Jan 16
4
Add grid lines to levelplot
I'm using the levelplot function in the lattice package. I am plotting a
grid of cells and I want grid lines drawn between cells. I've spent a lot of
time trying different options. I've also looked at panel.levelplot. The
border parameter seems to be ignored or it doesn't mean cell border color.
The panel.levelplot calls grid.rect but forces lwd=1e-5 instead the passed
lwd. On
2003 Oct 22
2
Possible to make samba ignore file permissions?
I'm stuck between a rock and a hard place.
Is there a way to setup samba to pretty much ignore file permissions, but
allow the write list of users to modify files in shares?
The problem I have, is users need permission through samba to modify web
pages, but they need to NOT have permission when they FTP in or through shell.
--
Northern Indiana ESC
Adam Kennedy - akennedy@niesc.k12.in.us
2011 Jul 22
9
Random error in the recovery catalog
Hello,
I randomly errors like this:
Fri Jul 22 09:01:41 +0000 2011 //SERVER.fqdn/Puppet (err): Could not
retrieve catalog from remote server: end of file reached
Fri Jul 22 09:01:41 +0000 2011 //SERVER.fqdn/Puppet (notice): Using
cached catalog
Fri Jul 22 09:01:41 +0000 2011 //SERVER.fqdn/Puppet (err): Could not
retrieve catalog; skipping run
Here are the versions:
puppetmaster
2006 Mar 14
21
Changing default date format in Rails
I''ve spent all day digging through the rails api and postgres-pr on
this, I think it''s time to ask the list.
Postgres stores a Date in YYYY-MM-DD format. My users want the dates
in MM/DD/YYYY format.
Sure, I could explicitly convert it on the app level every place where
a date is displayed, but that seemed like a DRY violation.
I thought I''d be clever and simply
2010 Jun 17
1
Wine And the Windows user-mode virtual address space
So i use WINE mainly to play Ahseron's call. This week they have updated the textures to make the game look better. this is causing me issues in wine as sson as the AC client uses more than 1.0gb of ram. a user on the forum posted a link to this article from MS http://msdn.microsoft.com/en-us/library/ff556232.aspx
i am wondering if this can be done in wine or if wine is not even affected by
2008 Nov 12
0
anova with ordered groups
Hi,
I have to do a comparison among three groups of genetic transcription
levels.
I have a situation like this:
group 0: baseline
group 1: first treatment
group 2: second treatment
In the first group, I have only 2 samples, in the second one 4 samples and
in the last group I have 10 samples.
I would check if the trnascription of a gene increases from the baseline
situation to the fist treatment
2006 Oct 30
2
SVN requiring authentication
I can''t get to the code anymore. Devjavu''s svn is asking for a username
and password.
http://svn.devjavu.com/backgroundrb/
Authorization Required
This server could not verify that you are authorized to access the
document requested. Either you supplied the wrong credentials (e.g., bad
password), or your browser doesn''t understand how to supply the
credentials
2008 Jan 17
3
mount -t devfs
I have installed fuse-davfs2-1.2.2-1.el5.rf.i386.rpm
but mount -t davfs http://URL /mnt/dav
gets
/sbin/mount.davfs: group davfs2 does not exist
what did I miss in the install???