[SOLVED]mplayer and urxvt problems after update

Hello to all fellow archers!
Couple of days back, I updated xorg-server, like most of the people around here, so I asume that issues I`m going to describe, could be related to xorg-server being recently updated.
First issue is related to mplayer not playing movies in fullscreen format, despite being told to do so. The image size of a video is about 20% of screen resolution size, while the rest of the screen is just black.
MPlayer 1.0rc2-4.3.2 (C) 2000-2007 MPlayer Team
CPU: AMD Athlon(tm) Processor (Family: 6, Model: 6, Stepping: 2)
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled with runtime CPU detection.
115 audio & 237 video codecs
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing Death.Proof[2007][Unrated.Editon]DvDrip[Eng]-aXXo.avi.
AVI file format detected.
[aviheader] Video stream found, -vid 0
[aviheader] Audio stream found, -aid 1
VIDEO: [DX50] 664x280 12bpp 23.976 fps 741.7 kbps (90.5 kbyte/s)
Clip info:
Software: VirtualDubMod 1.5.10.1 (build 2366/release)
SUB: Detected subtitle file format: microdvd
SUB: Read 1877 subtitles.
SUB: Added subtitle file (1): ./Death.Proof[2007][Unrated.Editon]DvDrip[Eng]-aXXo.srt
[VO_XV] It seems there is no Xvideo support for your video card available.
[VO_XV] Run 'xvinfo' to verify its Xv support and read
[VO_XV] DOCS/HTML/en/video.html#xv!
[VO_XV] See 'mplayer -vo help' for other (non-xv) video out drivers.
[VO_XV] Try -vo x11.
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
==========================================================================
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 48000 Hz, 2 ch, s16le, 112.0 kbit/7.29% (ratio: 14000->192000)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
VDec: vo config request - 664 x 280 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 2.37:1 - prescaling to correct movie aspect.
VO: [x11] 664x280 => 664x280 Planar YV12
[swscaler @ 0x89d5f50]SwScaler: using unscaled yuv420p -> rgb32 special converter
A: 67.6 V: 67.6 A-V: -0.001 ct: 0.114 1621/1621 7% 12% 1.0% 0 0
Exiting... (Quit)
I tried switching between many different video out drivers, the only one that plays video normaly is x11, but the image size is very small.
I`m using vesa driver and my video card is
lspci | grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV250 If [Radeon 9000] (rev 01)
xorg.conf http://pastebin.com/f314eaaed
Xorg.0.log http://pastebin.com/f570dbcf5
I found a partial solution to mplayer problem in this tread http://bbs.archlinux.org/viewtopic.php?id=60054 where patroclo7 stated, that from this update on, X is using autodetection and doesn`t need xorg.conf anymore.
Anyways I followed the advice deleted my xorg.conf and rebooted arch without xorg.conf. Everything works, even the video in mplayer is running at normal size, however the default screen resolution is a bit to high.
I would like to set it to 1024x768 (monitor, philips 107E5) but don`t have a clue how to change screen resolution without xorg.conf being present. I`m using openbox as a standalone wm.
I still have a backup of my working xorg.conf file, so I can switch between xorg.conf and the other config.
Just for the record, video files are displayed properly using vlc as media player on both described configurations.
To sum everything up, how to set screen resolution at 1024x 768 without xorg.conf being present or how to fix mplayer displaying movies in a very small screen/box, despite running in fullscreen mode (using xorg.conf).
My second problem is regarding urxvt and its borderless. If I set it to true urxvt hangs on start everytime. The terminal is displayed in top left corner of the screen but it`s frozen and can`t be used, while being set to false works like a charm.
Xdefaults
#####Urxvt Config#####
URxvt.termName: rxvt
URxvt.transparent: true
URxvt.inheritPixmap: true
URxvt.imLocale: en_US.utf8
URxvt.scrollBar: false
URxvt.saveLines: 5000
URxvt.urlLauncher: kazehakase
URxvt.cursorBlink: true
URxvt.fading: 15%
URxvt.shading: 50
!URxvt*background: [80]#ece9e2
!URxvt.foreground: [80]#3d352a
urxvt.depth: 24
urxvt*background: rgba:0000/0000/0000/aaaa
urxvt*foreground: rgba:ffff/ffff/ffff/aaaa
URxvt.tintColor: #d9d7d1
URxvt.borderLess: false
!URxvt.InternalBorder: .5
URxvt.externalBorder: .5
URxvt.borderColor: #acacac
######Urxvt Colors######
*foreground: rgba:0000/0000/0000/dddd
*background: rgb:10/10/10
!black
*color0: rgb:20/20/20
*color8: rgb:75/77/73
!red
*color1: rgb:cc/00/00
*color9: rgb:ef/29/29
!green
*color2: rgb:4e/9a/06
*color10: rgb:8a/e2/34
!brown/yellow
*color3: rgb:c4/a0/00
*color11: rgb:fc/e9/4f
!blue
*color4: rgb:34/65/a4
*color12: rgb:72/9f/cf
!magenta
*color5: rgb:75/50/7b
*color13: rgb:ad/7f/a8
!cyan
*color6: rgb:06/98/9a
*color14: rgb:34/e2/e2
!white
*color7: rgb:d3/d7/cf
*color15: rgb:ee/ee/ec
! #####Xterm Config#####
XTerm*background: black
XTerm*foreground: gray
XTerm*highlightColor: orange
######Stjerm Config######
stjerm.key: f12
stjerm.opacity: 50
######Stjerm colors######
stjerm.color0: #202020
stjerm.color1: #cc0000
stjerm.color2: #4e9a06
stjerm.color3: #c4a000
stjerm.color4: #3465a4
stjerm.color5: #75507b
stjerm.color6: #06989a
stjerm.color7: #d3d7cf
stjerm.color8: #757773
stjerm.color9: #ef2929
stjerm.color10: #8ae234
stjerm.color11: #fc394f
stjerm.color12: #729fcf
stjerm.color13: #ad7fa8
stjerm.color14: #34e2e2
stjerm.color15: #eeeeec
######Mouse Cursor Theme######
Xcursor.theme:Neutral_Plus_Inv
Any advice is highly appreciated.
Regards,
bandito
Last edited by bandito (2008-12-05 21:35:11)

