similar to: Native GIT repository? (git://)

Displaying 20 results from an estimated 5000 matches similar to: "Native GIT repository? (git://)"

2023 Jul 14
4
updated samba 4.18 & 4.17 packages for debian & ubuntu to address trust issue with windows 10/11 update 07/2023
Hi! I've uploaded samba packages for debian & ubuntu in my repository, to include the fix for recent login/trust issue with 07/2023 windows updates. 4.16 packages will also be available later today (build is in progress now). http://www.corpit.ru/mjt/packages/samba/ JFYI. Thanks, /mjt
2016 Oct 11
2
Win32: problem with tinc-up script
Okey, this is new and better version. Now we handle wait up to hardcoded (for now) value. After wait (IP stack reconf or timeout) we launch 'tinc-up' script. To handle initial TAP device traffic, script is now launched in separate thread. This version works 100% for me under Win2003. ---------- Original message ---------- From: borg at uu3.net To: tinc-devel at tinc-vpn.org Subject: Re:
2016 Oct 24
2
Win32: problem with tinc-up script
Okey, after more extensive R&D and testing I came up with 2 final solutions: 1) external tool: wipchg 2) internal tincd: wait_device(int secs) Both solution works 100% time (tested on Win2003). I publish them here, so interested parties can do they own testing. 1) ftp://borg.uu3.net/home/borg/tmp/wipchg.tgz You need Mingw compiler to build this. 2)
2016 Oct 09
2
Win32: problem with tinc-up script
Hello. Yet again I fight with tinc-up script on windows. Long time ago I added hastly commit to fix it: f61fd437ca36ff03cd669726894a09ae4e128427 Unfortunately, its not enough.. So I decided to change aproach. Here it is: git://borg.uu3.net/OEM/tinc.git branch: tap_wait Im using iphlpapi to wait for windows IP stack to settle with newly initialized device. After that, when tinc-up is called, you
2015 Sep 23
2
Large scale tinc tests
Well. I want to test subnet propagation, alternate paths, etc... Do this, I would use Imunes because im very familiar with it.. I want to build small test network around 10 nodes with different connectivity between them and then lay-out tinc network on it. Then I can just set BER=1 to kill links and see how things happen etc.. Nice spot about ng_eiface indeed. I'll check it out.. As for
2016 Apr 08
2
Commit 68f4ca7 issues
There are few reasons why I stick to older OSes. In case of FreeBSD its my customized Imunes platform for network simulations... Anyway, back to root problem: gcc -std=gnu99 -DHAVE_CONFIG_H -DCONFDIR=\"/etc\" -DLOCALSTATEDIR=\"/var\" -DFORTIFY_SOURCE=2 -g -O2 -MT tincd.o -MD -MP -MF $depbase.Tpo -c -o tincd.o tincd.c &&\ mv -f $depbase.Tpo $depbase.Po
2012 Dec 05
3
[LLVMdev] Converting documentation to rst
Hello, JFYI so that no work will be duplicated. My colleagues and I will take care of converting the rest of the documentation to rst. Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
2016 Apr 08
2
Commit 68f4ca7 issues
Hi. I have issues building tincd-1.0.26 on FreeBSD 4.11 Seems commit 68f4ca711593416d0defd81199b176ba604c6cb1 that "modernizes" build system was a bad idea after all? Not sure why merging lib/ to src/ was done. Most software I see contains directories like compat/ to aid building for older or broken environments.. This makes clear difference between software sources itself (src) and
2016 Oct 28
3
Samba and BTRFS server-side copy
On Thu, Oct 27, 2016 at 05:22:14PM -0700, Jeremy Allison via samba wrote: > > Looking around inside that source code I also see: > > do_read (GVfsBackend *backend, > GVfsJobRead *job, > GVfsBackendHandle handle, > char *buffer, > gsize bytes_requested) > { > GVfsBackendSmb *op_backend = G_VFS_BACKEND_SMB (backend); >
2009 Sep 08
3
OpenSSH and keystroke timings
Old news, but ... http://lwn.net/Articles/298833/ I first posted about this back in 2001 and it's still not resolved: http://osdir.com/ml/ietf.secsh/2001-09/msg00000.html 1) high latency networks are a reality that will never go away. In fact they will only become more prevalent since distributed networks continue to grow broader but (surprise) the speed of light remains a constant. 2)
2015 Sep 23
3
Large scale tinc tests
Hello. I wonder if someone here performe such large scale tinc-vpn tests.. There are platforms like Imunes or CORE to do generic Ethernet and IP testing and routing, but I found that at least on Imunes it is problematic to start TAP iface on vimage on FreeBSD (at least 4.11 with I use). To fix that, I think about coding in BSD NetGraph support to tinc. But first I need to do testing if actualy
2019 Feb 28
1
Problems with control (TCP) connections
Hello. Im running tinc from long time, but recently I noticed that tinc TCP connections are not closed correctly (timeout). They seem to linger around like this: Proto Recv-Q Send-Q Local Address Foreign Address State tcp 80 0 xxx.x.x.xx:58801 xx.xxx.xxx.xx:*** ESTABLISHED tcp 515 0 xxx.x.x.xx:45422 xx.xxx.xxx.xxx:*** ESTABLISHED
2012 Dec 06
2
[LLVMdev] Converting documentation to rst
FYI I am bout to convert LangRef. it should be done by the end of today. Please keep me up to date with any work you do on the other documents. -- Sean Silva On Thu, Dec 6, 2012 at 12:12 PM, Sean Silva <silvas at purdue.edu> wrote: > Thanks for doing this. > > I was planning on finishing these by this weekend. If you are planning > on taking significantly longer than that I
2016 Oct 28
2
Samba and BTRFS server-side copy
Am 28.10.2016 um 08:18 schrieb Saint Germain via samba: > On Thu, 27 Oct 2016 17:30:09 -0700, Jeremy Allison <jra at samba.org> > wrote : > >> On Thu, Oct 27, 2016 at 05:22:14PM -0700, Jeremy Allison via samba >> wrote: >>> Looking around inside that source code I also see: >>> >>> do_read (GVfsBackend *backend, >>>
2017 Oct 15
2
IR Pass Ordering Sensitivity
On Sat, Oct 14, 2017 at 10:58:17PM -0500, Kavon Farvardin via llvm-dev wrote: > > something simpler will do, IMHO. Happy to discuss this further if > > folks are in California next week :) > > Yes, I'll be in California next week, let's chat! > > We could make use of the autotuner I'm currently building: > > https://github.com/kavon/autotune > >
2016 Nov 02
2
Samba and BTRFS server-side copy
Am 02.11.2016 um 03:05 schrieb Saint Germain via samba: > On Fri, 28 Oct 2016 19:10:12 +0200, Achim Gottinger via samba > <samba at lists.samba.org> wrote : > >> >> Am 28.10.2016 um 08:18 schrieb Saint Germain via samba: >>> On Thu, 27 Oct 2016 17:30:09 -0700, Jeremy Allison <jra at samba.org> >>> wrote : >>> >>>> On Thu, Oct
2016 Nov 02
2
Samba and BTRFS server-side copy
Am 02.11.2016 um 15:50 schrieb Saint Germain via samba: > On Wed, 2 Nov 2016 14:44:05 +0100, Achim Gottinger via samba > <samba at lists.samba.org> wrote : >>>>> I just tried and when I limit samba to SMB2 connections (in >>>>> smb.conf), Nautilus/gvfs cannot connect (it doesn't even see the >>>>> share). >>>>>
2017 Apr 12
3
Module Versioning
Hi, [ouch, it take me a year? thank you all for this very interesting thread that I'm going to finish reading now.] Pete Batard via Syslinux: > I'll skip the EFI part of tails (that uses grub/EFI) to talk only > about the BIOS/Syslinux part. JFTR Tails uses GRUB only for 32-bit UEFI. We use syslinux for BIOS and 64-bit UEFI. > So, one thing Rufus will need to do is find a
2006 Oct 02
4
Neverending story: Networking in domU
Hi, i allready searched the archives, but found no message that really helps me. i am running debian etch on dom0 and debian sarge on domU. I had a running setup with debain sarge on dom0 before, but now with etch i can not get networking to work in domU. I use routed networking, but the same seems to happen with bridged networking: eth0 within domU is not brought up. I think it maybe related
2011 Apr 05
1
Looking for sponsorship for xnbd
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I'm sorry for this kind of mass mailing, but I try to find a sonsor for my xnbd package. I chose you, because all of you are somehow involved into virtualization in Xen/Qemu/KVM. This is, where my package can be used best (but is not limited to). Indeed I am about to use it in my Xen environment in future as well. * Package name : xnbd