search for: 0pointer

Displaying 20 results from an estimated 42 matches for "0pointer".

Did you mean: pointer
2018 Feb 06
2
Pre Poettering rsync?
...uched by Lennart Poettering: I'll find out if the rumor is true or false later. I've downloaded rsync rsync-3.1.3.tar.gz and rsync-patches-3.1.3.tar.gz from https://download.samba.org/pub/rsync/ . Is the source code in both those files unmodified by Lennart Poettering? According to http://0pointer.net/blog/casync-a-tool-for-distributing-file-system-images.html , Lennart Poettering used rsync as an inspiration for his new casync software. If that's all it is, good: Everything's fine. But just in case, can somebody verify that rsync-3.1.3.tar.gz and rsync-patches-3.1.3.tar.gz are unmod...
2010 Oct 20
1
add basic systemd support to dovecot
...or now is if such a patch is wanted, and to get feedback on how things are done in it, and what should be improved in it. [2] and [3] might be useful reading while looking at the patch. Thanks in advance for the feedback! Christophe [1] http://www.freedesktop.org/wiki/Software/systemd [2] http://0pointer.de/public/systemd-man/daemon.html [3] http://0pointer.de/public/systemd-man/sd-daemon.html -------------- next part -------------- A non-text attachment was scrubbed... Name: systemd.diff Type: application/octet-stream Size: 30346 bytes Desc: not available URL: <http://dovecot.org/pipermail/dove...
2019 Sep 26
1
Re: [PATCH libnbd 2/2] api: Implement local command with systemd socket activation.
...ut). > > This includes interop tests against nbdkit and qemu-nbd which I > believe are the only NBD servers supporting socket activation. (If we > find others then we can add more interop tests in future.) > > The upstream spec for systemd socket activation is here: > http://0pointer.de/blog/projects/socket-activation.html > --- > + > + /* Use /tmp instead of TMPDIR because we must ensure the path is > + * short enough to store in the sockaddr_un. On some platforms this > + * may cause problems so we may need to revisit it. XXX > + */ > + h->s...
2015 Oct 15
3
CentOS7 - Serial Console and Flow Control
Hello List, I'm ironing out details to upgrade a few systems to CentOS7. My servers have BMC with Serial over LAN support. In C5 and C6, I determined how to have BIOS/POST, kernel, and serial console access. I'm reading up on the method to accomplish the pieces with C7. Presently SoL output works, so I see BIOS/POST messages and the GRUB boot list. My changes to enable serial
2015 Oct 02
1
hvc - hypervisor virtual console & virsh
...service ? getty at hvc0.service - Getty on hvc0 Loaded: loaded (/usr/lib/systemd/system/getty at .service; enabled; vendor preset: enabled) Active: active (running) since Fri 2015-10-02 17:28:39 EDT; 26s ago Docs: man:agetty(8) man:systemd-getty-generator(8) http://0pointer.de/blog/projects/serial-console.html Main PID: 2034 (login) CGroup: /system.slice/system-getty.slice/getty at hvc0.service ? 2034 login -- root Oct 02 17:28:39 localhost systemd[1]: Started Getty on hvc0. It obviously works. Connect via virsh: # virsh console <domain> cons...
2011 Apr 19
1
DNS-SD (was Re: [nut-commits] svn commit r2974 - branches/nut-scanner/tools/nut-scanner)
...t; Date: Tue Apr 19 11:43:46 2011 > New Revision: 2974 > URL: http://trac.networkupstools.org/projects/nut/changeset/2974 > ... > +void scan_nut_avahi() > +{ > + printf("Scanning NUT bus (DNS-SD method):\n"); > + > + /* Check avahi-browse code: > + * http://git.0pointer.de/?p=avahi.git;a=tree;f=avahi-utils;h=5655a104964258e7be32ada78794f73beb84e0dd;hb=HEAD > + * > + * Example service publication (counterpart of the above): > + * $ avahi-publish -s nut _upsd._tcp 3493 txtvers=1 > protovers=1.0.0 type=standalone > + */ > +} Just some thought...
2015 Apr 15
2
systemd private tmp dirs
On Wed, Apr 15, 2015 at 5:01 PM, Matthew Miller <mattdm at mattdm.org> wrote: > On Wed, Apr 15, 2015 at 04:15:23PM -0500, Les Mikesell wrote: >> > Why does this directory have to be /tmp rather than a specific >> > directory belonging to twiki? >> Twiki is a perl web application run under apache. It doesn't have its >> own uid. It doesn't
2023 Mar 23
1
[libnbd PATCH v3 18/19] generator: Add APIs to get/set the socket activation socket name
...ink "kill_subprocess"; Link "set_opt_mode"; + Link "set_socket_activation_name"; + Link "get_socket_activation_name"; ExternalLink ("qemu-nbd", 1); URLLink "http://0pointer.de/blog/projects/socket-activation.html"]; example = Some "examples/open-qcow2.c"; }; + "set_socket_activation_name", { + default_call with + args = [ String "socket_name" ]; ret = RErr; + shortdesc = "set the socket activation name";...
2015 Dec 08
2
wifi on servers and fedora [was Re: 7.2 kernel panic on boot]
On Mon, December 7, 2015 13:41, Matthew Miller wrote: > On Fri, Dec 04, 2015 at 09:03:50AM -0500, James B. Byrne wrote: >> On Thu, Dec 03, 2015 at 02:50:38PM -0500, m.roth at 5-cent.us wrote: >> > For laptops, great. For anything else, not so much. For example, >> > it's supposed to be an *ENTERPRISE* o/s... why does it >> > automatically, without ever
2015 Apr 15
0
systemd private tmp dirs
...See the change page for this <https://fedoraproject.org/wiki/Features/ServicesPrivateTmp>. If you're really interested in learning every possible thing about systemd, you could of course go through the author's blog post series "systemd for administrators" ? see <http://0pointer.de/blog/projects/systemd-for-admins-1.html>. It's pretty useful. Or, if you're mostly interested in packaging something up to run in a nice way in the Fedora/RHEL/CentOS-ecosystem, the Fedora packaging guidelines for systemd might help; those are at <http://fedoraproject.org/wiki/P...
2015 Oct 15
0
CentOS7 - Serial Console and Flow Control
...ot; GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="rd.md.uuid=long-uuid-string crashkernel=auto rd.lvm.lv=vg/swap rd.lvm.lv=vg/root rd.md.uuid=another-long-uuid console=tty0 console=ttyS0,9600 rd_NO_PLYMOUTH" GRUB_DISABLE_RECOVERY="true" Also see: http://0pointer.de/blog/projects/serial-console.html There should be no need to modify any .service files; simply editing /etc/default/grub and regenerating grub2's config should be enough; it was in my case (I verified by looking through root's .bash_history and finding the lines around editing /etc/d...
2018 Oct 18
0
/etc/init.d/samba in Ubuntu_18.04
...1). Note that traditional init scripts continue to function on a systemd system. An init script /etc/rc.d/init.d/foobar is implicitly mapped into a service unit foobar.service during system initialization. Thank you! Further reading: man:systemctl(1) man:systemd(1) http://0pointer.de/blog/projects/systemd-for-admins-3.html https://www.freedesktop.org/wiki/Software/systemd/Incompatibilities
2014 Nov 19
0
Feature request: rewindable resampler
...ainly not start within the next 3 months due to my dayjob and because of other TODO items, and David Henningsson has hinted me to talk to you as an upstream of speex, because, in his opinion, this "rewind" feature might be useful for other applications. Hence this email :) [1] http://0pointer.de/blog/projects/pulse-glitch-free.html [2] http://lac.linuxaudio.org/2010/download/lennarts-talk-auf-der-lac-2010.pdf [3] https://bugs.freedesktop.org/show_bug.cgi?id=50113 -- Alexander E. Patrakov
2006 Mar 16
0
smbclient segfault with mulicast DNS (mdns) enabled
...acktrace in one of the Samba log files but I can't seem to find it again. I really don't think smbclient should behave like this, surely this is a bug? A known issue? I didn't find it filed on Samba's Bugzilla, should I file it? Andreas [1] http://www.zeroconf.org/ [2] http://0pointer.de/lennart/projects/nss-mdns/#overview [3] http://avahi.org/ -- Andreas "daff" Ntaflos daff AT dword DOT org Vienna, Austria -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: not avail...
2006 Nov 11
1
Netbios and Zeroconf?
Hi, a totally simple, but maybe totally useless question: is there some (small) possibility to theoretically turn off the dns and service resolution provided by samba/netbios and use zeroconf/dns-sd instead? I know it won't be much help for windows users, because they won't find the shares anymore, but maybe there'll be a zeroconf implementation on windows someday? greetings fabian
2015 Feb 19
0
CentOS 7: software RAID 5 array with 4 disks and no spares?
...x you make them (flexibility) the buggier they are. Fedora Atomic, one possible way of the future without any installer. Atomic updates, and rollback and rollfoward. http://www.projectatomic.io/ And another using btrfs send/receive images (not mentioned but could instead use seed devices): http://0pointer.net/blog/revisiting-how-we-put-together-linux-systems.html -- Chris Murphy
2019 Sep 26
5
[PATCH libnbd 1/2] lib: Avoid killing subprocess twice.
If the user calls nbd_kill_subprocess, we shouldn't kill the process again when we close the handle (since the process has likely gone and we might be killing a different process). --- lib/handle.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/handle.c b/lib/handle.c index 2af25fe..5ad818e 100644 --- a/lib/handle.c +++ b/lib/handle.c @@ -315,6 +315,8 @@
2010 Dec 03
2
Problems with Speex Resamplers
...------------------------------------------------------- > > Message: 1 > Date: Fri, 03 Dec 2010 11:12:06 +0000 > From: Colin Guthrie<gmane at colin.guthr.ie> > Subject: [Speex-dev] Problems with Speex Resamplers > To: speex-dev at xiph.org > Cc: pulseaudio-discuss at mail.0pointer.de > Message-ID:<idaja6$sjj$1 at dough.gmane.org> > Content-Type: text/plain; charset=UTF-8 > > Hi Everyone, > > Just wanted to let people know that we've uncovered some problems with > the speex resamplers in PulseAudio > > The problem generally manifests itsel...
2015 Apr 16
3
systemd private tmp dirs
...> <https://fedoraproject.org/wiki/Features/ServicesPrivateTmp>. > > If you're really interested in learning every possible thing about > systemd, you could of course go through the author's blog post series > "systemd for administrators" ? see > <http://0pointer.de/blog/projects/systemd-for-admins-1.html>. It's > pretty useful. > > Or, if you're mostly interested in packaging something up to run in a > nice way in the Fedora/RHEL/CentOS-ecosystem, the Fedora packaging > guidelines for systemd might help; those are at > <http...
2018 Oct 18
2
/etc/init.d/samba in Ubuntu_18.04
On Thu, 18 Oct 2018 15:24:40 +0200 Reindl Harald via samba <samba at lists.samba.org> wrote: > > > Am 18.10.18 um 15:19 schrieb Anderson Hoffmann do Carmo via samba: > > I use a script for backup Samba/AD and before running the backup I > > use the command '/etc/init.d/samba stop' > > After I migrated ubuntu from version 16 to version 18, this command