Displaying 20 results from an estimated 200 matches similar to: "Address rewriting issue"
2024 Jan 01
1
How to get "Enter passphrase" on command line rather than GUI pop-up?
There is a program call sshpass that does just that
On ubuntu/debian:
apt install sshpass
> On 01 Jan 2024, at 20:37, Chris Green <cl at isbd.net> wrote:
>
> On Mon, Jan 01, 2024 at 06:34:01PM +0000, Chris Green wrote:
>> Setting SSH_ASKPASS_REQUIRE=never in the environment on my xubuntu
>> 23.10 system doesn't seem to work. I have set it:-
>>
>>
2024 Jun 05
1
Can one set an agent timeout for a specific host?
On Wed, 5 Jun 2024 at 22:20, Chris Green <cl at isbd.net> wrote:
> If I set a timeout for a specific host's key does it set the timeout
> for just that key/host?
[...]
> Host backup
> IdentityFile ~/.ssh/backup_id_rsa
> IdentityAgent 600
I think you meant AddKeysToAgent?
> Will it just time out the key saved for backup and leave any other
> keys
2010 Jul 01
1
mISDN install on Asterisk 1.6 failing
Hi,
Has anyone had experience installing it?
yum install asterisk-chan_misdn
I'ts the latest Trixbox Distro version and same issues exists if add in the Trixbox repo.
FAILS as per below:
I have a ISDN single port PCI BRI card installed and detected.
__________________
Loaded plugins: fastestmirror, kmod
Loading mirror speeds from cached hostfile
* addons: www.ftp.saix.net
* base:
2024 Jun 05
2
Can one set an agent timeout for a specific host?
If I set a timeout for a specific host's key does it set the timeout
for just that key/host?
I.e. if I do something like in ~/.ssh/config:-
#
#
# backup, use public-key authentication
#
Host backup
IdentityFile ~/.ssh/backup_id_rsa
IdentityAgent 600
Will it just time out the key saved for backup and leave any other
keys with the default no timeout?
--
2006 Jun 18
2
Undelivered Mail Returned to Sender
This is the SMTP Server program at host orange.fr.
I''m sorry to have to inform you that your message could not be
be delivered to one or more recipients. It''s attached below.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The SMTP Server
2006 Feb 09
2
Meetme echo cancellation
Hi there
I am using IAX2 softphones dialing into a meetme conference. In my softphone
I was forcing uses to click on a button when they wanted to speak, enabling
their microphone and disabling their speakers. This way when a user was
speaking they did not hear their voice half a second later (because meetme
mixes the voice and sends to everyone in the conference).
Now because of requirements
2024 Jan 01
1
How to get "Enter passphrase" on command line rather than GUI pop-up?
On Mon, Jan 01, 2024 at 06:34:01PM +0000, Chris Green wrote:
> Setting SSH_ASKPASS_REQUIRE=never in the environment on my xubuntu
> 23.10 system doesn't seem to work. I have set it:-
>
> chris$ env | grep SSH
> SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
> SSH_ASKPASS_REQUIRE=never
> chris$
>
> But I still get the annoying GUI pop-up rather than
2024 Feb 14
2
How to remove old entries from known_hosts?
Is there any way to remove old entries from the known_hosts file? With
the hashed 'names' one can't easily see which entries are which. I
have around 150 lines in my known hosts but in reality I only ssh to a
dozen or so systems. All the redundant ones are because I have a
mixed population of Raspberry Pis and such on my LAN and they get
rebuilt fairly frequently and thus, each time,
2009 Apr 16
2
ip alias and masq
Hi for all ...
I just read all doc about ip alias in Shorewall .
If I am right, I can not use ip alias with masq, it is right ?
What I am trying to do is create an ip alias in my internal network
interface and use it for tests purpose ( specifically for getting familiar
with multi ISP shorewall config )
The actual system is working fine with the ip 192.168.1.1 in eth1, eth0 is
my dsl provider .
2003 May 05
1
bandwith issues, ISP hosting services, etc
I am looking into supporting around 20 SIP clients (ATAs, IP softphones, etc) distributed in around 10 different end points (in South America). For the most part they all have narrow band connections 64kpbs, 128 at most and I?d like to use g729 all around (don?t have too many alternatives)
To start with, I will have one * with no gateway to the PSTN and eventually a few * boxes with termination
2014 May 16
4
[LLVMdev] [LLVMLinux] Regression: rev 208833/208834 break linux kernel build in ASM handling
Hi !
Our buildbot found this regression while compiling the kernel with clang:
A bisection points to
475ac5d302ba84ac13d34a9215c29c1a38ca5690 is the first bad commit
commit 475ac5d302ba84ac13d34a9215c29c1a38ca5690
Author: Eric Christopher <echristo at gmail.com>
Date: Thu May 15 01:10:50 2014 +0000
Unify command line handling of MCTargetOptions and remove extra
options and
2008 Sep 19
8
bridge + arp
Hi,
this is propably bridge related and not really a xen problem, but it
might help someone:
Some of our domUs are not able to arp. Arp -n show (incomplete), and
doing a tcpdump shows, that on the dom0''s eth0 the arp request goes out,
the response comes in, but on the vifX.0 interface the arp response is
gone.
dom0# tcpdump -ni eth0
arp who-has 10.32.2.51 tell 10.32.7.70
arp reply
2014 May 16
2
[LLVMdev] [LLVMLinux] Regression: rev 208833/208834 break linux kernel build in ASM handling
Hi !
I reproduced it on the file init/main.c
The invocation, log and main.i / main.s is attached.
--
Dipl.-Ing.
Jan-Simon Möller
jansimon.moeller at gmx.de
Am Freitag, 16. Mai 2014, 14:25:47 schrieb Renato Golin:
> On 16 May 2014 14:01, Jan-Simon Möller <dl9pf at gmx.de> wrote:
> > A bisection points to
> >
> > git-svn-id:
2014 May 16
2
[LLVMdev] [llvmlinux] [LLVMLinux] Regression: rev 208833/208834 break linux kernel build in ASM handling
I'll look.
On May 16, 2014 8:01 AM, "Jan-Simon Möller" <dl9pf at gmx.de> wrote:
> The unrecognized junk is (path shortened, so don't worry):
>
> .Ldebug_range:
> .file 1 "/src/linux/include/linux" "export.h"
> .file 2 "/src/linux/init" "main.c"
> .file 3
2009 Sep 10
1
[LLVMdev] Build problem with gcc-4.3.2
Hi,
on http://llvm.org/docs/GettingStarted.html#requirements you say you
want to know about problems compiling llvm with gcc.
I just tried compiling llvm and clang, using ./configure; make, and I
got the following error,
llvm[2]: Compiling StrongPHIElimination.cpp for Debug build
StrongPHIElimination.cpp:1051: internal compiler error: in value_format, at dwarf2out.c:7218
Please submit a
2012 Sep 07
2
[LLVMdev] The LLVMLinux Project
I'd like to announce the LLVMLinux project. This project aims to fully
build the Linux kernel using Clang/LLVM on the various architectures
supported by the Linux kernel. The project consolidates the work of the
lll-project, the PAX team, and Mark Charlebois' work on the ARM kernel.
http://llvm.linuxfoundation.org <http://llvm.linuxfoundation.org/>
The hope is that this project
2009 May 29
5
CONNMARK target and connmark match support in Ubuntu kernel
Hi,
as per the shorewall MultiISP documentation ( http://www1.shorewall.net/MultiISP.html
), it says
"Use of this feature requires that your kernel and iptables include
CONNMARK target and connmark match support (Warning: Standard Debian™
and Ubuntu™ kernels are lacking that support!)."
it means MultiISP wont work properly if i am using Ubuntu server. if
yes whats the
2003 Apr 07
1
Mbox spool; dovecot rewriting and rewriting and rewriting
Hi,
jaldhar recommended dovecot to me -
http://www.askbjoernhansen.com/archives/2003/04/07/000286.html ...
and so far it seems much nicer than the other imapds. yay.
I use the OS X Mail.app client. I tested it with a test account
with no problems, but trying to use it with my usual mail folders
(~1.3GB; 120MB in the inbox) it's not working at all.
It seems like dovecot keeps copying the
2010 Sep 13
0
[LLVMdev] Any experiemnts/evaluations on LLVM and graph rewriting (term-rewriting) systems?
Gulhsdholgv
signature yfhjvhgvhgjhgfj
Envoyé depuis SFR Mail - iPhone
____________________
De : "Valery Khamenya"
Date : 13 sept. 2010 11:45:57
À : "LLVM Developers Mailing List"
Sujet : [LLVMdev] Any experiemnts/evaluations on LLVM and graph rewriting (term-rewriting) systems?
Hi,
are there any attempts to use LLVM in graph-rewriting (term-rewriting) language
2010 Sep 14
0
[LLVMdev] Any experiemnts/evaluations on LLVM and graph rewriting (term-rewriting) systems?
Hi Valery
On 13 September 2010 19:07, Valery Khamenya <khamenya at gmail.com> wrote:
> are there any attempts to use LLVM in graph-rewriting (term-rewriting)
> language implementations?
I've added a new LLVM backend to the ghc Haskell compiler.
> How good is LLVM for this?
Works very well. I'm operating from the low levels of the ghc compiler
though where I don't