similar to: Read/Write throughput problem. Any help would be appreciated

Displaying 20 results from an estimated 800 matches similar to: "Read/Write throughput problem. Any help would be appreciated"

2004 Oct 05
0
Samba 3.0.4 Profile Permissions
When attempting to login to my Samba 3.0.4 PDC from a Windows XP client as a user with administrative priveleges (in this case, the user is a member of the adm group in Linux and all members of that group are members of the Adminstrators group in Windows) I get the following error: Windows did not load your roaming profile and is attempting to log you on with your local profile. Changes to
2013 Nov 20
0
Error using password cached on a samba4 RODC
OK! I'm getting farther and farther! :) I've managed to preload user and computer passwords onto a samba RODC: *sles-shire:/var/lib/samba/sysvol # samba-tool rodc preload 'win7-shire$' --server main.adlab.netdirect.ca** *Replicating DN CN=WIN7-SHIRE,CN=Computers,DC=main,DC=adlab,DC=netdirect,DC=ca Exop on[CN=WIN7-SHIRE,CN=Computers,DC=main,DC=adlab,DC=netdirect,DC=ca]
2007 Feb 15
17
Odd parameter munging with with()
Hi, I have this setup block: setup do session[:login] = ''jhughes'' @user = mock("user") User.stub!(:find).and_return(@user) @params = {:cn => "Bilbo Baggins", :telephoneNumber => "416-277-4418", :mail => "bilbo at baggins.com"} end And then this spec: specify "should update and save the
2007 Nov 12
1
how to know when files have finished ftping? --antairrestored
Just to chime in here, what I use is another file that is transferred last. It can be zero sized. Just some name you look for and then delete when you are done for next time. It doesn't matter how long that one takes because you will know that the important files are already transferred. chuck -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at
2007 Nov 12
1
how to know when files have finished ftping? -- antair restored
Here's a thought: what about doing an lsof? If a file is still being written by ftpd it should be open for writing. Geoff Sent from my BlackBerry wireless handheld. -----Original Message----- From: gjgowey at tmo.blackberry.net Date: Mon, 12 Nov 2007 16:07:23 Subject: re: [centos] how to know when files have finished ftping? -- antair restored On Nov 11, 2007 2:20 PM, Neil Aggarwal
2015 Dec 15
2
Wifi Driver Broadcom BCM4322 not working with Centos 7.2
Hi, I've been using in the past the broadcom wifi card BCM4322 with Centos 7.1 one in the past, with kernel 3.10.0-229.7.2.el7 and driver 6_30_223_248 and it worked well. Now I updated Centos to 7.2 and the driver is not compiling any more under kernel 3.10.0-327.3.1.el7. Neither driver 6_30_223_238 nor 6_30_223_271. Does any body experienced the same issues? Cheers, Roberto Nebot --
2019 May 03
2
Incorrect Example in Samba User Management Documentation
Hi Samba documentation admins, one of the the examples given on this page https://wiki.samba.org/index.php/User_and_Group_management is incorrect and probably should be updated. The snippet of code in question: $ samba-tool user add fbaggins    --random-password --use-username-as-cn    --surname="Baggins" --given-name="Frodo"    --initials=S --mail-address=fbaggins at
2016 Jan 14
2
Skype 4.3.0.37 on Centos 7
Hi, Does anybody tried to install Skype on Centos 7.2? It is giving a segmentation fault when you start it. I installed using the nux repository and the fedora rpm. Cheers, Roberto Nebot -- It's a dangerous business, Frodo, going out your door. You step onto the road, and if you don't keep your feet, there's no knowing where you might be swept off to. Bilbo Baggins.
2009 Apr 08
2
Problem with browser
Hello everyone I am using CentOS 5.2 and facing a browsing problem I had complete system update of 71 applications recently and after the update completed my system can receive emails but cannot send and cannot browse get error domain not found, besides ftping is working fine web servers are working fine how can i fix this or roll back to my previous configuration of system. Thank you Best
2015 Nov 19
2
Centos Macbook Installations
Hi I would like to contribute to the CentOS wiki. I've created the user RobertoNebot for accessing the centos wiki. I would like to contribute with CentOS installation instructions for Macbooks. I think that the right place for this contribution would be https://wiki.centos.org/HowTos/Laptops Cheers, Roberto Nebot. -- It's a dangerous business, Frodo, going out your door. You step onto
2008 Sep 16
1
Users and ftp
I have vsftp chrooted so that users can only come into their home directory. I have a few virtual hosts. I have the websites in the home directory of the intial user for each site. So the sites look like this. /home/user1/html /home/user2/html Using vsftp, I have set the default to chroot a user to their home directory. So user1 ftping in whill go right to his directory and not be able to go
2000 May 29
1
Problem:
Greetings, I am currently running SAMBA 1.9.18p and want to upgrade to the new 2.0.7. Everything is working fine (e.g. ftping, compiling, installing, etc.). However, with the old version we are able to share a drive PUBLICLY for those who doesn't have an account on our UNIX box and be able to use it on NT/95/98 BUT with the new version it always asking for a password ( Initially we don't
2007 Jan 30
2
Learnine Wine
Hello To All I am new to Linux (Ubuntu) and I want to learn how to run Doom3 and or Half Life2 What I need is a stept by stept instruction on how to do this... Can any one help me on this one. Thanks Bilbo Baggins
2009 Mar 30
0
gdmgreeter and powersave
I have a bunch of workstations running CentOS 5.2. When the gdmgreeter is displayed, the monitor never blanks or powers off even though I have DPMS enabled in xorg.conf. When a user is logged in it works as expected. I Googled around and saw some references to this happening, but have not found a solution. Am I missing something obvious? The display adapters are Radeon 2400X's and use
2015 Nov 12
1
MariaDB 10.X Master-Slave Replication
Hi, I am configuring master-slave replication in a MariaDB 10.X over Centos 7.1 and I am having some troubles. When I configure the slave I use the following directies in my.cnf: ... master-host = 192.168.122.2 master-user = slave_user master-password = qwerty master-connect-retry = 60 ... But is seems that the daemon doesn't like them and it refuses to
2015 Dec 15
0
Wifi Driver Broadcom BCM4322 not working with Centos 7.2
The kmod package (kmod-wl-6_30_223_271-2.el7.nux.x86_64.rpm) is available from the nux-dextop repo. If you'd rather build it yourself, please see http://elrepo.org/tiki/wl-kmod for details. Akemi On Tue, Dec 15, 2015 at 2:06 AM, melkor.kp <melkor.kp at gmail.com> wrote: > Hi, > > I've been using in the past the broadcom wifi card BCM4322 with Centos 7.1 > one in the
2019 May 03
0
Incorrect Example in Samba User Management Documentation
On Fri, 3 May 2019 10:45:43 +0100 Stephen via samba <samba at lists.samba.org> wrote: > Hi Samba documentation admins, one of the the examples given on this > page https://wiki.samba.org/index.php/User_and_Group_management is > incorrect and probably should be updated. > > The snippet of code in question: > > $ samba-tool user add fbaggins >
2004 Dec 25
5
Thick head still having problems with subnets (?)
I have defined a Home zone and placed it before the Net zone. Defined a host 192.168.174.242 as a trusted host. Now if I ping from 242 to my fw it works just fine (also tweaked the norfc1918 file). Thing I do not understand is why if I try pinging or FTPing from FW to 242 I hit the all2all reject rule ! I tried reading the rules and from the INPUT chain I see a eth0_in chain which in turn
2006 Apr 29
8
(Semi-OT) QoS Question FTP Living with Asterisk
I have searched google and came up with too many options and packages that may or may not work for my needs, most articles seem to be for setting up routers. Maybe someone on the list can give me some better insight. I have monitoring turned on my "shift eight (tm)" (Asterisk ;-)) box for all calls. We have over one hundred agents and tons of recordings in wav format. I also
2006 Jun 10
0
Error installing gem RailsEditor
I am getting an error when attempting to install RailsEditor-0.0.22[.gem]: parse error on line 0 col 31: ''!ruby/object:Gem::Specification '' using --local I downloaded the gem from the site... My workstation is running Windows XP box with ruby v1.8.2 (2004-12-25) [i386-mswin32] installed. if I attempt ''gem install rails --include-dependencies''... I get: