C:\nppdf32Log\debuglog.txt

[Env]:

Fedora 15

 

This time I notice this err. message on Idea log:

 

Well, it’s a classic issue on Acroread.

Notice here:
 Bug #986841  Debug log created by Adobe Reader browser plugin (nppdf.so)

There’s no fix for even we do not have new Acroread version for linux.

But w/r provided in comment #21:
Quote:

Installing Kali Linux via USB installer

http://docs.kali.org/installation/kali-linux-live-usb-install

http://cn.docs.kali.org/installing-kali-linux-cn/%E7%94%A8live-u%E7%9B%98%E5%AE%89%E8%A3%85kali-linux

 

I dd image to /dev/sdb1 instead of /dev/sdb,  so I cannot boot via usb.

usb-persistence

 

 

 

 

 

 

 

This pic helps.

I turn to grub cmd line of current Linux:

cool to access live sys. and then choose “install kali linux” to start the installaions.

 

 

easy_install scapy failed

on EL 7, python 2.7.

Before installation
Run

#easy_install scapy failed.

Error on :

root cause is:
On pypi page
https://pypi.python.org/pypi/scapy

latest pkg is
scapy-2.2.0-dev.linux-x86_64.tar.gz (md5)  //binary
Instead of
scapy-2.2.0-dev.tar.gz (md5)  //source

 

easy_install script will choose the binary pkg to download, which failed anyway.

 

w/r is to download source manually.

install python-rrdtool on EL7

Python 2.7.5
on EL 7

failed:

sdf

wk  is to inst basic package.

and then re-run easy_install

note:
Anyway you can directly issue #yum install rrdtool-python.

build Remmina RPM for EL7

t430z.suse
CentOS 7
3.10.0-123.9.3.el7.x86_64

 

Remmina is a well-known remote desktop access tool.

Following packages is necessary for the build:

I was using  freerdp 1.2 for fc22 rpm, but failed:

 

It’s documented as version conflicts,
remmina 1.1 for now only builds on freerdp 1.1

Ref:

https://bugs.gentoo.org/show_bug.cgi?id=529666

 

So I have to turn to an old version , if you have interests on building next 1.2 branch:
Ref here:
https://github.com/FreeRDP/Remmina/wiki/Compile-on-Fedora-20

 

After building freerdp-1.1.0-0.12.beta.2013071101.fc21

Rebuild remmina failed:

Well, this problem is wired and it’s actually a problem on remmina/freerdp protocal un-match.

fix is to use a newer freerdp pkg, or a patch to this remmina pkg to not set this parameter FALSE
https://github.com/FreeRDP/Remmina/commit/2c64a00c5f6c188027616f7488b29443768a800e

Alternative is to checkout spec file, and not applying following patch

# it’s not a critical issue patch fix, just a patch on build. safe to mod.

After that

works.

 

Install packages and works.

my pkgs will also be available here:
http://pan.baidu.com/s/1o6OB8ro

References:
Bug 529666 – net-misc/remmina-1.1.1 with net-misc/freerdp-1.2.0_beta1_pre20141115 – CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:136 (message): Could NOT find FREERDP (missing: FREERDP_LIBRARY)

Home_FreeRDP/Remmina_wiki

Call rfx_context_new with a BOOL argument