search for: libpart

Displaying 20 results from an estimated 25 matches for "libpart".

Did you mean: libart
2013 May 08
1
Parted Bug? in C 5.9
I'm receiving the following error when trying to repartition and reformat a USB flash drive via parted using a simple script. The bug follows: /sbin/parted -s /dev/sdb mkpart primary fat32 Backtrace has 14 calls on stack: 14: /usr/lib/libparted-1.8.so.0(ped_assert+0x3b) [0x10af3b] 13: /usr/lib/libparted-1.8.so.0 [0x146194] 12: /usr/lib/libparted-1.8.so.0 [0x146f4d] 11: /usr/lib/libparted-1.8.so.0 [0x1483c7] 10: /usr/lib/libparted-1.8.so.0 [0x1103e7] 9: /usr/lib/libparted-1.8.so.0(ped_disk_add_partition+0x295) [0x112e65]...
2008 Feb 04
3
Large RAID volume issues
...arted) p Error: Unable to open /dev/sdb - unrecognised disk label. (parted) mklabel gpt *** glibc detected *** <unknown>: double free or corruption (!prev): 0x0000000016760800 *** ======= Backtrace: ========= /lib64/libc.so.6[0x3435c6f4f4] /lib64/libc.so.6(cfree+0x8c)[0x3435c72b1c] /usr/lib64/libparted-1.8.so.0[0x3436c1a5c5] /usr/lib64/libparted-1.8.so.0[0x3436c48a54] ======= Memory map: ======== 00400000-00410000 r-xp 00000000 08:05 130761 /sbin/parted 00610000-00611000 rw-p 00010000 08:05 130761 /sbin/parted 00611000-00612000 rw-p 00611000 00:00 0 00810000-00812000 rw-p 00010000 08:05 130761...
2016 Jan 06
3
Re: error in virt-resize
...s Péter-Zoltán wrote: >> Hello, >> >> I am trying to resize some virtual machines and I get the following error: >> >> server-12 (out): Fatal error: exception Guestfs.Error("part_get_parttype: parted print: /dev/sda: parted: error while loading shared libraries: libparted.so.0: cannot open shared object file: No such file or directory") >> >> I have checked and I have liberated.so.0 on the servers. I have run ld.config to update the library paths but it does not help at all. > > What version of libguestfs? What host? Where did you get th...
2016 May 14
2
C6: Gparted "the kernel failed to re-read partition table"
On C6 (latest) I wanted to add an extra partition, number 14, to a 1TB GPT disk. It failed repeatedly. The error message is:- ~~~~~~~ GParted 0.19.1 Libparted 2.1 Create Primary Partition #1 (ext4, 33.00 MiB) on /dev/sda 00:00:01 ( ERROR ) calibrate New Partition #1 00:00:00 ( SUCCESS ) path: /dev/sda-1 start: 613591359 end: 1953525134 size: 1339933776 (638.93 GiB) create empty partition 00:00:01 ( ERROR ) libparted messages ( INFO...
2016 Jan 07
0
Re: error in virt-resize
Here is the output of the commands root@avaproxp02:~# ldd /sbin/parted linux-vdso.so.1 => (0x00007ffd151a1000) libparted.so.0 => /lib/x86_64-linux-gnu/libparted.so.0 (0x00007f23ded20000) libreadline.so.6 => /lib/x86_64-linux-gnu/libreadline.so.6 (0x00007f23dead9000) libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x00007f23de8af000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f23de5240...
2016 Jan 06
2
error in virt-resize
Hello, I am trying to resize some virtual machines and I get the following error: server-12 (out): Fatal error: exception Guestfs.Error("part_get_parttype: parted print: /dev/sda: parted: error while loading shared libraries: libparted.so.0: cannot open shared object file: No such file or directory") I have checked and I have liberated.so.0 on the servers. I have run ld.config to update the library paths but it does not help at all. regards, Peter
2014 Mar 24
4
installing extlinux on a fresh system. Why does it fail ?
Hi All, I am trying to install extlinux on a fresh system. Here are my steps : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ A) Create an ext2 partition. I did the following steps : 1) boot from CD 2) Activate GParted 3) Create Partition table on the "fresh disk" (/dev/sda). 4) Create 1 ext2 partition (and mark its flag as "boot"). B)mkdir /mnt/Ext2_partition C) mount /dev/sda1
2016 May 14
3
C6: Gparted "the kernel failed to re-read partition table"
On Fri, 2016-05-13 at 23:17 -0453, William A. Mahaffey III wrote: > Is the disk or 1 of its partitions mounted ? If so, can it be > unmounted Hi William, its the only HDD on that machine. All the partitions are mounted. The error message refers to the HDD, not to any of the mounted partitions. > > WARNING: the kernel failed to re-read the partition table > > on /dev/sda
2014 Mar 24
2
installing extlinux on a fresh system. Why does it fail ?
...arted >> 3) Create Partition table on the "fresh disk" (/dev/sda). >> 4) Create 1 ext2 partition (and mark its flag as "boot"). >> > > Did you use mkfs.ext2 to create the filesystem or let GParted create it? > Which version of GParted? Which version of libparted? There were some bugs > regarding quite recent versions of GParted resulting in filesystems larger > than the partition. And I do not trus "mkfs ext2" within parted as well. > > > B)mkdir /mnt/Ext2_partition >> C) mount /dev/sda1 /mnt/Ext2_partition >> > &...
2016 Jan 07
2
Re: error in virt-resize
I had some more ideas overnight: (1) Check that libparted0 is installed on the *host*. (2) Try to find out what libraries the parted binary requires on the host and appliance. On the host: ldd /usr/bin/parted On the appliance: virt-rescue --scratch ><rescue> ldd /usr/bin/parted (3) Remove the appliance and recreate it: rm -rf /va...
2016 Jan 06
0
Re: error in virt-resize
...tfs is 1.20. Running on Debian wheezy. It was compiled from source downloaded from the official page. That version is 2½ years old ... > >> server-12 (out): Fatal error: exception Guestfs.Error("part_get_parttype: parted print: /dev/sda: parted: error while loading shared libraries: libparted.so.0: cannot open shared object file: No such file or directory") The error means that for some reason libparted.so.0 hasn't been included in the appliance. It's hard to say exactly why - I'd need to see the full build log and the full log from 'libguestfs-test-tool'....
2016 May 13
0
C6: Gparted "the kernel failed to re-read partition table"
On 05/13/16 23:08, Always Learning wrote: > On C6 (latest) I wanted to add an extra partition, number 14, to a 1TB > GPT disk. > > It failed repeatedly. The error message is:- > > ~~~~~~~ > > GParted 0.19.1 > > Libparted 2.1 > > Create Primary Partition #1 (ext4, 33.00 MiB) on /dev/sda 00:00:01 > ( ERROR ) > calibrate New Partition #1 00:00:00 ( SUCCESS ) > path: /dev/sda-1 > start: 613591359 > end: 1953525134 > size: 1339933776 > (638.93 GiB) > create empty partition 00:00:01...
2010 Nov 29
4
centos 5.5 - which partition manager installed
Good day, Gparted is not available on my installation. Which patition tool is available in centos 5.5 please. Thanks Johan
2008 Jan 29
4
Resizing a fat filesystem on a USB partition
Hi All, I feel this is the most simple question but I am currently going around and round in circles and searches keep bringing me up Windows tools!! :-( I have a 512MB USB drive that has a 12MB FAT16 partition on it. How can I resize this 12MB partition to grow and fill the whole 512MB drive? Just in case I am being stupid, here is what I am doing... :-) I would like a quick USB drive that
2011 Dec 23
1
Kernel panic on Ubuntu 10.04
...16 0:0 -> libpam.so.0.82.2 960 - libpam.so.0.82.2 100644 51776 0:0 961 l libpam_misc.so.0 120777 21 0:0 -> libpam_misc.so.0.82.0 962 - libpam_misc.so.0.82.0 100644 14576 0:0 963 l libpamc.so.0 120777 17 0:0 -> libpamc.so.0.82.1 964 - libpamc.so.0.82.1 100644 14584 0:0 965 l libparted.so.0 120777 18 0:0 -> libparted.so.0.0.1 966 - libparted.so.0.0.1 100644 485144 0:0 967 - libpcprofile.so 100644 6272 0:0 968 l libpcre.so.3 120777 17 0:0 -> libpcre.so.3.12.1 969 - libpcre.so.3.12.1 100644 186440 0:0 970 l libply-boot-client.so.2 120777 27 0:0 -> libply...
2018 Jun 14
1
Re: Could libguestfs use springfield?
...you are looking for. It is > a plugin based C library -- we have plugins for working with btrfs, > filesystems (ext, xfs, vfat and ntfs), lvm, mdraid, partitions etc. > It mostly also uses the command line tools and in some cases also > other existing libraries (libcryptsetup, libmount, libparted...). > > Libblockdev Github repo: https://github.com/storaged-project/libblockdev > and API documentation: http://storaged.org/libblockdev/ > > From the code you sent it looks like libblockdev covers most of the > functionality libguestfs needs. Some functionality is missing (...
2011 Aug 08
1
libguestfs-test-tool on ubuntu: kernel panic
....0.so.0 120777 23 0:0 -> libglib-2.0.so.0.2400.1 560 l libnih-dbus.so.1 120777 20 0:0 -> libnih-dbus.so.1.0.0 561 l libnih.so.1 120777 15 0:0 -> libnih.so.1.0.0 562 - libntfs-3g.so.75.0.0 100644 266616 0:0 563 l libntfs-3g.so.75 120777 20 0:0 -> libntfs-3g.so.75.0.0 564 l libparted.so.0 120777 18 0:0 -> libparted.so.0.0.1 565 l libpcre.so.3 120777 17 0:0 -> libpcre.so.3.12.1 566 l libply-boot-client.so.2 120777 27 0:0 -> libply-boot-client.so.2.0.0 567 l libply-splash-core.so.2 120777 27 0:0 -> libply-splash-core.so.2.0.0 568 l libply-splash-graphi...
2018 Aug 07
2
id <username> - doesnt list all groups
Thank for your answer: But i dont know understand why is following not working: I want to restrict the ssh access for a special domain member: In my "sshd_config" i added: AllowGroups restrictaccess root With user2 im able to login via ssh! log: pam_krb5(sshd:auth): user user2 authenticated as user2 at ROOTRUDI.DE With user1 im not! log: User user1 from 192.168.0.100 not allowed
2016 Jan 06
0
Re: error in virt-resize
...43PM +0200, Keresztes P?ter-Zolt?n wrote: > Hello, > > I am trying to resize some virtual machines and I get the following error: > > server-12 (out): Fatal error: exception Guestfs.Error("part_get_parttype: parted print: /dev/sda: parted: error while loading shared libraries: libparted.so.0: cannot open shared object file: No such file or directory") > > I have checked and I have liberated.so.0 on the servers. I have run ld.config to update the library paths but it does not help at all. What version of libguestfs? What host? Where did you get the libguestfs pack...
2011 Apr 10
1
Error with part-add with bsd partition
Hello,I receive strange error ><fs> part-init /dev/vda bsd ><fs> part-add /dev/vda primary 64 -1 libguestfs: error: part_add: do_part_add: parted: /dev/vda: parted: invalid token: primary Error: Expecting a file system type. but ><fs> part-init /dev/vda msdos ><fs> part-add /dev/vda primary 64 -1 runs ok Log attached. -- Nikita A Menkovich