search for: dac960

Displaying 20 results from an estimated 41 matches for "dac960".

2005 Nov 04
1
Problem with Mylex DAC960
...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 /boot/vmlinuz-2.6.11-xen0 root=/dev/rd/c0d0p1 ro console=tty0 My hardware configuration looks like this 2x P3 700MHz CPUs 512 MB-RAM Mylex DAC960 RAID-Controller and I''ve installed Debian Sarge. The root device points on the right partition on the right disk. Regards Konstantin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
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). Also /, /boot, and /var. Problem: 3 times now, the server ha...
2012 Jun 13
2
drivers/block/cpqarray.c:938:2: error: too many arguments to function ‘blk_rq_map_sg’
...ible pointer type [enabled by default] include/linux/blkdev.h:845:12: note: expected ?struct scatterlist *? but argument is of type ?struct request *? drivers/block/cciss.c:3339:2: error: too many arguments to function ?blk_rq_map_sg? include/linux/blkdev.h:845:12: note: declared here drivers/block/DAC960.c:3355:5: warning: passing argument 1 of ?blk_rq_map_sg? from incompatible pointer type [enabled by default] include/linux/blkdev.h:845:12: note: expected ?struct request *? but argument is of type ?struct request_queue *? drivers/block/DAC960.c:3355:5: warning: passing argument 2 of ?blk_rq_map_sg...
2012 Jun 13
2
drivers/block/cpqarray.c:938:2: error: too many arguments to function ‘blk_rq_map_sg’
...ible pointer type [enabled by default] include/linux/blkdev.h:845:12: note: expected ?struct scatterlist *? but argument is of type ?struct request *? drivers/block/cciss.c:3339:2: error: too many arguments to function ?blk_rq_map_sg? include/linux/blkdev.h:845:12: note: declared here drivers/block/DAC960.c:3355:5: warning: passing argument 1 of ?blk_rq_map_sg? from incompatible pointer type [enabled by default] include/linux/blkdev.h:845:12: note: expected ?struct request *? but argument is of type ?struct request_queue *? drivers/block/DAC960.c:3355:5: warning: passing argument 2 of ?blk_rq_map_sg...
2002 Nov 10
0
Samba is fast with slow hardware, but slow with fast hardware.
...an it does loading from a) raid-1 LVD scsi array b) independent scsi devices on a different, non-raid controller. This is truly baffling. I tried to use the scientific method as much as possible. I have tested using the following hardware: 2-way SMP Piii 550/512 mb. 900mhz, athlon/512mb. Mylex DAC960 lvd single channel scsi controller, AIC7xxx Adaptec 3940 controller. I am using the SGI XFS on both the IDE disks, SCSI disks and raid array. The scsi disks individually are a mix of Maxtor Atlas IV and Seagate Barracuda 10k. The 5400 rpm drive is come crap-o Seagate 10 gb. Ata III I think. Cl...
2002 Sep 02
1
Re:kernel BUG at commit.c:535 invalid operand
...(QSol, dual 1.6G AMDcpus, scsi raid 2.4.18-3smp #1 SMP cat /proc/modules 3c59x 29064 2 ipchains 46184 13 usb-ohci 21568 0 (unused) usbcore 77024 1 [usb-ohci] ext3 70720 4 jbd 53504 4 [ext3] DAC960 65280 5 sd_mod 12896 0 (unused) scsi_mod 112208 1 [sd_mod] ) That shows the same kernel BUG at commit.c:535 invalid operation error message. John
2001 Nov 12
1
strange locking ? problem
...can't even stop samba, not even with kill -9. I have to reboot the machine and everything works perfect for maybe two days the the same happens. I have the following config: Kernel 2.2.4 SuSE 7.2 Samba 2.2.2 compiled with --with-quotas Server is a PII 400 Mhz, 512 MB, 80 GB RAID 5 with Mylex DAC960 any help would be appreciated My smb.conf looks like that: (its the same on all servers exept name and shares) [global] workgroup = FHS-HAGENBERG encrypt passwords = yes security = DOMAIN password server = ad3 ad2 ad1 netbios name = MTDF4 socket options = TCP_NODELAY # wins...
1999 Nov 08
1
User's smbd processes don't get killed
...ese and in a Win95/SP1/English, normally with Office applications and with just file browsing. Any suggestions? Faulty network card, neccessary hotfixes... I'm running Samba 2.0.5a (RPM) with RH6.0 and customized Linux Kernel 2.2.13 with e2comp patches, in a NetFinity 3500 Server with a Mylex DAC960 RAID controller. My smb.conf is attached too. TIA, Paulo Fessel -------------- next part -------------- # Samba config file created using SWAT # from localhost (127.0.0.1) # Date: 1999/11/08 18:31:53 # Global parameters [global] workgroup = NETSOLUTIONS server string = Servidor de Arquivos R...
2016 Aug 17
0
[PATCH 15/15] block: Add FIXME comment to handle device_add_disk error
...vice_add_disk(e1, e2, e3); | + /* FIXME: handle error. */ device_add_disk(e1, e2, e3); ) Signed-off-by: Fam Zheng <famz at redhat.com> --- arch/m68k/emu/nfblock.c | 1 + arch/um/drivers/ubd_kern.c | 1 + arch/xtensa/platforms/iss/simdisk.c | 1 + drivers/block/DAC960.c | 1 + drivers/block/amiflop.c | 1 + drivers/block/aoe/aoeblk.c | 1 + drivers/block/ataflop.c | 1 + drivers/block/brd.c | 2 ++ drivers/block/cciss.c | 1 + drivers/block/drbd/drbd_main.c | 1 + drivers/block/flop...
2016 Aug 17
20
[PATCH 00/15] Fix issue with KOBJ_ADD uevent versus disk attributes
...| 3 +- arch/powerpc/sysdev/axonram.c | 23 +++++--- arch/um/drivers/ubd_kern.c | 3 +- arch/xtensa/platforms/iss/simdisk.c | 3 +- block/blk-integrity.c | 12 ++-- block/genhd.c | 112 +++++++++++++++++++++++++----------- drivers/block/DAC960.c | 3 +- drivers/block/amiflop.c | 3 +- drivers/block/aoe/aoeblk.c | 13 ++--- drivers/block/ataflop.c | 3 +- drivers/block/brd.c | 6 +- drivers/block/cciss.c | 3 +- drivers/block/drbd/drbd_main.c | 3...
2016 Aug 17
20
[PATCH 00/15] Fix issue with KOBJ_ADD uevent versus disk attributes
...| 3 +- arch/powerpc/sysdev/axonram.c | 23 +++++--- arch/um/drivers/ubd_kern.c | 3 +- arch/xtensa/platforms/iss/simdisk.c | 3 +- block/blk-integrity.c | 12 ++-- block/genhd.c | 112 +++++++++++++++++++++++++----------- drivers/block/DAC960.c | 3 +- drivers/block/amiflop.c | 3 +- drivers/block/aoe/aoeblk.c | 13 ++--- drivers/block/ataflop.c | 3 +- drivers/block/brd.c | 6 +- drivers/block/cciss.c | 3 +- drivers/block/drbd/drbd_main.c | 3...
2018 May 23
3
[PATCH] block drivers/block: Use octal not symbolic permissions
...++++++++++++------------------- block/cfq-iosched.c | 2 +- block/deadline-iosched.c | 3 +- block/genhd.c | 37 ++++++++++---------- block/mq-deadline.c | 3 +- block/partition-generic.c | 22 ++++++------ drivers/block/DAC960.c | 3 +- drivers/block/aoe/aoeblk.c | 10 +++--- drivers/block/brd.c | 6 ++-- drivers/block/drbd/drbd_debugfs.c | 20 +++++------ drivers/block/drbd/drbd_main.c | 4 +-- drivers/block/floppy.c | 2 +- drivers/block/loop.c...
2018 May 23
3
[PATCH] block drivers/block: Use octal not symbolic permissions
...++++++++++++------------------- block/cfq-iosched.c | 2 +- block/deadline-iosched.c | 3 +- block/genhd.c | 37 ++++++++++---------- block/mq-deadline.c | 3 +- block/partition-generic.c | 22 ++++++------ drivers/block/DAC960.c | 3 +- drivers/block/aoe/aoeblk.c | 10 +++--- drivers/block/brd.c | 6 ++-- drivers/block/drbd/drbd_debugfs.c | 20 +++++------ drivers/block/drbd/drbd_main.c | 4 +-- drivers/block/floppy.c | 2 +- drivers/block/loop.c...
2006 Nov 11
0
Alpha Server 1000A 5/400 Centos 4.3 instal can not find the hard drives.
...ller that the hard drives can not be found. Hard Drives have been properly configured in the ARC setup. ARC initialization of the drives works fine. I can create windows nt partitions Went thru the list of drivers provided by Centos but the installer has already loaded the the QLogic and Mylex DAC960 controller drivers. I opened the box and found the controller is really a Mylex controller card . I'm a little confused about the QLogic as it is integrated on the mother board. Something is missing. What? Any help would be greatly appreciated. Thanks Stew swalker at caspercollege.edu --...
2001 Jun 08
1
VALinux's 2.4.5 beta kernel with Ext3
Anyone try this yet? ftp://ftp.valinux.com/pub/software/kernel/beta/2.4.5-beta2va3.11/ List of SRPM contents follows. -- TheBS atomic-lookup.patch atomicalloc.patch byteprofiling.patch comtrol-1.23.patch configs-2.4.5.tar.gz copy-user-reschedule.patch dac960-enclosure-quiet.patch dma-livelock-fix.patch e100-1.5.5.tar.gz e1000-3.0.7.tar.gz eepro100-speedo-1.patch emu10k1-tone.patch exports-cleanup.patch ext3-2.4.patch finerflush.patch ide-450nx-nodma-2 ide-probe-irq-silent ipmi-kcs-2.0.patch iput-free.patch kernel.spec ksymoops-2.3.4.tar.gz linux-2.4.5....
2006 Apr 27
1
ADS mode with ReiserFS freezes Server
...UTF-8 to ISO-8859-1 (german filenames) with conmv. It works in ADS mode and kerberos is working fine, also i get the list of Domain user and groups. The System ist a Debian 3.1 with ext3 filesystem. The files lay on a ReiserFS 3.6 with standard journal. Its a RAID 5 System with a Mylex Controller (DAC960) The old installation Suse 8.1 with Samba 2.2.12 works without any problems. In the main smbd.log there are no error messages. All error message in the log files are from clients: Client example No. 1 [2006/04/25 12:58:50, 0] smbd/oplock.c:oplock_timeout_handler(366) Oplock break failed fo...
2016 Jun 30
17
[PATCH v2 00/12] gendisk: Generate uevent after attribute available
.../m68k/emu/nfblock.c | 2 +- arch/powerpc/sysdev/axonram.c | 3 ++- arch/um/drivers/ubd_kern.c | 2 +- arch/xtensa/platforms/iss/simdisk.c | 2 +- block/genhd.c | 26 +++++++++++++++++++++----- drivers/block/DAC960.c | 2 +- drivers/block/amiflop.c | 2 +- drivers/block/aoe/aoeblk.c | 3 ++- drivers/block/ataflop.c | 2 +- drivers/block/brd.c | 4 ++-- drivers/block/cciss.c | 2 +-...
2016 Jun 30
17
[PATCH v2 00/12] gendisk: Generate uevent after attribute available
.../m68k/emu/nfblock.c | 2 +- arch/powerpc/sysdev/axonram.c | 3 ++- arch/um/drivers/ubd_kern.c | 2 +- arch/xtensa/platforms/iss/simdisk.c | 2 +- block/genhd.c | 26 +++++++++++++++++++++----- drivers/block/DAC960.c | 2 +- drivers/block/amiflop.c | 2 +- drivers/block/aoe/aoeblk.c | 3 ++- drivers/block/ataflop.c | 2 +- drivers/block/brd.c | 4 ++-- drivers/block/cciss.c | 2 +-...
2011 Jun 24
2
/dev/sd and /dev/mapper
I've done a little research, and can't really find out why it happens, but on one server I have built, I get the old fashion /dev/sda1, /dev/sda2 type partitions and on another server I get the /dev/mapper style partitions. Both machines are hardware raided (before the install) and both machines are Centos 5.5 64 bit, using the same set of CDs to install from. Can someone please
2001 Oct 01
2
strange problems
Hi all, I am having some strange problems with samba on one of my fileservers. I am using samba 2.2.1a compiled with qouta support and the quota patches. Kernel is 2.4.9 with quota patches. Everything seems to work fine exept some very wired things: If I try to save a document from word 2000 to a samba share the file can't be read afterwards by word. The file is on the server I can copy the