Displaying 15 results from an estimated 15 matches for "24713".
Did you mean:
2413
2018 Jan 07
3
Re: virtdf outputs on host differs from df in guest
after install libguestfs_xfs, all results are:
[using guestfish]
guestfish -N fs:xfs -m /dev/sda1 statvfs /
bsize: 4096
frsize: 4096
blocks: 24713
bfree: 23391
bavail: 23391
files: 51136
ffree: 51133
favail: 51133
fsid: 2049
flag: 4096
namemax: 255
[using virt-rescure]
virt-rescue -a test1.img
><rescue> mount /dev/sda1 /sysroot
><rescue> stat -f /sysroot
File: "/sysroot"
ID: 80100000000 Namelen: 255 Ty...
2018 Jan 07
2
Re: virtdf outputs on host differs from df in guest
...could reproduce this with a very simple and
>reproducible example. I made the assumption that this guest is using XFS.
>
>(1) Make an XFS filesystem and use libguestfs to query the statvfs:
>
>$ guestfish -N fs:xfs -m /dev/sda1 statvfs /
>bsize: 4096
>frsize: 4096
>blocks: 24713
>bfree: 23347
>bavail: 23347
>files: 51136
>ffree: 51133
>favail: 51133
>fsid: 2049
>flag: 4096
>namemax: 255
>
>(2) Open the same disk image in virt-rescue and examine with stat
>command:
>
>$ virt-rescue -a test1.img
>><rescue> mount /dev/sda1 /s...
2018 Jan 04
2
Re: virtdf outputs on host differs from df in guest
hi Jones, Thanks for your reply.
At 2018-01-04 19:41:27, "Richard W.M. Jones" <rjones@redhat.com> wrote:
>On Thu, Jan 04, 2018 at 12:58:40PM +0800, Chen Fan wrote:
>[In guest]
>> python -c 'import os; s = os.statvfs ("/"); print s'
>> posix.statvfs_result(f_bsize=4096, f_frsize=4096, f_blocks=5886149,
>> f_bfree=4802342, f_bavail=4802342,
2018 Jan 08
0
Re: virtdf outputs on host differs from df in guest
...gt; read-write vs read-only.
>
> ><rescue> mount /dev/sda1 /sysroot
> ><rescue> stat -f /sysroot
> File: "/sysroot"
> ID: 80100000000 Namelen: 255 Type: xfs
> Block size: 4096 Fundamental block size: 4096
> Blocks: Total: 24713 Free: 23347 Available: 23347
> Inodes: Total: 51136 Free: 51133
>
> vs:
>
> ><rescue> mount -o ro /dev/sda1 /sysroot
> ><rescue> stat -f /sysroot
> File: "/sysroot"
> ID: 80100000000 Namelen: 255 Type: xfs
>...
2018 Jan 04
0
Re: virtdf outputs on host differs from df in guest
...- * - * -
I wanted to see if I could reproduce this with a very simple and
reproducible example. I made the assumption that this guest is using XFS.
(1) Make an XFS filesystem and use libguestfs to query the statvfs:
$ guestfish -N fs:xfs -m /dev/sda1 statvfs /
bsize: 4096
frsize: 4096
blocks: 24713
bfree: 23347
bavail: 23347
files: 51136
ffree: 51133
favail: 51133
fsid: 2049
flag: 4096
namemax: 255
(2) Open the same disk image in virt-rescue and examine with stat
command:
$ virt-rescue -a test1.img
><rescue> mount /dev/sda1 /sysroot
><rescue> stat -f /sysroot
File: "...
2014 Feb 24
3
nut in openwrt
...ha256_generic,md5,md4,hmac,ext4,jbd2,
des_generic 19817 0
ecb 1328 0
ehci_hcd 38172 1 ehci_platform,
ehci_platform 1872 0
ext4 311657 0
gpio_keys_polled 2256 0
hmac 2288 0
input_core 24713 4 gpio_keys_polled,button_hotplug,input_polldev,
input_polldev 1923 1 gpio_keys_polled,
ip6_tables 8977 3 ip6table_raw,ip6table_mangle,ip6table_filter,
ip6t_REJECT 2368 2
ip6t_ah 816 0
ip6t_eui64 704 0
ip6t_frag...
2014 Feb 24
0
nut in openwrt
...jbd2,
>des_generic 19817 0
>ecb 1328 0
>ehci_hcd 38172 1 ehci_platform,
>ehci_platform 1872 0
>ext4 311657 0
>gpio_keys_polled 2256 0
>hmac 2288 0
>input_core 24713 4
>gpio_keys_polled,button_hotplug,input_polldev,
>input_polldev 1923 1 gpio_keys_polled,
>ip6_tables 8977 3
>ip6table_raw,ip6table_mangle,ip6table_filter,
>ip6t_REJECT 2368 2
>ip6t_ah 816 0
>ip6t_eui64 704...
2014 Feb 24
1
nut in openwrt
...19817 0
>>ecb 1328 0
>>ehci_hcd 38172 1 ehci_platform,
>>ehci_platform 1872 0
>>ext4 311657 0
>>gpio_keys_polled 2256 0
>>hmac 2288 0
>>input_core 24713 4
>>gpio_keys_polled,button_hotplug,input_polldev,
>>input_polldev 1923 1 gpio_keys_polled,
>>ip6_tables 8977 3
>>ip6table_raw,ip6table_mangle,ip6table_filter,
>>ip6t_REJECT 2368 2
>>ip6t_ah 816 0
>>i...
2014 Feb 23
0
nut in openwrt
[CC'ing the list]
On Feb 23, 2014, at 3:06 PM, Tim Dawson wrote:
> I don't think USB support is a given in OpwnWRT - some builds have it, some don't, and some are just a bit wonky.
> Most USB builds support USB disk - the USB serial driver is a different beast, and even if one is there does not imply the other.
>
> I'd be interested in the output of 'lsmod',
2006 Jan 09
3
Emailing lost passwords
This might be a stupid question and if so then humor me with smart
remark and the answer :)
I want to have a feature on my site that allows me to email forgotten
passwords back to the user (like what Backpack does). Now I''m currently
encrypting the user''s password + salt before saving to the database
using code borrowed from the LoginGenerator.
The question I have is there
2014 Dec 16
1
Fwd: samba & Oracle ACFS Issues
...[{"\0\0\0\207\377SMB\242\0\0\0\0\210\3\300\0\0\0\0\0\0\0\0\0\0\0\0\1\0\340\3"...,
139}], 1) = -1 EPIPE (Broken pipe)
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2593, ...}) = 0
*geteuid() = 504*
fstat(34, {st_mode=S_IFREG|0644, st_size=24713, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7f4d64ee9000
lseek(34, 0, SEEK_CUR) = 24713
write(34, "[2014/12/02 10:43:18.654245, 1]"..., 66) = 66
munmap(0x7f4d64ee9000, 4096) = 0
getpeername(28, 0x7fff5f0b8840, [...
2014 Dec 16
2
Fwd: samba & Oracle ACFS Issues
On Tue, Dec 16, 2014 at 03:40:08PM +0100, Nacho del Rey wrote:
> Hi there
>
> In an Oracle RAC cluster using ACFS (as file-system) where we have a samba
> server for sharing files to windows clients, we are suffering a strange
> issue, from time to time, which it causes the Windows clients lock for a
> while (10 min or a bit more) or even indefinitely when they are working
>
2014 Feb 23
5
nut in openwrt
2014-02-23 17:57 GMT+01:00 Charles Lepple <clepple at gmail.com>:
> On Feb 22, 2014, at 9:51 AM, Josu Lazkano wrote:
>
>> The problem is that I don't know where to configure it.
>>
>> Anyone with a UPS connect to a OpenWRT device?
>
> What version of OpenWRT?
>
> I haven't tried this myself, but it looks like recent versions of OpenWRT use UCI,
2014 Sep 09
2
Re: CoreOS support
The options -x -v gave me an error that no such option so I ruined it with —debug option.
root@ny2proxd03:/var/lib/vz/images/100# virt-resize --expand /dev/sda3 vm-100-disk-1.qcow2 vm-100-disk-1.qcow2.resized --debug
command line: virt-resize --expand /dev/sda3 vm-100-disk-1.qcow2 vm-100-disk-1.qcow2.resized --debug
Examining vm-100-disk-1.qcow2 ...
libguestfs: trace: add_drive
2014 Sep 09
2
Re: CoreOS support
...rtio_rng,virtio_console,virtio_blk,virtio_scsi,virtio_net,virtio_pci,virtio_balloon
virtio 4910 7 virtio_rng,virtio_console,virtio_blk,virtio_scsi,virtio_net,virtio_pci,virtio_balloon
sym53c8xx 75781 0
scsi_transport_spi 25790 1 sym53c8xx
ata_piix 24713 0
mbcache 8177 2 ext4,ext2
crc7 1441 0
crc_ccitt 1733 0
crc_itu_t 1733 0
Tue Sep 9 17:19:48 UTC 2014
uptime: 5.59 1.06
verbose daemon enabled
linux commmand line: panic=1 console=ttyS0 udevtimeout=600 no_timer_check acpi=off p...