Displaying 20 results from an estimated 3000 matches similar to: "ls -l output"
2010 Oct 13
5
network interface question
Hi,
I don't have ifcfg-eth1 in my /etc/sysconfig/network-scripts. But when
I do ifconfig eth1 I can see output as below. If I do ifconfig eth12 ,
I don't see anything which i am assume is normal.
eth1 Link encap:Ethernet HWaddr 00:24:E8:44:DB:CC
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0
2008 Aug 15
1
post hoc tests two way repeated measures anova
Hi,
is there a specific/appropriate function/package to perform post hoc tests
when running a two way repeated measures anova? I'm looking for something
that will be equivalent to the 'TukeyHSD()' for between subjects anova (with
'aov()'). For one way repeated measures anova, the 'pairwise.t.test()'
function seems to work correctly but the results are questionable for
2010 Sep 25
3
Raid 10 questions...2 drive
I have been reading lots of stuff but trying to find out if a raid10 2drive
setup is any better/worse than a normal raid 1 setup....I have to 1Tb drives
for my data and a seperate system drive, I am only interested in doing raid
on my data...
So i setup my initial test like this....
mdadm -v --create /dev/md0 --chunk 1024 --level=raid10 --raid-devices=2
/dev/sdb1 /dev/sdc1
I have also read
2008 Aug 27
2
random error with lme for repeated measures anova
Hi,
what is the appropriate syntax to get the random error correct when
performing repeated measures anova with 'lme'.
let's say i have 3 independent variables, with 'aov', i would write
something like: aov(dep_var~(indep_var1*indep_var2*indep_var3) +
Error(subject/(indep_var1*indep_var2*indep_var3)).
With 'lme' however, i can't find the right formula. i tried
2000 Dec 22
1
XAUTHORITY=/tmp/ssh-*/cookies makes forwarding through firewall difficult...
Hi.
I see this XAUTHORITY=/tmp/ssh-*/cookies issue has been discussed
repeatedly, but I haven't seen a solution to the following problem.
Remote user logs into firewall. On firewall, DISPLAY var set to secure
channel, XAUTHORITY set to /tmp/ssh-*/cookies. X11 forwarding from
firewall works fine.
User logs into machine behind firewall, and sets DISPLAY var to
firewall:X11DisplayOffset.0.
2000 Mar 28
1
openssh X11Forwarding problem solution
Hi!
Several people noticed problems with openssh Version 1.2.2 through 1.2.3
related to X11 forwarding under Linux. For example:
Magnus Holmberg <pucko at lysator.liu.se> wrote:
> I have just installed openssh-1.2.2p1-1
> on two of my machines and I have one problem.
>
> I have
> X11Forwarding yes
> in my /etc/ssh/sshd_config
>
> but when I try to ssh to that
2008 Mar 18
0
[PATCH] vfb: Add opengl option
vfb: Add opengl option
(and replace bogus vncpasswd copy in xenapi_create in the SDL case)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r 2ad29c586d49 tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py Tue Mar 18 14:36:27 2008 +0000
+++ b/tools/python/xen/xend/XendConfig.py Tue Mar 18 15:16:47 2008 +0000
@@ -165,7 +165,7 @@
# Xen API
2007 Sep 27
0
Migration failing (xen 3.0.3 on RHEL 5) with "not a valid guest state file: pfn count read"
Hi all, I''m having some problem migrating a simple domU between two
hosts.
Short question: xm migrate (live or not) fails even though either host
is capable of running the VM. Error seems to be: "not a valid guest
state file: pfn count read"
Long question:
I have two boxes (devvmdevvmhost1 and devvmhost2) running xen 3.0.3
(RHEL 5), they are attached to a Dell MD3000 unit
2001 Jul 06
1
Xauthority location: only per-user setting possible
Hello all,
$XAUTHORITY location has moved from under /tmp to ~/.Xauthority in 2.9p2.
The commit message was:
---
remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since
we do already trust $HOME/.ssh
you can use .ssh/sshrc and .ssh/environment if you want to customize
the location of the xauth cookies
---
The latter is true, but can only be enabled in per-user basis as far as I
see.
2002 Feb 12
0
[Patch] Xauthority file in /tmp
This issue has been discussed here and elsewhere a fair bit in the past
year or so, but to re-address the issue...
As of OpenSSH 2.9.something the ability to have an Xauthority located in
/tmp was removed, with the following description in the ChangeLog :
- markus at cvs.openbsd.org 2001/06/12 21:21:29
[session.c]
remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since
2003 Dec 11
4
[Bug 771] Add option to override XAUTHORITY env variable
http://bugzilla.mindrot.org/show_bug.cgi?id=771
Summary: Add option to override XAUTHORITY env variable
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: UltraSparc
OS/Version: SunOS
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
2005 Feb 07
1
treat output of sshrc as environment assignment lines?
Currently, ~/.ssh/environment can set static environment variables,
and ~/.ssh/rc can run initialization routines. But there is no way
for sshrc to propagate changes to the environment to the user's shell
or command.
There is, however, a possible way to do this. If the
PermitUserEnvironment option is set, sshd could treat the stdout of
sshrc as additional assignment lines of the form
2000 Sep 10
1
X11 forwarding under Linux
Hello, I have been having issues with x11 forwarding using my
linux-mandrake based servers. I checked my XAUTHORITY variable and it was
set to ~/.Xauthority ... After reading the mail archives, I found the
/tmp/ssh* directory created during my ssh session, and did this:
export XAUTHORITY="/tmp/ssh-hzuA1805/cookies"
xeyes
...and the X11 forwarding worked!
I'm using the
2024 Sep 04
1
What did I mess up?
Dave Close wrote:
> The error shown with "ssh -Xvvv" in all failure cases is,
> debug3: send packet: type 91
> debug2: X11 auth data does not match fake data.
> X11 connection rejected because of wrong authentication.
> debug2: X11 rejected 1 i0/o0
I don't know but I do have questions. So maybe... What is the output
of these commands?
type xauth
2002 Jun 17
0
Can't run Xwindows with home mounted by samba
Hi,
I´m trying to configure a Redhat Linux Workstation to work in my Windows NT
Domain (NT PDC). My goal is take out all NT Workstations, changing it to
Linux Workstations. I've got almost everything working wonderfully:
1-winbind is authenticating my domain users with pam_winbind
2-samba is mounting NT directories at login with pam_mount
The big problem is about use Xwindows with home
1999 Nov 26
1
openssh & XEmacs gnuclient issue
In switching to openssh from ssh-1.2.27, I have encountered the
following problem with the way openssh handles its XAUTHORITY files
separately from ~/.Xauthority.
XEmacs has a gnuserv process that runs and allows commands to be
issued to a remote XEmacs process. The trouble is when the command is
to make a new frame ( window ) on a different X display, it fails
because the Xauth cookie is not in
2024 Sep 04
1
What did I mess up?
Bob Proulx wrote:
>> The error shown with "ssh -Xvvv" in all failure cases is,
>> debug3: send packet: type 91
>> debug2: X11 auth data does not match fake data.
>> X11 connection rejected because of wrong authentication.
>> debug2: X11 rejected 1 i0/o0
>I don't know but I do have questions. So maybe... What is the output
>of these
2003 Oct 07
0
[Bug 733] ssh doing xauth stuff even when it can't access local .Xauthority file
http://bugzilla.mindrot.org/show_bug.cgi?id=733
Summary: ssh doing xauth stuff even when it can't access local
.Xauthority file
Product: Portable OpenSSH
Version: -current
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: ssh
2007 Dec 11
2
[Bug 1401] New: ssh does not remove staled credentials from .Xauthority
https://bugzilla.mindrot.org/show_bug.cgi?id=1401
Summary: ssh does not remove staled credentials from .Xauthority
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket
2003 Apr 23
2
Problems with dri/drm using Radeon 7000 VE in -stable
Hi,
I tried applying
http://people.freebsd.org/~anholt/dri/files/drm-stable-20030411.diff to
stable from today (using device radeondrm and options DRM_LINUX).
Kernel reports drm seems to be there:
drm0: <ATI Radeon QY RV100 VE> port 0x9000-0x90ff mem
0xed000000-0xed00ffff,0xe$
info: [drm] Initialized radeon 1.8.0 20020828 on minor 0
Now, when I try to start XFree86 everything looks fine