Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 52

Thread: "WRITE ERROR on recording, disk full?"

  1. #16

    Title
    Junior Member
    Join Date
    Oct 2015
    Posts
    18
    Thanks
    5
    Thanked 1 Time in 1 Post
    Here is the log guys. What think?
    debug.log

    Thank you

  2. #17
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,365
    Thanks
    6,445
    Thanked 9,160 Times in 6,235 Posts
    Can you post what the kernel versions in the images you have tried please.
    Menu > Information > About

  3. #18

    Title
    Junior Member
    Join Date
    Oct 2015
    Posts
    18
    Thanks
    5
    Thanked 1 Time in 1 Post
    Open Vix is : 3.13.5. I used Blackhole 3.0.1 today for the recording, I think it's same kernel

  4. #19
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,365
    Thanks
    6,445
    Thanked 9,160 Times in 6,235 Posts
    Please confirm it. Both images allow you to backub and restore, so hopefully will not be an issue for you.There is an entry on line 1050 of your log about disk being full. One of the coders will have a look at it later.

    P.S
    I will be moving your posts to their own thread.

  5. #20

    Title
    Junior Member
    Join Date
    Oct 2015
    Posts
    18
    Thanks
    5
    Thanked 1 Time in 1 Post
    Ok, thank you

    Sent from my E5823 using Tapatalk

  6. #21

    Title
    Forum Supporter
    Donated Member
    Join Date
    Jun 2014
    Posts
    1,321
    Thanks
    613
    Thanked 418 Times in 270 Posts
    I don't think it would be a kernel issue (3.13.5 is current kernel for solo2 btw) and both Vix/ATV and BH use this version of kernel.

    Could it be ntfs you use to write to the network drive. Maybe different ntfs versions in use with BH 3.0.1 and OpenVix/OpenATV or even a issue with ntfs and OE-A core images?

  7. #22

    Title
    Junior Member
    Join Date
    Oct 2015
    Posts
    18
    Thanks
    5
    Thanked 1 Time in 1 Post
    It's same kernel used in both. I confirm

    Sent from my E5823 using Tapatalk

  8. The Following User Says Thank You to ymeknassi For This Useful Post:

    abu baniaz (29-11-15)

  9. #23
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,799
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by abu baniaz View Post
    Not always the same and changes as and when provided by manufacturer.
    I'd be surprised if the cifs support in any kernel version suddenly failed to handle Large Files (> 2**31 bytes) - it's not a configurable option.

    FWIW - I've just set up Samba on a system near my box, added a cifs mount on the box and copied a recording over it.

    On my MBTwin
    Code:
    root@mbtwin:/media/autofs/SMBtest# cp /media/hdd/movie/Films/20150623\ 2057\ -\ Film4\ -\ Transformers_\ Revenge\ of\ the___.ts .
    root@mbtwin:/media/autofs/SMBtest# md5sum /media/hdd/movie/Films/20150623\ 2057\ -\ Film4\ -\ Transformers_\ Revenge\ of\ the___.ts
    c5c10eb531262b4652dafe2d32b61b73  /media/hdd/movie/Films/20150623 2057 - Film4 - Transformers_ Revenge of the___.ts
    On the Samba system:
    Code:
    plug-root:/extra/SMBtest# ls -l 
    total 3902876
    -rw-r--r-- 1 myapps myapps 3996540096 Nov 30 01:04 20150623 2057 - Film4 - Transformers_ Revenge of the___.ts
    plug-root:/extra/SMBtest# md5sum 20150623\ 2057\ -\ Film4\ -\ Transformers_\ Revenge\ of\ the___.ts 
    c5c10eb531262b4652dafe2d32b61b73  20150623 2057 - Film4 - Transformers_ Revenge of the___.ts
    so that can handle Large Files OK.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  10. #24
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,799
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by bbbuk View Post
    Could it be ntfs you use to write to the network drive. Maybe different ntfs versions in use with BH 3.0.1 and OpenVix/OpenATV or even a issue with ntfs and OE-A core images?
    ntfs isn't a network file-system protocol - it's only used to write to directly-connected storage.

    A network drive would use cifs or NFS.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  11. The Following User Says Thank You to birdman For This Useful Post:

    ymeknassi (30-11-15)

  12. #25
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,799
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by ymeknassi View Post
    Here is the log guys. What think?
    debug.log

    Thank you
    It seems to be complaining about an Interrupted System Call. Always a bit of a pain, and this is in asynchronous I/O code....

    Code:
    http://www.python4science.eu/aio.html
    seems to offer some comments on this: the aio_suspend section specifically mentions the issue and offers this as a way around it:

    Or, let a signal interrupt aio_suspend and just call aio_error for each element of the list you pass to aio_suspend when it returns to see what, if anything, happened, and reissue the aio_suspend (perhaps in a loop) if nothing did.
    Mind you, this may not be anything to do with it - it's difficult to think why this would only occur for cifs mount around the 2GB barrier.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  13. #26
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,799
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    There is a difference in the demux.cpp code between OpenVix and BlackHole.

    OpenVix uses more buffers on systems with 1024MB of RAM - which (according to a rare comment) includes the Vusolo2 and vuduo2.

    (Well, that's what the comments say - the actual code seem to do this for >400MB - the "if (megabytes > 400)" being a clue).
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  14. #27

    Title
    Senior Member
    Join Date
    Jan 2012
    Posts
    233
    Thanks
    51
    Thanked 9 Times in 7 Posts
    I have a similar problem in that recordings that are set to record for 1 hour stop with disk write error disk full ? . There I'd plenty of space left on the drive . 3.02.24

    Sent from my Blade S6 using Tapatalk

  15. #28
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,365
    Thanks
    6,445
    Thanked 9,160 Times in 6,235 Posts
    @ymeknassi
    Did you try with installing the ntfs-3g drivers in the plugin menu? If not, please try doing that.

    Thanks.

  16. #29
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,799
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by abu baniaz View Post
    @ymeknassi
    Did you try with installing the ntfs-3g drivers in the plugin menu? If not, please try doing that.

    Thanks.
    He's using a CIFS network mount (see #5). NTFS (on the Enigma2 box) isn't involved.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  17. #30
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,799
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by edogg View Post
    I have a similar problem in that recordings that are set to record for 1 hour stop with disk write error disk full ? . There I'd plenty of space left on the drive . 3.02.24
    Is that using a locally attached disk or a network drive?

    And do you have a debug log for it?
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

Page 2 of 4 FirstFirst 1234 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.