Displaying 20 results from an estimated 4000 matches similar to: "Samba is fast with slow hardware, but slow with fast hardware."
2003 Oct 19
0
XP to samba = ok samba to XP = NT_STATUS_INSUFF_SERVER_RESOURCES
I have shares setup un both a winxp machine and an osx machine running
samba 2.2.8a. From the xp machine, I can connect, and use shared files
without problem. From the osx machine, I get
NT_STATUS_INSUFF_SERVER_RESOURCES when I try connecting with or without
password. I can't find what this error means and after reading numerous
troubleshooting guides and man pages, I still have no idea
2003 Apr 12
1
GENERIC kern compile error 4.8-STABLE
GENERIC Kernel build failure just after stable-cvsup and buildworld.
I have ensured that everything in /usr/obj was deleted before i began.
Btw. /usr/obj <-- is a symlink to /Disk1/usrobj, because /usr partition
was filled up.
I have installed these packages from ports.
db-2.7.7_1 The Berkeley DB package, revision 2
db3-3.3.11,1 The Berkeley DB package, revision 3
2003 Apr 14
2
4.8-STABLE GENERIC buildkernel fail
Hello, i've been here with this poblem before, now i installed the
berkley db4 in /usr.
But now it report another error, still at the same file.
Please reply if you think you know the reason...
I'm still running 4.6-STABLE, and would soon like the new 4.8-STABLE
kernel made.
Regards,
Johan Christiansen
_________
===> vesa
rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o vesa.ko
2002 Jan 21
2
Assertion Failure
I got this.. The system was usuable, but not very. If I tried to access the
ext3 volume, it would hang. Reboot hung too, complaining about too many
open files. Any ideas? I have no idea what triggered it; this is a big
file/web/mail server, with all of that on the ext3 volume. And I've never
run ksymoops before, but I think I did it right.
- Josh
Assertion failure in
2020 May 04
2
Fwd: [EXTERNAL] SNMP shutdown timing out
I meant to send this to the list but evidently only sent it to David.
Since sending it I've done a second test which shows what a successful
snmpset looks like.
First attachment, from the forwarded email, is nutout.txt. Second
attachment is snmpout.txt.
nomad
-------- Forwarded Message --------
Subject: Re: [Nut-upsuser] [EXTERNAL] SNMP shutdown timing out
Date: Mon, 4 May 2020 09:28:57
2013 Nov 20
1
[releng_10 tinderbox] failure on sparc64/sparc64
TB --- 2013-11-19 23:00:41 - tinderbox 2.20 running on worker01.tb.des.no
TB --- 2013-11-19 23:00:41 - FreeBSD worker01.tb.des.no 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
TB --- 2013-11-19 23:00:41 - starting RELENG_10 tinderbox run for sparc64/sparc64
TB --- 2013-11-19 23:00:41 - cleaning the
2006 Apr 24
1
SCSI install to IDE install - help
Hi, a customer has a Centos installation on SCSI disk (aic7xxx), there are
some programs that he no longer have the installation media (some accounting
stuff).
Due to the SCSI disk going bad we must tranfer the installation to some
other disks. SCSI disks are very difficult to find here and must be ordered
(and wait about 45 days to arrive at the dealer).
Can I clone the SCSI disk to a IDE Disk
2005 Nov 10
2
Re: www.centos.org - Contact the CentOS Development Team Form
Ravi Srivastava submitted the following Information:
Email ravi_prakash at ngri.res.in
URL www.ngri.org.in
Company National Geophysical Research Institute
Location Hyderabad, India
Comments
Dear All,
I am using CentOs 3.5 on a 64 bit Xeon machine. I wanted to install
aic7xxx-6.3.9-rhel3.i686.rpm to use DAT 72 but it is giving following
error message. Please help to resolve this problem:
I took
2005 Sep 21
2
Mixing SCSI devices on a single i/f
I have an external HP SureStore DLT VS80 with a SCSI LVD 68 pin
interface and an external HP SureStore DAT24 with a SCSI Centronics
50 pin Narrow SE interface. The cable for the DAT has a Centronics
connector at one end and a 68 Pin Wide to Narrow terminated
connector at the other. The cable for the DLT has a LVD/SE 68 pin
connector at both ends. I have terminator blocks for both devices.
2012 Jun 13
2
drivers/block/cpqarray.c:938:2: error: too many arguments to function ‘blk_rq_map_sg’
FYI, kernel build failed on
tree: git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git multiqueue
head: e9a6aa8a0b7b93195774a9fcf551632bf3abcd97
commit: 67db7275fa4325d46853a4bfcb79acf32e48eca8 [1/3] multiqueue: a hodge podge of things
config: i386-allmodconfig (attached as .config)
All related error/warning messages are:
block/blk-core.c: In function ?attempt_plug_merge?:
2012 Jun 13
2
drivers/block/cpqarray.c:938:2: error: too many arguments to function ‘blk_rq_map_sg’
FYI, kernel build failed on
tree: git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git multiqueue
head: e9a6aa8a0b7b93195774a9fcf551632bf3abcd97
commit: 67db7275fa4325d46853a4bfcb79acf32e48eca8 [1/3] multiqueue: a hodge podge of things
config: i386-allmodconfig (attached as .config)
All related error/warning messages are:
block/blk-core.c: In function ?attempt_plug_merge?:
2012 Sep 28
3
Better way of Grouping?
Hello R users,
This is more of a convenience question that I hope others might find useful
if there is a better answer. I work with large datasets that requires
multiple parsing stages for different analysis. For example, compare group
3 vs. group 4. A more complicated comparison would be time B in group 3 of
group L with B in group 4 of group L. I normally subset each group with
the
2005 May 04
3
[LLVMdev] Simplifying boolean expressions
Hello!
Suppose I have a code like this:
%tmp.aux = cast bool %tmp.24 to int
%tmp.x = xor int %tmp.aux, 1 ; negates tmp.24
%tmp.xx = cast int %tmp.x to bool
%tmp.y = or bool %tmp.xx, %tmp.24 ; will be always true
br bool %tmp.y, label %next6, label %next7
Is there an optimization in LLVM that will recognize that %tmp.y is
2002 Jul 30
1
Disk Hangs with 2.4.18 and ext3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Background:
Large NFS/mail server. Dual PIII/1GHZ. 4GB memory.
Mylex AcceleRAID 352 RAID controller (uses DAC960 driver).
Intel eepro100 network cards.
RedHat 7.3 with all errata. Kernel-2.4.18-5smp.
2GB of memory is used by a RAM disk for mail queue.
ext3 filesystems (switched to ext2 to see if that helps).
one large (100GB data partition).
2005 Sep 09
3
SCSI controller setup
I have an IDE based PC running Linux/CentOS4 to which I wish to
attach a scsi dlt. The host controller is an Adaptec AHA3940
something that lspci reports as:
SCSI storage controller: Initio Corporation 360P (rev 02).
I would like to have the system load the driver for this adapter at
boot but I have two problems: 1. I am not sure which driver to use;
and 2. I do not know how to force
2005 Nov 04
1
Problem with Mylex DAC960
Hello,
my problem is that after installing Xen and configuring menu.lst the new
Xen-Kernel doesn''t start.
I''m getting a message that the Kernel can''t find the root partition.
I''m using the XenLinux 2.6.11 kernel
my menu.lst entry looks like this
tilte Xen 2.0 / XenLinux 2.6.11
kernel /boot/xen.gz dom0_mem=64000
module
2004 Jul 07
0
X100P bad sound after period of time
Hi folks. I am using a X100P card and after some random amount of time
of correct operation, say 8-20 hours, the card starts acting up and
producng horrid sound quality which is all broken up. All other channels
appear to work fine.
One thing I noticed, is that "zap show channel 1" always shows the
"Actual Hookstate: Offhook" as soon as the telco line is plugged in. Is
this
2005 Sep 05
2
Zaptel issue
I'm having a bad time getting 3 TE410P's and one TDM400 working in the same
box.
At some point during the install of second card, wcusb starts loading. I
believe
this is one of the TE410 Cards causing this as there is no usb enabled.
Module Size Used by Not tainted
audit 89880 2 (autoclean)
usbserial 23420 0 (autoclean) (unused)
2016 Nov 30
1
slow directory access, convert_string_internal: Conversion error: Incomplete multibyte sequence
I think the issue may be related to the broken trusts. First of
all only two people had specifically reported issues which meant for
most people it was acceptable. Then I noticed that some directories
seemed slower than others.
If I ssh'd into the server and checked permissions, listing permissions
on most directories was quick (under 2 second.) On directories that
allowed
2012 Mar 06
3
Samba to share NFSv4 + ACL mounted filesystems on NetApp storage
Hi,
We are running into a problem with a Samba setup and would like to
know if a current fix or workaround is at all possible.
Our setup is a NetApp filer serving NFS v4 that is mounted by
Solaris and Linux servers. On those servers we are using Samba to
create shares of those NFSv4 mounted filesystems. We are migrating
to this NFSv4 setup from an existing Solaris NFSv3+Posix ACL setup
that also