John P. Goldman | 8 May 2013 10:46
Picon
Favicon

dringender Vorschlag


Entschuldigungen für kommen in Ihre Privatsphäre! Ich bin Rechtsanwalt
Werner Erich Zeller; Ich habe einen meiner einflussreichen und
wohlhabenden Kunden zum Tode; und er hatte eine sehr geheime und private
Investitionen von €15,000,000.00 bei einer privaten Bank in Großbritannien
hier zu Lebzeiten. Diese Investition wurde ohne einen deklarierten
nächsten Angehörigen und begünstigte. Jetzt brauche ich Sie arbeiten mit
mir als mein Partner zu erholen und zu je 50 % Aktienfonds. Alle Dokumente
werden rechtlich beantragt und beschafft, und in 5 Werktage, wird diese
Transaktion auftreten. Aber ich brauche einen ernsten, treuen und
glaubwürdigen Partner.

Bitte senden Sie mir eine vertrauliche Antwort, wenn Sie denken, Sie
vertraut werden können und sind von den Qualitäten! Ich warte auf Ihre
schnelle Antwort.

Werner Erich Zeller (Rechtsanwalt)
Rufen Sie + 44-702-409-0820 (Office)
Michele Roca | 27 Mar 2013 09:10
Picon

MY GOOD FRIEND!


I am Barrister Werner Erich Zeller; I need your sincere partnership in
transferring the sum of 15,000,000.00 EUR The details await you as you 
reply!

please! Call +44 702 409 0820 (office)

--

-- 
Ich bin Barrister Werner Erich Zeller, ich brauche eure aufrichtige
Partnerschaft intransferring die Summe von 15.000.000,00 EUR auf Ihr
Bankkonto in dieser Woche für den Nutzen der beiden von uns 50% each.It
ist 100% legal, legitim und sicher! für Details, schreiben Sie mir auf
dieser meiner privaten E-Mail statt: Dies ist dringende und ernste Sie
müssen bereit sein und bereit, bevor Sie mich kontaktieren.

bitte! Rufen Sie +44 702 409 0820 (Büro)
Antyvir | 19 Mar 2013 07:32
Picon

WIRUS (Worm.Mydoom.I) WYKRYTO W POCZCIE, KTORA POCHODZI PRAWDOPODOBNIE OD CIEBIE

OSTRZEZENIE O WIRUSIE

Nasz skaner wiadomosci email znalazl 
    wirusa: Worm.Mydoom.I
w Twojej poczcie do nastepujacego odbiorcy:
-> darekk <at> automex.pl

Sprawdz swój system na obecnosc wirusów,
lub zapytaj swojego administratora jak to zrobic.

Wysylka tego maila zosta?a wstrzymana!

Uwaga! Niektóre wirusy losowo wybieraja adres email nadawcy z ksiazki
adresowej zarazonego komputera wiec komunikat ten nie oznacza w 100
ze posiadasz zarazony system. Nalezy jednak go sprawdzic skanerem 
antywirusowym.

Dla Twojej wiadomosci i sprawdzenia poni?ej znajduja sie naglówki z
zarazonego maila.
------------------------- BEGIN HEADERS -----------------------------
Received: from vger.kernel.org (unknown [218.80.250.34])
	by automex.pl (Postfix) with ESMTP id 7FEE2B2768
	for <darekk <at> automex.pl>; Tue, 19 Mar 2013 07:32:01 +0100 (CET)
From: linux-embedded <at> vger.kernel.org
To: darekk <at> automex.pl
Subject: Status
Date: Tue, 19 Mar 2013 14:31:49 +0800
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_0000_A73BBF9B.97F16AA3"
(Continue reading)

Victor Kuba | 12 Mar 2013 17:15
Picon

Fw: BUSINESS PROPOSAL /PARTNERSHIP VENTURE

gmane.linux.kernel.embedded
Attachment (PARTNERSHIP VENTURE.docx): application/vnd.openxmlformats-officedocument.wordprocessingml.document, 12 KiB
zhaoyilong | 16 Jan 2013 09:17
Picon

How to use DEBUG macros in compressed/head.S

When I open the macro DEBUG in the front of  file
arch/arm/boot/decompressed/head.S,the kernel runs and stops at"Uncompressing
Linux... done, booting the kernel."
CONFIG_DEBUG_ICEDCC is closed by default, so I am sure  the code runs tothe
following branch:
...........
...........
...........
.macro kputc,val
mov r0, \val
bl putc
.endm

.macro kphex,val,len
mov r0, \val
mov r1, #\len
bl phex
.endm

