Displaying 20 results from an estimated 50 matches for "393216".
Did you mean:
373216
2010 Dec 01
2
tmpfs says "No space left on device"
...ication. But occasionally this tmpfs thinks it is full
when it isn't.
[root at flask-yellow tmpfs]# touch file
touch: cannot touch `file': No space left on device
[root at flask-yellow tmpfs]# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
none 393216 19296 373920 5% /srv/tmpfs
Simply unmounting and remounting /srv/tmpfs resolves the issue.
2.6.18-164.11.1.el5
Any suggestions as to the cause of this or workarounds are appreciated.
2006 Dec 04
2
domUs dropping off the network (Xen 3.0.2)
Hello,
We''ve recently started seeing several domUs on multiple machines losing
all network connectivity. At least one of these machines (since they are
customer machines I can''t verify it for all of them) give the error:
$ sudo ifup eth0
eth0: full queue wasn''t stopped!
About the only Google hit for this message is:
2015 Sep 03
2
Starting emacs gives "shmget failed: error 28" message
...iled: error 28 (No
space left on device)"
The message is also logged to .xsession-errors, and that occurs
regardless of how emacs is started. The same thing occurs with
SELinux in permissive mode.
Emacs version is emacs-23.1-28.el6.x86_64 .
Output from strace shows:
shmget(IPC_PRIVATE, 393216, IPC_CREAT|0600) = -1 ENOSPC (No space
left on device)
/proc/mounts contains:
tmpfs /dev/shm tmpfs rw,seclabel,relatime 0 0
and "df /dev/shm" shows:
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 8194164 172 8193992 1% /dev/shm
I can't...
2019 Mar 20
2
virsh snapshot-create-as: change umask on snapshots
...c vda,file=/var/lib/libvirt/images/hq-live-v01.snappy,snapshot=external \
--diskspec vdb,file=/var/lib/libvirt/images/hq-live-storage.snappy,snapshot=external \
--disk-only --quiesce --atomic
This fragment creates the snapshots, but get created with mode 0600:
-rw------- 1 qemu qemu 393216 Mar 19 17:08 hq-live-storage.snappy
-rw------- 1 qemu qemu 1048576 Mar 19 17:08 hq-live-v01.snappy
The user account is in the libvirt group and has permissions to do everything except delete the files created by the snapshot, all I need is to get the snapshots created with 0660 mode.
This is...
2011 Jul 25
1
VirtualBox headless
...h this issue,
>
> >> Christian
> >>
>
>
Unfortunately this isn't working for me.
Following is my XML configuration:
<domain type='vbox'>
<name>THEDOMAIN</name>
<uuid>33f6e188-1479-46f4-9d90-4d5a2d3a30f2</uuid>
<memory>393216</memory>
<currentMemory>393216</currentMemory>
<vcpu>1</vcpu>
<os>
<type arch='i686'>hvm</type>
<boot dev='hd'/>
<boot dev='cdrom'/>
</os>
<features>
<acpi/>
</featur...
2002 Feb 01
3
3.0.2p1 under IRIX (coredumps)
...- zlib seems to build fine
- OpenSSL seems to build fine and tests out okay
- OpenSSH builds, and then:
openssh-3.0.2p1 % ./ssh -v myhost
Trace/BPT/RangeErr/DivZero/Ovflow trap (core dumped)
openssh-3.0.2p1 %
openssh-3.0.2p1 % ls -ld core
-rw-r--r-- 1 jblaine nuucp 393216 Feb 1 11:51 core
openssh-3.0.2p1 % dbx ./ssh
dbx version 7.3 MR 55458_Apr30_MR Apr 30 1999 13:44:41
Unable to find or process rld object list at address 0x0:( dbx internal status code 7)
Core file does not correspond to executable
Executable /afs/rcf.mitre.org/system/src/l...
2015 Sep 03
3
Starting emacs gives "shmget failed: error 28" message
...is also logged to .xsession-errors, and that occurs
>> regardless of how emacs is started. The same thing occurs with
>> SELinux in permissive mode.
>>
>> Emacs version is emacs-23.1-28.el6.x86_64 .
>>
>> Output from strace shows:
>> shmget(IPC_PRIVATE, 393216, IPC_CREAT|0600) = -1 ENOSPC (No space
>> left on device)
>>
>> /proc/mounts contains:
>> tmpfs /dev/shm tmpfs rw,seclabel,relatime 0 0
>>
>> and "df /dev/shm" shows:
>> Filesystem 1K-blocks Used Available Use% Mounted on
>>...
2002 Apr 02
7
ext3 crash
Hi,
One of my shared volumes crashed the other day on a RH-7.2, 2.4.9-31 system.
These are the first errors in the log:
kernel: EXT3-fs error (device ide0(3,9)): ext3_readdir: bad entry in
directory #2424833: rec_len is smaller than minimal - offset=0,
inode=2553887680, rec_len=0, name_len=0
kernel: EXT3-fs error (device ide0(3,9)): ext3_readdir: bad entry in
directory #2424833: rec_len is
2017 Jun 24
4
AVX Scheduling and Parallelism
...register or some constant addition in memory index. why is that so?
eg.1
vmovdqu32 zmm0, zmmword ptr [rip + c]
vpaddd zmm0, zmm0, zmmword ptr [rip + b]
vmovdqu32 zmmword ptr [rip + a], zmm0
vmovdqu32 zmm0, zmmword ptr [rip + c+64]
vpaddd zmm0, zmm0, zmmword ptr [rip + b+64]
and
eg. 2
mov rax, -393216
.p2align 4, 0x90
.LBB0_1: # %vector.body
# =>This Inner Loop Header: Depth=1
vmovdqu32 zmm1, zmmword ptr [rax + c+401344] ; load c[401344]
in zmm1
vmovdqu32 zmm0, zmmword ptr [rax + c+401280] ;load b[...
2019 Mar 22
1
Re: virsh snapshot-create-as: change umask on snapshots
...ppy,snapshot=external \
> > --diskspec vdb,file=/var/lib/libvirt/images/hq-live-storage.snappy,snapshot=external \
> > --disk-only --quiesce --atomic
> >
> > This fragment creates the snapshots, but get created with mode 0600:
> > -rw------- 1 qemu qemu 393216 Mar 19 17:08 hq-live-storage.snappy
> > -rw------- 1 qemu qemu 1048576 Mar 19 17:08 hq-live-v01.snappy
> >
> > The user account is in the libvirt group and has permissions to do everything except delete the files created by the snapshot, all I need is to get the snapshots cre...
2019 Aug 28
1
[nbdkit PATCH] offset, partition: Fix .extents with non-zero offset
...nbdkit: sh[1]: error: extents: plugin must return at least one extent
qemu-io: Failed to get allocation status: Invalid argument
$ nbdkit -U - --filter=offset sh script offset=640k \
--run 'qemu-io -r -f raw -c map $nbd'
nbdkit: sh[1]: error: nbdkit_extents_new: start (655360) >= end (393216)
qemu-io: Failed to get allocation status: Invalid argument
Fixes: 1a5e2d9c, 624abb36
Signed-off-by: Eric Blake <eblake@redhat.com>
---
At least we're catching this now before 1.14.
docs/nbdkit-filter.pod | 2 +-
filters/offset/offset.c | 4 ++--
filters/partition/partiti...
2002 Sep 10
1
Rsync with multiple huge filesystems
...rws--- .. root engineering .... my_schematics
drwxr-xr-x .. root system .... my_schmatics
Noticed that the group ownership and permission differs. I had invoked as
root and belonging to the engineering group.
# cd f1
# df -k *
/dev/vg32lv02 17670144 ... /f1/my_schematics
/dev/hda4 393216 ... / (mounted on /)
I wasn't sure which of the 2 that I should remove. Hence I did :
# cd f1
#ls -lafd *
my_schematics
.
..
design
README
circuits
my_schematics
.
..
# cd my_schematics^D
my_schematics/ my_schematics^M/
I had hence removed the my_schematics^M/ by doing a rm -rf my_...
2019 Jun 04
0
[libnbd PATCH 2/2] api: Recover from block status callback failure
...ta->seen_base = true;
+ assert (len == (data->req_one ? 2 : 8));
/* Data block offset 0 size 128k */
assert (entries[0] == 131072); assert (entries[1] == 0);
- if (!data) {
+ if (!data->req_one) {
/* hole|zero offset 128k size 384k */
assert (entries[2] == 393216); assert (entries[3] == 3);
/* allocated zero offset 512k size 64k */
@@ -54,11 +66,12 @@ cb (void *data, const char *metacontext, uint64_t offset,
}
}
else if (strcmp (metacontext, bitmap) == 0) {
- calls += 0x10;
- assert (len == (data ? 2 : 10));
+ assert (!data->se...
2019 Jun 27
0
Re: [libnbd PATCH] generator: Add support for namespace constants
...(len == (data->req_one ? 2 : 8)); /* [qemu-nbd] */
@@ -62,11 +61,13 @@ cb (void *opaque, const char *metacontext, uint64_t
offset,
assert (entries[0] == 131072); assert (entries[1] == 0);
if (!data->req_one) {
/* hole|zero offset 128k size 384k */
- assert (entries[2] == 393216); assert (entries[3] == 3);
+ assert (entries[2] == 393216); assert (entries[3] ==
(LIBNBD_STATE_HOLE|
+
LIBNBD_STATE_ZERO));
/* allocated zero offset 512k size 64k */
- assert (entries[4] == 65536); assert (entries[5] == 2);
+ assert (entries[4] == 65536); assert (entries[5...
2008 Jun 11
1
Para virtualized guest on Xen
...CI
NetLabel: Initializing
NetLabel: domain hash size = 128
NetLabel: protocols = UNLABELED CIPSOv4
NetLabel: unlabeled traffic allowed by default
NET: Registered protocol family 2
IP route cache hash table entries: 4096 (order: 3, 32768 bytes)
TCP established hash table entries: 16384 (order: 6, 393216 bytes)
TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
TCP: Hash tables configured (established 16384 bind 16384)
TCP reno registered
checking if image is initramfs... it is
Freeing initrd memory: 7896k freed
audit: initializing netlink socket (disabled)
audit(1213240841.239:1): initial...
2005 Apr 01
1
Domain master vs. workgroup master?? (messages about domain master browser)
...n root
force group = ntadmin
create mask = 0664
directory mask = 0775
[archive]
comment = archived files
path = /archive/
read only = no
case sensitive = no
msdfs proxy = no
[movies]
comment = movies-multimedia
path = /movies/
read only = no
case sensitive = no
msdfs proxy = no
write cache size = 393216
# Gary Nutbeam suggests use sendfile = no
use sendfile = no
[Philosophy] As long as war is regarded as wicked, it will always
have its fascination. When it is looked upon as vulgar, it will cease
to be popular. --Oscar Wilde
--... ...-- -.. . -. ----. --.- --.- -...
tpeters@nospam.mixcom.com...
2017 Jun 25
2
AVX Scheduling and Parallelism
...zmm0, zmmword ptr [rip + c]
vpaddd zmm0, zmm0, zmmword ptr [rip + b]
vmovdqu32 zmmword ptr [rip + a], zmm0
vmovdqu32 zmm0, zmmword ptr [rip + c+64]
vpaddd zmm0, zmm0, zmmword ptr [rip + b+64]
and
eg. 2
mov rax, -393216
.p2align 4, 0x90
.LBB0_1: # %vector.body
# =>This Inner Loop Header: Depth=1
vmovdqu32 zmm1, zmmword ptr [rax + c+401344] ; load c[401344] in zmm1
vmovdqu32 zm...
2019 Jun 04
3
[libnbd PATCH 0/2] Better handling of failed block_status callback
Rather than moving the connection to DEAD, we can just ignore further
contexts to the existing command handle, and fail the overall command
with the same errno as the failed callback.
Eric Blake (2):
states: Track cmd->error as errno, not wire value
api: Recover from block status callback failure
generator/generator | 5 ++-
generator/states-reply-simple.c | 2 +-
2017 Jun 25
0
AVX Scheduling and Parallelism
...ptr [rip + b]
>
> vmovdqu32 zmmword ptr [rip + a], zmm0
>
> vmovdqu32 zmm0, zmmword ptr [rip + c+64]
>
> vpaddd zmm0, zmm0, zmmword ptr [rip + b+64]
>
> and
>
> eg. 2
>
> mov rax, -393216
>
> .p2align 4, 0x90
>
> .LBB0_1: # %vector.body
>
> # =>This Inner Loop Header: Depth=1
>
> vmovdqu32 zmm1, zmmword ptr [rax + c+401344] ;
> load c[401344] in zmm1
>
> vmovdqu32 zmm0, zmm...
2019 Mar 20
0
Re: virsh snapshot-create-as: change umask on snapshots
...rt/images/hq-live-v01.snappy,snapshot=external \
> --diskspec vdb,file=/var/lib/libvirt/images/hq-live-storage.snappy,snapshot=external \
> --disk-only --quiesce --atomic
>
> This fragment creates the snapshots, but get created with mode 0600:
> -rw------- 1 qemu qemu 393216 Mar 19 17:08 hq-live-storage.snappy
> -rw------- 1 qemu qemu 1048576 Mar 19 17:08 hq-live-v01.snappy
>
> The user account is in the libvirt group and has permissions to do everything except delete the files created by the snapshot, all I need is to get the snapshots created with 0660...