similar to: Slow file transfers from server to XP clients

Displaying 20 results from an estimated 2000 matches similar to: "Slow file transfers from server to XP clients"

2006 Jun 05
0
SOLUTION: Slow file transfers from Samba server
Here was the solution to my slow file-transfer problem from Scott. I coincidentally did have a HP Procurve 4000m (what are the chances), ended up swapping out the switch and presto. I can't believe I didn't try it before. Thanks again Scott. Here are some links I researched previous to this though that may help you. https://www.redhat.com/archives/fedora-list/2004-August/msg03799.html
2014 Jun 18
4
R128gain & metaflac
>b) According to http://wiki.xiph.org/OggOpus#Comment_Header >there should be no REPLAYGAIN_*** tags in Opus files; Opus uses >R128_TRACK_GAIN tag. If some audio player reads Opus tags then it should >be aware of the difference between ReplayGain and R128. But this doesn't >require REPLAYGAIN_REFERENCE_LOUDNESS tag. > > The Opus replaygain spec is fundamentally broken, so
2011 Sep 14
3
Loops
Dear forum, I would like to forecast e.g. with the arima-model. To figure out which model works best I am going to predict with this models. my first code: for(ar.ord in 1:3){ for(ma.ord in 1:3){ print(predict(arima(para_qtr[1:(n-8),1],order=c(ar.ord,1,ma.ord)), n.ahead=8)$pred) } } this one works. but I want to "save" my results in a matrix or a data.frame. my second code:
2007 Feb 14
1
problems apt-getting from CRAN
Hi there, I hope that's not been asked ad nauseam (but I could not find it in the archives...) but, if I put a CRAN mirror in my sources.list and I try to install the latest R version for 'testing' I get the warning that the packages cannot be autenticated. I tried to figure out how to get a GPG key from the mirror I'm using (the austrian one) in case that's the solution,
2004 Sep 29
1
Samba 3.0, Windows 2k/XP and usrmgr.exe
Hi there I've just finished setting my first Samba PDC for 120ish users and so far so good, although its only been live for 2 days!! One problem I've come across (actually I had loads but the HOW-TO, Samba archive and google solved most of them) is with usrmgr. There is one XP client that I have installed the NT 4 Server Tools software on for the school IT coordinator (note the phrase
2003 Oct 29
5
shorewall question
I am currently using shorewall on leaf-bering. I have set it up with keepalived to create a high availabilty firewall cluster. I have an odd question in regards to shorewall. Currently in production I have keepalived controlling shorewall starts and stops. If I remove this and leave shorewall running on the backup firewall, will I run into any problems with having the nat tables built out and
2010 Aug 04
3
How to fix the SSL/https problem?
Schuttwegraeumer <wineforum-user at winehq.org> wrote: >Sent: Aug 3, 2010 11:21 AM >To: wine-users at winehq.org >Subject: [Wine] Re: How to fix the SSL/https problem? > >Is that usefull?: If you want us to tell you that you are doing this right, yes. For location of errors, no. > > >> schutti at hell:~/Desktop/X/WINE/wine-git$ git bisect start >> schutti
2011 Jul 12
1
Easy switch from Fedora 14 to CentOS 6??
Of course I can switch, I know, by brute force : just install CentOS over top of Fedora. But that would require a tedious day (of manually re-tweaking panels, adding & removing software, etc. ad nauseam, *and* transferring a backup copy of my data back onto the machine) -- which I'd prefer to avoid. What I want to do, if I can, is emulate the upgrades I've been doing with each
2003 Mar 04
7
New Firewall setup recommendations?
Hello all. I''m about to set up a new firewall on an old 400 MHz K6-2 machine. What is the recommended, or most common way to go about it? I was thinking of doing a MINIMUM install of RedHat 8 (the option where they actually say "used for setting up things like firewalls") and then installing shorewall on top of that. Would this leave me with anything crucial missing in my
2003 Oct 31
2
Running two shorewall processes.
When shorewall starts up does it completely flush any other iptables rule sets or nat entries that are already in there? Or Can I run two instances of shorewall each loading a different set of rules and a different set of IP addresses in the NAT table and have each one only control what it adds?
2006 Jun 05
9
IAX Passing Variables
Well, this kinda sux. We have three Asterisk servers. Phones register to a single, primary server. When a phone on one wants to reach a phone on another, we use DUNDi to discover the destination pbx and IAX to transfer the call to the other Asterisk box. This seems to be a fairly common practice amongst Asterisk users, yes? Well, what about setting variables before call placement? Say you want
2008 Aug 21
5
VM node won't talk to host
I am trying to mount the same partition from a KVM ubuntu 8.04.1 virtual machine and on an ubuntu 8.04.1 host server. I am able to mount the partition just on fine on two ubuntu host servers, they both talk to each other. The logs on both servers show the other machine mounting and unmounting the drive. However, when I mount the drive in the KVM VM I get no communication to the host
2018 Sep 30
2
getent not showing domain users and groups with winbind but works with sssd
Hi folks, AD server CentOS 7-1804, Samba 4.9.1 compiled from source, only used as AD server, with netlogon and sysvol, just like any Windows AD server AD member server CentOS 7-1804, Samba 4.7.1 installed from CentOS repositories, intended for use as a file server, with shares for roaming profiles, home directories, and data shares. I know that the getent problem has been discussed ad
2012 Nov 13
10
Puppet client won't autostart
I''m getting this problem on all the puppet client''s I''ve been setting up and it''s got me both scratching my head (because I''m not seeing anything obvious in any system logs) and pausing in my rollout until I get it solved: # puppet resource service puppet ensure=running enable=true Error: Could not start Service[puppet]: Execution of
2006 Dec 20
13
Need quality toll free 800 number over IAX?
Hi List I need a quality US 800 DID over IAX for my Asterisk server, preferably one that doesn't cost the earth. Any suggestions please? Thanks -- Chris Blunt Entropy IT Ltd -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061220/4919f3cb/attachment.htm
2008 Jul 22
2
can''t execute a build - on windows + jruby
Hi all, Am trying to get cc.rb working on a windows machine, running under JRuby. I patched line 19 of project_migration.rb to use jruby, instead of ruby. execute "jruby #{File.join(migrate_scripts_directory, script)} #{@data_dir}" The add project works fine, but when I run start, the webpage just hangs on the ajax request to build - never actually executes the build at all, or comes
2004 May 12
4
non-interactive call to R (running an R package as a stand-alone application)
Is there a way I can have R automatically execute the commands in a source file without ever having to use R interactively? If so, what arguments should I pass to the UNIX call to R? I need to do this to run several R jobs in parallel. An alternative may be to have R and an R package behave as a stand-alone application that can be called from the UNIX command line. Is there any documentation on
2007 Sep 12
4
Checking out Rspec
I''m getting the following error when i either checkout or update from svn://rubyforge.org/var/svn/rspec/trunk svn: Error processing command ''mv'' in ''C:\work\rspec2\RSpec.tmbundle\Preferences'' svn: Can''t move source to dest svn: Cannot rename file ''C:\work\rspec2\RSpec.tmbundle\Preferences\.svn\tmp\text-base\Symbol List:
2012 Dec 12
4
Converting puppet client to servr
Is there an easy way to convert a puppet client into being a puppet master? Here''s the scenario. I''m using puppet to configure all my systems, and would like it to be able to deploy a new puppet master as well. We have systems worldwide so having local puppet masters is very desirable for fault tolerance. So Kickstart (via cobbler) installs a puppet client during the initial
2007 Sep 10
1
Using Rspec with ScenarioFixtures
I am currently trying to get Rspec to work with ScenarioFixtures. http://code.google.com/p/fixture-scenarios/ http://errtheblog.com/post/7708 I did a quick search and didn''t find any mention that any one else had gotten this to work yet. If i missed something, could you please drop me a line. Otherwise, expect a progress report when i get this working... Bret -------------- next part