.macro debug_reloc_start
#ifdef DEBUG
kputc #'\n'
kphex r6, 8 /* processor id */
kputc #':'
kphex r7, 8 /* architecture id */
...........
...........
...........

Problem is happened in a context like this:
(Continue reading)

zhaoyilong | 15 Jan 2013 07:51
Picon

I can only receive email from lkml,why?

Are you chinese?

Sorry to disturb you for a simple question.

I have set text coded with utf-8 and use plain text rather than html.

But why cant I receive email from lkml?
thx!

zhaoyilong | 14 Jan 2013 02:32
Picon

[head.S]open DEBUG in compressed/head.S, kernel crashed...

When I open the macro DEBUG in the front of  file
arch/arm/boot/decompressed/head.S,the kernel runs and stops at"Uncompressing
Linux... done, booting the kernel."
CONFIG_DEBUG_ICEDCC is closed by default, so I am sure  the code runs tothe
following branch:
...........
...........
...........
.macro kputc,val
mov r0, \val
bl putc
.endm

.macro kphex,val,len
mov r0, \val
mov r1, #\len
bl phex
.endm

.macro debug_reloc_start
#ifdef DEBUG
kputc #'\n'
kphex r6, 8 /* processor id */
kputc #':'
kphex r7, 8 /* architecture id */
...........
...........
...........

Problem is happened in a context like this:
(Continue reading)

zhaoyilong | 13 Jan 2013 13:38
Picon

opening DEBUG in compressed/head.S, kernel crashed

 When I open the macro DEBUG in the front of  file
arch/arm/boot/decompressed/head.S,the kernel runs and stops at"Uncompressing
Linux... done, booting the kernel."
CONFIG_DEBUG_ICEDCC is closed by default, so I am sure  the code runs tothe
following branch:
...........
...........
...........
.macro kputc,val
mov r0, \val
bl putc
.endm

.macro kphex,val,len
mov r0, \val
mov r1, #\len
bl phex
.endm

.macro debug_reloc_start
#ifdef DEBUG
kputc #'\n'
kphex r6, 8 /* processor id */
kputc #':'
kphex r7, 8 /* architecture id */
...........
...........
...........

Problem is happened in a context like this:
(Continue reading)

Alexander Varnin | 29 Nov 2012 10:38
Picon

Re: Need help adding platform UIO devices to board

Where to add printk?

29.11.2012 12:45, 游競雄 пишет:
> Did you add printk to understand what happened?
>
> BR

Alexander Varnin | 28 Nov 2012 19:53
Picon

Need help adding platform UIO devices to board

Hello!
I'm trying to add UIO device to my system to handle interrupt. But i'm
facing following problem. Docs says, on reading device /dev/uio0 it will
block until interrupt occurs. I've made simple program for test. It
tries to write 1 to enable interrupts.

    #include <unistd.h>
    #include <errno.h>
    #include <fcntl.h>
    #include <stdio.h>

    int main()
    {
        int fd;
        char c = 1;
        fd = open("/dev/uio0", O_RDONLY);
        if (fd<0) {
            printf("open error: %d\n", errno);
             return 0;
        }
        printf("fd == %d\n", fd);
        int res = write(fd, &c, 1);
        if(res<0) {
            printf("write error: %d\n", errno);
        }
        return 0;
    }

And as the output i get

(Continue reading)

Geert Uytterhoeven | 13 Nov 2012 18:54

[FOSDEM] Embedded and mobile devroom CFP

Every year there is a special dedicated track for embedded and mobile
projects at Fosdem (see: http://www.fosdem.org/). If you are interested to
highlight or give a talk about your project check out the cfp.

FOSDEM will be held the 2nd and 3th of February 2013 in Brussels,
Belgium. As usual and for the 10th time there will be an embedded and
mobile room.
For this years program we are looking for people who would like to do
a presentation about their or their community's projects in this area.
These projects must be Free Software or Open Source.
For example involvement and experiences with projects like Arduino,
Tizen, Jolla, Mer, Beagleboard, Openembedded, Android, OpenWrt, Yocto,
Linaro... Kernel hacks for maximising memory usage, using filesystems
on flash, power management, ...
We are also interested in short tutorials, project overviews,
achievements, ports to new hardware and hardware hacking, real life
deployments, ... all are welcome and all submissions will be reviewed
by our panel.
Submissions require a small abstract and short speaker presentation
and should be submitted to fosdem.embedded at gmail.com before the 25th
of December 2012

The panel consists of:

Philippe De Swert
Peter De Schrijver
Thomas Petazzoni
Geert Uytterhoeven

Thanks!
(Continue reading)


Gmane