Displaying 20 results from an estimated 8000 matches similar to: "samba 3 performance issues"
2020 Mar 29
3
Upgrade to CentOS8
Hi Phil
Here it is:
[root at totorbex ~]# lspci -nn
.00:00.0 Host bridge [0600]: Intel Corporation Atom/Celeron/Pentium
Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register [8086:2280]
(rev 21)
00:02.0 VGA compatible controller [0300]: Intel Corporation
Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics
Controller [8086:22b1] (rev 21)
00:10.0 SD Host controller
2017 May 18
2
Mini PCs
If it had two (or more) network ports, I'd be all over it. A single
gigabit nic is a bit limiting for me.
On 05/17/2017 01:04 PM, Nux! wrote:
> Hi,
>
> I have this and happy with it, I believe it ticks all your boxes (+ built-in IR port).
>
> http://www.intel.co.uk/content/www/uk/en/nuc/nuc-kit-dn2820fykh.html
>
> --
> Sent from the Delta quadrant using Borg
2020 Mar 29
3
Upgrade to CentOS8
Hi Leon,
I don't have the infra (nor the knowledge or expertise) to create a LiveCD
I didn't think about Fedora. This is indeed a good pointer, I will
definitely try that
Actually, I'm not too worried about the basics, but rather about the wifi,
audio & video drivers (one of the boxes is a multimedia system)
Thanks!
2005 Nov 18
2
Speeding up Samba
I have a 3.2 GHz P4 Win XP Pro connected to a Fedora Core 4 server
running on a 2 GHz Celeron. I get about 350 MB/s FTP
transfer over a Gigabit Ethernet connection.
Samba is very much slower between the same computers.
Can Samba be sped up to where it approaches the
FTP performance?
--
Chuck Forsberg caf@omen.com www.omen.com 503-614-0430
Developer of Industrial ZMODEM(Tm) for Embedded
2017 May 12
5
Mini PCs
I have been working, for the past few years, with armv7 SOCs and have a
number of servers working.
Intel, etal are catching up with ARM and I have seen ones like:
https://www.aliexpress.com/item/NEW-Mini-pc-X86-4-Lan-Qotom-Q190G4N-with-celeron-J1900-quad-core-4-usb-VGA/32785346279.html
I am looking for a low power (this is 10W) x86_64 board that has at
least 2 core and 2GB memory. A single
2006 Sep 16
2
Performance problem on a linux bridge used for shaping.
Hello,
Here is the situation. There is a machine with 3 intel gigabit card, 2
of them on PCI-X and in bridge, the 3rd is used only for management
access. The machine is a dual Xeon 2.8GHz with HT. With 2.6.8 kernel
from debian (testing) and htb with u32 on, i usually get about 30-40%
software interrupts on CPU0 and CPU2, and without htb and u32, 10% less.
Now, if I boot with 2.6.17.9 kernel,
2003 Nov 05
1
Is there a buffer or cache setting in samba?
Hi.
Can anyone tell me if samba has any settings that determine how much data
gets cached or buffered in RAM before being written to the computer's hard
drives?
I'm having a strange problem and I suspect that the explanation has to do
with that kind of setting.
I am using a Linux system (P4-3.06 Ghz, 1 GB RAM, 2.4.22 kernel, samba
2.2.8a) to store video and audio files that can
2007 May 26
14
big problem with HTB/CBQ and CPU for more than 1.700 customers
2004 Jan 10
1
High load average and client timeouts
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am setting up a proof-of-concept backup server at my office. The
end idea is for a dozen or so of our ~200 workstations to dump images
(like PowerQuest DeployCenter, not JPEG) to a 2Tb RAID5 at reasonable
speeds. The testbed (whose specs are listed below) is, I admit,
grossly lacking in RAM. I still think it should handle at least two
or three
2006 Nov 06
2
Dual CPU performance in routing
Hello
I have question, currently using linux box as router. It only route packets.
Currently there is 80k packets/sec and this cause 90% CPU usage on
Intel Celeron 3ghz CPU.
Did multiprocessor system like 2x XEON DP 3.4ghz will divide CPU
usage between 2 CPU and will allow double routing performance ?
--
Golem
2005 May 31
9
Can shorewall be setup in a datacenter environment?
Hi,
New here... I would like to setup shorewall on a dedicated box protecting a
mutiple web, mail and dns server in the datacenter. All the ip address will
be public ip (No LAN setup). I would also like to do traffic shaping and
install Snort as well in the same box.
Can Shorewall do all this? Is there any docs on that? Do i need to configure
Shorewall as a bridging firewall in order to do
2018 Dec 06
2
Re: Libvirt api for esx
Thanks Martin for help. I will give it a shot.
Regards
Rohit Singh
On Thu, 6 Dec 2018 at 2:55 PM, Martin Kletzander <mkletzan@redhat.com>
wrote:
> On Wed, Dec 05, 2018 at 09:44:17PM +0530, ROHIT SINGH wrote:
> >Hi Martin,
> >
> >Could you please help me with below issue, I am not sure what’s wrong
> here.
> >Please find below code and error snippet.
> >
2018 Dec 05
2
Re: Libvirt api for esx
Hi Martin,
Could you please help me with below issue, I am not sure what’s wrong here.
Please find below code and error snippet.
Thanks for help.
Code Snippet: -
from __future__ import print_function
import sys
import libvirt
SASL_USER = <username>
SASL_PASS = <password>
def request_cred(credentials, user_data):
for credential in credentials:
if credential[0] ==
2018 Nov 29
2
Re: Libvirt api for esx
On Wed, Nov 28, 2018 at 10:24:55PM +0530, ROHIT SINGH wrote:
>Hi Martin,
>
>Could you please point me to any example codes in python present for esx?
>Suppose, I have to power off and power on esx virtual machine, can i get
>this code somewhere on python to develop some understanding.
>
https://www.mail-archive.com/libvir-list@redhat.com/msg17903.html
>Actually, I am not
2018 Dec 12
1
Re: Libvirt api for esx
On Wed, Dec 12, 2018 at 03:03:41PM +0530, ROHIT SINGH wrote:
>Thanks Martin, It’s working now.
>Could you please help me with role of xml in libvirt api and what if I
>don’t want use of xml in my code.
>Please let me know.
>
Libvirt uses XML for most of the APIs. Depends what you need to do you can
transform it with xmltodict or use some higher level API. I'm not sure I can
2018 Nov 28
2
Re: Libvirt api for esx
Thanks, I'll check it out.
On Wed, 28 Nov 2018 at 9:31 PM, Martin Kletzander <mkletzan@redhat.com>
wrote:
> On Mon, Nov 26, 2018 at 04:11:20PM +0530, ROHIT SINGH wrote:
> >Hi,
> >
> >I am doing poc for using libvirt api for implementation of esx in python.
> >
> >I tried researching through module but did not find a way how it works for
> >esx.
2002 Oct 07
9
GetPrinter Level 2 does not get devmode
Hi all,
I have uploaded the printer drivers succesfully on RedHat Linux/ Samba
2.2.4 server. I can download and print without any problems. But when I do
Windows API call GetPrinter with PRINTER_INFO_2, the devmode in
printer_info is always null. My code looks like
HANDLE hPrinter=NULL;
PRINTER_DEFAULTS pDefaults;
pDefaults.DesiredAccess = PRINTER_ACCESS_USE;
2006 Apr 25
3
Freebsd Stable 6.x ipsec slower than with 4.9
Hello List,
I have to dualcore Athlon 64 4800+ systems. Initially I was running 4.9
on both of them an was able to get 54mbits thru direct connected realtek
10/100 cards as measured by nttcp.
I put stable on one of the system and now can on get 37mbits as measured
by nttcp when going thru an ipsec tunnel.
Eliminating the tunnel I get 94mbit/sec.
Ideas as to why this is happening?
Also
2006 Nov 20
12
Samba fileserver limited to 50 MB/s on gbit
Hello,
I am running a fileserver with smbd here.
The server is a 64bit 2.8 GHz Celeron D with 2GB RAM, running 64bit Debian,
Samba version 3.0.23c.
It is running as a pure fileserver so its only CPU load is serving files.
The client I am doing the tests from is WinXP Pro SP2.
It is connected via Intel e1000 gbit ethernet (both the server and client
use e1000 chipsets).
I have done a raw tcp
2005 Jul 15
13
CentOS on Compaq Proliant Rackmount Servers
Greetings,
Can anyone relate experience(s) installing CentOS on Compaq rack mount
servers units please?
Easy no problem, easy some issues, or ghastly do not do it under any
circumstances... ;)
Basically, I'm looking at some used/refurb dual PIII units and will run RAID
on Compaq built in SCSI or is it easy to pop in some 3ware SATA in them?
Let me know in terms of CentOS 3 and/or 4 please.