search for: verbum

Displaying 14 results from an estimated 14 matches for "verbum".

2014 Apr 24
2
Bootloader data in /boot vs package systems (and atomic updates)
On Apr 24, 2014 3:19 AM, "Ferenc Wagner" <wferi at niif.hu> wrote: > > Colin Walters <walters at verbum.org> writes: > > However, syslinux relies on loadable modules in /boot. At present in > > Fedora at least, the RPM package updates these, and it has a %post to > > ensure that when a newer version of extlinux is installed, we update > > both the boot modules and the MBR...
2014 Apr 22
4
Bootloader data in /boot vs package systems (and atomic updates)
Hi, I'm working on https://wiki.gnome.org/Projects/OSTree which is a general-purpose update system for Linux-based operating systems. It isn't a package system itself, but operates at the same level. A primary goal of OSTree is fully atomic updates, and the "swapped chroots" model works well for most of userspace and the kernel/initramfs. However, syslinux relies on
2008 Mar 21
12
[Bug 1450] New: Support for ConsoleKit on Linux through dbus calls
https://bugzilla.mindrot.org/show_bug.cgi?id=1450 Summary: Support for ConsoleKit on Linux through dbus calls Classification: Unclassified Product: Portable OpenSSH Version: 4.7p1 Platform: Other
2016 Jun 07
1
request for access to https://wiki.centos.org/SpecialInterestGroup/Atomic/Download/
Hi, I'd like to start documenting the "CentOS Atomic Host Continuous" stream (https://ci.centos.org/job/atomic-rdgo-centos7/) I plan to create a new /SpecialInterestGroup/Atomic/Devel page. May I please have access to do that? My wiki username is ColinWalters. Thanks!
2009 Nov 14
1
[Bug 25084] New: [PATCH] [drm_pciids] Note NVidia Quadro NVS 295 as supported
...Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: walters at verbum.org QAContact: xorg-team at lists.x.org Created an attachment (id=31191) --> (http://bugs.freedesktop.org/attachment.cgi?id=31191) [PATCH] [drm_pciids] Note NVidia Quadro NVS 295 as supported Hopefully this is the right place; there weren't any git commits to the file this year...
2014 Apr 23
0
Bootloader data in /boot vs package systems (and atomic updates)
On Tue, Apr 22, 2014 at 6:58 PM, Colin Walters <walters at verbum.org> wrote: > Hi, > > I'm working on https://wiki.gnome.org/Projects/OSTree which is a > general-purpose update system for Linux-based operating systems. It isn't a > package system itself, but operates at the same level. > > A primary goal of OSTree is fully atomic...
2014 Apr 24
0
Bootloader data in /boot vs package systems (and atomic updates)
Colin Walters <walters at verbum.org> writes: > I'm working on https://wiki.gnome.org/Projects/OSTree which is a > general-purpose update system for Linux-based operating systems. It > isn't a package system itself, but operates at the same level. > > A primary goal of OSTree is fully atomic updates, an...
2014 Apr 24
0
Bootloader data in /boot vs package systems (and atomic updates)
Gene Cumm <gene.cumm at gmail.com> writes: > On Apr 24, 2014 3:19 AM, "Ferenc Wagner" <wferi at niif.hu> wrote: >> >> Colin Walters <walters at verbum.org> writes: >> >>> However, syslinux relies on loadable modules in /boot. At present in >>> Fedora at least, the RPM package updates these, and it has a %post to >>> ensure that when a newer version of extlinux is installed, we update >>> both the boot...
2020 Feb 16
0
Wine release 5.2
...with alpha channel) 47718 x86_64-w64-mingw32-strip strip dlls make wine failed start 48122 Arturia MIDI Control Center crashes on unimplemented function ntoskrnl.exe.RtlIsNtDdiVersionAvailable 48392 Multiple applications crash on unimplemented function WS2_32.dll.WSCSetApplicationCategory (Verbum 8, Lineage 2's SmartGuard 3.0) 48408 mixthread monopolizes buffer_list_lock if WaitForSingleObject returns quickly, causing livelock and game freeze 48424 xl-r8r: Crashes right after splash screen (apparently because vga.dll is missing) 48480 dlls/krnl386.exe16 - thunk.c argument logi...
2004 Jul 12
1
[patch] gssapi support
Hi, I've been working on a patch for GSSAPI (Kerberos) support. It seems to work pretty well for authentication (I've tested it with Evolution, fetchmail, and mutt). I have also been working on implementing integrity/confidentiality protection. Unfortunately not many clients support this - the only one I've found really is mutt, which seems to disconnect from the server for some
2013 Feb 26
1
parallelization
So Richard recently blogged about running many libguestfs mounts in parallel. I actually want parallelization in the other way; I use guestmount to access a disk image, and my program is multithreaded. It does read/write and most especially calls to link() and fdatasync() from threads. However, this all ends up being serialized, because the guestfsd protocol is synchronous, and the daemon side
2014 Apr 23
2
Bootloader data in /boot vs package systems (and atomic updates)
On Tue, Apr 22, 2014 at 8:16 PM, Gene Cumm <gene.cumm at gmail.com> wrote: > > I think you mean the VBR since no Syslinux variant lives in the MBR > and on Linux, Right, thanks. > Does the installation of an updated package of GRUB2 trigger an > installation of modules during install on Fedora It used to, but no longer does. There's some background here:
2014 Apr 23
1
Bootloader data in /boot vs package systems (and atomic updates)
On Wed, Apr 23, 2014 at 4:49 PM, Ady <ady-sf at hotmail.com> wrote: > > FWIW and just as one example, ArchLinux has its own script Looks like the canonical source is here: https://projects.archlinux.org/svntogit/packages.git/tree/trunk/syslinux-install_update?h=packages/syslinux Right. Hmm. The painful thing will be transitioning the existing package, as it would obviously break
2014 May 20
0
extlinux vs ext4 64 bit
Hi, It looks like extlinux's code doesn't have support for the "64bit" feature of ext4: extlinux: struct ext2_group_desc { ... uint32_t bg_inode_table; /* Inodes table block */ ... } ext4: struct ext4_group_desc { ... uint32_t bg_inode_table_lo; /* Inodes table block */ ... uint32_t bg_inode_table_hi; /* Inodes table block MSB */ } I'm seeing an