Displaying 20 results from an estimated 2000 matches similar to: "fwiw Please check the latinamerican keyboard exists"
2019 May 18
0
Fwd: Linux (RHEL 7.6 with OSP 14) Bugs
Dears,
I have the following Bugs that crashed my VM, I reported it to RH, they
didn't answer, and banned my developer account, the Bug is when you disable
the network on RHEL with OSP 14 installed all in one, it crashes the
system, I had a 12GB RAM, with 8 CPUs on the VM, and I found out that this
crash report pissed off someone in RH, because they called me, and said
what do you want from
2003 Aug 10
2
Heads up: New if_xl committed
As promised, the updated if_xl with full busdma support / other
improvements has been MFC'd to 4.8-stable. While I have put this driver
through extensive testing, it is possible that there may be bugs which are
either present in the -current version or that I added in the MFC process.
So, if you cvsup to -stable anytime in the future and notice problems with
if_xl, please tell me ASAP!
2003 May 22
1
MFC of reentrant realpath.c
Hi,
I've seen that this commit never got MFC'd:
http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/stdlib/realpath.c?rev=1.14&content-type=text/x-cvsweb-markup
Would it be possible to do that or are there any objections
out there ?
Martin
Martin Blapp, <mb@imp.ch> <mbr@FreeBSD.org>
------------------------------------------------------------------
ImproWare AG, UNIXSP
2003 Sep 05
1
ACPI utilities
I have an Athlon system which isn't co-operating with the ACPI in
-stable (I haven't tried -current yet). I notice that the general
recommendation in -current is to provide the output of acpidump but
none of the ACPI userland has been MFC'd.
I just had a quick try and building the -current userland on -stable
and found this is non-trivial because it appears that the APIs are
2015 May 26
0
[ANNOUNCE] xkeyboard-config 2.15
Here is another minor release. Thanks to the Translation Project for
the several updated translations.
Sergey
-----------------------------------------------
Artur Dryomov (1):
symbols/typo: rework typographic layout.
Sergey Udaltsov (9):
Add support for Latinamerican Dvorak layout
added lk(us)
fixed the license (removed GPL)
Removed GPLv3 line
Fixed
2023 Nov 20
1
tftp problems
I've used TFTP server on CentOS/RHEL 7 and 8 but not 9, so take my notes
with the appropriate grain of salt...
JIC, confirm on the TFTP server you have a process socket for it, e.g.
$ netstat -a | grep tftp
udp 0 0 0.0.0.0:tftp 0.0.0.0:*
Your 'systemctl status' output implies things are OK, but worth a check.
I don't see a "tftpboot" symlink
2004 Aug 06
0
noobie questions
Should I actually have a "radiofree.ogg" file being
written on my Linux box? If so, I don't see it.
I'll try a different player as well.
--- Kerry Cox <kerry.cox@ksl.com> wrote:
> Winamp3 is broken according to some posts here. Try
> Winamp 2.91 or the
> latest XMMS. Of course, XMMS requires the xmms-mp3
> libraries.
> Try that and see if it helps.
> KJ
2004 Aug 06
0
noobie questions
Just a note: This is similar to the problems I am (still) having. I too am using Redhat9 (Icecast2 and Ices2).
I've used Winamp2 (Zinf tells me the data is corrupted), but instead of the high-pitched noise you describe - I get dead silence. Of course, everything leads me to believe that the connection is healthy and the stream is working.
There's a
2002 Apr 05
1
Selecting hard disk boot when running syslinux from floppy
Hi,
I was wondering if it is possible to have the option to boot from hard disk
when syslinux loads from floppy.
Basicly I'm trying to create a boot disk which gives me the option to boot
from hard disk, possibly after 5 seconds incase I leave the floppy in by
mistake.
The systems I would be using this floppy on would be running Windows NT 4.0,
Windows 2000 and possibly RedHat Linux 7.2.
2009 Sep 01
0
amer: generalized additive mixed models with lme4
Dear R-users,
I'd like to announce the release of the amer-package that adds the
capability to fit generalized additive mixed models to lme4.
It includes a vignette with real data examples and a brief summary of the
theory behind the implementation.
Best,
Fabian
[[alternative HTML version deleted]]
_______________________________________________
R-packages mailing list
R-packages at
2009 Sep 01
0
amer: generalized additive mixed models with lme4
Dear R-users,
I'd like to announce the release of the amer-package that adds the
capability to fit generalized additive mixed models to lme4.
It includes a vignette with real data examples and a brief summary of the
theory behind the implementation.
Best,
Fabian
[[alternative HTML version deleted]]
_______________________________________________
R-packages mailing list
R-packages at
2007 Nov 27
0
zpool detech hangs causes other zpool commands, format, df etc.. to hang
Customer has a Thumper running:
SunOS x4501 5.10 Generic_120012-14 i86pc i386 i86pc
where running "zpool detech disk c6t7d0" to detech a mirror causes zpool
command to hang with following kernel stack trace:
PC: _resume_from_idle+0xf8 CMD: zpool detach disk1 c6t7d0
stack pointer for thread fffffe84d34b4920: fffffe8001c30c10
[ fffffe8001c30c10 _resume_from_idle+0xf8() ]
2004 Aug 06
2
noobie questions
That is set up via the config file and is used for accessing the stream.
I do not believe there is ever any static radiofree.ogg file created. It
is used for streaming purposes only. Though I could be wrong. I just
have never bothered to look. Someone correct me if I am.
KJ
On Fri, 2003-09-12 at 16:14, Jeff Ousley wrote:
> Should I actually have a "radiofree.ogg" file being
>
2004 Aug 06
2
Why can't I login to cvs?
Using the following command
cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot login
and anoncvs as the password, I get the following response
cvs [login aborted]: connect to xiph.org(198.136.36.245):2401 failed: Connection refused
can anyone clue me in?
D Sledge
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
2004 Feb 06
2
vector of factors to POSIXlt
hello,
I have a vector of factors
> str(rcptdt)
Factor w/ 51 levels "1/10/03","1/13/03",..:
> length(rcptdt)
[1] 87
which i want to convert to class POSIXlt to extract the day, so:
a1<-format(rcptdt,"%m/%d/%y")
> length(a1)
[1] 87
and:
a2<-strptime(a1, "%m/%d/%y")
str(a2)
`POSIXlt', format: chr [1:87] "2002-04-18"
2003 Sep 08
3
Adtran TA750 MWI problem
I recently set up Asterisk with an Adtran TA750. All
is well except the phones do not show the MWI.
I have configured zapata.conf properly, as all phones
will receive a stutter dial tone if there is a message
waiting in it's assigned mailbox.
Does anybody know how I might fix this problem?
Thank you for your time
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free,
2003 Sep 03
4
telantek.adsi
I am working with the telantek.adsi file, and I was
wondering how I would create a softkey for Transfer.
I tried making a key definition and using SENDDTMF
"#", but that didn't work. Is there another way I
could do this?
Also, does anybody have any ADSI scripts for use with
Asterisk that they would like to share?
Thank you for your time.
__________________________________
Do you
2004 Nov 02
2
using R in .NET apps
looking for some thoughts on incorporating R functionality to create
histograms of data stored in an informix db. im gonna write the app in .Net
and will use a managed provider to access the data. what R libs might I have
to package in the assemblies? (sorry my Q is general as Ive only just looked
at wanting this yet)
Thanks. Amer.
2003 Jul 18
2
create a vector looping over a frame
Hello,
I have a data.frame
> names(popA)
[1] "Year" "Series" "Age" "WM" "WF" "HM" "HF" "BM"
[9] "BF" "IM" "IF" "AM" "AF" "Yr"
how do i loop over a subset of variables in this frame to create a vector of
2003 Sep 12
1
TDM40B Installation problem
I have problem with a TDM40B installation.
When i modprobe wcfxs the error i get is the
following:
/lib/modules/2.4.19-4GB/misc/wcfxs.o: init_module: No
such device
Hint: insmod errors can be caused by incorrect module
parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the
output from dmesg
/lib/modules/2.4.19-4GB/misc/wcfxs.o: insmod