Displaying 20 results from an estimated 1000 matches similar to: "Printing Postscript - Very Weird Problem."
2014 Jun 11
3
[PATCH] isatty(): use TCGETS instead of TIOCGPGRP, like dietlibc does
H. Peter Anvin dixit:
>But is that really a tty, then? I also understand that virtio console
Hm. Both eglibc and dietlibc return true for isatty on it.
>doesn't support termios, which makes this an ugly bifurcation. All of
Let me test that? quick? hah not really (CONFIG_VIRTIO_CONSOLE=m)?
ok luckily Ubuntu?s linux-image-3.15.0-5-generic is installable on
Debian stable and has
2006 Jan 17
2
DHCP without network access
Hi,
I've got a box with CentOS 4.2 x86_64 which had no DHCP access for a few
hours, now I can't ping it (I'm pretty sure the box is still up). I
expect the DHCP lease has timed out and the box has lost it's IP, I was
expecting it to reacquire it once the DHCP came back up (configuration
problem) - but no luck. Is this a known problem? Any solution/workaround?
(for now or for
2005 Jul 13
2
RPM Autorollback
Hi,
any idea if (when?) a new version of those RPMs with rollback included
will become available for CentOS 4?
Thanks,
MaZe.
2005 Dec 16
2
Kernel 2.4 and Centos4
Hi,
Has anyone used a 2.4 series kernel on RHEL4/Centos4?
There's a patch (openmosix) which I would really like to make use of
[seeing as I just got 10 diskless computers...] which is not ready
(yet) for the 2.6 kernel series...
Can I just drop in a 2.4.26 series kernel and continue to have a working
system? Or is RHEL now totally dependent on 2.6 kernel features?
Cheers,
MaZe.
2005 Nov 25
3
Query: Filesystems
Hello,
Just a few quick, but not very simple questions...:
Do any Linux filesystems (besides XFS) support freezing?
(ie. in conjuction with LVM snapshots this can allow a mounted
filesystem to be frozen [freezing all processes writing to this
filesystem] in a valid state (with possibly dangling
unlinked files), the device can be snapshotted via LVM, and the
original filesystem unfrozen - the
2002 Aug 22
1
Error: object is not a matrix
Hi,
I have encountered the following error, when using 'aov', which I think
has something to do with the length of my call to 'aov', and I cannot
understand why:
Error in model.frame.default(formula = Y2 ~ P2 + P2:AAAAAAAA +
P2:B2 + :
object is not a matrix
The error occurs when I run the first sequence below, but not the
second. The two sequences are based on the SAME
2007 Aug 20
1
r1059:1067
Hi Arjen,
thanks for today's changes to usbhid-ups. These are very sensible
changes and were long overdue. It was of course suboptimal to parse
the usage strings each time, rather than doing it once and putting
them in a data structure. I am beginning to believe that when you are
finished, usbhid-ups will actually be (gasp) elegant!
The difference between Features and Inputs has been on my
2013 May 06
2
Keyword limit?
Running into a weird issue in a mailbox that has 26+ keywords.
In one session, I do this:
S: 2 SELECT "INBOX" (QRESYNC (1255685337 78608 [...uids...]))
S: [...]
S: * OK [HIGHESTMODSEQ 78608] Highest
S: * OK [UIDVALIDITY 1255685337] UIDs valid
S: 2 OK [READ-WRITE] Select completed.
C: 3 UID STORE 48386 (UNCHANGEDSINCE 78608) +FLAGS AAAAAAAA
S: * 8 FETCH (UID 48386 MODSEQ (78609) FLAGS
2010 Oct 20
2
[PATCH] klibc: reproducible builds
From: Maciej ?enczykowski <maze at google.com>
This adds a new setting: KBUILD_REPRODUCIBLE
If it is non-empty, ar and ranlib will be called in such
a way that timestamps do not affect the build output.
This allows one to get perfectly reproducible builds.
Signed-off-by: Maciej ?enczykowski <maze at google.com>
---
scripts/Kbuild.klibc | 14 +++++++++-----
usr/klibc/Kbuild |
2005 Oct 02
1
FreeNX and bash-completion
Hi!
I have the following packages installed:
freenx-0.4.4-1.centos4.noarch from extras
bash-completion-20050721-1.2.el4.rf.noarch from dries/dag
bash-3.0-19.2.i386 from base
seems to result in a non-working nxserver (the window manager doesn't
start up, although X applications can be launched via logging in
through a seperate ssh and setting the DISPLAY variable accordingly)...
As far as
2007 Apr 28
3
Learning ruby question
I''m having trouble understanding Ruby''s concept of scope. Could
someone explain the difference between the following 2 programs.
They both return the same output "aaaaaaaa", but I''m just not sure
about self in #1. Is self.day and self.title referring to and setting
class variables or are they instance variables? Thanks in advance.
# 1.
class Session
2012 Jun 28
1
[PATCH] klibc: fix gethostname()/getdomainname()
From: Maciej ?enczykowski <maze at google.com>
uname(2) returns (like all syscalls) 0 on success.
Signed-off-by: Maciej ?enczykowski <maze at google.com>
---
usr/klibc/getdomainname.c | 2 +-
usr/klibc/gethostname.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/usr/klibc/getdomainname.c b/usr/klibc/getdomainname.c
index 61722ca3519b..218ff0baa871
2005 Feb 24
2
permanent ulimit -n on CentOS 3.4
Hi!
Question from the novice.
I have to permanently increase number of opened files ( ulimit -n 16384 and
ulimit -Hn 16384) for some application.
I did custom kernel based on
https://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/sysadmin-guide/s1-custom-kernel-modularized.html
and application documentation ( written for RH 9), no error during all makes
but I have panic during the
2005 May 31
4
On SSH
Hello,
does anybody know how to achieve the following with SSH...
a) accept RSA authentication for all but root from any IP
b) accept RSA authentication for root from a couple IPs/Netmasks
c) accept password authentication for all but root from a dozen Netmasks
d) accept password authentication for root from 3 local netmasks only
ie. make authentication depend on the
2013 Oct 20
3
Errore : requires numeric/complex matrix/vector arguments
Dear R users,I'm a new user of R. I'm trying to do a LM test an there is this type of error: Error in t(mX) %*% mX : requires numeric/complex matrix/vector arguments.
To be clear I write down the code in which mY ( 126,1 ) mX (126,1) mZ(126,1) are matrix.
LMTEST <- function(mY, mX, mZ)#mY, mX, mZ must be matrices!#returns the LM test statistic and the degree of freedom{iT =
2005 Jun 07
3
WEP and CentOS 4
Hi folks,
Any advice about configuring CentOS 4 and wep?
I am using an intel pro 2200 which is configured and working but fails with
wep,
Cheers in advance
_________________________________________________________________
Be the first to hear what's new at MSN - sign up to our free newsletters!
http://www.msn.co.uk/newsletters
2011 Jan 17
3
"cannot allocate vector of size ..." in RHLE5 PAE kernel
Dear R community,
I'm running R 32 bits in a 64-bits machine (with 16Gb of Ram) using a
PAE kernel, as you can see here:
$ uname -a
Linux mymachine 2.6.18-238.el5PAE #1 SMP Sun Dec 19 14:42:44 EST 2010
i686 i686 i386 GNU/Linux
When I try to create a large matrix ( Q.obs <- matrix(NA, nrow=6940,
ncol=9000) ), I got the following error:
> Error: cannot allocate vector of size 238.3
2009 Feb 24
2
Multiple SIPGate accounts.
Hi all,
I have two sipgate accounts (numbers), if I have both accounts register only
one will work for incoming calls (which is all i'm interested in). However
if I disable either account the other account will work perfectly. Am I
missing something obvious?
Thanks in advance,
Ray.
Excerpts from sip.conf -
[general]
8<---- SNIP! ---->8
Register => 1212121:aaaaaaaa at
2006 Jan 11
1
F-test degree of freedoms in lme4 ?
I have a problem moving from multistratum aov analysis to lmer.
My dataset has observations of ampl at 4 levels of gapf and 2 levels of bl
on 6 subjects levels VP, with 2 replicates wg each, and is balanced.
Here is the summary of this set with aov:
>> summary(aov(ampl~gapf*bl+Error(VP/(bl*gapf)),hframe2))
>
>Error: VP
> Df Sum Sq Mean Sq F value Pr(>F)
>Residuals
2011 Nov 06
3
sys/types.h -> linux/types.h and __aligned_u64
When building klibc 1.5.25 against linux/master (ie. post 3.1) I'm seeing:
klibc/generated/include/linux/if_packet.h:176: error: expected
specifier-qualifier-list before '__aligned_u64'
which seems to come from upstream commits:
0d4691ce112be025019999df5f2a5e00c03f03c2 remotes/linux/master~90^2~408 (origin)
96c131842aab45b5d139d0bcb417796819f5ee92 remotes/linux/master~90^2~169