Displaying 20 results from an estimated 200 matches similar to: "file sizes greater than 4GB"
2003 Nov 07
4
Smoother bandwidth limiting
Skipped content of type multipart/signed-------------- next part --------------
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
2001 Jul 03
1
WINE game compatability and "DOSe"?
After using a dual-boot system for a while (Win98 + Mandrake) on my home
machine, I've decided to go for Linux only on my new (well, used)
notebook (Latitude PII 266 w/ 128 MB RAM). In any case, I don't really
use any Windows programs except a few games (well, I use office tools
and programming environments, but there are plenty of good ones in Linux
as is), so I'm looking into using
2001 Sep 01
2
PPPOE and Wine how to config?
Hi all
Does anyone know how to set up internet access when running pppoe?
Regards
Nick
_________________________________________________________________
Downloaden Sie MSN Explorer kostenlos unter http://explorer.msn.de/intl.asp
2001 Aug 22
3
bat files
Just a question, should it be possible to run bat files with wine.
Basically the application is java, I know the java will run under windows.
I also know that java will run under linux natively, but I am curious if
this is possible to start under wine.
I get wine: can't exec 'blue.bat': invalid exe file.
2001 Aug 10
4
Guest OS installed in wine?
Hi!
I would like to install Win98SE as a guest operating system on my Linux
Mandrake. Is it possible using wine? If so, how to do it? Shall I leave the
free Win partition that will be used during this installation process, or
maybe it's not necessary? And do you know anything about the possibilities
of windows installed in this way: will all my games and programs run
properly?
Also the sound
2010 May 24
7
[WTA] Automatically blocking on failed login
Hello All,
I had problems with the security server, the server is frequently
attacked using bruteforce attacks. Is there an application that can
perform automatic blocking when there are failed login to the ports
smtp, pop3 port, and others?
I am currently using CentOS 5.5 in some servers
Thanks in advanced.......
--
--
Best regards,
David
http://blog.pnyet.web.id
-------------- next part
2011 May 16
3
Uninstalling the puppet source?
I''m installing puppet from git per instructions in another thread.
The instructions given at
http://docs.puppetlabs.com/guides/installation.html for installing
puppet from source lead to it dumping things all over my Ruby, which
I really wasn''t expecting and doesn''t work well with our
environment.
(1) How do I uninstall it?
(2) How do I turn the git source into a gem?
2010 Dec 10
4
Very surprising behaviour with --files-from
$ wc -l /tmp/list
1000 /tmp/list
$ rsync -i -aPv --ignore-existing --files-from=/tmp/list /backups/ ut00-s00010:/backups/
building file list ...
3937 files to consider
I am totally baffled.
That's not such a big deal, but the list I'm *actually* using has
twenty *million* files in it. At a couple hundred files a second,
if it's going to check 4 times the number of files, that's
2006 Jan 24
13
Nortel Meridian Opt 81C and PRI
We've been trying unsuccessfully to connect our Meridian Option 81C to a
TE110P via PRI. We've followed the directions in
asterisk-meridian-a1.pdf (link on
http://www.voip-info.org/wiki/view/Asterisk+legacy+integration), but it
doesn't seem to work on our 81C (even though many, many users report it
works very well on Option 11's).
Has anyone had any success in getting the above
2007 Feb 13
4
Nortel 81C MSDL Trunking to Asterisk TE110P, Nortel Resetting PRI Channels
We are currently working to trunk from a Nortel 81C to an Asterisk
Server 1.4 running on Red Hat Linux. We have two PRI trunks which work
with the exception of the clock slips, which is causing the Nortel to
reset the PRIs once a hour. Thanks for any suggestions.
81C MSDL Asterisk Digium
TE110P
REQ prt
TYPE adan dch 10
2011 Aug 22
12
exported resources and templating
Greetings,
I''m having an issue with my implementation of exported resources. I
have a memcache server pool, and want to update the /etc/php.d/
memcache.ini with the ips of all the servers. Previously, I hard coded
the $memcacheservers array in the node manifest and the template
collected and populated the template.
Now that I''m moving to exported resouces, how do I get it to
2012 Jul 02
7
puppetmasterd continuously consuming high CPU, with many interrupts
So, I have a server at home that has four VMs running inside it.
All are managed via puppet. The physical host runs puppetmasterd.
I don''t recall noticing this before, but puppetmasterd has decided
to be kind of crazy. Here''s the physical host with no puppetmasterd
running:
top - 11:36:15 up 271 days, 15:16, 1 user, load average: 5.68, 5.50, 6.45
Tasks: 129 total, 1
2004 Sep 10
3
call quality monitoring
I need to debug a call quality issue with remote users on the other
end of a satellite link. The symptoms are: we here on the Internet
side can hear them just fine. On their end, things work sorta OK most
times, but they often suffer from severe dropouts and digital
warbling, both of which I attribute to them missing packets. Often
times they can't make out a word we are saying while we can
2009 Aug 09
3
[LLVMdev] Signals: interpreter vs. JIT
Just a quick question on LLVM, signals, and the lli interpreter. A sample
program is included at the end. Platform is x86, Linux, 32-bit, GCC 4.2.4.
Does lli -force-interpreter support signals, or is it only the JIT that
does? The following sample program crashes with lli 2.5 and lli
top-of-tree.
Thanks and regards,
Matt
=============================
#include <stdio.h>
#include
2004 Sep 20
2
Cisco 76XX - How to ignore a call (silence ring)
I am preparing to setup a system using Cisco 7940 and 7960's I have the
7.1 SIP firmware on them.
One issue I have run into is how to silence the ringer if a call comes
in and you don't want to take it.
Many phones have a DND button. I know the 79XX has the DND in the menu
but it is to cumbersome to go into the settings then phone preferences
then the DND and select yes.
Is there any other
2008 Jul 30
3
Dealing with image PDF's
Guys,
I was just playing around and added a bit of code to omindex.cc so I
could ocr tiff and tif with gocr which seems to work. Here's what it
looks like:
// Tiff:
} else if (startswith(mimetype, "image/tif"))
{
// Inspired by http://mjr.towers.org.uk/comp/sxw2text
string safefile = shell_protect(file);
string cmd = "tifftopnm " + safefile + "
2008 Jul 30
3
Dealing with image PDF's
Guys,
I was just playing around and added a bit of code to omindex.cc so I
could ocr tiff and tif with gocr which seems to work. Here's what it
looks like:
// Tiff:
} else if (startswith(mimetype, "image/tif"))
{
// Inspired by http://mjr.towers.org.uk/comp/sxw2text
string safefile = shell_protect(file);
string cmd = "tifftopnm " + safefile + "
2015 Jul 09
2
mjr to opus audio conversion - corrupted results
Thanks a lot. Well, the problem is that it's hard to find any informaton
about converting *.mjr files. I'll keep trying.
Regards,
Mateusz
2015-07-09 0:57 GMT+02:00 Mark Harris <mark.hsj at gmail.com>:
> Hi Mateusz,
>
> It looks like the Janus code that writes Ogg Opus will not produce
> correct Ogg Opus output when there are packets missing. You can quote
> me or
2009 Aug 09
0
[LLVMdev] Signals: interpreter vs. JIT
Hello Matt,
The interpreter doesn't support external functions at all. This includes the printf function from the glibc library. That's why the signal causes a segfault.
If you're interested in bringing the interpreter up-to-date with the JIT compiler, I would welcome it since JIT compilation isn't supported on all platforms.
--Sam
----- Original Message ----
> From:
2009 Aug 09
2
[LLVMdev] Signals: interpreter vs. JIT
Sam, Nick, thank you both for your reply--that was what I thought but wanted
to check. The JIT compiler for x86 is pretty robust. Are you aware of any
comprehensive list of the most "significant" functional differences between
the interpreter and the JIT for x86, i.e. a TODO list? grep -I todo * ?
I've just got a rather large project here (user-mode Linux) which works with
the