Displaying 20 results from an estimated 4000 matches similar to: "utf-8 support in libc?"
2008 Jun 29
1
sshd_config question
Hi.? I have configured sshd in OpenBSD to require publickey authentication.
I've tried configuring FreeBSD to do the same, but I can still login via keyboard authentication.
Here are the options I have in my sshd_config:
PasswordAuthentication no
ChallengeResponseAuthentication no
UsePAM no
After setting those options I kill -HUP the sshd? process.
Is there something simple I am missing?
2003 Sep 08
1
ports/55928: vmware2 broken on -STABLE, presumably by PAE import
Hi,
On Sun, Aug 24, 2003 at 07:14:29AM -0400, Brandon S. Allbery KF8NH wrote:
> >Synopsis: vmware2 broken on -STABLE, presumably by PAE import
>> (..)
Your patch makes VmWare2 build, but it doesn't make it work:
- VmWare fails to allocate memory (see
http://anders.fix.no/test/vmware/1.png and
http://anders.fix.no/test/vmware/2.png).
- There seems to be something wrong with
2003 Jul 09
3
/var error
Hello there,
I have some problem with my filesystem.
#df -h
...
/dev/da0s1e 288M 265M -208.0K 100% /var
...
#du -h /var
..
19M /var
..
Does anybody has an idea what Im supposed to do?
Thank you.
---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
2003 Jun 13
2
exact difference between RELENG_4, RELENG_4_5 . . . RELENG_4_8
Read the documentation on the meaning of the various 4.X tags, and am
not sure what is meant by this:
"The release branch for FreeBSD-4.6 and FreeBSD-4.6.2, used only for
security advisories and other seriously critical fixes."
Similar descriptions are used for the other RELENG_4_X tags.
If I specify RELENG_4 will cvsup also include RELENG_4_3 to RELENG_4_8?
Sorry folks - I'm
2003 Jun 17
2
xterm screen restore
when i exit more, vi, ... i like to have the window restored to
the way it was before i entered more, vi, ... i used to effect
this by a hack to the termcap data, but have lost the hack. what
am i missing here?
randy
2003 Jun 20
4
5.1 for production systems
Some time ago there was an announcement that people should not use 5.0
for critical production systems. Now that 5.1 is available, what is
the consesous on it? Should it be used for critical production systems
yet?
2003 Jun 16
2
Tools to modify shared libraries
Has anyone ever come across general-purpose tools for modifying shared
libraries? What I want to do is to edit the list of "needed" shared
libraries to correct the common mistakes that developers make in
creating shared objects with large lists of shared libraries.
Specifically, I want to modify linux-flashplugin6/libflashplayer.so to
remove all of the idiotic references to shared
1998 Jun 14
5
Help with : telnetd[...]: ttloop: peer died: Success
What can cause this
telnetd[...]: ttloop: peer died: Success
I''ve had several occurrences of this entry along with connections from
somewhere where no-one should be accessing my machine (via telnet)
also around same time frame :
(from tcpdump)
activity to a port 234 at various IP addresses
udp port biff unreachable
I (a novice at *nix) believe some has been accessing my machine
2003 Aug 16
1
whining about tinderbox messages
On the one hand, yes, they're about things most readers can't do anything
about.
On the other hand, they do let you know (once the tinderbox has stabilized,
this being a new setup with the bugs being worked out of it) whether recent
-STABLE will build or not, which can be quite useful even for ordinary users
of -STABLE. (You know to hold off on updating if it's failing for your
1998 Sep 01
5
/bin/login problem
I would be surprised if someone hasn''t encountered this already, but I
haven''t found any discussion of the nature of this problem. I run RehHat
5.0. If a user makes a mistake in the login process such as the
following:
login: mistake
password: xxx
Login incorrect!
login: username
password xxxx
bash$
a ps will show, among other things,
2333 /bin/login --mistake.
Since
2023 Jun 01
1
why does [A-Z] include 'T' in an Estonian locale?
On 5/30/23 17:45, Ben Bolker wrote:
> Inspired by this old Stack Overflow question
>
> https://stackoverflow.com/questions/19765610/when-does-locale-affect-rs-regular-expressions
>
>
> I was wondering why this is TRUE:
>
> Sys.setlocale("LC_ALL", "et_EE")
> grepl("[A-Z]", "T")
>
> TRE's documentation at
>
2023 May 30
3
why does [A-Z] include 'T' in an Estonian locale?
Inspired by this old Stack Overflow question
https://stackoverflow.com/questions/19765610/when-does-locale-affect-rs-regular-expressions
I was wondering why this is TRUE:
Sys.setlocale("LC_ALL", "et_EE")
grepl("[A-Z]", "T")
TRE's documentation at
<https://laurikari.net/tre/documentation/regex-syntax/> says that a
range "is shorthand for
2008 May 27
2
sort - Windows and Linux
Dear all,
While debugging a function I realized that
sort(c(" 1", " 2", "10"))
do not give the same result on Windows and Linux.
This is actually not surprising because white spaces are not handle in
the same manner on these two platforms. But I was wondering if this
behavior is also desired in R.
regards,
Yohan Chalabi
2013 Mar 19
3
Puppet modifying directories by executing shell script as non-root user results in kernel-level insufficient privilege complaints
I am using Puppet 3.1.0 on a CentOS 6.3 machines. The puppet master and
puppet agents use CentOS 6.3 as their OS. I have a puppet script (init.pp
file for the puppet module) that contains the following exec type:
exec { "postgres init":
cwd => "/applications/module",
command => "bash initializePostgres.sh",
user => "postgres",
group =>
2006 Mar 17
2
collation order
The following caused a hard-to-diagnose problem for a user of the survey
package. Presumably this is a strange Unicode thing, but is there a
convenient reference for how the collation order is determined? I am
surprised that adding the same character to the end of two strings of the
same length can change the sorting order.
in en_US.utf8 locale
> "1//"<"10/"
[1]
2017 Sep 11
2
Using source-based code coverage on baremetal
I think that this proposal would be very useful, and I will describe our experiences of trying to do this for our embedded bare-metal target.
Recently we implemented support for just the '-fprofile-instr-generate' option and the 'compiler-rt/lib/profile' sources, and added the following to our LD scripts:
/* Append the LLVM profiling sections */
. = ALIGN(4);
2003 Sep 03
1
Weird DISKS behaviour on 4.8-STABLE
Hello people,
I have been experiencing a weird problem with 4.8-STABLE for a long time.
I was ignoring it, thinking that it was a problem with the SCSI disks or
perhaps the contoller. I changed the disks from the original Intel box
to a Compaq box and I still noticed the problem was there.
What happened is that all of a sudden, the disk would 'fill' up with
nothing! Yes, that's true.
2008 Apr 15
2
a question of alphabetical order
Hi all,
In Spanish vowels with accent like ?, ?, ... doesn't affect to the
alphabetical order of vector of strings. I mean, a or ? don't matter for
establishing the alphabetical order.
Nevertheless, while working with R order, here is what I get.
Given a file transport.txt
medio#variable
avi?n#34
barco#33
bicicleta#3
?ngulo#37
cami?n#54
coche#23
tren#67
> toPlot <-
2006 Nov 10
3
aaccli on recent conrollers?
I have just built a new SunFire X4100 server with an Adaptec 2230SLP
RAID card using FreeBSD 6.2-PRE kernel (from September 20).
Everything is working extremely well except I cannot run the aaccli
utility on this controller. When I try to open the controller, it
gives this error:
Command Error: <The current AFAAPI.DLL is too old to work with the
current controller software.>
On
2004 Jul 22
2
Files and classes in a package?
While installing my small package, I met a tricky problem.
For clarity, let me explain it with the following simplified example.
In ~/pkg/R/aclass.R,
setClass("aclass", contains="bclass", representation(i="numeric"))
In ~/pkg/R/bclass.R,
setClass("bclass", representation(j="numeric"))
After building a "pkg" package, the file