Displaying 20 results from an estimated 10000 matches similar to: "[Bug 1250] sshd client connections persist across IP change"
2007 Jan 22
0
[Bug 1250] sshd client connections persist across IP change
http://bugzilla.mindrot.org/show_bug.cgi?id=1250
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #2 from djm at mindrot.org 2007-01-22 16:53 -------
2010 Mar 31
1
Weird R behaviour?
Dear list,
I have observed a weird behaviour from R --- apologies if I am missing
something obvious!
df3f826f28
df3f826f28
Say you type in R:
>c.preec <- 10074
>c.gd <- 2200
>p1 <- .2
>c.neo <- p1*9451 + (1-p1)*3883
>n.preec <- 3710
>n.gd <- 2650
>n.neo <- 2120
>n.pcos <- 53000
>unit.met <- 94
>cost.met <- 94*n.pcos
>effect <-
2017 Jan 27
0
Possible to persist data across reboots from Lua?
Frank Hunleth via Syslinux <syslinux at zytor.com> writes:
> I'd like to be able to save a boolean value across reboots. I believe
> that being able to store to the auxiliary data vector would satisfy
> this need, but I'm using syslinux and that doesn't seem to be
> implemented.
It's implemented in the Syslinux API, just not exported to Lua.
> While I'm
2017 Jan 25
2
Possible to persist data across reboots from Lua?
I'd like to be able to save a boolean value across reboots. I believe
that being able to store to the auxiliary data vector would satisfy
this need, but I'm using syslinux and that doesn't seem to be
implemented. While I'm currently using a Lua script, I'm not tied to
it, so if there's a way to read and write any persistent filesystem or
disk, I'd be happy to switch.
2004 Jan 12
2
How to bind RTP when IP alias are configured
Hi Folks,
I have a situation where my Colo insists on a particular IP setup for my *
server box. They allocate two blocks of IPs to my colo server. One set as my
own (ex 20.20.20.20.4/30 - 4 ips) and the other as a transit lan (es
10.10.10.0/29). These are all public IP addresses and there is no NAT
involved in.
So essentially I have to set-up IP aliases in my Linux box as follows;
Example:
2006 Jul 12
1
Stange sshd problem... bug?
I haven't been able to find any information about this problem, I hope
someone can help, anyway this is the setup:
Server:
- Linux Fedora Core 5
- kernel 2.6.17-1.2145_FC5smp
- openssh-server-4.3p2-4
Client not working:
- Linux Fedora Core 5
- kernel 2.6.17-1.2145_FC5smp
- openssh-clients-4.3p2-4
Client working:
- Same machine
- Windows XP
- putty 0.58
This is the log from the non working
2020 Oct 27
0
Unable to get dummy interfaces to persist across reboots in CentOS 8
Anyone have any ideas? It's rather annoying that I can't get these to
persist across reboots without using some kind of helper script.
On Fri, Oct 16, 2020 at 6:37 AM Frank Even
<lists+centos.org at elitists.org> wrote:
>
> Hello all, hoping someone can help me out here.
>
> I cannot get dummy interfaces on a new Cent8 build to persist across reboots.
>
> On Cent7
2020 Oct 16
3
Unable to get dummy interfaces to persist across reboots in CentOS 8
Hello all, hoping someone can help me out here.
I cannot get dummy interfaces on a new Cent8 build to persist across reboots.
On Cent7 - this is the process I use:
Create Dummies:
# cat /etc/modules-load.d/dummy.conf
dummy
# cat /etc/modprobe.d/dummyopts.conf
options dummy numdummies=4
# ip link add dummy0 type dummy
## - repeating a/ ascending dummyN adapters for as many needed
# service
2020 Oct 28
0
Unable to get dummy interfaces to persist across reboots in CentOS 8
No. Network Manager is always disabled on our builds since at least
Cent5 days. The network stack has always been able to be managed
properly without relying on Network Manager. Is that now an absolute
requirement? It never has been prior.
On Mon, Oct 26, 2020 at 6:26 PM Strahil Nikolov via CentOS
<centos at centos.org> wrote:
>
> Have you tried to use NetworkManager ?
> After
2020 Oct 28
1
Unable to get dummy interfaces to persist across reboots in CentOS 8
Requirement is a very strong word , but you should consider using it and here is a short demo why:
- By default, RHEL uses NetworkManager to configure and manage network connections, and the /usr/sbin/ifup and /usr/sbin/ifdown scripts use NetworkManager to process ifcfg files in the /etc/sysconfig/network-scripts/ directory.
[root at system ~]# ls -l /usr/sbin/ifup
lrwxrwxrwx. 1 root root 22 21
2015 Nov 01
1
OT Strange IP address on home network
On 11/1/2015 12:59 PM, Timothy Murphy wrote:
> Again, I'm not sure what you mean.
> "sudo locate rilo" doesn't find anything on my HP Microserver,
> which is running under CentOS-7.1 .
> Does HP have a "management interface" on my server?
> What would it be called?
the "gen0" original microservers with the NxxL "Neo" processors have a
2006 Apr 20
0
[Bug 1183] sshd fails to update utmp
http://bugzilla.mindrot.org/show_bug.cgi?id=1183
Summary: sshd fails to update utmp
Product: Portable OpenSSH
Version: 4.3p2
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy: aaw at rincewind.tv
2020 Oct 27
4
Unable to get dummy interfaces to persist across reboots in CentOS 8
Have you tried to use NetworkManager ?
After all ,anything network related should be done by it.
[root at system ~]# nmcli connection add con-name dummy0 ifname dummy0 type dummy ?
Connection 'dummy0' (9fdd74fa-c143-4991-9bac-0e542704ac89) successfully added.
[root at system ~]# reboot
Shared connection to glustera closed.
[root at system ~]# uptime
03:23:44 up 0 min, ?1 user, ?load
2012 May 17
0
[LLVMdev] clang looking for gold plugin when used with '-emit-llvm' option
Resending, can somebody please help?
On 5/16/2012 2:47 PM, Ashok Nalkund wrote:
> Hi All,
> I built the binaries from the 3.1 final tag
> (http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_31/final/ etc) as below:
>
>> ../llvm/configure --enable-targets=host-only --prefix=/local/mnt/workspace/ashoknn/crd/neo/llvmsvn/build/bin
>> make install
>
> I notice that
2012 May 17
0
[LLVMdev] clang looking for gold plugin when used with '-emit-llvm' option
MY BAD (in caps)...really sorry to have bothered. I was thinking of -S
-E options but forgot the -c option.
clang -c -emit-llvm test.c
lli test.o
both work fine :).
Thanks,
ashok
On 5/16/2012 5:45 PM, Jim Grosbach wrote:
> Are you intending to try to link? That error message isn't coming from clang, but from /usr/bin/ld. If you just want the bitcode for the one source file, you need to
2012 May 16
2
[LLVMdev] clang looking for gold plugin when used with '-emit-llvm' option
Hi All,
I built the binaries from the 3.1 final tag
(http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_31/final/ etc) as below:
> ../llvm/configure --enable-targets=host-only --prefix=/local/mnt/workspace/ashoknn/crd/neo/llvmsvn/build/bin
> make install
I notice that I can compile a program using clang as below:
> ashoknn at
2005 Nov 15
0
error with dlls
i have wine 20050310 over Debian Sarge 3.1r0a with kernel 2.6.8-2-686.
i'm trying to run NEO-MU.exe. That's a Mu-Online release and a have this
stderr
sebastian@debian:/mnt/varios/neo-mu$ wine NEO-MU.exe
Invoking /usr/lib/wine/wine.bin NEO-MU.exe ...
err:module:import_dll Library MFC42.DLL (which is needed by
L"Z:\\mnt\\varios\\neo-mu\\NEO-MU.exe") not found
2012 May 17
2
[LLVMdev] clang looking for gold plugin when used with '-emit-llvm' option
Are you intending to try to link? That error message isn't coming from clang, but from /usr/bin/ld. If you just want the bitcode for the one source file, you need to pass "-c" as well, just like if you want an object file.
-Jim
On May 16, 2012, at 5:39 PM, Ashok Nalkund <ashoknn at qualcomm.com> wrote:
> Resending, can somebody please help?
>
> On 5/16/2012 2:47 PM,
2013 Mar 06
3
CentOS 5 sshd does not log IP address of reverse mapping failure
I'm running a mix of CentOS 5 and 6 servers reachable by ssh
from the Internet. Of course I allow only public key authentication
and no root login. In addition I'm running fail2ban to block
obnoxious brute force attack sources.
On CentOS 6 this is working pretty well, but on CentOS 5 there's
one class of attacks fail2ban fails to ban. (No pun intended.)
This isn't fail2ban's
2006 Aug 09
4
[Bug 1216] Warn via Logwatch when sshd PermitRootLogin is in effect
http://bugzilla.mindrot.org/show_bug.cgi?id=1216
Summary: Warn via Logwatch when sshd PermitRootLogin is in effect
Product: Portable OpenSSH
Version: 4.3p2
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org