Displaying 10 results from an estimated 10 matches for "fdinfo".
Did you mean:
dinfo
2015 Sep 11
3
Cannot open: No space left on device
...2.0G 0% /dev/shm
/dev/sda1 477M 80M 373M 18% /boot
And then I've tried to find the conflictive files by running:
*du -hsx * | sort -rh | head -10*
du: cannot access `proc/3662/task/3662/fd/4': No such file or directory
du: cannot access `proc/3662/task/3662/fdinfo/4': No such file or directory
du: cannot access `proc/3662/fd/4': No such file or directory
du: cannot access `proc/3662/fdinfo/4': No such file or directory
14G var
1.8G usr
278M lib
77M boot
31M etc
27M lib64
15M sbin
7.8M bin
188K dev
112K root
Why...
2007 Mar 19
4
exec: 29: /usr/bin/wine: not found
Hi,
I?ve installed wine on Ubuntu 6.10 64bit using the following guide :
http://www.ubuntuforums.org/showthread.php?t=185557
but, when I type winecfg in Terminal I get the following error :
exec: 29: /usr/bin/wine: not found
Dunno if it may help, but here?s a terminal shot of when wine was
getting installed.
matt@ubuntu:~/Desktop$ dpkg -x lib
libartsc0_1.3.2-3_amd64.deb
2015 Oct 05
0
COMPILATION ERROR dev_t, into_t , no_tetc
...lude/jedi.h:537:2: error: unknown type name ?ino_t?
ino_t lockid1;
In file included from /opt/TAFC/R14.1/include/jsystem.h:106:0,
from BASIC_2.c:6:
/opt/TAFC/R14.1/include/jedi.h:729:1: error: unknown type name ?ino_t?
ino_t JRunFileIOGetIno(DPSTRUCT dp, struct jfd fdinfo );
^
/opt/TAFC/R14.1/include/jedi.h:730:1: error: unknown type name ?dev_t?
dev_t JRunFileIOGetDevice(DPSTRUCT dp, struct jfd fdinfo );
^
/opt/TAFC/R14.1/include/jedi.h:732:1: error: unknown type name ?ino_t?
ino_t JRunFileIOGetLock1(DPSTRUCT dp, struct jfd fdinfo );
Kindly Help.
Thanks
2020 Jun 29
5
Unable to find the used space
...826M 19% /boot
tmpfs 1.6G 0 1.6G 0% /run/user/0
tmpfs 1.6G 0 1.6G 0% /run/user/1002
# du -sh /*
0 /bin
156M /boot
0 /dev
33M /etc
388K /home
0 /lib
0 /lib64
0 /media
0 /mnt
0 /opt
du: cannot access ?/proc/21489/task/21489/fd/4?: No such file or directory
du: cannot access ?/proc/21489/task/21489/fdinfo/4?: No such file or directory
du: cannot access ?/proc/21489/fd/4?: No such file or directory
du: cannot access ?/proc/21489/fdinfo/4?: No such file or directory
0 /proc
6.1M /root
857M /run
0 /sbin
0 /srv
0 /sys
0 /tmp
2.8G /usr
62G /var
# du -sh /var/*
0 /var/adm
89M /var/cache
0 /var/crash
8.0...
2015 Sep 11
0
Cannot open: No space left on device
...ally reserve the last 5% of volume space for use by root only, so as far as your normal user is concerned, the volume is in fact full.
> *du -hsx * | sort -rh | head -10*
> du: cannot access `proc/3662/task/3662/fd/4': No such file or directory
> du: cannot access `proc/3662/task/3662/fdinfo/4': No such file or directory
> du: cannot access `proc/3662/fd/4': No such file or directory
> du: cannot access `proc/3662/fdinfo/4': No such file or directory
You need to be careful with commands that descend into /proc like that, because its contents changes rapidly. Here, y...
2010 Feb 05
1
Howto determine flags like readonly and readwrite.
...NONE
/home/sbon test.odt Tue Jan 26 21:24:23 2010
My question is now, how can I determine the flags in human readable form, just like
smbstatus.
The pid of the application (here openoffice writer) is known, as well as the file/path to it.
I know where to look for info, /proc/<pidnr>/fdinfo/flags, but this gives a (hex?) number. Is this
the lock I'm looking for, and how can I translate it into terms like readonly, readwrite and exclusive.
Stef Bon
2020 Feb 26
1
Re: *** buffer overflow detected *** accessing invalid FD in libguestfs
...just before collectd application
> > crashes. Before that the number of used fd's is constantly increasing. It
> > looks like a fd leak inside libguestfs to me. I am trying to debug the fd
> > handling inside the library.
> >
> > root@localhost:~# less /proc/8829/fdinfo/
> > Display all 1035 possibilities? (y or n)
> > 0 1029 129 161 193 224 256 288 319 350 382 413 445
> > 477 508 54 571 602 634 666 698 729 760 792 823
> > 855 887 918 95 981
> > 1 103 13 162 194 2...
2013 Dec 15
9
btrfs balance on single device
Hey all,
Just did a btrfs balance on a single device. Before the balance
operation here is the df result:
inglor@tiamat ~$ btrfs fi df /home
Data: total=19.19GB, used=9.34GB
System, DUP: total=32.00MB, used=4.00KB
Metadata, DUP: total=896.00MB, used=227.98MB
Then I issues a balance operation relocating the chunks across a single device:
inglor@tiamat ~$ sudo btrfs fi balance /home
[sudo]
2020 Feb 26
0
Re: *** buffer overflow detected *** accessing invalid FD in libguestfs
...fd list and total number just before collectd application
> crashes. Before that the number of used fd's is constantly increasing. It
> looks like a fd leak inside libguestfs to me. I am trying to debug the fd
> handling inside the library.
>
> root@localhost:~# less /proc/8829/fdinfo/
> Display all 1035 possibilities? (y or n)
> 0 1029 129 161 193 224 256 288 319 350 382 413 445
> 477 508 54 571 602 634 666 698 729 760 792 823
> 855 887 918 95 981
> 1 103 13 162 194 225 257 289 32 35...
2020 Feb 24
3
*** buffer overflow detected *** accessing invalid FD in libguestfs
We have extended collectd virt plugin to extract info about disk usage from
a libvirt domain using libguestfs. In addition to my previous mail I am
attaching some more infomration about the problem.
Currently the collectd plugin works fine and retrieves the required
statistics. The problem that I face happens after certain number of cycles
(getting disk usage statistics). Collectd is terminated