Displaying 10 results from an estimated 10 matches for "feth".
Did you mean:
fetch
2020 Jul 15
4
Support for macOS feth devices
...devices on macOS
can be generated using a kernel extension like tuntaposx
<http://tuntaposx.sourceforge.net/>; however, all kernel extensions were
deprecated recently and will likely be removed in a future macOS release
this fall.
An alternative to tap devices on macOS is something called a feth
interface. Luckily, the ZeroTierOne project released a program
<https://github.com/zerotier/ZeroTierOne/blob/master/osdep/MacEthernetTapAgent.c>
which
can interact with a feth interface through stdin and stdout. Since ssh uses
file descriptors for all of its tunnels, I think a similar program...
2007 Nov 20
9
[Bug 13319] New: YV12 and YUY2 overlay broken on PPC with NV34M
...PPC with NV34M
Product: xorg
Version: 7.3
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: feth at arezki.net
QAContact: xorg-team at lists.x.org
mplayer -vo xv is only producing blue and I must specify mplayer -vo
xv:port=106.
data follows :
Linux tartine 2.6.22-3-powerpc #1 Tue Nov 13 15:52:56 UTC 2007 ppc GNU/Linux
0000:00:10.0 VGA compatible controller: nVidia Corporation NV...
2020 Jul 15
2
Support for macOS feth devices
On Wed, 15 Jul 2020, Peter Stuge wrote:
> is GPL-licensed, so a derivative of that can't be integrated into OpenSSH.
A derivative of it, that exposes a general API to do tap-device-like
things using stdio and command line options, could be called over its
general API from OpenSSH though. Even be developed separately (this
would, in fact, even help).
bye,
//mirabilos
--
?MyISAM tables
2013 Aug 26
2
If else loop problem: the condition has length > 1 and only the first element will be used
Hi all,
I'm running an if else loop to normalize my data to a known control.
I have calculated values that need to be subtracted from each treatment applied. I'm trying this within a for loop with if and else commands to apply to correct subtraction. This is done as follows:
attach(data.2013)
#Normalize to known control
for(i in signal2) {
if(t.tr=="Pst 24")
2015 Nov 26
2
Problems Converting from Cyrus to Dovecot (cyrus2dovecot)
...doing UIDs
mapping. The most boring part was generating proper config file for
thousands of accounts.
A working imapc/dsync would have been better.
Emmanuel.
Le 26/11/2015 15:24, Sami Ketola a ?crit :
> Hi,
>
> I think you tried to read cyrus mails folders directly. I was talking about fething mails from cyrus over imapc connection.
>
> Sami
>
>> On 26 Nov 2015, at 15:36, FUSTE Emmanuel <emmanuel.fuste at thalesgroup.com> wrote:
>>
>> Hello,
>>
>> Because it did not work ?
>> In a similar situation, we where forced to use isync/mbsync...
2015 Nov 26
2
Problems Converting from Cyrus to Dovecot (cyrus2dovecot)
Hello,
Because it did not work ?
In a similar situation, we where forced to use isync/mbsync in imap to
imap mode because dsync did not work.
It was reported here more than a year ago (May 2014).
Time to time, I see the same report from other trying to use dsync to do
a migration to dovecot.
Dsync is a very appealing and elegant solution to this usage, but it
does not always work in real
2015 Nov 26
0
Problems Converting from Cyrus to Dovecot (cyrus2dovecot)
Hi,
I think you tried to read cyrus mails folders directly. I was talking about fething mails from cyrus over imapc connection.
Sami
> On 26 Nov 2015, at 15:36, FUSTE Emmanuel <emmanuel.fuste at thalesgroup.com> wrote:
>
> Hello,
>
> Because it did not work ?
> In a similar situation, we where forced to use isync/mbsync in imap to
> imap mode because...
2015 Nov 26
0
Problems Converting from Cyrus to Dovecot (cyrus2dovecot)
...as generating proper config file for
> thousands of accounts.
> A working imapc/dsync would have been better.
>
> Emmanuel.
>
> Le 26/11/2015 15:24, Sami Ketola a ?crit :
>> Hi,
>>
>> I think you tried to read cyrus mails folders directly. I was talking about fething mails from cyrus over imapc connection.
>>
>> Sami
>>
>>> On 26 Nov 2015, at 15:36, FUSTE Emmanuel <emmanuel.fuste at thalesgroup.com> wrote:
>>>
>>> Hello,
>>>
>>> Because it did not work ?
>>> In a similar situat...
2003 Jan 06
3
ADSL PCI cards
Does anyone have any information or recommendations for ADSL PCI Cards
for Linux boxes? E.g. which ones are supported? How much are they? etc.
Dirk
--
Please Note: Some Quantum Physics Theories Suggest That When the
Consumer Is Not Directly Observing This Product, It May Cease to
Exist or Will Exist Only in a Vague and Undetermined State.
2005 Sep 21
9
Ajax.Updater
Hi all,
I was wondering if one could pull a completely separate web site into a
div, e.g.
<a href="#" onclick="new Ajax.Updater(''artifact'',
''http://www.vivisimo.com/'', {asynchronous:true, evalScripts:true,
onLoading:function(request){Toggle.display(''message2body'')}}); return
false;">»</a>
it fails