search for: blkflsbuf

Displaying 10 results from an estimated 10 matches for "blkflsbuf".

2004 Mar 24
0
Busy BLKFLSBUF on bootup
I get this all the time. System works otherwise and forced fschks come out clean. What is it and what needs be done?
2006 Aug 28
1
how does ext3 handle no communication to storage
An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/ext3-users/attachments/20060828/ce9c7bc0/attachment.htm>
2020 Jul 25
0
[klibc:master] Clean up clang warnings
...index 7eece2ce..5833f2f2 100644 --- a/usr/kinit/initrd.c +++ b/usr/kinit/initrd.c @@ -153,7 +153,7 @@ static int run_linuxrc(int argc, char *argv[], dev_t root_dev) int olddev = open(ramdisk_name, O_RDWR); umount2("/old", MNT_DETACH); if (olddev < 0 || - ioctl(olddev, BLKFLSBUF, (long)0) || + ioctl(olddev, BLKFLSBUF, 0) || close(olddev)) { fprintf(stderr, "%s: Cannot flush initrd contents\n", diff --git a/usr/kinit/ramdisk_load.c b/usr/kinit/ramdisk_load.c index f43339c8..e3e15d81 100644 --- a/usr/kinit/ramdisk_load.c +++ b/usr/kinit/ram...
2020 Mar 27
2
[PATCH v2 5/5] Clean up clang warnings
...ece2ce5488..5833f2f2c01f 100644 --- a/usr/kinit/initrd.c +++ b/usr/kinit/initrd.c @@ -153,7 +153,7 @@ static int run_linuxrc(int argc, char *argv[], dev_t root_dev) int olddev = open(ramdisk_name, O_RDWR); umount2("/old", MNT_DETACH); if (olddev < 0 || - ioctl(olddev, BLKFLSBUF, (long)0) || + ioctl(olddev, BLKFLSBUF, 0) || close(olddev)) { fprintf(stderr, "%s: Cannot flush initrd contents\n", diff --git a/usr/kinit/ramdisk_load.c b/usr/kinit/ramdisk_load.c index f43339c8fc74..e3e15d81f81b 100644 --- a/usr/kinit/ramdisk_load.c +++ b/usr/k...
2001 Feb 28
2
Samba Compile problems
...RRPART' redefined /usr/include/sys/mount.h:78: warning: this is the location of the previous definition /usr/include/linux/fs.h:148: warning: `BLKGETSIZE' redefined /usr/include/sys/mount.h:79: warning: this is the location of the previous definition /usr/include/linux/fs.h:149: warning: `BLKFLSBUF' redefined /usr/include/sys/mount.h:80: warning: this is the location of the previous definition /usr/include/linux/fs.h:150: warning: `BLKRASET' redefined /usr/include/sys/mount.h:81: warning: this is the location of the previous definition /usr/include/linux/fs.h:151: warning: `BLKRAGET...
2020 Mar 27
12
[PATCH 0/5] Clang compatibility patches
This is a series of patches for clang compatibility: - Using flags needed flags and removing unsupported flags. - Adding support for clang's LLD linker. - Removing a variety of warnings. Bill Wendling (3): [klibc] Kbuild: use "libc.a" with clang [klibc] Kbuild: Add "-fcommon" for clang builds [klibc] Clean up clang warnings Michael Davidson (1): [klibc] Kbuild:
2002 Apr 04
1
Bug report - yours or mine?
Hi there: As suggested in the docs, I am forwarding a bug report. I have just converted two partitions to ext3 from ext2 without reformatting on my home box. All is not well, however. Here's the specs AMD K6/2-3D 500 Mhz, 64MB SDRAM, 100 Mhz bus Via Apollo P5MPV3 chipset, 100 Mhz bus Opti Mad 16 931 soundcard Video= AGP S3 Trio, w/8MB RAM, PS/2 mouse. Realtek 8029 pci bus network card.
2020 Mar 29
7
[kvm-unit-tests PATCH v3 0/4] Update patch set
- Renamed IMAGE_BASE to LD_IMAGE_BASE_OPT. - Moved "-fcommon" to KLIBCREQFLAGS in scripts/Kbuild.klibc. - Remove "dash" warning fixes which have been upstreamed. - Conditionalize the inclusion of compiler flags by using the proper compiler name or "cc-option". - Added "-Werror" to "cc-option" to catch flags that cause warnings. - Retain
2020 Apr 22
0
slow performance on company production server I need help
...impression that sda, sdb, sdc, and sdd were the four disks on the raid controller card, but after unplugging the usb drive when running hdparm I am getting this: [root at daisy dev]# hdparm -tT /dev/sdb /dev/sdb: read() hit EOF - device too small ?BLKGETSIZE failed: Inappropriate ioctl for device BLKFLSBUF failed: Inappropriate ioctl for device [root at daisy dev]# ------------------------------------------------------ the 3ware controller shows all four disks still online with a status of ok: [root at daisy dev]# tw_cli /c8 show Unit? UnitType? Status???????? %RCmpl? %V/I/M? Stripe? Size(GB)? Ca...
2020 Apr 22
3
slow performance on company production server I need help
>> Hello Everyone, >> >> Since rebooting my Centos 6.10 Openvz server "daisy" yesterday, I am >> getting horrible system performance.? /var/log/messages is full of >> HDIO_GET_IDENTITY failed for /dev/sdb.? The latest entries look like >> this: >> >> Apr 22 08:51:32 daisy kernel: [141224.655699] CT: 1005: stopped >> Apr 22 08:55:04