Displaying 20 results from an estimated 1000 matches similar to: "SMBFS Performance Oddity"
2004 Dec 31
1
SMBFS mounts slow across gigabit connection
I'm using Samba & smbfs to make directories on a Linux file server
available across a switched Gigabit network. Unfortunately, when
mounting the shares to another Linux system with smbfs, the performance
is terrible.
To test the setup, I created both a 100mb and 650mb file and transferred
them with ftp, smbclient, and smbfs (mounted share). I also used iperf
to send each file, just out of
2017 Feb 01
2
net ads and wbinfo are painfully slow -- but they work
On Wed, 1 Feb 2017 07:30:19 -0800
Chris Stankevitz <chrisstankevitz at gmail.com> wrote:
> On Wed, Feb 1, 2017 at 1:12 AM, Rowland Penny via samba
> <samba at lists.samba.org> wrote:
> > He is also unlikely to be running avahi, he is using Freebsd 10.3
>
> truss (like strace) showed that wbinfo, net, and sshd were all hanging
> after system calls to getuid() and
2012 Mar 25
1
how to speed up OpenSSH command execution (and a speed analysis)
Hi.
I recently did some investigation about how to get out the last
microseconds of
executing commands via OpenSSH on remote host (of course I'm using
ConnectMaster).
MOTIVATION:
I'm introducing Nagios (well actualla Icinga) at the local institute.
We have
many active checks that must run locally on the remote hosts.
The "best" way to do this is using NRPE (Nagios Remote
2009 Oct 26
17
[Bug 1667] New: sshd slow connect with 'UseDNS yes'
https://bugzilla.mindrot.org/show_bug.cgi?id=1667
Summary: sshd slow connect with 'UseDNS yes'
Product: Portable OpenSSH
Version: 5.2p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2017 Nov 10
0
DC's are still unavailable when PDC halted
Cc
Bcc:
Subject: DC's still are unavailable when PDC halted
Reply-To:
Hi folks,
I've completely re-installed my DC's and Linux member. I've
followed the docs step-by-step on Samba's wiki page, everything
is works as well.
Here is what I see on my member
# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain
192.168.255.98 open-client.wificloud.local open-client
#
2014 Dec 28
2
sound oddity on C6
I just encountered an oddity... it may have been this way for millennia :)
but somehow I've never noticed it before...
say I'm using X (which is pretty normal these days) and I have VLC
playing a "radio" station.
I do CTRL-ALT-Fx to switch to a text console THAT HAS NO ONE LOGGED IN
on it, and voila:
no sound!
as soon as I log in, the audio returns.
what gives here?
--
2009 Jun 01
5
A Sims Oddity
http://appdb.winehq.org/objectManager.php?sClass=version&iId=16664
As much as I am leaping for joy at the thought that i'll be able to play the Sims 3 without switching to Mac OS X or Windows, I have a question:
1. How would they know if the game works or not if it doesn't come out till July???
Also, I find it a bit of an oddity that The Sims 3 will work under Wine straight away when
2007 Aug 02
1
Another oddity - users get no ftp (no ftpd) on latest update from CentOS 5.0
The subject pretty much says it all. My ftp comes back with "ftp: ftp/tcp:
unknown service" - unless I run it as root, in which case it works just
fine.
What's going on here? Did I screw up a setting of mine or something?
Thanks.
mhr
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Mar 01
2
Open3.popen3 oddity
Open3.popen3 returns the pid as well as the in, out, and err streams.
I thought only the streams were supposed to be returned.
Thanks
--
Nathaniel
<:((><
2004 Jul 08
1
Rollover oddity
Hello,
I've got 2 analogue lines (from SBC) coming into a TDM22B. SBC
have put rollover from the first to the second line. The rollover
works fine when handsets are connected directly to the lines (ie
when Asterisk is not involved), but when the lines are connected
to Asterisk, the rollover fails: the caller just hears the line
ringing, and the person on the first (busy) line hears call
2007 Jun 04
1
Oddity
I have two Asterisk servers. One is my primary server that I link to all of
my providers and the other is at an office building with multiple tenants.
If I tell Asterisk to dial an entry in the iax.conf that is for one customer
off that second box, why does it use a different account for a different
customer?
It still ends up at the correct box, but it is hard to troubleshoot issues
when
2013 Dec 13
0
audio CD playing oddity
Hi all!
This isn't anything like urgent, or ultimately even particularly
important, but I find it a curious oddity and thought to in quire if
any of you have thoughts on it...
On my Centos 6.5 box, I have a PATA CDRW drive, and a SATA dvd drive.
when playing a CD in the CDRW drive, every short while I get a sudden
break in the audio while the CD is spun up.
when playing the same CD in the
2014 Dec 31
0
sound oddity on C6
On 2014-12-28, Fred Smith
<fredex at fcshome.stoneham.ma.us> wrote:
> I just encountered an oddity... it may have been this way for
> millennia :) but somehow I've never noticed it before...
>
> say I'm using X (which is pretty normal these days) and I have VLC
> playing a "radio" station.
>
> I do CTRL-ALT-Fx to switch to a text console THAT HAS NO ONE
2015 Aug 30
1
Mock build oddity
When building packages in mock lately I see this a lot:
error: Macro %py2_install has unterminated body
Only started within last month, as far as I can tell the build actually
finishes just fine.
cause?
2019 Jan 09
0
[Oddity] SAMAccountName and 20+ chars logins...
Hai Marco.
Yes why not but that is because I dont use : Windows NT 4.0, Windows 95, Windows 98, and LAN Manager
;-)
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Marco Gaiarin via samba
> Verzonden: woensdag 9 januari 2019 17:00
> Aan: samba at lists.samba.org
> Onderwerp: [Samba] [Oddity]
2010 Apr 27
1
sprintf() and return() oddity
Hi,
If I use sprintf and return inside a function, sprintf doesn't print anything anymore. See the non-sense example below.
> x <- function() { a <- 888
+ sprintf("xxx %s", a) }
> x()
[1] "xxx 888"
> x <- function() { a <- 888
+ sprintf("xxx %s", a)
+ return(a) }
> x()
[1] 888
Is this a bug?
Cheers!!
Albert-Jan
2023 Jan 15
0
Libvirt dnsmasq oddity
I seem to have hit an oddity in how dnsmasq operates for libvirt.
I have two host machines each with several guests. One of those is also
the local samba server. Guests on the non-samba server can resolve the
samba server's host name correctly, so far without fail.
Guests on the samba server sometimes get the correct IP address for the
samba server, and other times get an IP address for the
2006 Feb 04
2
Associations oddity
Can anyone explain this oddity to me?
Given two classes as follows:
class Question < ActiveRecord::Base
belongs_to :category
end
class Category < ActiveRecord::Base
has_many :questions
end
I get the following:
>> q = Question.find 6789
=> #<Question:0x37e9e70 @attributes={"id"=>"6789",
2007 May 02
2
Another CentOS 5 oddity: reboot and the X server fails to come up
I had to reboot my work machine today, and it came up in text mode
(!). I did an init 5, but that had no effect (wrong command?). I
killed the three gdm processes, and voila, X server mode.
Where do I look to find out what is not right here?
Thanks.
--
Mark Hull-Richter, Linux Kernel Engineer
DATAllegro (www.datallegro.com)
85 Enterprise, Second Floor, Aliso Viejo, CA 92656
949-680-3082 -
2007 May 02
1
Another CentOS 5 oddity: reboot and the X server fails tocome up
> I had to reboot my work machine today, and it came up in text mode
> (!). I did an init 5, but that had no effect (wrong command?). I
> killed the three gdm processes, and voila, X server mode.
>
> Where do I look to find out what is not right here?
My server comes up in run-level 5 but I have to hit ctrl-alt-f7 to
switch to the x-server screen. It doesn't switch to it