The solution for mplayer using xorg.conf file as follows:
To get fullscreen video working just add
zoom = yes
to /.mplayer/config
In case if you are using gui for mplayer and get the following error trying to play a video file
Error opening/initializing the selected video_out (-vo) device
Open /.mplayer/gui.conf and change vo_driver from "xv" to "x11".
Urxvt solution is described here http://bbs.archlinux.org/viewtopic.php?pid=457421 but also check this for explanation http://comments.gmane.org/gmane.comp.wi … enbox/3947
regards
Bandito
Last edited by bandito (2008-12-05 21:34:31)

Similar Messages

  • My iphone 4s wifi and bluetooth problem after updating ios 8? please help me...

    my iphone 4s wifi and bluetooth problem after updating ios 8? please help me...

    Hey there Abdulrahim0259,
    I would recommend that you use the following 2 article to help troubleshoot the Wi-Fi and bluetooth issues you are seeing, respectively:
    iOS: Troubleshooting Wi-Fi networks and connections - Apple Support
    And:
    iOS: Troubleshooting Bluetooth connections - Apple Support
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • Z1 bluetooth and network problem after updating to 1.136

    Hi,
    Last week I updated my phone via PC companion when it notified me a new system update was available. The update took me from Android 4.2.2 to 4.3, and the biuld number is now 14.2.A.1.136.
    I use my phone with a SmartWatch 2 all the time, and a SBH20 bluetooth headset in my car. Before the update everything worked fine, but now I have issues with bluetooth connectivity. My SmartWatch 2 randomly disconnects and reconnects to the phone, and so does the headset. In the watch, specifically the Whatsapp notification app by LIS software stopped getting notifications most of the time, although every once in a while it does. The SBH20 also randomly disconnects and sometimes it takes minutes to reconnect by itself. I already unpaired and paired again both devices, even reset the SmartWatch, and the problem persists.
    But the most recurrent issue is that the phone repeatedly notifies me to "Sign in to network"... and has problems connecting to the 4G and even to wi-fi networks, meaning that sometimes I don't get any data at all for who knows how long, because it happens randomly.
    One thing that seems to me is that every time i lose my bluetooth connections it's because (or at the same time) of whatever happens that triggers the "Sign in to network" notification.
    I was really happy of having purchased the whole package of phone, watch and headset, please help me with this.
    Leonardo

    This is the responses I go from Sony "Customer DON'T Care....." regarding bluetooth issues - 
    "We can advise Sony Xperia do not test our products with other manufacturer’s devices and so we can not confirm the two devices are compatible.
    As the handset has been updated this does indicate it is running different software which means the Bluetooth will have also been updated. Sadly, as Sony Xperia does not test our products with third party Bluetooth devices we will not have been able to foresee the change with your specific device.
    We could only suggest that you contact the manufacturer of the device for any further assistance as there is nothing further we could advise.
    We do apologise for any inconvenience this may have caused.
    It is not that the software does not work it is the fact that we have updated the bluetooth drivers withing the update you have which no longer makes the bluetooth compatable with your car kit, if you ahve not contacted the car manufacturer already then I would suggest contacting them and seeing if there are any updates needed to the car kit."
    Mmmmmm... so it seems that they DO NOT test any O/S upgrades against anything.....
    It seems strange that both Samsung(S3 running 4.3)  and HTC M* (running 4.4.2) both work perfectly with my car audio system and the "developers" at Sony cant... either that or they just do not care... The smart money is on the latter... My z1 is THE WORST PHONE THAT I HAVE EVER HAD THE MISFORTUNE OF OWNING....

  • [solved] sudo and yaourt problems after recent updates

    After recent updates (past week) yaourt started giving me problems. When using yaourt it prompts me for sudo password but it does not seem to use my sudo configuration.
    I get this:
    [sudo] password for root:
    [sudo] password for root:
    Password:
    su: Authentication failure
    Password:
    When entering mine or root's password I just get prompt again. The last password is for su, which when I enter root's works.
    It seems sudo is not using /etc/sudoers configuration either, as I have things like insults enabled and it used to work previously.
    Any reason for this?
    sudo works fine otherwise.
    Last edited by wrm (2014-03-29 23:12:26)

    Looks like this: https://github.com/archlinuxfr/yaourt/issues/5
    And this: https://bbs.archlinux.org/viewtopic.php?id=178776
    Last edited by 2ManyDogs (2014-03-24 21:33:40)

  • [Solved] LaTeX and LyX problems after recent update

    After the recent TeX update, problems arose that were already discussed in another thread, the solution is in a post by bender02. Because I use LyX instead of the "normal" latex command line tool, I was getting the following:
    The layout file requested by this document,
    scrbook.layout,
    is not usable. This is probably because a LaTeX
    class or style file required by it is not
    available. See the Customization documentation
    for more information.
    LyX will not be able to produce output.
    I am just posting this here to make it easier for others that search for that LyX message to find the solution.

    Great jstarek!
    That information saved me!
    Don't know why the TeX updates break so easily...

  • Ipad air sound and battery problem after updating to ios 7.1

    After ios 7.1 update my ipad air passcode sound is muted for first digit. The audio volume is lowered in video player.
    The worst thing is battery is draining faster.
    Dear Apple,,,,your most advanced mobile operating system is getting worse and worse......please fix your bugs.

    check the brightness level on your iPad , try to lower it and see if this solve the problem .

  • [Solved]Steam - OpenGL GLX problem after update

    When I open steam it gives me this prompt:
    "OpenGL GLX context is not using direct rendering, which may cause performance problems.
    For more information visit https://support.steampowered.com/kb_article.php?ref=9938-EYZB-7457."
    I had this problem before, but I solved it with this command:
    rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
    rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1
    rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libgcc_s.so.1
    rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libstdc++.so.6
    rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb.so.1
    But now after newest update, nothing solves this problem. And also I can do nothing about steam updates, beacause steam updates itself. I am using mesa-git drivers for AMD. Everything was working fine before the latest update. The command I shown to you doesn't help now. Steam now launches itself,but all 3D games crash on startup. The output of command glxinfo|grep rendering is direct rendering: yes.
    Last edited by Anticitizen (2014-12-09 12:33:39)

    from the steam output :
    libGL error: unable to load driver: r600_dri.so
    libGL error: driver pointer missing
    libGL error: failed to load driver: r600
    libGL error: unable to load driver: swrast_dri.so
    libGL error: failed to load driver: swrast
    Those libraries are in /usr/lib/xorg/modules/dri , both mesa-git 66716 and mesa-dri 10.3.5 symlink them to the r300_dri.so lib in the same folder.
    ( this is intentional due to recent changes in mesa).
    To verify whether you have an OpenGL problem or a steam problem, try running native opengl applications like Xonotic or Oolite (both are in repos) .

  • [SOLVED] Somme strange LXDE problems after update

    Hi i had no problems at all white 3.10.3: the arch linux kernel of death but i have some now. Its not a big problem butte LXDE is refusing to load my background image and it has switch t my keyboard layout to from Swedish to English after the last upgrade. I thug i would find the answer in /var/log/pacman.log
    [2013-08-02 11:21] [PACMAN] Running ’pacman --color auto -Sy'
    [2013-08-02 11:21] [PACMAN] synchronizing package lists
    [2013-08-02 11:22] [PACMAN] Running ’pacman --color auto -S -u'
    [2013-08-02 11:22] [PACMAN] starting full system upgrade
    [2013-08-02 11:23] [PACMAN] upgraded alsa-plugins (1.0.27-1 -> 1.0.27-2)
    [2013-08-02 11:23] [PACMAN] upgraded x264 (20130206-1 -> 20130702-1)
    [2013-08-02 11:23] [PACMAN] upgraded ffmpeg (1:1.2.1-1 -> 1:2.0-2)
    [2013-08-02 11:23] [PACMAN] upgraded amarok (2.7.1-2 -> 2.7.1-3)
    [2013-08-02 11:23] [PACMAN] upgraded audit (2.2.3-3 -> 2.2.3-4)
    [2013-08-02 11:23] [PACMAN] upgraded bison (2.7.1-1 -> 3.0-1)
    [2013-08-02 11:23] [PACMAN] upgraded dhcpcd (5.6.8-3 -> 6.0.4-1)
    [2013-08-02 11:23] [PACMAN] upgraded fuse (2.9.2-3 -> 2.9.3-1)
    [2013-08-02 11:23] [PACMAN] upgraded gcc-libs (4.8.1-1 -> 4.8.1-2)
    [2013-08-02 11:23] [PACMAN] upgraded gcc (4.8.1-1 -> 4.8.1-2)
    [2013-08-02 11:23] [PACMAN] upgraded gjs (1.36.1-1 -> 1.36.1-2)
    [2013-08-02 11:23] [PACMAN] upgraded gnome-session (3.8.2-1 -> 3.8.4-1)
    [2013-08-02 11:23] [PACMAN] upgraded libgdm (3.8.3.1-1 -> 3.8.4-1)
    [2013-08-02 11:23] [PACMAN] upgraded mutter (3.8.3-1 -> 3.8.4-1)
    [2013-08-02 11:23] [PACMAN] upgraded gnome-shell (3.8.3-3 -> 3.8.4-1)
    [2013-08-02 11:23] [ALPM] warning: directory permissions differ on /var/lib/gdm/.config/dconf/
    filesystem: 700 package: 755
    [2013-08-02 11:23] [ALPM] warning: directory permissions differ on /var/log/gdm/
    filesystem: 1770 package: 711
    [2013-08-02 11:23] [PACMAN] upgraded gdm (3.8.3.1-1 -> 3.8.4-1)
    [2013-08-02 11:23] [PACMAN] upgraded giflib (4.2.1-3 -> 5.0.4-2)
    [2013-08-02 11:23] [PACMAN] upgraded gnash-common (0.8.10-9 -> 0.8.10-10)
    [2013-08-02 11:23] [PACMAN] upgraded gnash-gtk (0.8.10-9 -> 0.8.10-10)
    [2013-08-02 11:23] [PACMAN] upgraded gnome-icon-theme (3.8.2-1 -> 3.8.3-1)
    [2013-08-02 11:23] [PACMAN] upgraded gnutls (3.2.2-2 -> 3.2.3-1)
    [2013-08-02 11:23] [PACMAN] upgraded gstreamer (1.0.8-1 -> 1.0.9-1)
    [2013-08-02 11:23] [PACMAN] upgraded gst-plugins-base-libs (1.0.8-1 -> 1.0.9-1)
    [2013-08-02 11:23] [PACMAN] upgraded imlib2 (1.4.5-4 -> 1.4.5-5)
    [2013-08-02 11:23] [PACMAN] upgraded iso-codes (3.43-1 -> 3.44-1)
    [2013-08-02 11:23] [PACMAN] upgraded nspr (4.9.6-1 -> 4.10-2)
    [2013-08-02 11:23] [PACMAN] upgraded nss (3.14.3-3 -> 3.15.1-1)
    [2013-08-02 11:23] [PACMAN] upgraded jre7-openjdk-headless (7.u40_2.4.1-1 -> 7.u40_2.4.1-2)
    [2013-08-02 11:23] [PACMAN] upgraded jre7-openjdk (7.u40_2.4.1-1 -> 7.u40_2.4.1-2)
    [2013-08-02 11:23] [PACMAN] upgraded k3b (2.0.2-8 -> 2.0.2-9)
    [2013-08-02 11:23] [PACMAN] installed python (3.3.2-1)
    [2013-08-02 11:23] [PACMAN] upgraded media-player-info (17-1 -> 19-1)
    [2013-08-02 11:23] [PACMAN] upgraded kdelibs (4.10.5-1 -> 4.10.5-2)
    [2013-08-02 11:23] [PACMAN] upgraded libgee (0.10.2-1 -> 0.10.3-1)
    [2013-08-02 11:23] [PACMAN] upgraded libwebp (0.3.1-2 -> 0.3.1-3)
    [2013-08-02 11:23] [PACMAN] installed libgee06 (0.6.8-1)
    [2013-08-02 11:23] [PACMAN] installed lsb-release (1.4-13)
    [2013-08-02 11:23] [PACMAN] upgraded lxsession (0.4.6.1-3 -> 0.4.9.2-2)
    [2013-08-02 11:23] [PACMAN] upgraded mesa (9.1.5-1 -> 9.1.6-1)
    [2013-08-02 11:23] [PACMAN] upgraded mkinitcpio-busybox (1.21.1-1 -> 1.21.1-2)
    [2013-08-02 11:23] [PACMAN] upgraded mkinitcpio (0.14.0-1 -> 0.15.0-1)
    [2013-08-02 11:23] [PACMAN] upgraded mplayer (36285-1 -> 36285-3)
    [2013-08-02 11:23] [PACMAN] upgraded nepomuk-core (4.10.5-1 -> 4.10.5-2)
    [2013-08-02 11:23] [PACMAN] upgraded ntp (4.2.6.p5-15 -> 4.2.6.p5-17)
    [2013-08-02 11:23] [PACMAN] upgraded telepathy-glib (0.20.2-1 -> 0.20.4-1)
    [2013-08-02 11:23] [PACMAN] upgraded transmission-gtk (2.80-2 -> 2.81-1)
    [2013-08-02 11:23] [PACMAN] installed ffmpeg-compat (1:0.10.8-3)
    [2013-08-02 11:23] [PACMAN] upgraded vlc (2.0.7-2 -> 2.0.8-1)
    [2013-08-02 11:23] [PACMAN] upgraded xine-lib (1.2.3-1 -> 1.2.3-2)
    [2013-08-02 11:23] [PACMAN] upgraded xmms2 (0.8DrO_o-18 -> 0.8DrO_o-19)
    [2013-08-02 11:39] [PACMAN] Running ’pacman --color auto -U /tmp/yaourt-tmp-svartastorken/PKGDEST.J0C/qbittorrent-3.0.11-1-i686.pkg.tar.xz'
    [2013-08-02 11:39] [PACMAN] upgraded qbittorrent (3.0.10-2 -> 3.0.11-1)
    [2013-08-02 23:17] [PACMAN] Running ’pacman --color auto -Sy'
    [2013-08-02 23:17] [PACMAN] synchronizing package lists
    [2013-08-03 11:26] [PACMAN] Running ’pacman --color auto -Sy'
    [2013-08-03 11:26] [PACMAN] synchronizing package lists
    [2013-08-03 12:24] [PACMAN] Running ’pacman -U /var/cache/pacman/pkg/gdm-3.8.3.1-1-i686.pkg.tar.xz'
    [2013-08-03 12:24] [PACMAN] downgraded gdm (3.8.4-1 -> 3.8.3.1-1)
    But i didn’t find the problem only a warning on gdm and as you can see i tried to downgrade it whit out any success. This problem came on first reboot after upgrade so i’m pretty sure it is it. And before downgrading everything i thought i would ask if any one knows or had the same problem. There is a part to witch i not sure if its related at all and that is my ufw suddenly blocking out going traffic as i under stud it.
    dmesg
    [ 82.848690] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65150 PROTO=2
    [ 107.894707] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65151 PROTO=2
    [ 132.033792] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65152 PROTO=2
    [ 157.034042] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65153 PROTO=2
    [ 182.232269] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65154 PROTO=2
    [ 207.890480] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65155 PROTO=2
    [ 232.391716] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65156 PROTO=2
    [ 257.260943] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65157 PROTO=2
    [ 282.487170] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65158 PROTO=2
    [ 307.388388] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65159 PROTO=2
    [ 332.837608] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65160 PROTO=2
    [ 357.659861] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65161 PROTO=2
    [ 382.840073] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65162 PROTO=2
    [ 407.764278] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65163 PROTO=2
    [ 432.305506] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65164 PROTO=2
    [ 457.953739] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65165 PROTO=2
    [ 482.581949] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65166 PROTO=2
    [ 507.882182] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65167 PROTO=2
    [ 532.567820] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65168 PROTO=2
    [ 557.358651] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65169 PROTO=2
    [ 582.776839] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65170 PROTO=2
    [ 607.114094] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65171 PROTO=2
    [ 632.838304] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65172 PROTO=2
    [ 657.803520] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65173 PROTO=2
    [ 682.843758] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65174 PROTO=2
    [ 707.052071] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65175 PROTO=2
    [ 732.384196] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65176 PROTO=2
    [ 757.893421] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65177 PROTO=2
    [ 782.672815] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65178 PROTO=2
    [ 807.971873] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65179 PROTO=2
    [ 832.368101] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65180 PROTO=2
    [ 857.728317] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65181 PROTO=2
    [ 882.090552] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65182 PROTO=2
    [ 907.075797] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65183 PROTO=2
    [ 932.843995] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65184 PROTO=2
    [ 957.062248] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65185 PROTO=2
    [ 982.856463] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65186 PROTO=2
    [ 1007.087702] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65187 PROTO=2
    [ 1032.306907] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65188 PROTO=2
    [ 1057.843137] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65189 PROTO=2
    [ 1082.776349] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65190 PROTO=2
    [ 1107.839584] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65191 PROTO=2
    [ 1132.370242] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=46 ID=15749 PROTO=TCP SPT=993 DPT=35918 WINDOW=1002 RES=0x00 ACK FIN URGP=0
    [ 1132.872837] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65192 PROTO=2
    [ 1134.094716] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=56489 PROTO=TCP SPT=993 DPT=35917 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1139.857204] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=46 ID=15750 PROTO=TCP SPT=993 DPT=35918 WINDOW=1002 RES=0x00 ACK FIN URGP=0
    [ 1141.198764] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=56490 PROTO=TCP SPT=993 DPT=35917 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1151.198731] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=56491 PROTO=TCP SPT=993 DPT=35917 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1157.012036] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65193 PROTO=2
    [ 1159.858245] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=46 ID=15752 PROTO=TCP SPT=993 DPT=35918 WINDOW=1002 RES=0x00 ACK FIN URGP=0
    [ 1161.198736] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=56492 PROTO=TCP SPT=993 DPT=35917 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1182.042262] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65194 PROTO=2
    [ 1207.363512] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65195 PROTO=2
    [ 1232.838723] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65196 PROTO=2
    [ 1257.907940] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65197 PROTO=2
    [ 1282.843189] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65198 PROTO=2
    [ 1307.616407] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65199 PROTO=2
    [ 1332.163693] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65200 PROTO=2
    [ 1357.859876] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65201 PROTO=2
    [ 1382.677196] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65202 PROTO=2
    [ 1407.840300] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65203 PROTO=2
    [ 1432.798503] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65204 PROTO=2
    [ 1457.587765] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65205 PROTO=2
    [ 1482.966952] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65206 PROTO=2
    [ 1507.697215] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65207 PROTO=2
    [ 1532.915422] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65208 PROTO=2
    [ 1557.265674] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65209 PROTO=2
    [ 1577.210191] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=15757 PROTO=TCP SPT=993 DPT=35916 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1580.762169] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=15758 PROTO=TCP SPT=993 DPT=35916 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1580.881727] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=64466 PROTO=TCP SPT=993 DPT=35919 WINDOW=1002 RES=0x00 ACK FIN URGP=0
    [ 1582.840885] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65210 PROTO=2
    [ 1590.880808] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=64467 PROTO=TCP SPT=993 DPT=35919 WINDOW=1002 RES=0x00 ACK FIN URGP=0
    [ 1597.866189] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=15760 PROTO=TCP SPT=993 DPT=35916 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1600.880765] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=64468 PROTO=TCP SPT=993 DPT=35919 WINDOW=1002 RES=0x00 ACK FIN URGP=0
    [ 1607.196884] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=14867 PROTO=TCP SPT=993 DPT=35872 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1607.642115] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65211 PROTO=2
    [ 1607.664893] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=14868 PROTO=TCP SPT=993 DPT=35872 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1607.867114] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=15761 PROTO=TCP SPT=993 DPT=35916 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1608.600889] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=14869 PROTO=TCP SPT=993 DPT=35872 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1610.472847] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=14870 PROTO=TCP SPT=993 DPT=35872 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1621.704877] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=14872 PROTO=TCP SPT=993 DPT=35872 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1632.259337] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65212 PROTO=2
    [ 1641.704873] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=45 ID=14874 PROTO=TCP SPT=993 DPT=35872 WINDOW=992 RES=0x00 ACK FIN URGP=0
    [ 1657.846559] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65213 PROTO=2
    [ 1667.604611] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=46 ID=24856 PROTO=TCP SPT=993 DPT=35871 WINDOW=1002 RES=0x00 ACK FIN URGP=0
    [ 1681.525109] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=46 ID=24860 PROTO=TCP SPT=993 DPT=35871 WINDOW=1002 RES=0x00 ACK FIN URGP=0
    [ 1682.767761] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65214 PROTO=2
    [ 1701.525093] [UFW BLOCK] IN=enp0s25 OUT= MAC=00:25:11:4e:ec:fa:74:44:01:75:a3:b1:08:00 SRC=74.125.143.16 DST=192.168.1.3 LEN=52 TOS=0x00 PREC=0x00 TTL=46 ID=24862 PROTO=TCP SPT=993 DPT=35871 WINDOW=1002 RES=0x00 ACK FIN URGP=0
    [ 1707.842997] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65215 PROTO=2
    [ 1732.451186] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65216 PROTO=2
    [ 1757.787431] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65217 PROTO=2
    [ 1782.257669] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65218 PROTO=2
    [ 1807.256913] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65219 PROTO=2
    [ 1832.077117] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65220 PROTO=2
    [ 1857.382373] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65221 PROTO=2
    [ 1882.896566] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65222 PROTO=2
    [ 1907.296840] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65223 PROTO=2
    [ 1932.339009] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65224 PROTO=2
    [ 1957.060263] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65225 PROTO=2
    [ 1982.064671] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65226 PROTO=2
    [ 2007.847696] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65227 PROTO=2
    [ 2032.538144] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65228 PROTO=2
    [ 2057.478177] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65229 PROTO=2
    [ 2082.843355] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65230 PROTO=2
    [ 2107.051697] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65231 PROTO=2
    [ 2132.844823] [UFW BLOCK] IN=enp0s25 OUT= MAC=01:00:5e:00:00:01:74:44:01:75:a3:b1:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=65232 PROTO=2
    Is there a god way to find whats trying to access internet. And to make it clear i don’t know if it have any thing to do white the upgrade.
    And one more thing Arch Linux is the best F.... distro and dis forum is greeeat! can’t be said too often ;-)
    Last edited by Moosey_Linux (2013-08-03 17:09:59)

    There is a way to make it work in this thread
    https://bbs.archlinux.org/viewtopic.php?id=167503
    But it wont work whit xcompmgr

  • Mouse and keyboard problem after updating to Mountain Lion

    Hi!
    This is the strangest problem I got on a Mac for 20 years...
    I work on a Macpro 3,1. I upgraded my 10.7.5 os to 10.8.5 (needed it to use GTX 680 card).
    The upgrade went fine and then... The mouse and the keyboard don't react.
    After resetting the SMC they began to react but the mouse is deadly erratic and the keyboard repeats few time each key (impossible to write), for instance I hit n and got nnnnnn.
    Resetting PRam does not help. Redoing the os update did not help.
    This is really bad cause I can't use my Mac at all right now. I think I'll do a Fresh lion install and move my data back to it before I find something for that Mountain.
    Its a real pain, does someone have an idea?
    Thank you,
    Milosz

    Hi!
    For those interested, I found the solution reading others forums.
    Here it is:
    I had to remove my optional old apple airport card (atheros a/b/g) and everything works fine now.
    Hopefully I don't wifi on that Mac, otherwise I would need to buy another one. Which one? I don't know.
    Too bad Mountain Lion isn't supporting anymore that apple card…
    Have a nice day

  • My ipod touch 4G got problem after update to iOS 6, it can not access the Apps store ,can not access safari,map, weather and so on, could someone help me to solve the problem, thanks in advance~~~

    My ipod touch 4G got problem after update to iOS 6, it can not access the Apps store ,can not access safari,map, weather and so on, could someone help me to solve the problem, thanks in advance~~~

    Force close the App Store app and reset the iPad. No data will be lost when you reset the device.
    In order to close apps, you have to drag the app up from the multitasking display. Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the app that you want to close and then swipe "up" on the app preview thumbnail to close it.
    Next, reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • My itunes opens after 2-3 hrs after doubleclicking it to open;it happened once or twice  with itunes 11.x , but its a constant problem after updating itunes to 12.x ....my operating system win7;processor i5 intel haswell and 4gb ram...i hav no issue

    My itunes opens  2-3 hrs after doubleclicking it to open;it happened once or twice  with itunes 11.x , but its a constant problem after updating itunes to the latest 12.0.1....my operating system windows7;processor i5 intel haswell and 4gb ram...i have no issue with opening other big programs....i tried uninstalling completely the itunes and reinstalling it as i thought at first it is not opening (because it takes really long time) and i followed the following support pages
    1)iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    2)iTunes for Windows doesn't open after upgrading in Windows Vista, Windows 7, or Windows 8
    but my problem doesnot get solved even after trying all the methods in the above pages...
    now i realized,it opens after 2-3 hrs and at will...after opening it keeps hanging.finally it doesnot again open immediately after closing...kindly help me out as soon as possible

    My itunes opens  2-3 hrs after doubleclicking it to open;it happened once or twice  with itunes 11.x , but its a constant problem after updating itunes to the latest 12.0.1....my operating system windows7;processor i5 intel haswell and 4gb ram...i have no issue with opening other big programs....i tried uninstalling completely the itunes and reinstalling it as i thought at first it is not opening (because it takes really long time) and i followed the following support pages
    1)iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    2)iTunes for Windows doesn't open after upgrading in Windows Vista, Windows 7, or Windows 8
    but my problem doesnot get solved even after trying all the methods in the above pages...
    now i realized,it opens after 2-3 hrs and at will...after opening it keeps hanging.finally it doesnot again open immediately after closing...kindly help me out as soon as possible

  • Share and save problem after latest update

    hello,
    i have share and save problem after latest update - i have installed ps touch on nexus 5 about 2 months ago and until yesterday everything was good but after latest update i can't save and share images in ps touch ( i do reinstall this app  but problem is still  and app doesn't work properly   ) how  can i downgrade to the old version ? Could you fix this problem quickly ?

    i use app which called "aLogcat"
    --------- beginning of /dev/log/main
    I/dalvikvm(24476): Enabling JNI app bug workarounds for target SDK version 11...
    D/dalvikvm(24476): GC_CONCURRENT freed 174K, 2% free 17054K/17264K, paused 2ms+2ms, total 15ms
    W/InputEventReceiver(24476): Attempted to finish an input event but the input event receiver has already been disposed.
    W/InputEventReceiver(24476): Attempted to finish an input event but the input event receiver has already been disposed.
    W/InputEventReceiver(24476): Attempted to finish an input event but the input event receiver has already been disposed.
    --------- beginning of /dev/log/system
    W/ViewRootImpl(24476): Dropping event due to root view being removed: MotionEvent { action=ACTION_MOVE, id[0]=0, x[0]=38.0, y[0]=-115.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=2, eventTime=27743080, downTime=27743066, deviceId=4, source=0x1002 }
    W/ViewRootImpl(24476): Dropping event due to root view being removed: MotionEvent { action=ACTION_UP, id[0]=0, x[0]=38.0, y[0]=-115.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=27743086, downTime=27743066, deviceId=4, source=0x1002 }
    D/dalvikvm(24476): GC_FOR_ALLOC freed 122K, 1% free 17271K/17428K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 10K, 1% free 17434K/17604K, paused 7ms, total 7ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 65K, 2% free 17690K/17928K, paused 8ms, total 8ms
    I/dalvikvm-heap(24476): Grow heap (frag case) to 17.615MB for 328336-byte allocation
    D/dalvikvm(24476): GC_FOR_ALLOC freed 0K, 2% free 18010K/18252K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 2% free 18011K/18252K, paused 9ms, total 9ms
    I/dalvikvm-heap(24476): Grow heap (frag case) to 18.073MB for 479536-byte allocation
    D/dalvikvm(24476): GC_FOR_ALLOC freed 0K, 2% free 18479K/18724K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_CONCURRENT freed <1K, 2% free 18481K/18724K, paused 2ms+1ms, total 10ms
    D/dalvikvm(24476): WAIT_FOR_CONCURRENT_GC blocked 6ms
    I/dalvikvm-heap(24476): Grow heap (frag case) to 18.532MB for 479536-byte allocation
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 2% free 18949K/19196K, paused 9ms, total 9ms
    D/dalvikvm(24476): GC_CONCURRENT freed <1K, 2% free 19418K/19668K, paused 1ms+1ms, total 10ms
    D/dalvikvm(24476): WAIT_FOR_CONCURRENT_GC blocked 7ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 2% free 19592K/19844K, paused 8ms, total 8ms
    I/dalvikvm-heap(24476): Grow heap (frag case) to 20.049MB for 933136-byte allocation
    D/dalvikvm(24476): GC_FOR_ALLOC freed 0K, 2% free 20503K/20756K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_CONCURRENT freed <1K, 2% free 21416K/21668K, paused 1ms+1ms, total 12ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 50K, 2% free 22351K/22580K, paused 7ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 5K, 1% free 23900K/24140K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 1% free 25824K/26084K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 3411K, 14% free 24528K/28204K, paused 12ms, total 13ms
    D/dalvikvm(24476): GC_CONCURRENT freed 2814K, 14% free 24256K/28204K, paused 2ms+1ms, total 11ms
    D/dalvikvm(24476): WAIT_FOR_CONCURRENT_GC blocked 4ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 9266K, 1% free 17270K/17424K, paused 10ms, total 10ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 15K, 1% free 17575K/17748K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 22K, 2% free 17875K/18072K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 1K, 2% free 18195K/18396K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 2% free 18517K/18720K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 2% free 18838K/19044K, paused 11ms, total 11ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 2% free 19159K/19368K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 2% free 19480K/19692K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 2% free 19974K/20192K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 2% free 20616K/20840K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 2% free 21431K/21664K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 2% free 22714K/22960K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 182K, 2% free 24004K/24432K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 8478K, 33% free 17593K/26228K, paused 14ms, total 14ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 18K, 32% free 17895K/26228K, paused 12ms, total 12ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 18K, 31% free 18198K/26228K, paused 11ms, total 11ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 1K, 30% free 18519K/26228K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 29% free 18840K/26228K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_CONCURRENT freed <1K, 26% free 19482K/26228K, paused 2ms+1ms, total 14ms
    D/dalvikvm(24476): WAIT_FOR_CONCURRENT_GC blocked 10ms
    D/dalvikvm(24476): GC_CONCURRENT freed <1K, 23% free 20297K/26228K, paused 2ms+1ms, total 15ms
    D/dalvikvm(24476): WAIT_FOR_CONCURRENT_GC blocked 11ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 19% free 21260K/26228K, paused 10ms, total 10ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 15% free 22543K/26228K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 182K, 9% free 23979K/26228K, paused 21ms, total 22ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 8485K, 33% free 17598K/26132K, paused 13ms, total 14ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 25K, 32% free 17894K/26132K, paused 12ms, total 12ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 12K, 31% free 18204K/26132K, paused 12ms, total 12ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 1K, 30% free 18524K/26132K, paused 12ms, total 12ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 28% free 18845K/26132K, paused 8ms, total 9ms
    D/dalvikvm(24476): GC_CONCURRENT freed <1K, 26% free 19487K/26132K, paused 1ms+0ms, total 9ms
    D/dalvikvm(24476): WAIT_FOR_CONCURRENT_GC blocked 7ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 23% free 20129K/26132K, paused 9ms, total 9ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 20% free 21091K/26132K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 15% free 22375K/26132K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 9K, 9% free 24011K/26132K, paused 14ms, total 14ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 2147K, 10% free 23855K/26456K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_CONCURRENT freed 8776K, 35% free 17337K/26304K, paused 3ms+2ms, total 20ms
    W/InputEventReceiver(24476): Attempted to finish an input event but the input event receiver has already been disposed.
    W/InputEventReceiver(24476): Attempted to finish an input event but the input event receiver has already been disposed.
    W/ViewRootImpl(24476): Dropping event due to root view being removed: MotionEvent { action=ACTION_UP, id[0]=0, x[0]=564.0, y[0]=-50.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=28190972, downTime=28190972, deviceId=4, source=0x1002 }
    D/dalvikvm(24476): GC_CONCURRENT freed 186K, 31% free 17626K/25476K, paused 2ms+1ms, total 12ms
    D/dalvikvm(24476): WAIT_FOR_CONCURRENT_GC blocked 4ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 63K, 30% free 17884K/25476K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 3K, 29% free 18201K/25476K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_CONCURRENT freed <1K, 27% free 18696K/25476K, paused 2ms+1ms, total 12ms
    D/dalvikvm(24476): WAIT_FOR_CONCURRENT_GC blocked 9ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 25% free 19190K/25476K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 23% free 19831K/25476K, paused 9ms, total 9ms
    D/dalvikvm(24476): GC_CONCURRENT freed <1K, 19% free 20794K/25476K, paused 2ms+0ms, total 12ms
    D/dalvikvm(24476): WAIT_FOR_CONCURRENT_GC blocked 8ms
    D/dalvikvm(24476): GC_CONCURRENT freed <1K, 14% free 22078K/25476K, paused 1ms+2ms, total 14ms
    D/dalvikvm(24476): WAIT_FOR_CONCURRENT_GC blocked 12ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 7% free 23855K/25476K, paused 10ms, total 10ms
    D/dalvikvm(24476): GC_CONCURRENT freed <1K, 6% free 24176K/25476K, paused 2ms+1ms, total 14ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 6440K, 26% free 19562K/26216K, paused 9ms, total 10ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 93K, 23% free 20207K/26216K, paused 10ms, total 10ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed 11K, 21% free 20935K/26216K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 18% free 21673K/26216K, paused 9ms, total 9ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 15% free 22499K/26216K, paused 8ms, total 8ms
    D/dalvikvm(24476): GC_FOR_ALLOC freed <1K, 10% free 23695K/26216K, paused 9ms, total 9ms

  • Personal hotspot missing and music volume not working and lots of other problem after updated 4s to ios8 ? Apple disappointed this time badly.

    Personal hotspot missing and music volume not working and lots of other problem after updated 4s to ios8 ? Apple disappointed this time badly.

    GO to Setting > Cellar Data > VPN Settings > Add any user and password under Personal Hotspot, then you will see it's activated again as usual

  • Problem after update 10.5.5 and coolbook

    Hi, i have a very big problem after update tp 10.5.5 in my macbook air.
    i do the update with coolbook active.... and when restart... the system dont pass over 800mhz at 50ºC and all the system go very slow.
    i tried to active again coolbook, restart, but coolbook dont work....
    so now i have that problem.... my 1,8 macbook air dont pass over 800 mhz...
    what can i do??

    I'm not familiar with Coolbook, so can't really offer any help there but, have you tried disabling on removing Coolbook to see how your Air runs?
    If the Air runs ok without Coolbook installed, there's your problem, if it still runs at a max of 800Mhz, contact Apple.

  • Problems after updating to iOS8

    I would like to point out some problems on my iPad and iPad mini after updating to iOS8.
    First one is a DISAPPEARING CURSOR when typing.
    Example: touch Safari - select Google - touch the search bar - keyboard appears....
                   After typing in the first letter THE CURSOR DISAPPEARS ( including keyboard ).
                   This only happens after the first letter, because after touching the bar again it's all back to normal.
    Second problem are the software updates.
    Example: notification appears by the Settings wheel - touch Settings - update available - touch to download....
                   The "Terms and conditions" page appears. Touch "I Agree" expecting that the T & C will disappear
                   and the download will start.... NO, THE TERMS AND CONDITIONS STAY ON !
                   Therefore the only way ( i found ) is to sync with the iMac and update that way.
    Following the suggestions of an Apple rep. ( in store ) i have tried a RESET but this did not solve the problem.
    The second try was a RESTORE ( when in sync with the iMac ) and set up as a new ipad ( not from backup ),
    but even this did not cure the problem.
    All suggestions greatly appreciated,
    Regards,
    Jeevsyboy

    Thanks for the reply, but i don't think this will solve the problem.
    Here is some more detail: - it happened at the same time ( when updating to iOS8 ) on the iPad and the iPad mini.
                                           - i believe this shows that is definitely the updated OS that causes the problem.
    Also there are more "glitches" as well, like unable to update apps using wifi.
    When the notification appears on the App Store logo, and i check which apps need updating, followed by "update all",
    the small circle keeps turning ( the square does not appear in the middle)... signing in or not doesn't make any difference.
    When i sync with the iMac, it shows that the apps are updating but the notification remains. The only way i managed to
    clear that is to delete the app and reinstall it again. Very frustrating.... All this never happened with iOS7.
    At this time, the iPad has no apps, no photos, no videos... just as when it was new, following the restore, but i still get
    the disappearing cursor on Safari ! Amazing !
    Regards,
    Jeevsyboy

Maybe you are looking for

  • Home Share on One Computer with Two User Accounts

    We have one computer in our house with two user accounts. I have an iTunes account and my husband has his own. Due to many moved music files and whatnot, it is very annoying and difficult to try to find songs from his library to add to mine using the

  • Display problem in fireworks MX 6.0

    I cannot read the text in the work pallettes, i.e...if I select the text tool, I cannot read the font name or attributes in the properties box at the bottom. It seems like the display settings have been changed, but I cannot figure out where to chang

  • Output device in condition records (Invoice)

    Hi everybody, I selected an output device in the condition records of invoices. but it's not working. The system print the document in the printer defined in SU01. However, when i delet the output device defined in defaults in SU01. the message can n

  • How to run Java App in Jar file

    I can run Java App jar-ed into 1 jar file with java -jar App.jar But sometimes I need to jar only the app and bind the other classes from different place. So I tried to use: java -classpath c:\utils.jar -jar App2.jar where classes in App2.jar link to

  • How to activate map view in photoshop elements(german)

    Hi, I've just bought photoshop elements(german). How do i acitvate the map view? cheers manuel