Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] Embedded PowerPC support?"
2009 Oct 21
0
Flattened Device Tree Project Announcement
Dear FreeBSD Community,
The FreeBSD Foundation is pleased to announce another funded project!
Rafal Jaworowski and Semihalf has been awarded a grant to provide
FreeBSD with support for the flattened device tree (FDT) technology.
This project allows for describing hardware resources of a computer
system and their dependencies in a platform-neutral and portable way.
The main consumers of this
2012 Oct 08
21
[PATCH 00/14] Remove old_portio users for memory region PIO mapping
When running on PowerPC, we don''t have native PIO support. There are a few hacks
around to enable PIO access on PowerPC nevertheless.
The most typical one is the isa-mmio device. It takes MMIO requests and converts
them to PIO requests on the (QEMU internal) PIO bus.
This however is not how real hardware works and it limits us in the ability to
spawn eventfd''s on PIO ports
2005 Oct 17
1
Call transfer - atxfer
Hi,
I try to set up attended transfer in my Asterisk Box . My
features.conf look like this:
[general]
parkext => 100
parkpos => 1-5
context => parkedcalls
parkingtime => 100
transferdigittimeout => 3l
courtesytone = beep
xfersound = beep
xferfailsound = invalid
featuredigittimeout = 500
;adsipark = yes
pickupexten = *8
[featuremap]
atxfer => *2
blindxfer => #
disconnect
2009 Jun 15
2
oggz-chop gives segmentation fault
Hi,
I am using oggz-chop in the ubuntu jaunty, am I doing something wrong?
$ oggz-chop -o yt1.ogv -s0 -e500 ondrej.ogv
Segmentation fault
gdb session doesn't reveal much, since it isn't compiled with debugging symbols:
(gdb) bt
#0 0x00007f9e5d2f0092 in memcpy () from /lib/libc.so.6
#1 0x0000000000403698 in ?? ()
#2 0x000000000040262e in ?? ()
#3 0x000000000040285d in ?? ()
#4
2014 Nov 27
3
[PATCH] configure.ac: don't try to unset -g from CFLAGS
The sed expression is wrong, any flags with '-g' in any position gets
zapped, for example:
-mfloat-gprs=double (for powerpc e500) -> -mfloatprs=double.
Which gives build errors and is perfectly valid in real use scenarios to
switch from e500v1 (single precision) code to e500v2 (double precision) code.
Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
2009 Jan 02
2
Error 16: Inconsistent filesystem structure after a change in the system
I''ve hit this bug on my home machine couple of times and finally decided to log
it since I''ve spend 2 days configuring my "OpenSolaris 2008.11 snv_101b_rc2
X86" and after installing the SUNWsmbfskr package I ended up in the grub> menu.
The package contains a necessary module for CIFS. After pkg install
SUNWsmbfskr, I rebooted the box. There was no grub menu anymore
2011 Oct 22
0
[LLVMdev] Instruction Scheduling Itineraries
On Oct 21, 2011, at 12:15 AM, James Molloy wrote:
> Hi Andy,
>
> Could you describe how this would be done? In the current ARM itineraries
> (say C-A9 for example), the superscalar issue stage is modelled as taking 1
> cycle. If it were to take 2 cycles instead, as far as I can tell the hazard
> analyser would stall because both FU's would be acquired.
>
> I would
2007 Mar 22
1
4.4 i386 Server CD actually 64-bit?
Just downloaded the CentOS 4.4 i386 Server CD. The md5sum on the file
matches:
My file: 8ccb89265b16ca551bd04a15b3cf59a1 (CentOS-4.4.ServerCD-i386.iso)
md5sum.servercd: 8ccb89265b16ca551bd04a15b3cf59a1 (CentOS-4.4.ServerCD-i386.iso)
However, when I boot up with the CD on a Compaq Armada E500 laptop (Pentium
III), the following message pops up:
"Your CPU does not support long
2001 Apr 06
1
HP11 - BUG ?
Hi,
I work with HP-UX 11.00. I installed Samba 2.0.7 on 3 machines from
package and from source. I start smbd (with smb.conf correct), i start nmbd.
After I want to test my Samba with commande :
smbclient -U% -L localhost
but anytime I have error in the logfile :
[2001/04/06 11:23:09, 0] lib/util_sec.c:(69)
Failed to set gid privileges to (-1,-2) now set to (0,0) uid=(0,0)
2015 Mar 26
2
Proper check of openssl usage in processes?
Hi All :)
I need to check and possibly update openssl on my fleet of servers. I would
like to avoid reboot if possible. I think that I can:
- update openssl version with yum
- check all daemon processes which are constantly running in the os, for
example for sshd something like
ldd `which sshd` | awk '/\// { print $3 }' | grep crypto | xargs strings
| grep -i openssl
to verify if the
2006 Mar 23
2
Default lag.max in ACF
Hi,
The default value for lag.max in ACF implementation is 10*log10(N)
There several publications recommending setting lag.max to:
- N/4 (Box and Jenkins, 1970; Chatfield, 1975; Anderson, 1976;
Pankratz, 1983; Davis, 1986; etc.)
- sqrt(N)+10 (Cryer, 1986)
- 20<=N<=40 (Brockwell and Davis)
Why R uses 10*log10(N) as a default?
Please, give me a reference to a book or article where the
2005 Mar 10
2
Re: Do I Need Astrisk
2012 Jul 03
6
Good tool to draw server room?
Hi all.
I am currently designing a server room. I would like to be able to draw a
2D (in the future 3D) project. Do you know any tools? Which one can you
recommend?
Best regards,
Rafal Radecki.
2003 Nov 20
11
Problem running SSH on IBM PPC440 processor, help appreciated
Hi,
Sorry to bother you on this mailing list, however I tried everything else and I am desperate to get this running. Please send me any hints you can think of.
I have installed openssh-3.7.1p2 on a ppc target and trying to connect to an sshd running on a redhat 9 with openssh-3.5p1. I keep getting the error "Disconnecting: Corrupted check bytes on input" no matter what I tried. I
2013 Feb 07
1
Gluster - data migration.
Hi All.
I have two servers ("master" and "slave") with a replicated gluster
volume. Recently I've had a problem with slave and gluster does not
work on it now.
So I would like to:
- stop and remove current volume on master (on slave it is not accessible);
- stop gluster software on master (already stopped on slave);
- remove gluster software on master and slave (previous
2012 Nov 09
2
Memcached - replication?
Hi all.
I am thinking about installing memcached with replication, I've found
http://sourceforge.net/projects/repcached/files/repcached/2.2.1-1.2.8/ but
it is for 1.2.8, and for Centos 6.3 memcached is in version 1.4.4. I do not
want to use client side "replication" (writing to two memcached nodes at
the same time) and haven't found other solution.
Are there any good, protocol
2005 May 10
2
RE: Writing To Multiple MySql Tables
Ive got realtime and mysql.cmd to read from databases but apart from cdr
how else can * write? I need to write to 2x tables and cant do this with
cdr?
Any advice appreciated thanks.
---
Rafal Kaniewski
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.7 - Release Date: 09/05/2005
2016 Sep 06
2
Strange behaviour when using sudo+sh+executable.
Hi All.
I am trying to install some software. Part of its installation is an
invocation of command similar to:
# sudo -H -E -u postgres /bin/bash -c /usr/bin/python2.7
/bin/bash: /usr/bin/python2.7: Permission denied
>From my perspective:
# ls -l /bin/bash /usr/bin/python2.7
-rwxr-xr-x. 1 root root 960376 Jul 8 2015 /bin/bash
-rwxr-xr-x. 1 root root 7136 Oct 11 2015 /usr/bin/python2.7
2016 Oct 27
1
python script from crontab - problems with proper execution
Hi All.
I currently have a problem with proper invocation of a python script with
cron.
non-root $ crontab -l
#Ansible: script_repo_scanner
55 11 * * * /usr/bin/python /path/script_repo_scanner.py --bb_user bb_user
--bb_pass bb_pass --bd_log_dir /path/logs &>
/path/script_repo_scanner.py.log
And in /var/log/cron I see that cron executed the script but there is no
log output in
2013 Nov 06
3
syslog-ng or rsyslog?
Hi All.
I've used syslog-ng for some time. I like it. I have a project in which I
need to choose a central logging solution. What are your experiences with
rsyslog? Is it more complex to setup than syslog-ng? Or maybe does it have
some additional features?
I am also thinking about using some gui tools for log parsing and graphing.
May be proprietary/paid. Any suggestions?
Best regards,