Displaying 20 results from an estimated 2000 matches similar to: "Firwall on and no one home"
2018 Oct 03
1
grDevices::convertColor and colorRamp(space='Lab') Performance Improvements
`grDevices::convertColor` performance can be improved by 30-300x with
small changes to the code. `colorRamp(space='Lab')` uses `convertColor`
so it too benefits from substantial performance gains.
`convertColor` vectorizes explicitly over the rows of the input color
matrix using `apply`. The level-1 patch [1] illustrates a possible
minimal set of changes to achieve this with just R
2015 Aug 18
1
logging into user mailboxes with admin credentials
Hey folks,
We are planning a migration away from Dovecot (sorry) to Google Apps and
are trying to figure out how to migrate the contents of user mailboxes
to the new provider. Normally we would use an IMAP migration tool to log
into each user's mailbox on the old and new providers and transfer the
data that way.
However, there is no central directory service; all accounts are local.
We
2008 Jun 20
1
samba oplocks not breaking
Hello,
I am having (weird) issues with XFS, in that open(...) on certain files
takes 45 seconds to return. After the file has been opened, the next
file in the same directory takes 45 seconds. If the file was recently
opened it returns immediately.
I have raised this on several mailing lists, see:
<http://lists.luv.asn.au/wws/arc/luv-main/2008-06/msg00143.html>
2008 Feb 05
1
windows printer config management
Hello,
I sent this request to my local linux user group:
<http://lists.luv.asn.au/wws/arc/luv-talk/2008-02/msg00000.html>
Unfortunately it looks like nobody is able to answer, so I will try
here:
Does anybody know of any sane solution for (globally) managing the
configuration of printers on a large number of Windows computers?
My current solution is
1. create samba server with printer
2002 Jul 24
2
Fw: wine & foxpro
I have received any responses from LUV so I thought I would try here.
"Nic Baxter" <nic@melbpc.org.au> wrote in message news:<1027342247.6846.14.camel@albert>...
> I am trying to run our foxpro database program under wine 20020228 on
> Mandrake 8.2 with the following output: err:font:AddFontFileToList
> Unable to load font file
2007 Oct 01
1
rsync vs. unison
Hey all,
I'm looking into a two-way WAN mirror on two boxes running Mac OS X
10.4. It seems that both rsync (with the -u option) and unison could
do this. Any suggestions on how to choose one over the other?
Many thanks,
noam
Noam Birnbaum
http://maccentricsolutions.com/
877.luv.macs x89
ð Apple Certified Technical Coordinator
ð Apple Certified Help Desk Specialist
--------------
2007 Oct 02
3
estimating nightly diffs
Hey all,
Any suggestions on how to estimate how much data rsync would
synchronize on average in a given installation? Assume that a full
rsync has already run and the only data being updated is just the
daily diffs.
Thanks,
noam
Noam Birnbaum
http://maccentricsolutions.com/
877.luv.macs x89
ð Apple Certified Technical Coordinator
ð Apple Certified Help Desk Specialist
--------------
2007 Oct 31
4
multiple rsync sessions for one file?
Hey all,
A customer is configuring an offsite rsync backup. Their Internet
pipe is fairly slow (DSL) but they have some very large files to
backup. Their backup window is only after business hours.
If one of these large files starts rsyncing at midnight, and the
backup window ends before the file is complete (i.e. the rsync
process stops), will it complete the rest of that file the
2006 Mar 02
1
extracting RGB values from a colorspace class object
Greetings,
After pouring over the documentation for the 'colorspace' package, I have not
been able to figure out how the plot() method converts colorspace coordinates
to RGB values for display on the screen. I am convert between colorspaces
with the various as() methods... but cannot seem to find a way to extract RGB
(i.e. for displaying on a computer screen) triplets from color space
2006 Mar 13
2
CDR Bug?
Trying to figure out if a bug report should be submitted.
Can anyone on 1.2.x verify of this has been corrected?
I am on CVS 8/2005
If a call comes in to an extension that dials more than one channel
(rings at more than one phone) both calls in the CDR show a status of
answered when only one is answered, the source channel is bridged to
only one of the two destination channels, but both CDRs
2008 Jun 06
4
color scale mapped to B/W
In an R graphic, I'm using
cond.col <- c("green", "yellow", "red")
to represent a quantitative variable, where green means 'OK', yellow
represents 'warning'
and red represents 'danger'. Using these particular color names, in B/W,
red is darkest
and yellow is lightest. I'd like to find color designations to replace
yellow and
2005 Sep 05
1
tcltk, X11 protocol error: Bug?
Hi,
I am having trouble debugging this one. The code is attached below, but
it seems to be a problem at the
C-tk interface. If I run this 1 time there are no problems if I run it
more than once I start to get warnings
that increase in multiples of 11 everytime I run it. Here is a sample
session
> source("clrramp2.r")
Loading required package: tcltk
Loading Tcl/Tk interface ... done
2003 Mar 07
2
[Bug 503] Password is echoed when running passwd via ssh
http://bugzilla.mindrot.org/show_bug.cgi?id=503
kj at uue.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From kj at uue.org 2003-03-08 02:04 -------
just
2006 Sep 16
1
Wondershaper Errors
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all!
when I activate wondershaper on my dsl connection (pppoa vc mux), i get
three errors:
# sh -x /usr/sbin/wshaper ppp0
+ /usr/sbin/xmlstarter setenv tc_downlink
+ DOWNLINK=
+ /usr/sbin/xmlstarter setenv tc_uplink
+ UPLINK=
+ [ -z ]
+ cat /proc/avalanche/avsar_modem_stats
+ grep Connection Rate
+ awk {printf("%d", $8)}
+
2005 Nov 25
1
2 WAN links and DNAT
Hi
Here is a short description of my network:
ppp0 (adsl) ppp1 (adsl)
| |
| |
---------------------
| Router |
| Firewall |
| MASQUERAD |
| DNAT |
| |
| eth0 |
---------------------
|
|
|
----------------------
|
2003 Nov 13
1
HTB traffic shaping + squid cache proxy
Hello!
My system is:
Internet ADSL(PPPoE) ---> ppp0 [LINUX server(router)] eth0 ---> LAN
Server(router) is running on LINUX Slackware 8.1. I have recompiled a
2.4.22 kernel, enabled all QoS support in the kernel config,
including HTB. My ADSL bandwidth is 256Kbit/s for download and
64Kbit/s for upload.
I use the following HTB+IPTABLES configuration, because I want to
reduce bandwith for
2007 Apr 25
0
problem with prio qdisc and tcng
Hello Mailing list,
I have a problem with the prio qdisc and I don´t know what is wrong in my
configuration
This ist a sample configuration and looks like this:
#include "fields.tc"
#include "ports.tc"
#define X16(i) i i i i i i i i i i i i i i i i
dev ppp0 {
dsmark {
prio(bands 6, priomap X16($be)) {
class if ip_proto == IPPROTO_UDP;
2005 May 10
3
splitting connections between ppp0 and ppp1
Hi. Before start i need to say that i lost a lot of weekends trying every
single posible solution on the net. So this i s my last resource.
This is NOT an ERROR, is just help to make something work. (sorry for my
english)
Hi have 3 zones
loc eth0 => here we have 192.168.1.0/24 with 12 IP''s/PC''s
I can subdivide in 2 tematics zones but if not needed there is no reason
to
2006 Dec 25
1
Integrating speex with VideoNet application: Constantbackground noise
Hi Jean-Marc,
Thanks. I've got the code for sampleenc and sampledec. But I didn't know how to verify whether the decoded file is correct.
So I tried to analyse the decoded output and compile with my input.
Test case: PCM samples, 8 bit, 8000 samples per sec.
When I pulled all my input to 0s, after encode and decode, the output fluctuates around -0.12 to 0.2 (in float), so when finally