News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - cfernandes

#316
Users / Re: Android Touch Orbiter
December 17, 2010, 03:43:22 PM
Hi darrenmason

i installed on my motorola mb300 (android 1.5), and is to slow , is there any think  that i need to change.

i have a touchorbiter on a ipaq  with familiar linux  on same network and this run fast.
#317
Developers / Re: Clutter Exercise: Media List
October 19, 2010, 03:07:52 PM
Tom ,

i go try to learn this.

Carlos
#319
HI ,


i finished to Compile Touch Orbiter to Familiar GPE

is running on my old ipaq 3650


carlos
#320
Users / Re: LIRC_DCE problem after apt-get upgrade
October 10, 2010, 09:51:42 PM
Thank you Sambuca ,

i need to install pluto-irbase too .
#321
Users / LIRC_DCE problem after apt-get upgrade
October 10, 2010, 04:16:53 PM
After i do apt-get upgrade

my mce_usb not work and on pluto.log i have this message

"1       10/10/10 11:13:43       147 (spawning-device)   Found /usr/pluto/bin/LIRC_DCE
3       10/10/10 11:13:43       147 (spawning-device)   Device died... count=4/50 dev=147
"
i try to load manualy LIRC_DCE and i found this message


/usr/pluto/bin/LIRC_DCE
/usr/pluto/bin/LIRC_DCE: error while loading shared libraries: libMessageTranslation.so: cannot open shared object file: No such file or directory


so anyone can help me ?
#322
only one comment  is to reduce  maxretry to 2 



[asterisk-iptables]
enabled  = true
filter   = asterisk
action   = iptables-allports[name=ASTERISK, protocol=all]
           sendmail-whois[name=ASTERISK, dest=root, sender=fail2ban@example.org]
logpath  = /var/log/asterisk/full
maxretry = 2
bantime = 259200
#323
Users / Re: Fail2ban - using?
September 19, 2010, 08:51:30 PM
Paulo ,

on my installation i not need to add on jail.local , all  configurations is made on jail.conf


Carlos
#324
Users / Re: Fail2ban - using?
September 19, 2010, 03:50:24 PM
Paulo,

your fail2ban is working or you have some issue  ?

i have the same configuration that you post .

and this configuration is working  on my linuxmce  and on  a asterisk server in my work.

Carlos
#325
Users / Re: Fail2ban - using?
September 18, 2010, 03:38:49 PM
this is my fail2ban configuration

apt-get install fail2ban
touch /etc/fail2ban/filter.d/asterisk.conf
content off asterisk.conf

# Fail2Ban configuration file
#
#
# $Revision: 250 $
#

[INCLUDES]

# Read common prefixes. If any customizations available -- read them from
# common.local
#before = common.conf


[Definition]

#_daemon = asterisk

# Option:  failregex
# Notes.:  regex to match the password failures messages in the logfile. The
#          host must be matched by a group named "host". The tag "<HOST>" can
#          be used for standard IP/hostname matching and is only an alias for
#          (?:::f{4,6}:)?(?P<host>\S+)
# Values:  TEXT
#

failregex = NOTICE.* .*: Registration from '.*' failed for '<HOST>' - Wrong password
            NOTICE.* .*: Registration from '.*' failed for '<HOST>' - No matching peer found
            NOTICE.* .*: Registration from '.*' failed for '<HOST>' - Username/auth name mismatch
            NOTICE.* .*: Registration from '.*' failed for '<HOST>' - Device does not match ACL
            NOTICE.* .*: Registration from '.*" .* failed for '<HOST>' - Peer is not supposed to register
            NOTICE.* <HOST> failed to authenticate as '.*'$
            NOTICE.* .*: No registration for peer '.*' \(from <HOST>\)
            NOTICE.* .*: Host <HOST> failed MD5 authentication for '.*' (.*)
            NOTICE.* .*: Failed to authenticate user .*@<HOST>.*
ignoreregex =


on file /etc/fail2ban/jail.conf
i add

[asterisk-iptables]

enabled  = true
filter   = asterisk
action   = iptables-allports[name=ASTERISK, protocol=all]
           sendmail-whois[name=ASTERISK, dest=root, sender=fail2ban@example.org]
logpath  = /var/log/asterisk/full
maxretry = 3
bantime = 259200

#326
Users / Re: Fail2ban - using?
September 17, 2010, 04:31:07 PM
yeah ,  i use on my home .

#327
Users / Re: DVB Cards info needed for Templates
August 08, 2010, 03:51:20 PM
Capture Card Zogis Real Angel 220

lspci -vn

02:03.0 0480: 1131:7130 (rev 01)
       Subsystem: 1131:0000
       Flags: bus master, medium devsel, latency 32, IRQ 18
       Memory at f2001000 (32-bit, non-prefetchable) [size=1K]
       Capabilities: [40] Power Management version 1
       Kernel driver in use: saa7134
       Kernel modules: saa7134

v4l2-ctl -n
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : Television
        Type    : 0x00000001
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 1
        Name    : Composite1
        Type    : 0x00000002
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 65792

        Input   : 2
        Name    : S-Video
        Type    : 0x00000002
        Audioset: 0x00000001
        Tuner   : 0x00000000
        Standard: 0x0000000000FFBFFF ( PAL NTSC SECAM )
        Status  : 0


#328
Users / Segmentation fault
July 24, 2010, 08:38:19 PM
HI

i try  to do a sudo su on my core  and receive  the message  "Segmentation fault"

other problem is all movies not show on  media files sync

please some one give a help !!!

i edit /etc/sudoers

and change this line
Cmnd_Alias      PLUTO_WEBCMD = /usr/pluto/bin/*, /usr/bin/find, /sbin/reboot, /bin/cp, /bin/mv, /bin/rm, /bin/mkdir, /usr/sbin/asterisk
to

Cmnd_Alias      PLUTO_WEBCMD = /usr/pluto/bin/, /usr/bin/find, /sbin/reboot, /bin/cp, /bin/mv, /bin/rm, /bin/mkdir, /usr/sbin/asterisk

no sudo work again

#329
hi ,

i have some errors  like this

5      07/17/10 16:39:55.564        # PlutoMediaFile STARTED: dir /home/public/data/audio file Alexandre Pires - Eva, Meu Amor.mp3 <0xb636d6c0>
10      07/17/10 16:39:55.564        # ID3FileHandler::LoadAttributes: loading 0 attributes in the attribute file /home/public/data/audio/Alexandre Pires - Eva, Meu Amor.mp3 <0xb636d6c0>
10      07/17/10 16:39:55.598        # LoadPlutoAttributes: pluto attributes loaded (from id3 file - general object tag) 0 <0xb636d6c0>
/usr/pluto/bin/UpdateMedia: symbol lookup error: /usr/pluto/bin/UpdateMedia: undefined symbol: _ZNK6TagLib5ID3v218PopularimeterFrame5emailEv
#330
Hello ,

i use in my home system a failtoban to create rules  on iptables to block  attack's

i go to post my rules wheni go home.


Carlos