Thank you for explanation! Have Debian 's ARM 64 no environments (LXDE and XFCE) pulseaudio by default? Why Meveric installed pulseaudio?Fourdee wrote:Pulse audio was a workaround to allow for audio in the early C2 days of development. It was removed due to the oversun /etc/asound.conf which resolved sound working with ALSA, at that time.best_odroidfreak wrote: Indeed, why you remove pulseaudio in Dietpi?
https://github.com/Fourdee/DietPi/blob/ ... patch_file
https://github.com/Fourdee/DietPi/blob/ ... #L527-L548
This has now been fixed in the kernel I believe. As the oversun workaround was no longer required, it was also removed via a dietpi-update, during patching: https://github.com/Fourdee/DietPi/blob/ ... 1334-L1341
Mate is the only desktop we use, that installs Pulse audio due to it being a dependency.Not clear yet if LXDE and XFCE have by default pulseaudio?Code: Select all
root@DietPi:~# apt-get install xfce4 -s | grep pulse #Nothing, not installed root@DietPi:~# apt-get install lxde -s | grep pulse #Nothing, not installed root@DietPi:~# apt-get install mate-desktop-environment -s | grep pulse libpolkit-gobject-1-0 libproxy1 libpulse-mainloop-glib0 libpulse0 libpulsedsp libpython-stdlib libpython2.7 libpython2.7-minimal mate-settings-daemon-common mate-settings-daemon-pulse mate-terminal mate-terminal-common menu-xdg mime-support policykit-1 pulseaudio pulseaudio-utils python python-minimal python-talloc python2.7 alsa-utils libbluray-bdj libcanberra-pulse cups-common libenchant-voikko pulseaudio-module-x11 rtkit eject gdisk libpolkit-gobject-1-0 libproxy1 libpulse-mainloop-glib0 libpulse0 libpulsedsp libpython-stdlib libpython2.7 libpython2.7-minimal mate-settings-daemon mate-settings-daemon-common mate-settings-daemon-pulse pulseaudio pulseaudio-utils python python-minimal python-talloc python2.7
DietPi for Odroid C2
-
- Posts: 366
- Joined: Wed May 04, 2016 1:07 am
- languages_spoken: english
- Has thanked: 1 time
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
- meveric
- Posts: 11441
- Joined: Mon Feb 25, 2013 2:41 pm
- languages_spoken: german, english
- ODROIDs: X2, U2, U3, XU-Lite, XU3, XU3-Lite, C1, XU4, C2, C1+, XU4Q, HC1, N1, Go, H2 (N4100), N2, H2 (J4105), GoA, C4, GoA v1.1, H2+, HC4, GoS
- Has thanked: 63 times
- Been thanked: 459 times
- Contact:
Re: DietPi for Odroid C2
Yes, they do NOT have pulseaudio installed by default.best_odroidfreak wrote:Have Debian 's ARM 64 no environments (LXDE and XFCE) pulseaudio by default?
I do not install pulseaudio. Even if you think I do, I do NOT.best_odroidfreak wrote:Why Meveric installed pulseaudio?
Check out the Games and Emulators section to find some of my work or check the files in my repository to find the software i build for ODROIDs.
If you want to add my repository to your image read my HOWTO integrate my repo into your image.
-
- Posts: 366
- Joined: Wed May 04, 2016 1:07 am
- languages_spoken: english
- Has thanked: 1 time
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Why you have to delete pulseaudio? Is it not included in new image Debian8 arm64, isn't it?meveric wrote:Yes, they do NOT have pulseaudio installed by default.best_odroidfreak wrote:Have Debian 's ARM 64 no environments (LXDE and XFCE) pulseaudio by default?I do not install pulseaudio. Even if you think I do, I do NOT.best_odroidfreak wrote:Why Meveric installed pulseaudio?
-
- Posts: 13
- Joined: Fri Aug 05, 2016 2:40 am
- languages_spoken: english
- ODROIDs: C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
When executing cec-client -l command I get message that none device where found.
When executing any cec command with device manually provided (echo "standby 0" | cec-client -s /dev/cec) log suggest that library is writing to device but never got any response from TV (Sony bravia) - even ping ended in "not asked by controller message".
However CEC is working (even without libcec installed at all) both I kodi and I console.
I found somewhere that there is hybrid driver (sometimes reffered as aml keyboard) included in kernel that does not work with libcec.
As I understand adding hdmitx=cec0 should disable this mode, but it is not working in dietpi.
Any idea how to use cec-utils or libcec on thisi distro?
EDIT:
I broke my secondary card (cut it in half while removing from card reader) so I am not able to check on HW kernel.
However I found other solution than libcec that is working (a bit crude one may say).
There is device /dev/cec which is created by HW cec driver. It allows direct write to cec (ex. echo -n -b "\x01\x36" > /dev/cec) and read from it (ex. xxd /dev/cec). It not as reliable as libcec (read operations does not change internal buffer) nor easy to use but allow to do everything. And it is better in one case as this not close other cec connections so it does not brake kodi cec when used (libcec does)
-
- Posts: 298
- Joined: Fri Apr 03, 2015 5:01 am
- languages_spoken: english
- ODROIDs: C1 / C2 / XU4 + Cloudshell.
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
It should be the same as any Debian Jessie image as we don't specifically change any CEC related settings, however, as I lack a CEC capable device, i'am unable to assist with CEC support at this time.Any idea how to use cec-utils or libcec on thisi distro?
My only suggestion would be to try the official HK Ubuntu image, see if the problem persists there. That could indicate an issue with the setup and/or configuration.
DietPi web hosting is powered by http://MyVirtualServer.com
- meveric
- Posts: 11441
- Joined: Mon Feb 25, 2013 2:41 pm
- languages_spoken: german, english
- ODROIDs: X2, U2, U3, XU-Lite, XU3, XU3-Lite, C1, XU4, C2, C1+, XU4Q, HC1, N1, Go, H2 (N4100), N2, H2 (J4105), GoA, C4, GoA v1.1, H2+, HC4, GoS
- Has thanked: 63 times
- Been thanked: 459 times
- Contact:
Re: DietPi for Odroid C2
Check out the Games and Emulators section to find some of my work or check the files in my repository to find the software i build for ODROIDs.
If you want to add my repository to your image read my HOWTO integrate my repo into your image.
-
- Posts: 13
- Joined: Fri Aug 05, 2016 2:40 am
- languages_spoken: english
- ODROIDs: C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
-
- Posts: 108
- Joined: Sat Mar 12, 2016 9:28 pm
- languages_spoken: English
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
- meveric
- Posts: 11441
- Joined: Mon Feb 25, 2013 2:41 pm
- languages_spoken: german, english
- ODROIDs: X2, U2, U3, XU-Lite, XU3, XU3-Lite, C1, XU4, C2, C1+, XU4Q, HC1, N1, Go, H2 (N4100), N2, H2 (J4105), GoA, C4, GoA v1.1, H2+, HC4, GoS
- Has thanked: 63 times
- Been thanked: 459 times
- Contact:
Re: DietPi for Odroid C2
What Windows ARM64 programs are you trying to run under Linux?ErDova wrote:Wine in DietPi...yay (any possibility of a package of that happening) or nay?
Check out the Games and Emulators section to find some of my work or check the files in my repository to find the software i build for ODROIDs.
If you want to add my repository to your image read my HOWTO integrate my repo into your image.
-
- Posts: 33
- Joined: Thu Mar 03, 2016 4:20 am
- languages_spoken: spanish
- ODROIDs: waiting for Odroid-C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
I just installed DietPi to test kodi and sickrage, both are working great, nice build. however, I'm seeing a big CPU usage because Xorg (67%) is that correct or I did some thing wrong?
thanks
-
- Posts: 108
- Joined: Sat Mar 12, 2016 9:28 pm
- languages_spoken: English
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Am...stupid question, forget it lol.meveric wrote:What Windows ARM64 programs are you trying to run under Linux?ErDova wrote:Wine in DietPi...yay (any possibility of a package of that happening) or nay?
Was hoping to run some old office software on it. I forgot that they're not even the same architecture.
-
- Posts: 298
- Joined: Fri Apr 03, 2015 5:01 am
- languages_spoken: english
- ODROIDs: C1 / C2 / XU4 + Cloudshell.
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Hi,were55 wrote:Hello,
I just installed DietPi to test kodi and sickrage, both are working great, nice build. however, I'm seeing a big CPU usage because Xorg (67%) is that correct or I did some thing wrong?
thanks
When Kodi is idle, you should experience roughly the following CPU usage figures: If not, please take a screenshot of htop and paste results of:
Code: Select all
cpu
DietPi web hosting is powered by http://MyVirtualServer.com
-
- Posts: 6
- Joined: Sat Jan 14, 2017 5:55 pm
- languages_spoken: english
- ODROIDs: C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Couple of reboots did not helped.
Then I saw here you replaced pulseaudio with ALSA. I then went to the DietPi-config audio section. Soundcard was none, selecting it I saw that this was the default HDMI setting. I confirmed it again and it updated the config I guess.
Another reboot and my audio was working.
-
- Posts: 6
- Joined: Sat Jan 14, 2017 5:55 pm
- languages_spoken: english
- ODROIDs: C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
If I do reboot through KODI, the sound is gone. If I go back to dietpi-config audio section and slect none (even though it is selected) it sais a reboot is required and the audio works after this, until the next GUI reboot.
-
- Posts: 298
- Joined: Fri Apr 03, 2015 5:01 am
- languages_spoken: english
- ODROIDs: C1 / C2 / XU4 + Cloudshell.
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
This is expected behavior with the Kodi binary we install, provided by Meveric's repo.Default (ODROID-HDMI S/PDIF) as grayed out.
This was done a long time ago during the early days of C2 devolpment, certainly not with the v140 > v141 update.Then I saw here you replaced pulseaudio with ALSA.
none / default both apply the same sound card for Odroid C2 (HDMI). This is because (as far as i know), it cannot be disabled.stoinov wrote:And the problem persists!
If I do reboot through KODI, the sound is gone. If I go back to dietpi-config audio section and slect none (even though it is selected) it sais a reboot is required and the audio works after this, until the next GUI reboot.
Lets confirm the steps you've made to replicate this issue, then we can look at debugging it:
- No sound in Kodi
- dietpi-config > audio options > soundcard > none/default
- reboot
- Kodi is fine
- reboot using kodi GUI
- no sound in Kodi?
DietPi web hosting is powered by http://MyVirtualServer.com
-
- Posts: 6
- Joined: Sat Jan 14, 2017 5:55 pm
- languages_spoken: english
- ODROIDs: C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
I tried several reboots and I found that it had about 40% chance of having no audio, regardless whether I do it from console or GUI. It mostly seems to be on and off with each restart, but sometimes I have couple of reboots one after another where the audio persists.
Do you have any ideas what logs can I look for?
-
- Posts: 298
- Joined: Fri Apr 03, 2015 5:01 am
- languages_spoken: english
- ODROIDs: C1 / C2 / XU4 + Cloudshell.
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Strange,stoinov wrote:I have some bad news. I've updated to 142 just now, and while the issue persist, I think it's not so clear cut when it happens.
I tried several reboots and I found that it had about 40% chance of having no audio, regardless whether I do it from console or GUI. It mostly seems to be on and off with each restart, but sometimes I have couple of reboots one after another where the audio persists.
Do you have any ideas what logs can I look for?
Some things to try below, paste results if you can.
Kodi log file should be located here. Check that after running Kodi, and it has no sound:
Code: Select all
cat $HOME/.kodi/temp/kodi.log
Code: Select all
dmesg | grep hdmi
dmesg | grep audio
Code: Select all
speaker-test -c2
#ctrl+c to terminate
DietPi web hosting is powered by http://MyVirtualServer.com
-
- Posts: 6
- Joined: Sat Jan 14, 2017 5:55 pm
- languages_spoken: english
- ODROIDs: C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Code: Select all
21:05:14 T:547968811008 NOTICE: special://profile/ is mapped to: special://masterprofile/
21:05:14 T:547968811008 NOTICE: -----------------------------------------------------------------------
21:05:14 T:547968811008 NOTICE: Starting Kodi (16.1 Git:cdb7704). Platform: Linux ARM 64-bit
21:05:14 T:547968811008 NOTICE: Using Release Kodi x64 build
21:05:14 T:547968811008 NOTICE: Kodi compiled Aug 11 2016 by GCC 4.9.2 for Linux ARM 64-bit version 3.16.36 (200740)
21:05:14 T:547968811008 NOTICE: Running on Debian GNU/Linux 8 (jessie), kernel: Linux unknown CPU family 64-bit version 3.14.79+
21:05:14 T:547968811008 NOTICE: FFmpeg statically linked, version: 2.8.6-kodi-2.8.6-Jarvis-16.0
21:05:14 T:547968811008 NOTICE: 4 CPU cores available
21:05:14 T:547968811008 NOTICE: special://xbmc/ is mapped to: /usr/local/share/kodi
21:05:14 T:547968811008 NOTICE: special://xbmcbin/ is mapped to: /usr/local/lib/kodi
21:05:14 T:547968811008 NOTICE: special://masterprofile/ is mapped to: /root/.kodi/userdata
21:05:14 T:547968811008 NOTICE: special://home/ is mapped to: /root/.kodi
21:05:14 T:547968811008 NOTICE: special://temp/ is mapped to: /root/.kodi/temp
21:05:14 T:547968811008 NOTICE: The executable running is: /usr/local/lib/kodi/kodi.bin
21:05:14 T:547968811008 NOTICE: Local hostname: Server
21:05:14 T:547968811008 NOTICE: Log File is located: /root/.kodi/temp/kodi.log
21:05:14 T:547968811008 NOTICE: -----------------------------------------------------------------------
21:05:14 T:547968811008 ERROR: DBus: Error org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
21:05:14 T:547968811008 NOTICE: load settings...
21:05:14 T:547968811008 NOTICE: AML device detected
21:05:14 T:547968811008 ERROR: PulseAudio: Failed to connect context
21:05:14 T:547968811008 NOTICE: PulseAudio might not be running. Context was not created.
21:05:14 T:547968811008 NOTICE: Found 1 Lists of Devices
21:05:14 T:547968811008 NOTICE: Enumerated ALSA devices:
21:05:14 T:547968811008 NOTICE: Device 1
21:05:14 T:547968811008 NOTICE: m_deviceName : default
21:05:14 T:547968811008 NOTICE: m_displayName : Default (ODROID-HDMI S/PDIF)
21:05:14 T:547968811008 NOTICE: m_displayNameExtra:
21:05:14 T:547968811008 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
21:05:14 T:547968811008 NOTICE: m_channels : FL,FR,BL,BR,FC,LFE,SL,SR
21:05:14 T:547968811008 NOTICE: m_sampleRates : 8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
21:05:14 T:547968811008 NOTICE: m_dataFormats : AE_FMT_AC3,AE_FMT_DTS,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
21:05:14 T:547968811008 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
21:05:14 T:547968811008 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
21:05:14 T:547968811008 NOTICE: Default DVD Player: dvdplayer
21:05:14 T:547968811008 NOTICE: Default Video Player: dvdplayer
21:05:14 T:547968811008 NOTICE: Default Audio Player: paplayer
21:05:14 T:547968811008 NOTICE: Disabled debug logging due to GUI setting. Level 0.
21:05:14 T:547968811008 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
21:05:14 T:547968811008 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
21:05:14 T:547968811008 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
21:05:14 T:547968811008 NOTICE: Loaded playercorefactory configuration
21:05:14 T:547968811008 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
21:05:14 T:547968811008 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
21:05:14 T:547968811008 NOTICE: Running database version Addons20
21:05:14 T:547968811008 NOTICE: ADDONS: Using repository repository.xbmc.org
21:05:14 T:547968811008 NOTICE: ADDONS: Using repository superrepo.kodi.jarvis.adult
21:05:14 T:547968811008 NOTICE: Setup SDL
21:05:14 T:547968811008 NOTICE: Checking resolution 16
21:05:14 T:547968811008 NOTICE: Using visual 0x41
21:05:15 T:547968811008 NOTICE: GL_VENDOR = ARM
21:05:15 T:547968811008 NOTICE: GL_RENDERER = Mali-450 MP
21:05:15 T:547968811008 NOTICE: GL_VERSION = OpenGL ES 2.0
21:05:15 T:547968811008 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
21:05:15 T:547968811008 NOTICE: GL_EXTENSIONS = GL_OES_texture_npot GL_OES_vertex_array_object GL_OES_compressed_ETC1_RGB8_texture GL_EXT_compressed_ETC1_RGB8_sub_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_depth24 GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_OES_vertex_half_float GL_EXT_blend_minmax GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_ARM_mali_program_binary GL_EXT_shader_texture_lod GL_EXT_robustness GL_OES_depth_texture_cube_map GL_KHR_debug GL_ARM_shader_framebuffer_fetch GL_ARM_shader_framebuffer_fetch_depth_stencil GL_OES_mapbuffer GL_KHR_no_error
21:05:15 T:547968811008 ERROR: Unable to load libcec.so.3, reason: libcec.so.3: cannot open shared object file: No such file or directory
21:05:15 T:547968811008 ERROR: Initialise - failed to initialise bus cec
21:05:15 T:547968811008 NOTICE: Running database version Addons20
21:05:15 T:547968811008 NOTICE: Running database version ViewModes6
21:05:15 T:547968811008 NOTICE: Running database version Textures13
21:05:15 T:547968811008 NOTICE: Running database version MyMusic56
21:05:15 T:547968811008 NOTICE: Running database version MyVideos99
21:05:15 T:547968811008 NOTICE: Running database version TV29
21:05:15 T:547968811008 NOTICE: Running database version Epg11
21:05:15 T:547968811008 NOTICE: start dvd mediatype detection
21:05:16 T:547968811008 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
21:05:16 T:547968811008 NOTICE: ActiveAE DSP - starting
21:05:16 T:547968811008 NOTICE: UpdateLibraries: Starting video library startup scan
21:05:16 T:547968811008 NOTICE: initialize done
21:05:16 T:547968811008 NOTICE: Running the application...
21:05:16 T:547968811008 NOTICE: starting zeroconf publishing
21:05:16 T:547968811008 NOTICE: WebServer: Started the webserver
21:05:16 T:547968811008 NOTICE: starting upnp client
21:05:16 T:547968811008 NOTICE: starting upnp server
21:05:16 T:546668802304 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
21:05:16 T:546668802304 NOTICE: UDP: Listening on port 9777
21:05:16 T:547968811008 ERROR: JSONRPC Server: Failed to connect to sdpd
21:05:16 T:547331502336 NOTICE: VideoInfoScanner: Starting scan ..
21:05:17 T:547331502336 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
21:05:35 T:547331502336 NOTICE: CleanDatabase: Starting videodatabase cleanup ..
21:05:42 T:547331502336 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/play/?video_id=0q2X3yVwGMk
21:05:42 T:547331502336 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/play/?video_id=CQEc9_DnDqg
21:05:42 T:547331502336 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/play/?video_id=G3wLQz-LgrM
21:05:42 T:547331502336 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/play/?video_id=GPoaj5x4Iuw
21:05:42 T:547331502336 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/play/?video_id=SUYb29YV47w
21:05:42 T:547331502336 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/play/?video_id=mVh4JQ1k-Is
21:05:42 T:547331502336 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/play/?video_id=nqxabifaKJA
21:05:42 T:547331502336 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/play/?video_id=oCKJy5DdHig
21:05:43 T:547331502336 NOTICE: CleanDatabase: Cleaning videodatabase done. Operation took 00:08
21:05:44 T:547281297664 NOTICE: VideoInfoScanner: Starting scan ..
21:05:45 T:547281297664 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
Code: Select all
[ 0.600513] hdmtix: set audio
[ 0.749379] amaudio: driver amaudio succuess!
[ 20.627459] hdmitx: audio: aout notify rate 44100
[ 20.627462] hdmitx: audio: aout notify size 32
[ 20.627467] hdmtix: set audio
[ 20.627866] hdmitx: audio: aout notify rate 44100
[ 20.627869] hdmitx: audio: aout notify size 32
[ 20.632527] audio_hw_958_enable 1
[ 96.521237] audio_hw_958_enable 0
[ 96.521334] hdmitx: audio: aout notify rate 44100
[ 96.521337] hdmitx: audio: aout notify size 32
Code: Select all
[ 0.000000] Kernel command line: root=UUID=e139ce78-9841-40fe-8823-96a304a09859 rootwait ro console=tty0 no_console_suspend hdmimode=1080p60hz m_bpp=32 vout= fsck.repair=yes net.ifnames=0 elevator=noop disablehpd=true
[ 0.000000] logo: get hdmimode: 1080p60hz
[ 0.139968] hdmitx: system: amhdmitx_init
[ 0.139976] hdmitx: system: Ver: 2014May6
[ 0.144709] hdmitx: system: amhdmitx_probe
[ 0.144919] hdmitx hpd irq = 89
[ 0.145110] hdmitx20: Mapped PHY: 0xc0800000
[ 0.145120] hdmitx20: Mapped PHY: 0xc1104400
[ 0.145142] hdmitx20: Mapped PHY: 0xc8100000
[ 0.145153] hdmitx20: Mapped PHY: 0xc8834000
[ 0.145162] hdmitx20: Mapped PHY: 0xc883a000
[ 0.145171] hdmitx20: Mapped PHY: 0xc883c000
[ 0.145184] hdmitx20: Mapped PHY: 0xd0100000
[ 0.145194] hdmitx20: Mapped PHY: 0xda83a000
[ 0.145208] hdmitx: alread display in uboot 0x10
[ 0.152206] hdmitx: system: irq 2
[ 0.471280] hdmitx: plugin
[ 0.472498] hdmitx: system: irq 80000001
[ 0.593114] hdmitx: video: get current mode: 1080p60hz
[ 0.593133] hdmitx: video: get current mode: 1080p60hz
[ 0.593148] hdmitx: system: [set_disp_mode_auto] ALREADY init VIC = 16
[ 0.593192] hdmitx: system: change to DVI mode
[ 0.600389] hdmitx: edid: find IEEEOUT
[ 0.600491] hdmitx: video: get current mode: 1080p60hz
[ 0.600502] hdmitx: system: [set_disp_mode_auto] ALREADY init VIC = 16
[ 0.600532] hdmitx tx_aud_src = 0
[ 0.600583] hdmitx aud_n_para = 24576
[ 0.600619] hdmitx set channel status
[ 0.758475] cectx c810023c.aocec: aml_cec_probe(): can't find hdmirx
[ 0.763399] odroid_hdmi_snd odroid_hdmi: dit-hifi <-> I2S mapping ok
[ 20.627459] hdmitx: audio: aout notify rate 44100
[ 20.627462] hdmitx: audio: aout notify size 32
[ 20.627480] hdmitx tx_aud_src = 0
[ 20.627505] hdmitx aud_n_para = 6144
[ 20.627522] hdmitx set channel status
[ 20.627866] hdmitx: audio: aout notify rate 44100
[ 20.627869] hdmitx: audio: aout notify size 32
Code: Select all
[ 0.000000] Kernel command line: root=UUID=e139ce78-9841-40fe-8823-96a304a09859 rootwait ro console=tty0 no_console_suspend hdmimode=1080p60hz m_bpp=32 vout= fsck.repair=yes net.ifnames=0 elevator=noop disablehpd=true
[ 0.000000] logo: get hdmimode: 1080p60hz
[ 0.139951] hdmitx: system: amhdmitx_init
[ 0.139960] hdmitx: system: Ver: 2014May6
[ 0.144685] hdmitx: system: amhdmitx_probe
[ 0.144896] hdmitx hpd irq = 89
[ 0.145089] hdmitx20: Mapped PHY: 0xc0800000
[ 0.145100] hdmitx20: Mapped PHY: 0xc1104400
[ 0.145122] hdmitx20: Mapped PHY: 0xc8100000
[ 0.145133] hdmitx20: Mapped PHY: 0xc8834000
[ 0.145142] hdmitx20: Mapped PHY: 0xc883a000
[ 0.145151] hdmitx20: Mapped PHY: 0xc883c000
[ 0.145164] hdmitx20: Mapped PHY: 0xd0100000
[ 0.145173] hdmitx20: Mapped PHY: 0xda83a000
[ 0.145187] hdmitx: alread display in uboot 0x10
[ 0.152192] hdmitx: system: irq 80000002
[ 0.471221] hdmitx: plugin
[ 0.600235] hdmitx: edid: find IEEEOUT
[ 0.600297] hdmitx: video: get current mode: null
[ 0.600319] hdmitx tx_aud_src = 0
[ 0.600348] hdmitx aud_n_para = 24576
[ 0.600369] hdmitx set channel status
[ 0.608263] hdmitx: video: get current mode: 1080p60hz
[ 0.608280] hdmitx: video: get current mode: 1080p60hz
[ 0.608294] hdmitx: system: [set_disp_mode_auto] ALREADY init VIC = 16
[ 1.094460] cectx c810023c.aocec: aml_cec_probe(): can't find hdmirx
[ 1.133501] odroid_hdmi_snd odroid_hdmi: dit-hifi <-> I2S mapping ok
[ 21.394878] hdmitx: audio: aout notify rate 44100
[ 21.394882] hdmitx: audio: aout notify size 32
[ 21.394900] hdmitx tx_aud_src = 0
[ 21.394926] hdmitx aud_n_para = 6144
[ 21.394945] hdmitx set channel status
[ 21.395298] hdmitx: audio: aout notify rate 44100
[ 21.395302] hdmitx: audio: aout notify size 32
-
- Posts: 6
- Joined: Sat Jan 14, 2017 5:55 pm
- languages_spoken: english
- ODROIDs: C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Code: Select all
speaker-test 1.0.28
Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
Using 16 octaves of pink noise
Playback open error: -16,Device or resource busy
-
- Posts: 298
- Joined: Fri Apr 03, 2015 5:01 am
- languages_spoken: english
- ODROIDs: C1 / C2 / XU4 + Cloudshell.
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Thanks,stoinov wrote: here is DIFF of both outputs
I think the key is, on the non-working boot dmesg:
Code: Select all
[ 0.593192] hdmitx: system: change to DVI mode
Edit:
Code: Select all
/DietPi/boot.ini
Code: Select all
setenv vout "hdmi"
A quick command to check if DVI mode is being used:
Code: Select all
dmesg | grep hdmi | grep DVI
DietPi web hosting is powered by http://MyVirtualServer.com
-
- Posts: 108
- Joined: Sat Mar 12, 2016 9:28 pm
- languages_spoken: English
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Speaking of which, any plans on moving from X.Org to Wayland?were55 wrote:Hello,
I just installed DietPi to test kodi and sickrage, both are working great, nice build. however, I'm seeing a big CPU usage because Xorg (67%) is that correct or I did some thing wrong?
thanks
-
- Posts: 9
- Joined: Thu Jan 19, 2017 11:12 pm
- languages_spoken: english, german
- ODROIDs: oDroid C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
i installed yesterday DietPi on my new oDroid C2 and some optimized Software including Nextcloud, Lightpd, PiHole, Certbot and Fail2Ban.
Now my Problem is that i can't reach my nextcloud. PiHole and my Website are avaiable, but if i want to access nextcloud via "mydomain.ddns.de/nextcloud" or "192.168.1.1/nextcloud" my browser says, this site is unavailable. If i do the same Thing on my PineA64 everything works but i use this one for other stuff.
Does anyone know why i cant reach the my Cloud?
Sincerly,
Birneklub9
-
- Posts: 298
- Joined: Fri Apr 03, 2015 5:01 am
- languages_spoken: english
- ODROIDs: C1 / C2 / XU4 + Cloudshell.
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Hi,Birneklub9 wrote: Does anyone know why i cant reach the my Cloud?
Sincerly,
Birneklub9
Sounds like a possible failed installation of NextCloud.
Lets try reinstalling NextCloud:
Code: Select all
dietpi-software reinstall 114
In that case, lets install it:
Code: Select all
dietpi-software install 114

DietPi web hosting is powered by http://MyVirtualServer.com
-
- Posts: 9
- Joined: Thu Jan 19, 2017 11:12 pm
- languages_spoken: english, german
- ODROIDs: oDroid C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Thanks for the quick reply.
I tried to reinstall nextcloud and it won't stop the service mysql.
I waited a while but nothing changed, still showing stop mysql.
any suggestions?
Sincerly,
Birneklub9
-
- Posts: 298
- Joined: Fri Apr 03, 2015 5:01 am
- languages_spoken: english
- ODROIDs: C1 / C2 / XU4 + Cloudshell.
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Hi,Birneklub9 wrote:won't stop the service mysql.
I waited a while but nothing changed, still showing stop mysql.
There may be an underlying issue with your SQL DB's causing the service to hang. So, we should check the service status for any errors.
Please can you run the following commands and paste results:
Code: Select all
systemctl status mysql -l
Code: Select all
ls -lha $(readlink -f /var/lib/mysql)
Code: Select all
killall -w mysqld
Code: Select all
killall -w -s SIGKILL mysqld
Code: Select all
dietpi-software reinstall 114
DietPi web hosting is powered by http://MyVirtualServer.com
-
- Posts: 9
- Joined: Thu Jan 19, 2017 11:12 pm
- languages_spoken: english, german
- ODROIDs: oDroid C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Fourdee wrote:Hi,Birneklub9 wrote:won't stop the service mysql.
I waited a while but nothing changed, still showing stop mysql.
There may be an underlying issue with your SQL DB's causing the service to hang. So, we should check the service status for any errors.
Please can you run the following commands and paste results:]Code: Select all
systemctl status mysql -l
Code: Select all
root@DietPi:~# systemctl status mysql -l
● mysql.service - LSB: Start and stop the mysql database server daemon
Loaded: loaded (/etc/init.d/mysql)
Active: failed (Result: exit-code) since Thu 2017-01-19 19:22:56 GMT; 1min 22s ago
Process: 5032 ExecStart=/etc/init.d/mysql start (code=exited, status=1/FAILURE)
Jan 19 19:22:56 DietPi /etc/init.d/mysql[5822]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Jan 19 19:22:56 DietPi /etc/init.d/mysql[5822]: [61B blob data]
Jan 19 19:22:56 DietPi /etc/init.d/mysql[5822]: error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Jan 19 19:22:56 DietPi /etc/init.d/mysql[5822]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
Jan 19 19:22:56 DietPi /etc/init.d/mysql[5822]:
Jan 19 19:22:56 DietPi mysql[5032]: Starting MySQL database server: mysqld . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . failed!
Jan 19 19:22:56 DietPi systemd[1]: mysql.service: control process exited, code=exited status=1
Jan 19 19:22:56 DietPi systemd[1]: Failed to start LSB: Start and stop the mysql database server daemon.
Jan 19 19:22:56 DietPi systemd[1]: Unit mysql.service entered failed state.
root@DietPi:~#
Maybe this will be interesting too:
Code: Select all
inflating: /var/www/nextcloud/resources/codesigning/core.crt
inflating: /var/www/nextcloud/resources/codesigning/owncloud.crt
DietPi-Services
─────────────────────────────────────────────────────
Mode: stop
Please wait...
[Ok] cron
[Ok] lighttpd
[Ok] php5-fpm
[Ok] mysql
DietPi-Software
─────────────────────────────────────────────────────
Mode: Optimize and configure software
Please wait...
[Info] Applying DietPi optimizations and configurations for oDroid C2 (aarch64)
[Info] Please wait...
# processing | D i e t P i #
mkdir: cannot create directory ‘/mnt/dietpi_userdata/nextcloud_data’: Read-only file system
Job for mysql.service failed. See 'systemctl status mysql.service' and 'journalctl -xn' for details.
[Info] Creating MySql DB for nextcloud
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
[Failed] Create database nextcloud | An issue has occured
An unhandled exception has been thrown:
exception 'Doctrine\DBAL\DBALException' with message 'Failed to connect to the database: An exception occured in driver: SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)' in /var/www/nextcloud/lib/private/DB/Connection.php:60
Stack trace:
#0 /var/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\DB\Connection->connect()
#1 /var/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\DBAL\Connection->getDatabasePlatformVersion()
#2 /var/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\DBAL\Connection->detectDatabasePlatform()
#3 /var/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(621): Doctrine\DBAL\Connection->getDatabasePlatform()
#4 /var/www/nextcloud/lib/private/DB/Connection.php(147): Doctrine\DBAL\Connection->setTransactionIsolation(2)
#5 /var/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\DB\Connection->__construct(Array, Object(Doctrine\DBAL\Driver\PDOMySql\Driver), Object(Doctrine\DBAL\Configuration), Object(Doctrine\Common\EventManager))
#6 /var/www/nextcloud/lib/private/DB/ConnectionFactory.php(132): Doctrine\DBAL\DriverManager::getConnection(Array, Object(Doctrine\DBAL\Configuration), Object(Doctrine\Common\EventManager))
#7 /var/www/nextcloud/lib/private/Server.php(469): OC\DB\ConnectionFactory->getConnection('mysql', Array)
#8 /var/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(113): OC\Server->OC\{closure}(Object(OC\Server))
#9 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(115): Pimple\Container->offsetGet('DatabaseConnect...')
#10 /var/www/nextcloud/lib/private/ServerContainer.php(89): OC\AppFramework\Utility\SimpleContainer->query('DatabaseConnect...')
#11 /var/www/nextcloud/lib/private/Server.php(1117): OC\ServerContainer->query('DatabaseConnect...')
#12 /var/www/nextcloud/lib/private/Server.php(250): OC\Server->getDatabaseConnection()
#13 /var/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(113): OC\Server->OC\{closure}(Object(OC\Server))
#14 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(115): Pimple\Container->offsetGet('OC\\Authenticati...')
#15 /var/www/nextcloud/lib/private/ServerContainer.php(89): OC\AppFramework\Utility\SimpleContainer->query('OC\\Authenticati...')
#16 /var/www/nextcloud/lib/private/Server.php(254): OC\ServerContainer->query('OC\\Authenticati...')
#17 /var/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(113): OC\Server->OC\{closure}(Object(OC\Server))
#18 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(115): Pimple\Container->offsetGet('OC\\Authenticati...')
#19 /var/www/nextcloud/lib/private/ServerContainer.php(89): OC\AppFramework\Utility\SimpleContainer->query('OC\\Authenticati...')
#20 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(163): OC\ServerContainer->query('OC\\Authenticati...')
#21 /var/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(109): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(OC\Server))
#22 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(115): Pimple\Container->offsetGet('OC\\Authenticati...')
#23 /var/www/nextcloud/lib/private/ServerContainer.php(89): OC\AppFramework\Utility\SimpleContainer->query('OC\\Authenticati...')
#24 /var/www/nextcloud/lib/private/Server.php(269): OC\ServerContainer->query('OC\\Authenticati...')
#25 /var/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(113): OC\Server->OC\{closure}(Object(OC\Server))
#26 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(115): Pimple\Container->offsetGet('UserSession')
#27 /var/www/nextcloud/lib/private/ServerContainer.php(89): OC\AppFramework\Utility\SimpleContainer->query('UserSession')
#28 /var/www/nextcloud/lib/private/Server.php(986): OC\ServerContainer->query('UserSession')
#29 /var/www/nextcloud/lib/private/Server.php(513): OC\Server->getUserSession()
#30 /var/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(113): OC\Server->OC\{closure}(Object(OC\Server))
#31 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(115): Pimple\Container->offsetGet('AppManager')
#32 /var/www/nextcloud/lib/private/ServerContainer.php(89): OC\AppFramework\Utility\SimpleContainer->query('AppManager')
#33 /var/www/nextcloud/lib/private/Server.php(1294): OC\ServerContainer->query('AppManager')
#34 /var/www/nextcloud/lib/private/legacy/app.php(312): OC\Server->getAppManager()
#35 /var/www/nextcloud/lib/private/legacy/app.php(111): OC_App::getEnabledApps()
#36 /var/www/nextcloud/lib/base.php(676): OC_App::loadApps(Array)
#37 /var/www/nextcloud/lib/base.php(1092): OC::init()
#38 /var/www/nextcloud/console.php(48): require_once('/var/www/nextcl...')
#39 /var/www/nextcloud/occ(11): require_once('/var/www/nextcl...')
#40 {main}
DietPi-Services
─────────────────────────────────────────────────────
Mode: disable
Please wait...
[Ok] cron
[Ok] lighttpd
[Ok] php5-fpm
[Ok] mysql
[Ok] DietPi-Software installation completed.
DietPi-Services
─────────────────────────────────────────────────────
Mode: start
Please wait...
[Ok] cron
[Ok] lighttpd
[Ok] php5-fpm
[Failed] mysql
DietPi-Process_Tool
─────────────────────────────────────────────────────
Mode: Apply
Please wait...
Cron (4992)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
DHCP Client (780)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
Dropbear (555)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
Dropbear (2411)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
Webserver Lighttpd (5004)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
Webserver Php-fpm (5023)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
Webserver Php-fpm (5025)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
Webserver Php-fpm (5026)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
Webserver Php-fpm (5027)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
Webserver Php-fpm (5028)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
[Ok] DietPi-Process Tool | Completed
-
- Posts: 9
- Joined: Thu Jan 19, 2017 11:12 pm
- languages_spoken: english, german
- ODROIDs: oDroid C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
owncloud works without any problem..
-
- Posts: 9
- Joined: Thu Jan 19, 2017 11:12 pm
- languages_spoken: english, german
- ODROIDs: oDroid C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
I ran it two timesFourdee wrote:Hi,Birneklub9 wrote:won't stop the service mysql.
I waited a while but nothing changed, still showing stop mysql.
There may be an underlying issue with your SQL DB's causing the service to hang. So, we should check the service status for any errors.
Please can you run the following commands and paste results:And lets check datastore is in good state:Code: Select all
systemctl status mysql -l
If the above appears OK (if unsure, do not continue below this point, and paste results of above commands), lets try and stop the process:Code: Select all
ls -lha $(readlink -f /var/lib/mysql)
Should that hang for 30+ seconds, we need to send the sigkill command, press CTRL+C to terminate, then:Code: Select all
killall -w mysqld
Now try to reinstall NextCloud:Code: Select all
killall -w -s SIGKILL mysqld
Code: Select all
dietpi-software reinstall 114
this is everything i get:
Code: Select all
root@DietPi:~# systemctl status mysql -l
● mysql.service - LSB: Start and stop the mysql database server daemon
Loaded: loaded (/etc/init.d/mysql)
Active: failed (Result: exit-code) since Thu 2017-01-19 19:29:00 GMT; 2min 13s ago
Process: 8981 ExecStart=/etc/init.d/mysql start (code=exited, status=1/FAILURE)
Jan 19 19:29:00 DietPi /etc/init.d/mysql[9771]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Jan 19 19:29:00 DietPi /etc/init.d/mysql[9771]: [61B blob data]
Jan 19 19:29:00 DietPi /etc/init.d/mysql[9771]: error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Jan 19 19:29:00 DietPi /etc/init.d/mysql[9771]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
Jan 19 19:29:00 DietPi /etc/init.d/mysql[9771]:
Jan 19 19:29:00 DietPi mysql[8981]: Starting MySQL database server: mysqld . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . failed!
Jan 19 19:29:00 DietPi systemd[1]: mysql.service: control process exited, code=exited status=1
Jan 19 19:29:00 DietPi systemd[1]: Failed to start LSB: Start and stop the mysql database server daemon.
Jan 19 19:29:00 DietPi systemd[1]: Unit mysql.service entered failed state.
root@DietPi:~# ls -lha $(readlink -f /var/lib/mysql)
ls: reading directory /mnt/usb_1/mysql: Input/output error
total 0
root@DietPi:~# killall -w mysqld
mysqld: no process found
root@DietPi:~# killall -w -s SIGKILL mysqld
mysqld: no process found
root@DietPi:~# dietpi-software reinstall 114
[Info] Initializing database, please wait...
[Info] Reading database, please wait...
DietPi-Software
─────────────────────────────────────────────────────
Mode: Automated reinstall
Please wait...
[Ok] Reinstalling NextCloud: your very own cloud (eg: dropbox)
[Info] Testing connection to http://ftp.debian.org/debian
[Info] Max duration of 20 seconds, please wait...
[Ok] Connection test | Completed
DietPi-Services
─────────────────────────────────────────────────────
Mode: stop
Please wait...
[Ok] cron
[Ok] lighttpd
[Ok] php5-fpm
[Ok] mysql
mkdir: cannot create directory ‘/mnt/dietpi_userdata/Music’: Read-only file system
mkdir: cannot create directory ‘/mnt/dietpi_userdata/Pictures’: Read-only file system
mkdir: cannot create directory ‘/mnt/dietpi_userdata/Video’: Read-only file system
mkdir: cannot create directory ‘/mnt/dietpi_userdata/downloads’: Read-only file system
DietPi-Software
─────────────────────────────────────────────────────
Mode: Update & upgrade APT
Please wait...
Ign http://download.owncloud.org InRelease
Ign http://ftp.debian.org jessie InRelease
Hit http://download.owncloud.org Release.gpg
Hit http://ftp.debian.org jessie-updates InRelease
Hit http://download.owncloud.org Release
Hit http://ftp.debian.org jessie-backports InRelease
Hit http://ftp.debian.org jessie Release.gpg
Hit http://security.debian.org jessie/updates InRelease
Get:1 http://ftp.debian.org jessie-updates/main arm64 Packages/DiffIndex [6,916 B]
Hit http://ftp.debian.org jessie-updates/contrib arm64 Packages
Hit http://download.owncloud.org Packages
Get:2 http://ftp.debian.org jessie-updates/non-free arm64 Packages/DiffIndex [736 B]
Hit http://oph.mdrjr.net all InRelease
Hit http://ftp.debian.org jessie-updates/contrib Translation-en
Get:3 http://ftp.debian.org jessie-updates/main Translation-en/DiffIndex [2,704 B]
Hit http://security.debian.org jessie/updates/main arm64 Packages
Get:4 http://ftp.debian.org jessie-updates/non-free Translation-en/DiffIndex [736 B]
Hit http://security.debian.org jessie/updates/contrib arm64 Packages
Hit http://oph.mdrjr.net jessie InRelease
Hit http://ftp.debian.org jessie Release
Hit http://security.debian.org jessie/updates/non-free arm64 Packages
Hit http://security.debian.org jessie/updates/contrib Translation-en
Get:5 http://ftp.debian.org jessie-backports/main arm64 Packages/DiffIndex [27.8 kB]
Hit http://security.debian.org jessie/updates/main Translation-en
Get:6 http://ftp.debian.org jessie-backports/contrib arm64 Packages/DiffIndex [20.5 kB]
Get:7 http://ftp.debian.org jessie-backports/non-free arm64 Packages/DiffIndex [6,562 B]
Hit http://security.debian.org jessie/updates/non-free Translation-en
Hit http://oph.mdrjr.net all/c2 arm64 Packages
Get:8 http://ftp.debian.org jessie-backports/contrib Translation-en/DiffIndex [6,484 B]
Get:9 http://ftp.debian.org jessie-backports/main Translation-en/DiffIndex [27.8 kB]
Ign http://download.owncloud.org Translation-en_GB
Get:10 http://ftp.debian.org jessie-backports/non-free Translation-en/DiffIndex [14.2 kB]
Hit http://oph.mdrjr.net all/main arm64 Packages
Hit http://ftp.debian.org jessie/main arm64 Packages
Ign http://download.owncloud.org Translation-en
Hit http://ftp.debian.org jessie/contrib arm64 Packages
Hit http://oph.mdrjr.net all/testing arm64 Packages
Hit http://ftp.debian.org jessie/non-free arm64 Packages
Hit http://ftp.debian.org jessie/contrib Translation-en
Hit http://ftp.debian.org jessie/main Translation-en
Hit http://ftp.debian.org jessie/non-free Translation-en
Hit http://oph.mdrjr.net jessie/backports arm64 Packages
Hit http://oph.mdrjr.net jessie/main arm64 Packages
Ign http://oph.mdrjr.net all/c2 Translation-en_GB
Ign http://oph.mdrjr.net all/c2 Translation-en
Ign http://oph.mdrjr.net all/main Translation-en_GB
Ign http://oph.mdrjr.net all/main Translation-en
Ign http://oph.mdrjr.net all/testing Translation-en_GB
Ign http://oph.mdrjr.net all/testing Translation-en
Ign http://oph.mdrjr.net jessie/backports Translation-en_GB
Ign http://oph.mdrjr.net jessie/backports Translation-en
Ign http://oph.mdrjr.net jessie/main Translation-en_GB
Ign http://oph.mdrjr.net jessie/main Translation-en
Fetched 114 kB in 8s (13.5 kB/s)
Reading package lists... Done
[Info] Running apt simulation to check for errors, please wait...
[Ok] Apt simulation | Completed
───────────────────────────────────────
DietPi | 19:32 | Thu 19/01/17
───────────────────────────────────────
V142 | oDroid C2 (aarch64)
───────────────────────────────────────
IP Address | 192.168.1.7
───────────────────────────────────────
Welcome to DietPi-Software
DietPi-Software
─────────────────────────────────────────────────────
Mode: Update & upgrade APT
Please wait...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
DietPi-Software
─────────────────────────────────────────────────────
Mode: Checking for prerequisite software
Please wait...
DietPi-Services
─────────────────────────────────────────────────────
Mode: stop
Please wait...
[Ok] cron
[Ok] lighttpd
[Ok] php5-fpm
[Ok] mysql
DietPi-Services
─────────────────────────────────────────────────────
Mode: stop
Please wait...
[Ok] cron
[Ok] lighttpd
[Ok] php5-fpm
[Ok] mysql
DietPi-Software
─────────────────────────────────────────────────────
Mode: Install software
Please wait...
NextCloud: your very own cloud (eg: dropbox)
[Info] Please wait...
# processing | D i e t P i #
[Info] Testing connection to https://download.nextcloud.com/server/releases/nextcloud-11.0.0.zip
[Info] Max duration of 20 seconds, please wait...
[Ok] Connection test | Completed
--2017-01-19 19:32:45-- https://download.nextcloud.com/server/releases/nextcloud-11.0.0.zip
Resolving download.nextcloud.com (download.nextcloud.com)... 88.198.160.133
Connecting to download.nextcloud.com (download.nextcloud.com)|88.198.160.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 50192302 (48M) [application/zip]
Saving to: ‘package.zip’
package.zip 100%[==============================================================================================================>] 47.87M 1.73MB/s in 29s
2017-01-19 19:33:14 (1.68 MB/s) - ‘package.zip’ saved [50192302/50192302]
Archive: package.zip
inflating: /var/www/nextcloud/ocs/routes.php
inflating: /var/www/nextcloud/ocs/v2.php
inflating: /var/www/nextcloud/ocs/v1.php
inflating: /var/www/nextcloud/ocs/providers.php
inflating: /var/www/nextcloud/console.php
inflating: /var/www/nextcloud/ocs-provider/index.php
inflating: /var/www/nextcloud/version.php
inflating: /var/www/nextcloud/core/js/placeholder.js
inflating: /var/www/nextcloud/core/js/select2-toggleselect.js
inflating: /var/www/nextcloud/core/js/shareitemmodel.js
inflating: /var/www/nextcloud/core/js/jquery.ocdialog.js
inflating: /var/www/nextcloud/core/js/public/appconfig.js
inflating: /var/www/nextcloud/core/js/l10n.js
inflating: /var/www/nextcloud/core/js/sharedialoglinkshareview.js
inflating: /var/www/nextcloud/core/js/oc-dialogs.js
inflating: /var/www/nextcloud/core/js/sharedialogshareelistview.js
inflating: /var/www/nextcloud/core/js/config.js
inflating: /var/www/nextcloud/core/js/oc-backbone-webdav.js
inflating: /var/www/nextcloud/core/js/tests/specs/sharedialogshareelistview.js
inflating: /var/www/nextcloud/core/js/tests/specs/coreSpec.js
inflating: /var/www/nextcloud/core/js/tests/specs/l10nSpec.js
inflating: /var/www/nextcloud/core/js/tests/specs/systemtags/systemtagscollectionSpec.js
inflating: /var/www/nextcloud/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js
inflating: /var/www/nextcloud/core/js/tests/specs/systemtags/systemtagsSpec.js
inflating: /var/www/nextcloud/core/js/tests/specs/appsSpec.js
inflating: /var/www/nextcloud/core/js/tests/specs/mimeTypeSpec.js
inflating: /var/www/nextcloud/core/doc/admin/_images/saml_app_overview.png
inflating: /var/www/nextcloud/core/doc/admin/_images/install-wizard-a4.png
inflating: /var/www/nextcloud/core/doc/admin/_images/code-integrity-admin.png
inflating: /var/www/nextcloud/core/doc/admin/_images/deprecs-2.png
inflating: /var/www/nextcloud/core/doc/admin/_images/google-drive9.png
inflating: /var/www/nextcloud/core/doc/admin/_images/phpinfo.png
inflating: /var/www/nextcloud/core/doc/admin/_images/upgrade-2.png
inflating: /var/www/nextcloud/core/doc/admin/_images/user_password_policy_configuration_app.png
inflating: /var/www/nextcloud/core/doc/admin/_images/antivirus-executable.png
inflating: /var/www/nextcloud/core/doc/admin/_images/encryption7.png
inflating: /var/www/nextcloud/core/doc/admin/_images/antivirus-app.png
inflating: /var/www/nextcloud/core/doc/admin/_images/federation-0.png
inflating: /var/www/nextcloud/core/doc/admin/_images/amazons3.png
inflating: /var/www/nextcloud/core/doc/admin/_images/dropbox-6.png
inflating: /var/www/nextcloud/core/doc/admin/_images/antivirus-config.png
inflating: /var/www/nextcloud/core/doc/admin/_images/scaling-1.png
inflating: /var/www/nextcloud/core/doc/admin/_images/skeleton-files1.png
inflating: /var/www/nextcloud/core/doc/admin/_images/smtp-config-wizard.png
inflating: /var/www/nextcloud/core/doc/admin/_images/smtp-config-smtp.png
inflating: /var/www/nextcloud/core/doc/admin/_images/deprecs-3.png
inflating: /var/www/nextcloud/core/doc/admin/_images/enable-app.png
inflating: /var/www/nextcloud/core/doc/admin/_images/users-config-2.png
inflating: /var/www/nextcloud/core/doc/admin/_images/dropbox-3.png
inflating: /var/www/nextcloud/core/doc/admin/_images/theming-log-in-page.png
inflating: /var/www/nextcloud/core/doc/admin/_images/encryption10.png
inflating: /var/www/nextcloud/core/doc/admin/_images/ldap-advanced-1-connection.png
inflating: /var/www/nextcloud/core/doc/admin/_images/google-drive1.png
inflating: /var/www/nextcloud/core/doc/admin/_images/create_public_share-8.png
inflating: /var/www/nextcloud/core/doc/admin/_images/users-config-1.png
inflating: /var/www/nextcloud/core/doc/admin/_images/federation-1.png
inflating: /var/www/nextcloud/core/doc/admin/_images/skeleton-files.png
inflating: /var/www/nextcloud/core/doc/admin/_images/install-wizard-a1.png
inflating: /var/www/nextcloud/core/doc/admin/_images/users-create.png
inflating: /var/www/nextcloud/core/doc/admin/_images/google-drive.png
inflating: /var/www/nextcloud/core/doc/admin/_images/auth_mechanism.png
inflating: /var/www/nextcloud/core/doc/admin/_images/federation-2.png
inflating: /var/www/nextcloud/core/doc/admin/_images/ldap-wizard-3-login.png
inflating: /var/www/nextcloud/core/doc/admin/_images/oc_admin_app_page.png
inflating: /var/www/nextcloud/core/doc/admin/_images/theming.png
inflating: /var/www/nextcloud/core/doc/admin/_images/files_access_control_sample_rules.png
inflating: /var/www/nextcloud/core/doc/admin/_images/ldap-advanced-3-attributes.png
inflating: /var/www/nextcloud/core/doc/admin/_images/ldap-wizard-2-user.png
inflating: /var/www/nextcloud/core/doc/admin/_images/dropbox-oc.png
inflating: /var/www/nextcloud/core/doc/admin/_images/admin_filehandling-2.png
inflating: /var/www/nextcloud/core/doc/admin/_images/scaling-5.png
inflating: /var/www/nextcloud/core/doc/admin/_images/google-drive13.png
inflating: /var/www/nextcloud/core/doc/admin/_images/mount_options.png
inflating: /var/www/nextcloud/core/doc/admin/_images/scaling-4.png
inflating: /var/www/nextcloud/core/doc/admin/_images/external-sites-5.png
inflating: /var/www/nextcloud/core/doc/admin/_images/federation-3.png
inflating: /var/www/nextcloud/core/doc/admin/_images/openstack.png
inflating: /var/www/nextcloud/core/doc/admin/_images/security-setup-warning-1.png
inflating: /var/www/nextcloud/core/doc/admin/_images/install-wizard-a.png
inflating: /var/www/nextcloud/core/doc/admin/_images/ftp.png
inflating: /var/www/nextcloud/core/doc/admin/_images/dropbox-5.png
inflating: /var/www/nextcloud/core/doc/admin/_images/dropbox-4.png
inflating: /var/www/nextcloud/core/doc/admin/_images/deprecs-1.png
inflating: /var/www/nextcloud/core/doc/admin/_images/google-drive4.png
inflating: /var/www/nextcloud/core/doc/admin/_images/create_public_share-6.png
inflating: /var/www/nextcloud/core/doc/admin/_images/google-drive3.png
inflating: /var/www/nextcloud/core/doc/admin/_images/files_access_control_collaborative_tags.png
inflating: /var/www/nextcloud/core/doc/admin/_images/admin_filehandling-1.png
inflating: /var/www/nextcloud/core/doc/admin/_images/dropbox-2.png
inflating: /var/www/nextcloud/core/doc/admin/_images/encryption9.png
inflating: /var/www/nextcloud/core/doc/admin/_images/google-drive6.png
inflating: /var/www/nextcloud/core/doc/admin/_images/antivirus-daemon.png
inflating: /var/www/nextcloud/core/doc/admin/_images/scaling-2.png
inflating: /var/www/nextcloud/core/doc/admin/_images/user_mounts.png
inflating: /var/www/nextcloud/core/doc/admin/_images/upgrade-1.png
inflating: /var/www/nextcloud/core/doc/admin/_images/dropbox.png
inflating: /var/www/nextcloud/core/doc/admin/_images/encryption15.png
inflating: /var/www/nextcloud/core/doc/admin/_images/add_storage.png
inflating: /var/www/nextcloud/core/doc/admin/_images/google-drive10.png
inflating: /var/www/nextcloud/core/doc/admin/_images/ldap-expert.png
inflating: /var/www/nextcloud/core/doc/admin/_images/external-sites-1.png
inflating: /var/www/nextcloud/core/doc/admin/_images/webdav.png
inflating: /var/www/nextcloud/core/doc/admin/_images/encryption1.png
inflating: /var/www/nextcloud/core/doc/admin/_images/ldap-advanced-2-directory.png
inflating: /var/www/nextcloud/core/doc/admin/_images/create_public_share-9.png
inflating: /var/www/nextcloud/core/doc/admin/_images/external-sites-4.png
inflating: /var/www/nextcloud/core/doc/admin/_images/local.png
inflating: /var/www/nextcloud/core/doc/admin/_images/ldap-wizard-1-server.png
inflating: /var/www/nextcloud/core/doc/admin/_images/users-config.png
inflating: /var/www/nextcloud/core/doc/admin/_images/encryption14.png
inflating: /var/www/nextcloud/core/doc/admin/_images/dropbox-1.png
extracting: /var/www/nextcloud/core/doc/admin/_images/antivirus-logging.png
inflating: /var/www/nextcloud/core/doc/admin/_images/ldap-fetched-avatar.png
inflating: /var/www/nextcloud/core/doc/admin/_images/smb.png
inflating: /var/www/nextcloud/core/doc/admin/_images/smtp-config-php-sendmail.png
inflating: /var/www/nextcloud/core/doc/admin/_images/code-integrity-notification.png
inflating: /var/www/nextcloud/core/doc/admin/_images/google-drive12.png
inflating: /var/www/nextcloud/core/doc/admin/configuration_user/two_factor-auth.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_user/user_auth_ldap.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_user/reset_user_password.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_user/user_provisioning_api.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_user/user_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_user/user_auth_ldap_cleanup.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_user/reset_admin_password.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_user/index.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_user/user_auth_ftp_smb_imap.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_user/user_password_policy.html
inflating: /var/www/nextcloud/core/doc/admin/release_notes.html
inflating: /var/www/nextcloud/core/doc/admin/issues/general_troubleshooting.html
inflating: /var/www/nextcloud/core/doc/admin/issues/code_signing.html
inflating: /var/www/nextcloud/core/doc/admin/issues/index.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/external_storage_configuration_gui.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/external_storage_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/file_versioning.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/external_storage/local.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/external_storage/nextcloud.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/external_storage/dropbox.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/external_storage/openstack.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/external_storage/sftp.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/external_storage/auth_mechanisms.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/external_storage/webdav.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/external_storage/ftp.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/external_storage/google.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/external_storage/amazons3.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/external_storage/smb.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/file_sharing_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/default_files_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/files_access_control.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/primary_storage.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/previews_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/federated_cloud_sharing_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/encryption_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/big_file_upload_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/index.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_files/files_locking_transactional.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_database/linux_database_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_database/db_conversion.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_database/index.html
inflating: /var/www/nextcloud/core/doc/admin/operations/scaling_multiple_machines.html
inflating: /var/www/nextcloud/core/doc/admin/operations/theming.html
inflating: /var/www/nextcloud/core/doc/admin/operations/index.html
inflating: /var/www/nextcloud/core/doc/admin/operations/considerations_on_monitoring.html
inflating: /var/www/nextcloud/core/doc/admin/contents.html
inflating: /var/www/nextcloud/core/doc/admin/installation/nginx_examples.html
inflating: /var/www/nextcloud/core/doc/admin/installation/source_installation.html
inflating: /var/www/nextcloud/core/doc/admin/installation/php_55_installation.html
inflating: /var/www/nextcloud/core/doc/admin/installation/apps_supported.html
inflating: /var/www/nextcloud/core/doc/admin/installation/php_54_installation.html
inflating: /var/www/nextcloud/core/doc/admin/installation/command_line_installation.html
inflating: /var/www/nextcloud/core/doc/admin/installation/selinux_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/installation/deployment_recommendations.html
inflating: /var/www/nextcloud/core/doc/admin/installation/nginx_nextcloud_9x.html
inflating: /var/www/nextcloud/core/doc/admin/installation/installation_wizard.html
inflating: /var/www/nextcloud/core/doc/admin/installation/apps_management_installation.html
inflating: /var/www/nextcloud/core/doc/admin/installation/index.html
inflating: /var/www/nextcloud/core/doc/admin/installation/system_requirements.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/caching_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/language_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/occ_command.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/automatic_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/knowledgebase_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/security_setup_warnings.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/external_sites.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/thirdparty_php_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/email_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/server_tuning.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/activity_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/antivirus_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/sso_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/config_sample_php_parameters.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/harden_server.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/theming.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/background_jobs_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/reverse_proxy_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/custom_client_repos.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/logging_configuration.html
inflating: /var/www/nextcloud/core/doc/admin/configuration_server/index.html
inflating: /var/www/nextcloud/core/doc/admin/search.html
inflating: /var/www/nextcloud/core/doc/admin/genindex.html
inflating: /var/www/nextcloud/core/doc/admin/index.html
inflating: /var/www/nextcloud/core/shipped.json
inflating: /var/www/nextcloud/core/skeleton/Photos/Coast.jpg
inflating: /var/www/nextcloud/core/skeleton/Photos/Hummingbird.jpg
inflating: /var/www/nextcloud/core/skeleton/Photos/Nut.jpg
inflating: /var/www/nextcloud/core/skeleton/Nextcloud Manual.pdf
inflating: /var/www/nextcloud/core/skeleton/Documents/About.odt
inflating: /var/www/nextcloud/core/skeleton/Documents/About.txt
inflating: /var/www/nextcloud/core/skeleton/Nextcloud.mp4
inflating: /var/www/nextcloud/core/l10n/nl.json
inflating: /var/www/nextcloud/core/l10n/de.js
inflating: /var/www/nextcloud/core/l10n/hu_HU.js
inflating: /var/www/nextcloud/core/l10n/pl.json
inflating: /var/www/nextcloud/core/l10n/zh_TW.js
inflating: /var/www/nextcloud/core/l10n/sv.js
inflating: /var/www/nextcloud/core/l10n/zh_CN.js
inflating: /var/www/nextcloud/core/l10n/ru.json
inflating: /var/www/nextcloud/core/l10n/pt_BR.json
inflating: /var/www/nextcloud/core/l10n/fi_FI.json
inflating: /var/www/nextcloud/core/l10n/uk.js
inflating: /var/www/nextcloud/core/l10n/fi_FI.js
inflating: /var/www/nextcloud/core/l10n/pt_BR.js
inflating: /var/www/nextcloud/core/l10n/pt_PT.json
inflating: /var/www/nextcloud/core/l10n/it.json
inflating: /var/www/nextcloud/core/l10n/da.js
inflating: /var/www/nextcloud/core/l10n/he.json
inflating: /var/www/nextcloud/core/l10n/nl.js
inflating: /var/www/nextcloud/core/l10n/ru.js
inflating: /var/www/nextcloud/core/l10n/sq.js
inflating: /var/www/nextcloud/core/l10n/sq.json
inflating: /var/www/nextcloud/core/l10n/ja.json
inflating: /var/www/nextcloud/core/l10n/sv.json
inflating: /var/www/nextcloud/core/l10n/fr.json
inflating: /var/www/nextcloud/core/l10n/da.json
inflating: /var/www/nextcloud/core/l10n/is.json
inflating: /var/www/nextcloud/core/l10n/zh_CN.json
inflating: /var/www/nextcloud/core/l10n/he.js
inflating: /var/www/nextcloud/core/l10n/el.js
inflating: /var/www/nextcloud/core/l10n/pt_PT.js
inflating: /var/www/nextcloud/core/l10n/cs_CZ.js
inflating: /var/www/nextcloud/core/l10n/hu_HU.json
inflating: /var/www/nextcloud/core/l10n/sl.json
inflating: /var/www/nextcloud/core/l10n/it.js
inflating: /var/www/nextcloud/core/l10n/en_GB.js
inflating: /var/www/nextcloud/core/l10n/de.json
inflating: /var/www/nextcloud/core/l10n/el.json
inflating: /var/www/nextcloud/core/l10n/tr.js
inflating: /var/www/nextcloud/core/l10n/sl.js
inflating: /var/www/nextcloud/core/l10n/es.json
inflating: /var/www/nextcloud/core/l10n/uk.json
inflating: /var/www/nextcloud/core/l10n/pl.js
inflating: /var/www/nextcloud/core/l10n/fr.js
inflating: /var/www/nextcloud/core/l10n/nb_NO.js
inflating: /var/www/nextcloud/core/l10n/bg_BG.js
inflating: /var/www/nextcloud/core/l10n/de_DE.json
inflating: /var/www/nextcloud/core/l10n/en_GB.json
inflating: /var/www/nextcloud/core/l10n/ja.js
inflating: /var/www/nextcloud/core/l10n/bg_BG.json
inflating: /var/www/nextcloud/core/l10n/is.js
inflating: /var/www/nextcloud/core/l10n/es.js
inflating: /var/www/nextcloud/core/l10n/cs_CZ.json
inflating: /var/www/nextcloud/core/l10n/ko.js
inflating: /var/www/nextcloud/core/l10n/de_DE.js
inflating: /var/www/nextcloud/core/l10n/tr.json
inflating: /var/www/nextcloud/core/l10n/nb_NO.json
inflating: /var/www/nextcloud/core/l10n/ko.json
inflating: /var/www/nextcloud/core/l10n/zh_TW.json
inflating: /var/www/nextcloud/core/l10n/id.js
inflating: /var/www/nextcloud/core/l10n/id.json
inflating: /var/www/nextcloud/core/fonts/OpenSans-Regular.ttf
inflating: /var/www/nextcloud/core/fonts/LICENSE.txt
inflating: /var/www/nextcloud/core/fonts/OpenSans-Semibold.woff
inflating: /var/www/nextcloud/core/fonts/OpenSans-Light.woff
inflating: /var/www/nextcloud/core/fonts/OpenSans-Regular.woff
inflating: /var/www/nextcloud/core/Command/TwoFactorAuth/Enable.php
inflating: /var/www/nextcloud/core/Command/TwoFactorAuth/Base.php
inflating: /var/www/nextcloud/core/Command/TwoFactorAuth/Disable.php
inflating: /var/www/nextcloud/core/Command/Group/RemoveUser.php
inflating: /var/www/nextcloud/core/Command/Group/ListCommand.php
inflating: /var/www/nextcloud/core/Command/Group/AddUser.php
inflating: /var/www/nextcloud/core/Command/Db/GenerateChangeScript.php
inflating: /var/www/nextcloud/core/Command/Db/ConvertType.php
inflating: /var/www/nextcloud/core/Command/Log/Manage.php
inflating: /var/www/nextcloud/core/Command/Log/File.php
inflating: /var/www/nextcloud/core/Command/Check.php
inflating: /var/www/nextcloud/core/Command/Encryption/SetDefaultModule.php
inflating: /var/www/nextcloud/core/Command/Encryption/Enable.php
inflating: /var/www/nextcloud/core/Command/Encryption/DecryptAll.php
inflating: /var/www/nextcloud/core/Command/Encryption/EncryptAll.php
inflating: /var/www/nextcloud/core/Command/Encryption/ListModules.php
inflating: /var/www/nextcloud/core/Command/Encryption/Status.php
inflating: /var/www/nextcloud/core/Command/Encryption/ChangeKeyStorageRoot.php
inflating: /var/www/nextcloud/core/Command/Encryption/ShowKeyStorageRoot.php
inflating: /var/www/nextcloud/core/Command/Encryption/Disable.php
inflating: /var/www/nextcloud/core/Command/Security/RemoveCertificate.php
inflating: /var/www/nextcloud/core/Command/Security/ListCertificates.php
inflating: /var/www/nextcloud/core/Command/Security/ImportCertificate.php
inflating: /var/www/nextcloud/core/Command/Status.php
inflating: /var/www/nextcloud/core/Command/Integrity/SignApp.php
inflating: /var/www/nextcloud/core/Command/Integrity/CheckCore.php
inflating: /var/www/nextcloud/core/Command/Integrity/SignCore.php
inflating: /var/www/nextcloud/core/Command/Integrity/CheckApp.php
inflating: /var/www/nextcloud/core/Command/User/Setting.php
inflating: /var/www/nextcloud/core/Command/User/ResetPassword.php
inflating: /var/www/nextcloud/core/Command/User/Delete.php
inflating: /var/www/nextcloud/core/Command/User/Enable.php
inflating: /var/www/nextcloud/core/Command/User/ListCommand.php
inflating: /var/www/nextcloud/core/Command/User/Info.php
inflating: /var/www/nextcloud/core/Command/User/LastSeen.php
inflating: /var/www/nextcloud/core/Command/User/Disable.php
inflating: /var/www/nextcloud/core/Command/User/Report.php
inflating: /var/www/nextcloud/core/Command/User/Add.php
inflating: /var/www/nextcloud/core/Command/App/Enable.php
inflating: /var/www/nextcloud/core/Command/App/GetPath.php
inflating: /var/www/nextcloud/core/Command/App/CheckCode.php
inflating: /var/www/nextcloud/core/Command/App/ListApps.php
inflating: /var/www/nextcloud/core/Command/App/Disable.php
inflating: /var/www/nextcloud/core/Command/Base.php
inflating: /var/www/nextcloud/core/Command/Maintenance/SingleUser.php
inflating: /var/www/nextcloud/core/Command/Maintenance/Mimetype/UpdateDB.php
inflating: /var/www/nextcloud/core/Command/Maintenance/Mimetype/UpdateJS.php
inflating: /var/www/nextcloud/core/Command/Maintenance/DataFingerprint.php
inflating: /var/www/nextcloud/core/Command/Maintenance/Repair.php
inflating: /var/www/nextcloud/core/Command/Maintenance/Install.php
inflating: /var/www/nextcloud/core/Command/Maintenance/UpdateHtaccess.php
inflating: /var/www/nextcloud/core/Command/Maintenance/Mode.php
inflating: /var/www/nextcloud/core/Command/Config/System/SetConfig.php
inflating: /var/www/nextcloud/core/Command/Config/System/GetConfig.php
inflating: /var/www/nextcloud/core/Command/Config/System/Base.php
inflating: /var/www/nextcloud/core/Command/Config/System/DeleteConfig.php
inflating: /var/www/nextcloud/core/Command/Config/App/SetConfig.php
inflating: /var/www/nextcloud/core/Command/Config/App/GetConfig.php
inflating: /var/www/nextcloud/core/Command/Config/App/Base.php
inflating: /var/www/nextcloud/core/Command/Config/App/DeleteConfig.php
inflating: /var/www/nextcloud/core/Command/Config/ListConfigs.php
inflating: /var/www/nextcloud/core/Command/Config/Import.php
inflating: /var/www/nextcloud/core/Command/Upgrade.php
inflating: /var/www/nextcloud/core/Command/Background/WebCron.php
inflating: /var/www/nextcloud/core/Command/Background/Base.php
inflating: /var/www/nextcloud/core/Command/Background/Ajax.php
inflating: /var/www/nextcloud/core/Command/Background/Cron.php
inflating: /var/www/nextcloud/core/Command/L10n/CreateJs.php
inflating: /var/www/nextcloud/core/templates/altmail.php
inflating: /var/www/nextcloud/core/templates/update.admin.php
inflating: /var/www/nextcloud/core/templates/tags.html
inflating: /var/www/nextcloud/core/templates/untrustedDomain.php
inflating: /var/www/nextcloud/core/templates/singleuser.user.php
inflating: /var/www/nextcloud/core/templates/message.html
inflating: /var/www/nextcloud/core/templates/installation.php
inflating: /var/www/nextcloud/core/templates/layout.noscript.warning.php
inflating: /var/www/nextcloud/core/templates/filetemplates/template.ods
inflating: /var/www/nextcloud/core/templates/filetemplates/template.odp
inflating: /var/www/nextcloud/core/templates/filetemplates/template.odt
inflating: /var/www/nextcloud/core/templates/filetemplates/template.html
inflating: /var/www/nextcloud/core/templates/filepicker.html
inflating: /var/www/nextcloud/core/templates/twofactorselectchallenge.php
inflating: /var/www/nextcloud/core/templates/layout.base.php
inflating: /var/www/nextcloud/core/templates/update.use-cli.php
inflating: /var/www/nextcloud/core/templates/update.user.php
inflating: /var/www/nextcloud/core/templates/403.php
inflating: /var/www/nextcloud/core/templates/lostpassword/email.php
inflating: /var/www/nextcloud/core/templates/lostpassword/resetpassword.php
inflating: /var/www/nextcloud/core/templates/error.php
inflating: /var/www/nextcloud/core/templates/login.php
inflating: /var/www/nextcloud/core/templates/layout.user.php
inflating: /var/www/nextcloud/core/templates/twofactorshowchallenge.php
inflating: /var/www/nextcloud/core/templates/exception.php
inflating: /var/www/nextcloud/core/templates/404.php
inflating: /var/www/nextcloud/core/templates/layout.guest.php
inflating: /var/www/nextcloud/core/templates/mail.php
inflating: /var/www/nextcloud/core/register_command.php
inflating: /var/www/nextcloud/core/Application.php
inflating: /var/www/nextcloud/core/routes.php
inflating: /var/www/nextcloud/core/css/fonts.css
inflating: /var/www/nextcloud/core/css/styles.css
inflating: /var/www/nextcloud/core/css/systemtags.css
inflating: /var/www/nextcloud/core/css/images/ui-icons_ffd27a_256x240.png
inflating: /var/www/nextcloud/core/css/images/ui-bg_glass_100_f8f8f8_1x400.png
inflating: /var/www/nextcloud/core/css/images/ui-bg_flat_10_000000_40x100.png
inflating: /var/www/nextcloud/core/css/images/ui-icons_1d2d44_256x240.png
inflating: /var/www/nextcloud/core/css/images/ui-bg_flat_35_1d2d44_40x100.png
inflating: /var/www/nextcloud/core/css/images/ui-icons_ffffff_256x240.png
inflating: /var/www/nextcloud/core/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
inflating: /var/www/nextcloud/core/css/images/ui-bg_highlight-hard_100_f8f8f8_1x100.png
inflating: /var/www/nextcloud/core/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
inflating: /var/www/nextcloud/core/css/images/ui-bg_flat_100_ffffff_40x100.png
inflating: /var/www/nextcloud/core/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
inflating: /var/www/nextcloud/core/css/share.css
inflating: /var/www/nextcloud/core/css/icons.css
inflating: /var/www/nextcloud/core/css/header.css
inflating: /var/www/nextcloud/core/css/global.css
inflating: /var/www/nextcloud/core/css/update.css
inflating: /var/www/nextcloud/core/css/jquery.ocdialog.css
inflating: /var/www/nextcloud/core/css/apps.css
inflating: /var/www/nextcloud/core/css/multiselect.css
inflating: /var/www/nextcloud/core/css/lostpassword/resetpassword.css
inflating: /var/www/nextcloud/core/css/fixes.css
inflating: /var/www/nextcloud/core/css/jquery-ui-fixes.css
inflating: /var/www/nextcloud/core/css/inputs.css
inflating: /var/www/nextcloud/core/css/tooltip.css
inflating: /var/www/nextcloud/core/css/mobile.css
inflating: /var/www/nextcloud/core/strings.php
inflating: /var/www/nextcloud/core/img/twitter.svg
inflating: /var/www/nextcloud/core/img/googleplay.png
inflating: /var/www/nextcloud/core/img/logo-icon-175px.png
inflating: /var/www/nextcloud/core/img/actions/checkbox-disabled.svg
inflating: /var/www/nextcloud/core/img/actions/fullscreen-white.svg
inflating: /var/www/nextcloud/core/img/actions/checkbox-checked-disabled.svg
inflating: /var/www/nextcloud/core/img/actions/tag.svg
inflating: /var/www/nextcloud/core/img/actions/error-white.svg
inflating: /var/www/nextcloud/core/img/actions/comment.svg
inflating: /var/www/nextcloud/core/img/actions/view-previous.svg
inflating: /var/www/nextcloud/core/img/actions/download-white.svg
inflating: /var/www/nextcloud/core/img/actions/shared.svg
inflating: /var/www/nextcloud/core/img/actions/checkbox.svg
inflating: /var/www/nextcloud/core/img/actions/view-close.svg
inflating: /var/www/nextcloud/core/img/actions/play-previous.svg
inflating: /var/www/nextcloud/core/img/actions/info-white.svg
inflating: /var/www/nextcloud/core/img/actions/audio.svg
inflating: /var/www/nextcloud/core/img/actions/edit.svg
inflating: /var/www/nextcloud/core/img/actions/details.svg
inflating: /var/www/nextcloud/core/img/actions/download.svg
inflating: /var/www/nextcloud/core/img/actions/play.svg
inflating: /var/www/nextcloud/core/img/actions/pause.svg
inflating: /var/www/nextcloud/core/img/actions/checkmark-color.svg
inflating: /var/www/nextcloud/core/img/actions/toggle.svg
inflating: /var/www/nextcloud/core/img/actions/toggle-filelist.svg
inflating: /var/www/nextcloud/core/img/actions/fullscreen.svg
inflating: /var/www/nextcloud/core/img/actions/add.svg
inflating: /var/www/nextcloud/core/img/actions/star.svg
inflating: /var/www/nextcloud/core/img/actions/audio-off.svg
inflating: /var/www/nextcloud/core/img/actions/play-next.svg
inflating: /var/www/nextcloud/core/img/actions/radio-checked-white.svg
inflating: /var/www/nextcloud/core/img/actions/confirm-white.svg
inflating: /var/www/nextcloud/core/img/actions/pause-big.svg
inflating: /var/www/nextcloud/core/img/actions/checkbox-mixed.svg
inflating: /var/www/nextcloud/core/img/actions/logout.svg
inflating: /var/www/nextcloud/core/img/actions/more-white.svg
inflating: /var/www/nextcloud/core/img/actions/clippy.svg
inflating: /var/www/nextcloud/core/img/actions/settings.svg
inflating: /var/www/nextcloud/core/img/actions/public.svg
inflating: /var/www/nextcloud/core/img/actions/radio-disabled.svg
inflating: /var/www/nextcloud/core/img/actions/video-off.svg
inflating: /var/www/nextcloud/core/img/actions/checkbox-mixed-disabled.svg
inflating: /var/www/nextcloud/core/img/actions/toggle-pictures.svg
inflating: /var/www/nextcloud/core/img/actions/checkbox-mixed-white.svg
inflating: /var/www/nextcloud/core/img/actions/triangle-e.svg
inflating: /var/www/nextcloud/core/img/actions/caret.svg
inflating: /var/www/nextcloud/core/img/actions/view-download.svg
inflating: /var/www/nextcloud/core/img/actions/search-white.svg
inflating: /var/www/nextcloud/core/img/actions/more.svg
inflating: /var/www/nextcloud/core/img/actions/history.svg
inflating: /var/www/nextcloud/core/img/actions/radio-white.svg
inflating: /var/www/nextcloud/core/img/actions/starred.svg
inflating: /var/www/nextcloud/core/img/actions/radio-checked-disabled.svg
inflating: /var/www/nextcloud/core/img/actions/mail.svg
inflating: /var/www/nextcloud/core/img/actions/play-big.svg
inflating: /var/www/nextcloud/core/img/actions/video.svg
inflating: /var/www/nextcloud/core/img/actions/radio-checked.svg
inflating: /var/www/nextcloud/core/img/actions/upload-white.svg
inflating: /var/www/nextcloud/core/img/actions/checkmark-white.svg
inflating: /var/www/nextcloud/core/img/actions/view-pause.svg
inflating: /var/www/nextcloud/core/img/actions/password.svg
inflating: /var/www/nextcloud/core/img/actions/checkbox-checked-white.svg
inflating: /var/www/nextcloud/core/img/actions/menu.svg
inflating: /var/www/nextcloud/core/img/actions/delete-hover.svg
inflating: /var/www/nextcloud/core/img/actions/search.svg
inflating: /var/www/nextcloud/core/img/actions/delete.svg
inflating: /var/www/nextcloud/core/img/actions/sound.svg
inflating: /var/www/nextcloud/core/img/actions/checkbox-disabled-white.svg
inflating: /var/www/nextcloud/core/img/actions/share.svg
inflating: /var/www/nextcloud/core/img/actions/sound-off.svg
inflating: /var/www/nextcloud/core/img/actions/caret-dark.svg
inflating: /var/www/nextcloud/core/img/actions/checkbox-white.svg
inflating: /var/www/nextcloud/core/img/actions/video-off-white.svg
inflating: /var/www/nextcloud/core/img/actions/error-color.svg
inflating: /var/www/nextcloud/core/img/actions/audio-white.svg
inflating: /var/www/nextcloud/core/img/actions/triangle-s.svg
inflating: /var/www/nextcloud/core/img/actions/upload.svg
inflating: /var/www/nextcloud/core/img/actions/confirm.svg
...
inflating: /var/www/nextcloud/apps/user_ldap/l10n/pl.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/fr.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/gl.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/gl.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/sk_SK.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/te.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/et_EE.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/nb_NO.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/zh_HK.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/lt_LT.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/mr.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/ml.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/jv.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/am_ET.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/zh_HK.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/fy_NL.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/ro.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/tzm.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/bg_BG.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/sr@latin.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/io.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/de_DE.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/en_GB.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/eo.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/ja.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/tl_PH.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/bg_BG.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/ta_LK.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/ar.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/is.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/fil.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/gu.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/bn_IN.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/es.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/cs_CZ.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/ak.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/lv.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/ko.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/be.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/pa.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/es_AR.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/ta_IN.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/ur_PK.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/de_DE.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/nn_NO.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/my_MM.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/oc.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/sk_SK.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/ta_LK.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/sw_KE.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/fa.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/ku_IQ.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/af_ZA.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/es_CL.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/hy.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/tr.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/ach.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/eo.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/fil.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/ms_MY.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/nb_NO.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/ar.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/sw_KE.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/ko.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/zh_TW.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/id.js
inflating: /var/www/nextcloud/apps/user_ldap/l10n/eu.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/io.json
inflating: /var/www/nextcloud/apps/user_ldap/l10n/id.json
inflating: /var/www/nextcloud/apps/user_ldap/templates/part.wizard-groupfilter.php
inflating: /var/www/nextcloud/apps/user_ldap/templates/settings.php
inflating: /var/www/nextcloud/apps/user_ldap/templates/part.wizard-server.php
inflating: /var/www/nextcloud/apps/user_ldap/templates/part.wizard-userfilter.php
inflating: /var/www/nextcloud/apps/user_ldap/templates/part.wizardcontrols.php
inflating: /var/www/nextcloud/apps/user_ldap/templates/part.wizard-loginfilter.php
inflating: /var/www/nextcloud/apps/user_ldap/templates/part.settingcontrols.php
inflating: /var/www/nextcloud/apps/user_ldap/css/settings.css
inflating: /var/www/nextcloud/apps/user_ldap/img/copy.svg
inflating: /var/www/nextcloud/apps/user_ldap/img/app.svg
extracting: /var/www/nextcloud/apps/user_ldap/img/copy.png
inflating: /var/www/nextcloud/apps/user_ldap/ajax/wizard.php
inflating: /var/www/nextcloud/apps/user_ldap/ajax/deleteConfiguration.php
inflating: /var/www/nextcloud/apps/user_ldap/ajax/testConfiguration.php
inflating: /var/www/nextcloud/apps/user_ldap/ajax/getNewServerConfigPrefix.php
inflating: /var/www/nextcloud/apps/user_ldap/ajax/clearMappings.php
inflating: /var/www/nextcloud/apps/user_ldap/ajax/getConfiguration.php
inflating: /var/www/nextcloud/apps/user_ldap/ajax/setConfiguration.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/ILDAPWrapper.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/User_LDAP.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/LDAPProviderFactory.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/FilesystemHelper.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/LDAP.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/LogWrapper.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Proxy.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Settings/Admin.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Settings/Section.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/WizardResult.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Command/CheckUser.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Command/Search.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Command/TestConfig.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Command/CreateEmptyConfig.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Command/SetConfig.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Command/DeleteConfig.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Command/ShowConfig.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Command/ShowRemnants.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/User_Proxy.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/LDAPProvider.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/BackendUtility.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Helper.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/User/DeletedUsersIndex.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/User/OfflineUser.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/User/Manager.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/User/User.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/User/IUserTools.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Group_LDAP.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Jobs/CleanUp.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Jobs/UpdateGroups.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Wizard.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Connection.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/IUserLDAP.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/LDAPUtility.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Group_Proxy.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Configuration.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Access.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Mapping/AbstractMapping.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Mapping/GroupMapping.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Mapping/UserMapping.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php
inflating: /var/www/nextcloud/apps/user_ldap/lib/Exceptions/NotOnLDAP.php
inflating: /var/www/nextcloud/apps/user_ldap/appinfo/update.php
inflating: /var/www/nextcloud/apps/user_ldap/appinfo/info.xml
inflating: /var/www/nextcloud/apps/user_ldap/appinfo/database.xml
inflating: /var/www/nextcloud/apps/user_ldap/appinfo/install.php
inflating: /var/www/nextcloud/apps/user_ldap/appinfo/register_command.php
inflating: /var/www/nextcloud/apps/user_ldap/appinfo/routes.php
inflating: /var/www/nextcloud/apps/user_ldap/appinfo/app.php
inflating: /var/www/nextcloud/apps/user_ldap/appinfo/signature.json
inflating: /var/www/nextcloud/apps/sharebymail/templates/altmail.php
inflating: /var/www/nextcloud/apps/sharebymail/templates/mail.php
inflating: /var/www/nextcloud/apps/sharebymail/img/app.svg
inflating: /var/www/nextcloud/apps/sharebymail/lib/ShareByMailProvider.php
inflating: /var/www/nextcloud/apps/sharebymail/lib/Settings.php
inflating: /var/www/nextcloud/apps/sharebymail/lib/Activity.php
inflating: /var/www/nextcloud/apps/sharebymail/appinfo/info.xml
inflating: /var/www/nextcloud/apps/sharebymail/appinfo/app.php
inflating: /var/www/nextcloud/apps/sharebymail/appinfo/signature.json
inflating: /var/www/nextcloud/apps/templateeditor/settings-admin.php
inflating: /var/www/nextcloud/apps/templateeditor/app/templateeditor.php
inflating: /var/www/nextcloud/apps/templateeditor/js/settings-admin.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/bn_BD.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/nl.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/tr.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/bs.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/eo.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/vi.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/lb.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/sr.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/bn_IN.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/de.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/bg_BG.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/az.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ru.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/th_TH.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/nn_NO.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/da.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/cy_GB.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/et_EE.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/de_DE.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/hu_HU.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ia.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ka_GE.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/bn_BD.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/pl.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/zh_TW.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ar.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/sr.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/sv.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/sq.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/cs_CZ.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ms_MY.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/zh_CN.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ca.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ru.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ro.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/pt_BR.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/fi_FI.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/uk.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/de_AT.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/oc.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/fi_FI.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/.tx/config
inflating: /var/www/nextcloud/apps/templateeditor/l10n/pt_BR.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/mk.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/az.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/pt_BR.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/pt_PT.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/lv.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/it.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/it.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/hr.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/bn_BD.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/da.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/eu_ES.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/et_EE.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/hu_HU.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/sv.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/he.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/id.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/sr.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/nl.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/hi.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ru.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/zh_HK.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ta_LK.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ast.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/sq.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/km.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/sq.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ja.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ja.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/te.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/sv.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/fr.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ku_IQ.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/he.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/th_TH.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/sk.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/da.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/is.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/de.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/sl.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/es_MX.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/zh_CN.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ast.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/is.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/zh_CN.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/fa.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/he.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/th_TH.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/eu.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/el.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/pt_PT.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/cs_CZ.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/hu_HU.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/sr@latin.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/sl.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/it.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/en_GB.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/de.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/el.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/tr.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ca.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/fa.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/az.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/bn_IN.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/el.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ko.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/fi_FI.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/es_AR.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/nb_NO.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ca.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/sl.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/es.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/uk.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/pl.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/fr.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/gl.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/gl.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/zh_TW.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/sk_SK.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/et_EE.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/nb_NO.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/pt_PT.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ug.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/oc.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/bg_BG.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/de_DE.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/en_GB.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ja.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/bg_BG.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/uk.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ar.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/is.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/bn_IN.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/es.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/cs_CZ.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/en_GB.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ko.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/nl.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/hy.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ast.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/es.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/gl.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/de_DE.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/eu.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/oc.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/lt_LT.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/sk_SK.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/pl.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/fa.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/sk_SK.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/tr.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/de_CH.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ur_PK.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/nb_NO.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ar.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/ko.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/zh_TW.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/si_LK.php
inflating: /var/www/nextcloud/apps/templateeditor/l10n/id.js
inflating: /var/www/nextcloud/apps/templateeditor/l10n/eu.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/id.json
inflating: /var/www/nextcloud/apps/templateeditor/l10n/fr.php
inflating: /var/www/nextcloud/apps/templateeditor/controller/adminsettingscontroller.php
inflating: /var/www/nextcloud/apps/templateeditor/templates/settings-admin.php
inflating: /var/www/nextcloud/apps/templateeditor/http/mailtemplateresponse.php
inflating: /var/www/nextcloud/apps/templateeditor/css/settings-admin.css
inflating: /var/www/nextcloud/apps/templateeditor/img/app.svg
inflating: /var/www/nextcloud/apps/templateeditor/lib/mailtemplate.php
inflating: /var/www/nextcloud/apps/templateeditor/appinfo/info.xml
inflating: /var/www/nextcloud/apps/templateeditor/appinfo/routes.php
inflating: /var/www/nextcloud/apps/templateeditor/appinfo/app.php
inflating: /var/www/nextcloud/apps/templateeditor/appinfo/signature.json
inflating: /var/www/nextcloud/apps/files_automatedtagging/js/admin.js
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/nl.json
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/de.js
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/hu_HU.js
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/pl.json
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/ru.json
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/pt_BR.json
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/.tx/config
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/pt_BR.js
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/it.json
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/nl.js
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/ru.js
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/ja.json
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/fr.json
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/is.json
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/cs_CZ.js
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/hu_HU.json
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/it.js
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/de.json
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/tr.js
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/es.json
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/pl.js
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/fr.js
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/nb_NO.js
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/de_DE.json
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/ja.js
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/is.js
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/es.js
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/cs_CZ.json
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/ko.js
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/de_DE.js
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/tr.json
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/nb_NO.json
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/ko.json
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/id.js
inflating: /var/www/nextcloud/apps/files_automatedtagging/l10n/id.json
inflating: /var/www/nextcloud/apps/files_automatedtagging/img/app.svg
inflating: /var/www/nextcloud/apps/files_automatedtagging/lib/Settings/Admin.php
inflating: /var/www/nextcloud/apps/files_automatedtagging/lib/CacheWrapper.php
inflating: /var/www/nextcloud/apps/files_automatedtagging/lib/Operation.php
inflating: /var/www/nextcloud/apps/files_automatedtagging/lib/AppInfo/Application.php
inflating: /var/www/nextcloud/apps/files_automatedtagging/lib/StorageWrapper.php
inflating: /var/www/nextcloud/apps/files_automatedtagging/appinfo/info.xml
inflating: /var/www/nextcloud/apps/files_automatedtagging/appinfo/app.php
inflating: /var/www/nextcloud/apps/files_automatedtagging/appinfo/signature.json
inflating: /var/www/nextcloud/apps/files_versions/js/filesplugin.js
inflating: /var/www/nextcloud/apps/files_versions/js/versioncollection.js
inflating: /var/www/nextcloud/apps/files_versions/js/versionmodel.js
inflating: /var/www/nextcloud/apps/files_versions/js/versionstabview.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/bn_BD.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/nl.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/mk.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/vi.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/vi.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/kn.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/sr.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/de.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/az.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/es_MX.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/hu_HU.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/ur_PK.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/pl.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/zh_TW.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/sr.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/sv.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/ku_IQ.js
extracting: /var/www/nextcloud/apps/files_versions/l10n/.gitkeep
inflating: /var/www/nextcloud/apps/files_versions/l10n/zh_CN.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/ro.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/mk.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/ru.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/ka_GE.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/pt_BR.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/fi_FI.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/uk.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/lb.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/es_MX.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/bs.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/oc.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/fi_FI.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/si_LK.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/hr.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/sr@latin.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/az.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/km.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/pt_BR.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/pt_PT.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/it.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/si_LK.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/bn_BD.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/da.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/et_EE.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/he.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/nl.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/ru.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/kn.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/lv.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/ast.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/sq.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/sq.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/nn_NO.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/ja.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/sv.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/fr.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/th_TH.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/da.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/ast.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/km.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/cy_GB.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/is.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/zh_CN.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/he.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/es_AR.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/th_TH.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/bs.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/eu.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/el.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/pt_PT.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/cs_CZ.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/ug.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/ka_GE.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/hy.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/hu_HU.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/ug.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/sl.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/lt_LT.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/cy_GB.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/it.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/en_GB.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/de.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/el.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/tr.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/ca.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/fa.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/hr.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/bn_IN.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/ms_MY.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/lb.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/ca.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/sl.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/es.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/uk.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/pl.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/fr.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/gl.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/gl.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/sk_SK.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/et_EE.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/nb_NO.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/zh_HK.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/lt_LT.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/zh_HK.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/ro.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/bg_BG.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/sr@latin.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/de_DE.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/en_GB.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/eo.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/ja.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/bg_BG.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/ta_LK.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/ar.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/is.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/bn_IN.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/es.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/cs_CZ.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/lv.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/ko.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/es_AR.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/ur_PK.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/de_DE.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/nn_NO.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/oc.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/sk_SK.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/ta_LK.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/fa.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/ku_IQ.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/hy.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/tr.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/eo.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/ms_MY.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/nb_NO.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/ar.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/ko.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/zh_TW.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/id.js
inflating: /var/www/nextcloud/apps/files_versions/l10n/eu.json
inflating: /var/www/nextcloud/apps/files_versions/l10n/id.json
inflating: /var/www/nextcloud/apps/files_versions/css/versions.css
inflating: /var/www/nextcloud/apps/files_versions/img/app.svg
inflating: /var/www/nextcloud/apps/files_versions/ajax/rollbackVersion.php
inflating: /var/www/nextcloud/apps/files_versions/ajax/getVersions.php
inflating: /var/www/nextcloud/apps/files_versions/lib/Expiration.php
inflating: /var/www/nextcloud/apps/files_versions/lib/Hooks.php
inflating: /var/www/nextcloud/apps/files_versions/lib/Capabilities.php
inflating: /var/www/nextcloud/apps/files_versions/lib/Command/Expire.php
inflating: /var/www/nextcloud/apps/files_versions/lib/Command/CleanUp.php
inflating: /var/www/nextcloud/apps/files_versions/lib/Command/ExpireVersions.php
inflating: /var/www/nextcloud/apps/files_versions/lib/AppInfo/Application.php
inflating: /var/www/nextcloud/apps/files_versions/lib/Storage.php
inflating: /var/www/nextcloud/apps/files_versions/lib/Controller/PreviewController.php
inflating: /var/www/nextcloud/apps/files_versions/lib/BackgroundJob/ExpireVersions.php
inflating: /var/www/nextcloud/apps/files_versions/appinfo/info.xml
inflating: /var/www/nextcloud/apps/files_versions/appinfo/routes.php
inflating: /var/www/nextcloud/apps/files_versions/appinfo/app.php
inflating: /var/www/nextcloud/apps/files_versions/appinfo/signature.json
inflating: /var/www/nextcloud/apps/files_versions/download.php
inflating: /var/www/nextcloud/apps/files/list.php
inflating: /var/www/nextcloud/apps/files/js/recentfilelist.js
inflating: /var/www/nextcloud/apps/files/js/breadcrumb.js
inflating: /var/www/nextcloud/apps/files/js/tagsplugin.js
inflating: /var/www/nextcloud/apps/files/js/detailsview.js
inflating: /var/www/nextcloud/apps/files/js/fileactions.js
inflating: /var/www/nextcloud/apps/files/js/jquery-visibility.js
inflating: /var/www/nextcloud/apps/files/js/gotoplugin.js
inflating: /var/www/nextcloud/apps/files/js/recentplugin.js
inflating: /var/www/nextcloud/apps/files/js/search.js
inflating: /var/www/nextcloud/apps/files/js/templates/detailsview.handlebars.js
inflating: /var/www/nextcloud/apps/files/js/fileinfomodel.js
inflating: /var/www/nextcloud/apps/files/js/filesummary.js
inflating: /var/www/nextcloud/apps/files/js/app.js
inflating: /var/www/nextcloud/apps/files/js/mainfileinfodetailview.js
inflating: /var/www/nextcloud/apps/files/js/admin.js
inflating: /var/www/nextcloud/apps/files/js/navigation.js
inflating: /var/www/nextcloud/apps/files/js/keyboardshortcuts.js
inflating: /var/www/nextcloud/apps/files/js/sidebarpreviewtext.js
inflating: /var/www/nextcloud/apps/files/js/upload.js
inflating: /var/www/nextcloud/apps/files/js/favoritesfilelist.js
inflating: /var/www/nextcloud/apps/files/js/detailfileinfoview.js
inflating: /var/www/nextcloud/apps/files/js/newfilemenu.js
inflating: /var/www/nextcloud/apps/files/js/sidebarpreviewmanager.js
inflating: /var/www/nextcloud/apps/files/js/filelist.js
inflating: /var/www/nextcloud/apps/files/js/detailtabview.js
inflating: /var/www/nextcloud/apps/files/js/jquery.fileupload.js
inflating: /var/www/nextcloud/apps/files/js/favoritesplugin.js
inflating: /var/www/nextcloud/apps/files/js/files.js
inflating: /var/www/nextcloud/apps/files/js/fileactionsmenu.js
inflating: /var/www/nextcloud/apps/files/js/file-upload.js
inflating: /var/www/nextcloud/apps/files/l10n/bn_BD.json
inflating: /var/www/nextcloud/apps/files/l10n/nl.json
inflating: /var/www/nextcloud/apps/files/l10n/mk.js
inflating: /var/www/nextcloud/apps/files/l10n/vi.js
inflating: /var/www/nextcloud/apps/files/l10n/vi.json
inflating: /var/www/nextcloud/apps/files/l10n/kn.js
inflating: /var/www/nextcloud/apps/files/l10n/sr.json
inflating: /var/www/nextcloud/apps/files/l10n/mg.js
inflating: /var/www/nextcloud/apps/files/l10n/de.js
inflating: /var/www/nextcloud/apps/files/l10n/az.json
inflating: /var/www/nextcloud/apps/files/l10n/tg_TJ.js
inflating: /var/www/nextcloud/apps/files/l10n/mn.json
inflating: /var/www/nextcloud/apps/files/l10n/hi.js
inflating: /var/www/nextcloud/apps/files/l10n/nqo.js
inflating: /var/www/nextcloud/apps/files/l10n/pa.json
inflating: /var/www/nextcloud/apps/files/l10n/es_MX.js
inflating: /var/www/nextcloud/apps/files/l10n/hu_HU.js
inflating: /var/www/nextcloud/apps/files/l10n/ur_PK.js
inflating: /var/www/nextcloud/apps/files/l10n/ml_IN.json
inflating: /var/www/nextcloud/apps/files/l10n/ia.json
inflating: /var/www/nextcloud/apps/files/l10n/pl.json
inflating: /var/www/nextcloud/apps/files/l10n/zh_TW.js
inflating: /var/www/nextcloud/apps/files/l10n/ach.js
inflating: /var/www/nextcloud/apps/files/l10n/my_MM.json
inflating: /var/www/nextcloud/apps/files/l10n/sr.js
inflating: /var/www/nextcloud/apps/files/l10n/sv.js
inflating: /var/www/nextcloud/apps/files/l10n/lo.js
inflating: /var/www/nextcloud/apps/files/l10n/ku_IQ.js
inflating: /var/www/nextcloud/apps/files/l10n/ak.js
inflating: /var/www/nextcloud/apps/files/l10n/zh_CN.js
inflating: /var/www/nextcloud/apps/files/l10n/gu.json
inflating: /var/www/nextcloud/apps/files/l10n/ro.json
inflating: /var/www/nextcloud/apps/files/l10n/mk.json
inflating: /var/www/nextcloud/apps/files/l10n/am_ET.json
inflating: /var/www/nextcloud/apps/files/l10n/ru.json
inflating: /var/www/nextcloud/apps/files/l10n/ka_GE.js
inflating: /var/www/nextcloud/apps/files/l10n/ta_IN.json
inflating: /var/www/nextcloud/apps/files/l10n/pt_BR.json
inflating: /var/www/nextcloud/apps/files/l10n/be.js
inflating: /var/www/nextcloud/apps/files/l10n/fi_FI.json
inflating: /var/www/nextcloud/apps/files/l10n/uk.js
inflating: /var/www/nextcloud/apps/files/l10n/fy_NL.js
inflating: /var/www/nextcloud/apps/files/l10n/lb.js
inflating: /var/www/nextcloud/apps/files/l10n/es_MX.json
inflating: /var/www/nextcloud/apps/files/l10n/bs.js
inflating: /var/www/nextcloud/apps/files/l10n/oc.js
inflating: /var/www/nextcloud/apps/files/l10n/fi_FI.js
inflating: /var/www/nextcloud/apps/files/l10n/si_LK.json
inflating: /var/www/nextcloud/apps/files/l10n/hr.json
inflating: /var/www/nextcloud/apps/files/l10n/sr@latin.json
inflating: /var/www/nextcloud/apps/files/l10n/az.js
inflating: /var/www/nextcloud/apps/files/l10n/km.json
inflating: /var/www/nextcloud/apps/files/l10n/pt_BR.js
inflating: /var/www/nextcloud/apps/files/l10n/pt_PT.json
inflating: /var/www/nextcloud/apps/files/l10n/hi.json
inflating: /var/www/nextcloud/apps/files/l10n/it.json
inflating: /var/www/nextcloud/apps/files/l10n/tg_TJ.json
inflating: /var/www/nextcloud/apps/files/l10n/si_LK.js
inflating: /var/www/nextcloud/apps/files/l10n/bn_BD.js
inflating: /var/www/nextcloud/apps/files/l10n/da.js
inflating: /var/www/nextcloud/apps/files/l10n/ady.json
inflating: /var/www/nextcloud/apps/files/l10n/ia.js
inflating: /var/www/nextcloud/apps/files/l10n/et_EE.js
inflating: /var/www/nextcloud/apps/files/l10n/he.json
inflating: /var/www/nextcloud/apps/files/l10n/nl.js
inflating: /var/www/nextcloud/apps/files/l10n/ru.js
inflating: /var/www/nextcloud/apps/files/l10n/mg.json
inflating: /var/www/nextcloud/apps/files/l10n/kn.json
inflating: /var/www/nextcloud/apps/files/l10n/su.js
inflating: /var/www/nextcloud/apps/files/l10n/ml.js
inflating: /var/www/nextcloud/apps/files/l10n/lv.js
inflating: /var/www/nextcloud/apps/files/l10n/ast.json
inflating: /var/www/nextcloud/apps/files/l10n/sq.js
inflating: /var/www/nextcloud/apps/files/l10n/sq.json
inflating: /var/www/nextcloud/apps/files/l10n/nn_NO.json
inflating: /var/www/nextcloud/apps/files/l10n/ja.json
inflating: /var/www/nextcloud/apps/files/l10n/sv.json
inflating: /var/www/nextcloud/apps/files/l10n/fr.json
inflating: /var/www/nextcloud/apps/files/l10n/af_ZA.js
inflating: /var/www/nextcloud/apps/files/l10n/nds.js
inflating: /var/www/nextcloud/apps/files/l10n/th_TH.js
inflating: /var/www/nextcloud/apps/files/l10n/da.json
inflating: /var/www/nextcloud/apps/files/l10n/te.json
inflating: /var/www/nextcloud/apps/files/l10n/es_CL.json
inflating: /var/www/nextcloud/apps/files/l10n/ast.js
inflating: /var/www/nextcloud/apps/files/l10n/su.json
inflating: /var/www/nextcloud/apps/files/l10n/km.js
inflating: /var/www/nextcloud/apps/files/l10n/de_AT.json
inflating: /var/www/nextcloud/apps/files/l10n/cy_GB.js
inflating: /var/www/nextcloud/apps/files/l10n/is.json
inflating: /var/www/nextcloud/apps/files/l10n/zh_CN.json
inflating: /var/www/nextcloud/apps/files/l10n/he.js
inflating: /var/www/nextcloud/apps/files/l10n/es_AR.js
inflating: /var/www/nextcloud/apps/files/l10n/nqo.json
inflating: /var/www/nextcloud/apps/files/l10n/mr.json
inflating: /var/www/nextcloud/apps/files/l10n/th_TH.json
inflating: /var/www/nextcloud/apps/files/l10n/bs.json
inflating: /var/www/nextcloud/apps/files/l10n/eu.js
inflating: /var/www/nextcloud/apps/files/l10n/el.js
inflating: /var/www/nextcloud/apps/files/l10n/pt_PT.js
inflating: /var/www/nextcloud/apps/files/l10n/cs_CZ.js
inflating: /var/www/nextcloud/apps/files/l10n/ug.json
inflating: /var/www/nextcloud/apps/files/l10n/ka_GE.json
inflating: /var/www/nextcloud/apps/files/l10n/hy.js
inflating: /var/www/nextcloud/apps/files/l10n/hu_HU.json
inflating: /var/www/nextcloud/apps/files/l10n/ady.js
inflating: /var/www/nextcloud/apps/files/l10n/ug.js
inflating: /var/www/nextcloud/apps/files/l10n/sl.json
inflating: /var/www/nextcloud/apps/files/l10n/lt_LT.json
inflating: /var/www/nextcloud/apps/files/l10n/mn.js
inflating: /var/www/nextcloud/apps/files/l10n/mt_MT.js
inflating: /var/www/nextcloud/apps/files/l10n/cy_GB.json
inflating: /var/www/nextcloud/apps/files/l10n/mt_MT.json
inflating: /var/www/nextcloud/apps/files/l10n/it.js
inflating: /var/www/nextcloud/apps/files/l10n/en_GB.js
inflating: /var/www/nextcloud/apps/files/l10n/de.json
inflating: /var/www/nextcloud/apps/files/l10n/el.json
inflating: /var/www/nextcloud/apps/files/l10n/tr.js
inflating: /var/www/nextcloud/apps/files/l10n/de_AT.js
inflating: /var/www/nextcloud/apps/files/l10n/ca.js
inflating: /var/www/nextcloud/apps/files/l10n/fa.json
inflating: /var/www/nextcloud/apps/files/l10n/hr.js
inflating: /var/www/nextcloud/apps/files/l10n/nds.json
inflating: /var/www/nextcloud/apps/files/l10n/jv.js
inflating: /var/www/nextcloud/apps/files/l10n/bn_IN.json
inflating: /var/www/nextcloud/apps/files/l10n/ms_MY.js
inflating: /var/www/nextcloud/apps/files/l10n/tzm.js
inflating: /var/www/nextcloud/apps/files/l10n/lb.json
inflating: /var/www/nextcloud/apps/files/l10n/lo.json
inflating: /var/www/nextcloud/apps/files/l10n/ca.json
inflating: /var/www/nextcloud/apps/files/l10n/sl.js
inflating: /var/www/nextcloud/apps/files/l10n/es.json
inflating: /var/www/nextcloud/apps/files/l10n/ml_IN.js
inflating: /var/www/nextcloud/apps/files/l10n/tl_PH.js
inflating: /var/www/nextcloud/apps/files/l10n/uk.json
inflating: /var/www/nextcloud/apps/files/l10n/pl.js
inflating: /var/www/nextcloud/apps/files/l10n/fr.js
inflating: /var/www/nextcloud/apps/files/l10n/gl.json
inflating: /var/www/nextcloud/apps/files/l10n/gl.js
inflating: /var/www/nextcloud/apps/files/l10n/sk_SK.js
inflating: /var/www/nextcloud/apps/files/l10n/te.js
inflating: /var/www/nextcloud/apps/files/l10n/et_EE.json
inflating: /var/www/nextcloud/apps/files/l10n/nb_NO.js
inflating: /var/www/nextcloud/apps/files/l10n/zh_HK.json
inflating: /var/www/nextcloud/apps/files/l10n/lt_LT.js
inflating: /var/www/nextcloud/apps/files/l10n/mr.js
inflating: /var/www/nextcloud/apps/files/l10n/ml.json
inflating: /var/www/nextcloud/apps/files/l10n/jv.json
inflating: /var/www/nextcloud/apps/files/l10n/am_ET.js
inflating: /var/www/nextcloud/apps/files/l10n/zh_HK.js
inflating: /var/www/nextcloud/apps/files/l10n/fy_NL.json
inflating: /var/www/nextcloud/apps/files/l10n/ro.js
inflating: /var/www/nextcloud/apps/files/l10n/tzm.json
inflating: /var/www/nextcloud/apps/files/l10n/bg_BG.js
inflating: /var/www/nextcloud/apps/files/l10n/sr@latin.js
inflating: /var/www/nextcloud/apps/files/l10n/io.js
inflating: /var/www/nextcloud/apps/files/l10n/de_DE.json
inflating: /var/www/nextcloud/apps/files/l10n/en_GB.json
inflating: /var/www/nextcloud/apps/files/l10n/eo.js
inflating: /var/www/nextcloud/apps/files/l10n/ja.js
inflating: /var/www/nextcloud/apps/files/l10n/tl_PH.json
inflating: /var/www/nextcloud/apps/files/l10n/bg_BG.json
inflating: /var/www/nextcloud/apps/files/l10n/ta_LK.js
inflating: /var/www/nextcloud/apps/files/l10n/ar.json
inflating: /var/www/nextcloud/apps/files/l10n/is.js
inflating: /var/www/nextcloud/apps/files/l10n/fil.json
inflating: /var/www/nextcloud/apps/files/l10n/gu.js
inflating: /var/www/nextcloud/apps/files/l10n/bn_IN.js
inflating: /var/www/nextcloud/apps/files/l10n/es.js
inflating: /var/www/nextcloud/apps/files/l10n/cs_CZ.json
inflating: /var/www/nextcloud/apps/files/l10n/ak.json
inflating: /var/www/nextcloud/apps/files/l10n/lv.json
inflating: /var/www/nextcloud/apps/files/l10n/ko.js
inflating: /var/www/nextcloud/apps/files/l10n/be.json
inflating: /var/www/nextcloud/apps/files/l10n/pa.js
inflating: /var/www/nextcloud/apps/files/l10n/es_AR.json
inflating: /var/www/nextcloud/apps/files/l10n/ta_IN.js
inflating: /var/www/nextcloud/apps/files/l10n/ur_PK.json
inflating: /var/www/nextcloud/apps/files/l10n/de_DE.js
inflating: /var/www/nextcloud/apps/files/l10n/nn_NO.js
inflating: /var/www/nextcloud/apps/files/l10n/my_MM.js
inflating: /var/www/nextcloud/apps/files/l10n/oc.json
inflating: /var/www/nextcloud/apps/files/l10n/sk_SK.json
inflating: /var/www/nextcloud/apps/files/l10n/ta_LK.json
inflating: /var/www/nextcloud/apps/files/l10n/sw_KE.json
inflating: /var/www/nextcloud/apps/files/l10n/fa.js
inflating: /var/www/nextcloud/apps/files/l10n/ku_IQ.json
inflating: /var/www/nextcloud/apps/files/l10n/af_ZA.json
inflating: /var/www/nextcloud/apps/files/l10n/es_CL.js
inflating: /var/www/nextcloud/apps/files/l10n/hy.json
inflating: /var/www/nextcloud/apps/files/l10n/tr.json
inflating: /var/www/nextcloud/apps/files/l10n/ach.json
inflating: /var/www/nextcloud/apps/files/l10n/eo.json
inflating: /var/www/nextcloud/apps/files/l10n/fil.js
inflating: /var/www/nextcloud/apps/files/l10n/ms_MY.json
inflating: /var/www/nextcloud/apps/files/l10n/nb_NO.json
inflating: /var/www/nextcloud/apps/files/l10n/ar.js
inflating: /var/www/nextcloud/apps/files/l10n/sw_KE.js
inflating: /var/www/nextcloud/apps/files/l10n/ko.json
inflating: /var/www/nextcloud/apps/files/l10n/zh_TW.json
inflating: /var/www/nextcloud/apps/files/l10n/id.js
inflating: /var/www/nextcloud/apps/files/l10n/eu.json
inflating: /var/www/nextcloud/apps/files/l10n/io.json
inflating: /var/www/nextcloud/apps/files/l10n/id.json
inflating: /var/www/nextcloud/apps/files/l10n/xgettextfiles
inflating: /var/www/nextcloud/apps/files/templates/list.php
inflating: /var/www/nextcloud/apps/files/templates/appnavigation.php
inflating: /var/www/nextcloud/apps/files/templates/fileexists.html
inflating: /var/www/nextcloud/apps/files/templates/index.php
inflating: /var/www/nextcloud/apps/files/templates/admin.php
inflating: /var/www/nextcloud/apps/files/templates/simplelist.php
inflating: /var/www/nextcloud/apps/files/templates/recentlist.php
inflating: /var/www/nextcloud/apps/files/css/detailsView.css
inflating: /var/www/nextcloud/apps/files/css/upload.css
inflating: /var/www/nextcloud/apps/files/css/mobile.css
inflating: /var/www/nextcloud/apps/files/css/files.css
inflating: /var/www/nextcloud/apps/files/img/star.svg
inflating: /var/www/nextcloud/apps/files/img/folder.svg
inflating: /var/www/nextcloud/apps/files/img/change.svg
inflating: /var/www/nextcloud/apps/files/img/public.svg
inflating: /var/www/nextcloud/apps/files/img/recent.svg
inflating: /var/www/nextcloud/apps/files/img/add-color.svg
inflating: /var/www/nextcloud/apps/files/img/delete-color.svg
inflating: /var/www/nextcloud/apps/files/img/delete.svg
inflating: /var/www/nextcloud/apps/files/img/share.svg
inflating: /var/www/nextcloud/apps/files/img/external.svg
inflating: /var/www/nextcloud/apps/files/ajax/list.php
inflating: /var/www/nextcloud/apps/files/ajax/download.php
inflating: /var/www/nextcloud/apps/files/ajax/getstoragestats.php
inflating: /var/www/nextcloud/apps/files/lib/Capabilities.php
inflating: /var/www/nextcloud/apps/files/lib/Settings/Admin.php
inflating: /var/www/nextcloud/apps/files/lib/Service/TagService.php
inflating: /var/www/nextcloud/apps/files/lib/Command/Scan.php
inflating: /var/www/nextcloud/apps/files/lib/Command/DeleteOrphanedFiles.php
inflating: /var/www/nextcloud/apps/files/lib/Command/TransferOwnership.php
inflating: /var/www/nextcloud/apps/files/lib/Helper.php
inflating: /var/www/nextcloud/apps/files/lib/AppInfo/Application.php
inflating: /var/www/nextcloud/apps/files/lib/App.php
inflating: /var/www/nextcloud/apps/files/lib/Activity/FavoriteProvider.php
inflating: /var/www/nextcloud/apps/files/lib/Activity/Provider.php
inflating: /var/www/nextcloud/apps/files/lib/Activity/Settings/FileDeleted.php
inflating: /var/www/nextcloud/apps/files/lib/Activity/Settings/FavoriteAction.php
inflating: /var/www/nextcloud/apps/files/lib/Activity/Settings/FileFavorite.php
inflating: /var/www/nextcloud/apps/files/lib/Activity/Settings/FileChanged.php
inflating: /var/www/nextcloud/apps/files/lib/Activity/Settings/FileRestored.php
inflating: /var/www/nextcloud/apps/files/lib/Activity/Settings/FileCreated.php
inflating: /var/www/nextcloud/apps/files/lib/Activity/Helper.php
inflating: /var/www/nextcloud/apps/files/lib/Activity/Filter/FileChanges.php
inflating: /var/www/nextcloud/apps/files/lib/Activity/Filter/Favorites.php
inflating: /var/www/nextcloud/apps/files/lib/Controller/ApiController.php
inflating: /var/www/nextcloud/apps/files/lib/Controller/ViewController.php
inflating: /var/www/nextcloud/apps/files/lib/Controller/SettingsController.php
inflating: /var/www/nextcloud/apps/files/lib/BackgroundJob/CleanupFileLocks.php
inflating: /var/www/nextcloud/apps/files/lib/BackgroundJob/ScanFiles.php
inflating: /var/www/nextcloud/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php
inflating: /var/www/nextcloud/apps/files/simplelist.php
inflating: /var/www/nextcloud/apps/files/appinfo/update.php
inflating: /var/www/nextcloud/apps/files/appinfo/info.xml
inflating: /var/www/nextcloud/apps/files/appinfo/routes.php
inflating: /var/www/nextcloud/apps/files/appinfo/app.php
inflating: /var/www/nextcloud/apps/files/appinfo/signature.json
inflating: /var/www/nextcloud/apps/files/download.php
inflating: /var/www/nextcloud/apps/files/recentlist.php
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/js/settingsview.js
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/js/settings.js
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/nl.json
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/de.js
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.js
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/pl.json
extracting: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/.gitkeep
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/ru.json
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.json
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/pt_BR.js
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/it.json
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/nl.js
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/ru.js
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/ja.json
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/fr.json
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/is.json
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/cs_CZ.js
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/hu_HU.json
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/it.js
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/de.json
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/tr.js
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/es.json
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/pl.js
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/fr.js
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.js
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/de_DE.json
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/ja.js
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/is.js
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/es.js
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/cs_CZ.json
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/ko.js
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/de_DE.js
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/tr.json
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/nb_NO.json
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/l10n/ko.json
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/templates/challenge.php
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/templates/personal.php
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/css/style.css
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/lib/Service/BackupCodeStorage.php
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCodeMapper.php
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/lib/Db/BackupCode.php
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/lib/Provider/BackupCodesProvider.php
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/lib/Controller/SettingsController.php
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/settings/personal.php
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/appinfo/info.xml
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/appinfo/database.xml
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/appinfo/routes.php
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/appinfo/app.php
inflating: /var/www/nextcloud/apps/twofactor_backupcodes/appinfo/signature.json
inflating: /var/www/nextcloud/apps/logreader/js/DateFormatConverter.js
inflating: /var/www/nextcloud/apps/logreader/js/Search.js
inflating: /var/www/nextcloud/apps/logreader/js/index.js
inflating: /var/www/nextcloud/apps/logreader/js/Components/LevelSettings.js
inflating: /var/www/nextcloud/apps/logreader/js/Components/LogEntry.js
inflating: /var/www/nextcloud/apps/logreader/js/Components/ToggleEntry.js
inflating: /var/www/nextcloud/apps/logreader/js/Components/Exception.less
inflating: /var/www/nextcloud/apps/logreader/js/Components/TraceLine.js
inflating: /var/www/nextcloud/apps/logreader/js/Components/LogTable.js
inflating: /var/www/nextcloud/apps/logreader/js/Components/LevelSettings.less
inflating: /var/www/nextcloud/apps/logreader/js/Components/ToggleEntry.less
inflating: /var/www/nextcloud/apps/logreader/js/Components/LogLevel.js
inflating: /var/www/nextcloud/apps/logreader/js/Components/LogTable.less
inflating: /var/www/nextcloud/apps/logreader/js/Components/Exception.js
inflating: /var/www/nextcloud/apps/logreader/js/Components/LogUploader.js
inflating: /var/www/nextcloud/apps/logreader/js/Components/TraceLine.less
inflating: /var/www/nextcloud/apps/logreader/js/Components/LogUploader.less
inflating: /var/www/nextcloud/apps/logreader/js/Components/BackgroundException.js
inflating: /var/www/nextcloud/apps/logreader/js/unserialize.js
inflating: /var/www/nextcloud/apps/logreader/js/ExceptionParser.js
inflating: /var/www/nextcloud/apps/logreader/js/Providers/LogProvider.js
inflating: /var/www/nextcloud/apps/logreader/js/Providers/LogFile.js
inflating: /var/www/nextcloud/apps/logreader/js/App.js
inflating: /var/www/nextcloud/apps/logreader/webpack/dev-proxy.js
inflating: /var/www/nextcloud/apps/logreader/webpack/dev.config.js
inflating: /var/www/nextcloud/apps/logreader/webpack/webpack-dev-server.js
inflating: /var/www/nextcloud/apps/logreader/webpack/prod.config.js
inflating: /var/www/nextcloud/apps/logreader/webpack/utils/writeStats.js
inflating: /var/www/nextcloud/apps/logreader/webpack/utils/notifyStats.js
inflating: /var/www/nextcloud/apps/logreader/log/searchfilter.php
inflating: /var/www/nextcloud/apps/logreader/log/logiterator.php
inflating: /var/www/nextcloud/apps/logreader/controller/logcontroller.php
inflating: /var/www/nextcloud/apps/logreader/controller/pagecontroller.php
inflating: /var/www/nextcloud/apps/logreader/templates/index.php
inflating: /var/www/nextcloud/apps/logreader/screenshots/reader.png
inflating: /var/www/nextcloud/apps/logreader/build/main.css.map
inflating: /var/www/nextcloud/apps/logreader/build/main.css
inflating: /var/www/nextcloud/apps/logreader/build/main.js.map
inflating: /var/www/nextcloud/apps/logreader/build/main.js
inflating: /var/www/nextcloud/apps/logreader/css/app.css
inflating: /var/www/nextcloud/apps/logreader/img/app.svg
inflating: /var/www/nextcloud/apps/logreader/Makefile
inflating: /var/www/nextcloud/apps/logreader/lib/Settings/Admin.php
inflating: /var/www/nextcloud/apps/logreader/lib/Settings/Section.php
inflating: /var/www/nextcloud/apps/logreader/package.json
inflating: /var/www/nextcloud/apps/logreader/appinfo/info.xml
inflating: /var/www/nextcloud/apps/logreader/appinfo/routes.php
inflating: /var/www/nextcloud/apps/logreader/appinfo/app.php
inflating: /var/www/nextcloud/apps/logreader/appinfo/signature.json
inflating: /var/www/nextcloud/apps/logreader/.babelrc
inflating: /var/www/nextcloud/apps/firstrunwizard/js/jquery.colorbox.js
extracting: /var/www/nextcloud/apps/firstrunwizard/js/activate.js
inflating: /var/www/nextcloud/apps/firstrunwizard/js/firstrunwizard.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/bn_BD.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/nl.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/bs.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/vi.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/lb.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/sr.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/bn_IN.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/de.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/az.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/nn_NO.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/cy_GB.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/hu_HU.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ia.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ka_GE.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/bn_BD.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ia.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/pl.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/zh_TW.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/sr.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/sv.js
extracting: /var/www/nextcloud/apps/firstrunwizard/l10n/.gitignore
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ms_MY.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/zh_CN.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ro.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ru.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/pt_BR.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/fi_FI.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/uk.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/oc.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/fi_FI.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/.tx/config
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/hr.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/sr@latin.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/mk.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/az.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/pt_BR.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/pt_PT.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/lv.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/it.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/hr.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/bn_BD.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/da.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ia.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/et_EE.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/he.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/nl.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ru.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/zh_HK.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ta_LK.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ast.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/sq.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/km.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/sq.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ja.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/te.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/sv.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/fr.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ku_IQ.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/th_TH.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/da.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/es_MX.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ast.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/is.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/zh_CN.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/he.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/es_AR.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/th_TH.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/eu.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/el.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/pt_PT.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/cs_CZ.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/hu_HU.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/sl.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/lt_LT.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/it.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/en_GB.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/de.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/el.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/tr.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ca.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/fa.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/hr.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/bn_IN.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ca.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/sl.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/es.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/uk.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/pl.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/fr.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/gl.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/gl.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/sk_SK.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/et_EE.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/nb_NO.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/lt_LT.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ug.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ro.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/bg_BG.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/sr@latin.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/de_DE.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/en_GB.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/eo.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ja.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/bg_BG.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ar.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/is.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/bn_IN.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/es.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/cs_CZ.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ko.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/es_AR.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/de_DE.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/oc.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/sk_SK.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/fa.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/tr.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/de_CH.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/eo.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/nb_NO.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ar.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/ko.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/zh_TW.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/si_LK.php
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/id.js
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/eu.json
inflating: /var/www/nextcloud/apps/firstrunwizard/l10n/id.json
inflating: /var/www/nextcloud/apps/firstrunwizard/templates/wizard.php
inflating: /var/www/nextcloud/apps/firstrunwizard/css/firstrunwizard.css
inflating: /var/www/nextcloud/apps/firstrunwizard/css/colorbox.css
inflating: /var/www/nextcloud/apps/firstrunwizard/img/app.svg
inflating: /var/www/nextcloud/apps/firstrunwizard/lib/AppInfo/Application.php
inflating: /var/www/nextcloud/apps/firstrunwizard/lib/Notification/Notifier.php
inflating: /var/www/nextcloud/apps/firstrunwizard/lib/Notification/BackgroundJob.php
inflating: /var/www/nextcloud/apps/firstrunwizard/lib/Controller/WizardController.php
inflating: /var/www/nextcloud/apps/firstrunwizard/appinfo/info.xml
inflating: /var/www/nextcloud/apps/firstrunwizard/appinfo/routes.php
inflating: /var/www/nextcloud/apps/firstrunwizard/appinfo/app.php
inflating: /var/www/nextcloud/apps/firstrunwizard/appinfo/signature.json
inflating: /var/www/nextcloud/apps/lookup_server_connector/lib/UpdateLookupServer.php
inflating: /var/www/nextcloud/apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php
inflating: /var/www/nextcloud/apps/lookup_server_connector/appinfo/info.xml
inflating: /var/www/nextcloud/apps/lookup_server_connector/appinfo/app.php
inflating: /var/www/nextcloud/apps/lookup_server_connector/appinfo/signature.json
inflating: /var/www/nextcloud/apps/files_videoplayer/js/viewer.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/video-js.css
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/font/vjs.woff
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/font/vjs.ttf
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/font/vjs.svg
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/font/vjs.eot
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/video.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/vi.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/de.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/bg.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/hu.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/uk.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/pt-BR.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/nl.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/ru.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/zh-CN.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/zh-TW.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/it.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/tr.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/ca.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/fr.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/cs.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/ja.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/es.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/ko.js
inflating: /var/www/nextcloud/apps/files_videoplayer/videojs/src/lang/ar.js
inflating: /var/www/nextcloud/apps/files_videoplayer/css/style.css
inflating: /var/www/nextcloud/apps/files_videoplayer/img/vjs-volume-bar.png
inflating: /var/www/nextcloud/apps/files_videoplayer/img/poster.png
inflating: /var/www/nextcloud/apps/files_videoplayer/img/app.svg
inflating: /var/www/nextcloud/apps/files_videoplayer/img/vjs-volume-level.png
inflating: /var/www/nextcloud/apps/files_videoplayer/screenshot.jpg
inflating: /var/www/nextcloud/apps/files_videoplayer/appinfo/info.xml
inflating: /var/www/nextcloud/apps/files_videoplayer/appinfo/app.php
inflating: /var/www/nextcloud/apps/files_videoplayer/appinfo/signature.json
inflating: /var/www/nextcloud/resources/config/mimetypemapping.dist.json
inflating: /var/www/nextcloud/resources/config/ca-bundle.crt
inflating: /var/www/nextcloud/resources/config/mimetypealiases.dist.json
inflating: /var/www/nextcloud/resources/codesigning/root.crt
inflating: /var/www/nextcloud/resources/codesigning/root.crl
inflating: /var/www/nextcloud/resources/codesigning/core.crt
inflating: /var/www/nextcloud/resources/codesigning/owncloud.crt
DietPi-Services
─────────────────────────────────────────────────────
Mode: stop
Please wait...
[Ok] cron
[Ok] lighttpd
[Ok] php5-fpm
[Ok] mysql
DietPi-Software
─────────────────────────────────────────────────────
Mode: Optimize and configure software
Please wait...
[Info] Applying DietPi optimizations and configurations for oDroid C2 (aarch64)
[Info] Please wait...
# processing | D i e t P i #
mkdir: cannot create directory ‘/mnt/dietpi_userdata/nextcloud_data’: Read-only file system
Job for mysql.service failed. See 'systemctl status mysql.service' and 'journalctl -xn' for details.
[Info] Creating MySql DB for nextcloud
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
[Failed] Create database nextcloud | An issue has occured
An unhandled exception has been thrown:
exception 'Doctrine\DBAL\DBALException' with message 'Failed to connect to the database: An exception occured in driver: SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)' in /var/www/nextcloud/lib/private/DB/Connection.php:60
Stack trace:
#0 /var/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\DB\Connection->connect()
#1 /var/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\DBAL\Connection->getDatabasePlatformVersion()
#2 /var/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\DBAL\Connection->detectDatabasePlatform()
#3 /var/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(621): Doctrine\DBAL\Connection->getDatabasePlatform()
#4 /var/www/nextcloud/lib/private/DB/Connection.php(147): Doctrine\DBAL\Connection->setTransactionIsolation(2)
#5 /var/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\DB\Connection->__construct(Array, Object(Doctrine\DBAL\Driver\PDOMySql\Driver), Object(Doctrine\DBAL\Configuration), Object(Doctrine\Common\EventManager))
#6 /var/www/nextcloud/lib/private/DB/ConnectionFactory.php(132): Doctrine\DBAL\DriverManager::getConnection(Array, Object(Doctrine\DBAL\Configuration), Object(Doctrine\Common\EventManager))
#7 /var/www/nextcloud/lib/private/Server.php(469): OC\DB\ConnectionFactory->getConnection('mysql', Array)
#8 /var/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(113): OC\Server->OC\{closure}(Object(OC\Server))
#9 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(115): Pimple\Container->offsetGet('DatabaseConnect...')
#10 /var/www/nextcloud/lib/private/ServerContainer.php(89): OC\AppFramework\Utility\SimpleContainer->query('DatabaseConnect...')
#11 /var/www/nextcloud/lib/private/Server.php(1117): OC\ServerContainer->query('DatabaseConnect...')
#12 /var/www/nextcloud/lib/private/Server.php(250): OC\Server->getDatabaseConnection()
#13 /var/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(113): OC\Server->OC\{closure}(Object(OC\Server))
#14 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(115): Pimple\Container->offsetGet('OC\\Authenticati...')
#15 /var/www/nextcloud/lib/private/ServerContainer.php(89): OC\AppFramework\Utility\SimpleContainer->query('OC\\Authenticati...')
#16 /var/www/nextcloud/lib/private/Server.php(254): OC\ServerContainer->query('OC\\Authenticati...')
#17 /var/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(113): OC\Server->OC\{closure}(Object(OC\Server))
#18 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(115): Pimple\Container->offsetGet('OC\\Authenticati...')
#19 /var/www/nextcloud/lib/private/ServerContainer.php(89): OC\AppFramework\Utility\SimpleContainer->query('OC\\Authenticati...')
#20 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(163): OC\ServerContainer->query('OC\\Authenticati...')
#21 /var/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(109): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}(Object(OC\Server))
#22 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(115): Pimple\Container->offsetGet('OC\\Authenticati...')
#23 /var/www/nextcloud/lib/private/ServerContainer.php(89): OC\AppFramework\Utility\SimpleContainer->query('OC\\Authenticati...')
#24 /var/www/nextcloud/lib/private/Server.php(269): OC\ServerContainer->query('OC\\Authenticati...')
#25 /var/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(113): OC\Server->OC\{closure}(Object(OC\Server))
#26 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(115): Pimple\Container->offsetGet('UserSession')
#27 /var/www/nextcloud/lib/private/ServerContainer.php(89): OC\AppFramework\Utility\SimpleContainer->query('UserSession')
#28 /var/www/nextcloud/lib/private/Server.php(986): OC\ServerContainer->query('UserSession')
#29 /var/www/nextcloud/lib/private/Server.php(513): OC\Server->getUserSession()
#30 /var/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(113): OC\Server->OC\{closure}(Object(OC\Server))
#31 /var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(115): Pimple\Container->offsetGet('AppManager')
#32 /var/www/nextcloud/lib/private/ServerContainer.php(89): OC\AppFramework\Utility\SimpleContainer->query('AppManager')
#33 /var/www/nextcloud/lib/private/Server.php(1294): OC\ServerContainer->query('AppManager')
#34 /var/www/nextcloud/lib/private/legacy/app.php(312): OC\Server->getAppManager()
#35 /var/www/nextcloud/lib/private/legacy/app.php(111): OC_App::getEnabledApps()
#36 /var/www/nextcloud/lib/base.php(676): OC_App::loadApps(Array)
#37 /var/www/nextcloud/lib/base.php(1092): OC::init()
#38 /var/www/nextcloud/console.php(48): require_once('/var/www/nextcl...')
#39 /var/www/nextcloud/occ(11): require_once('/var/www/nextcl...')
#40 {main}
DietPi-Services
─────────────────────────────────────────────────────
Mode: disable
Please wait...
[Ok] cron
[Ok] lighttpd
[Ok] php5-fpm
[Ok] mysql
[Ok] DietPi-Software installation completed.
DietPi-Services
─────────────────────────────────────────────────────
Mode: start
Please wait...
[Ok] cron
[Ok] lighttpd
[Ok] php5-fpm
[Failed] mysql
DietPi-Process_Tool
─────────────────────────────────────────────────────
Mode: Apply
Please wait...
Cron (12889)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
DHCP Client (780)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
Dropbear (555)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
Dropbear (2411)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
Webserver Lighttpd (12902)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
Webserver Php-fpm (12919)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
Webserver Php-fpm (12922)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
Webserver Php-fpm (12923)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
Webserver Php-fpm (12924)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
Webserver Php-fpm (12925)
[Ok] Nice 0
[Ok] Affinity 0-3
[Ok] Scheduler SCHED_OTHER 0
[Ok] DietPi-Process Tool | Completed
root@DietPi:~#
-
- Posts: 298
- Joined: Fri Apr 03, 2015 5:01 am
- languages_spoken: english
- ODROIDs: C1 / C2 / XU4 + Cloudshell.
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Hi,Birneklub9 wrote: mkdir: cannot create directory ‘/mnt/dietpi_userdata/downloads’: Read-only file system
root@DietPi:~# ls -lha $(readlink -f /var/lib/mysql)
ls: reading directory /mnt/usb_1/mysql: Input/output error
Looks like a possible issue with your USB drive.
Its being mounted as "read-only" which usually indicates a failure/corruption on the drive/filesystem, "read-only" is a precaution on the system for preventing further damage to the filesystem.
Lets check dmesg for any clues, please paste results:
Code: Select all
dmesg | grep sda
- PSU (eg: 5v/2A official Odroid)
- SD/EMMC (eg: Sandisk ultra 8GB)
- USB drive
Brands are you using?
DietPi web hosting is powered by http://MyVirtualServer.com
-
- Posts: 9
- Joined: Thu Jan 19, 2017 11:12 pm
- languages_spoken: english, german
- ODROIDs: oDroid C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Hi again,Fourdee wrote:Hi,Birneklub9 wrote: mkdir: cannot create directory ‘/mnt/dietpi_userdata/downloads’: Read-only file system
root@DietPi:~# ls -lha $(readlink -f /var/lib/mysql)
ls: reading directory /mnt/usb_1/mysql: Input/output error
Looks like a possible issue with your USB drive.
Its being mounted as "read-only" which usually indicates a failure/corruption on the drive/filesystem, "read-only" is a precaution on the system for preventing further damage to the filesystem.
Lets check dmesg for any clues, please paste results:And which:Code: Select all
dmesg | grep sda
- PSU (eg: 5v/2A official Odroid)
- SD/EMMC (eg: Sandisk ultra 8GB)
- USB drive
Brands are you using?
Code: Select all
dmesg | grep sda
Code: Select all
root@DietPi:~# dmesg | grep sda
[ 2.513493] sd 0:0:0:0: [sda] 1463775232 512-byte logical blocks: (749 GB/697 GiB)
[ 2.515738] sd 0:0:0:0: [sda] Write Protect is off
[ 2.515743] sd 0:0:0:0: [sda] Mode Sense: 23 00 10 00
[ 2.517360] sd 0:0:0:0: [sda] No Caching mode page found
[ 2.517363] sd 0:0:0:0: [sda] Assuming drive cache: write back
[ 2.522991] sd 0:0:0:0: [sda] No Caching mode page found
[ 2.522994] sd 0:0:0:0: [sda] Assuming drive cache: write back
[ 2.575430] sda: sda1
[ 2.584631] sd 0:0:0:0: [sda] No Caching mode page found
[ 2.584635] sd 0:0:0:0: [sda] Assuming drive cache: write back
[ 2.584641] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.095024] sd 0:0:0:0: [sda] Unhandled sense code
[ 3.097489] sd 0:0:0:0: [sda]
[ 3.102177] sd 0:0:0:0: [sda]
[ 3.113832] sd 0:0:0:0: [sda]
[ 3.118238] sd 0:0:0:0: [sda] CDB:
[ 3.123905] sd 0:0:0:0: [sda] Unhandled sense code
[ 3.126172] sd 0:0:0:0: [sda]
[ 3.130508] sd 0:0:0:0: [sda]
[ 3.141843] sd 0:0:0:0: [sda]
[ 3.146164] sd 0:0:0:0: [sda] CDB:
[ 3.598152] sd 0:0:0:0: [sda] Unhandled sense code
[ 3.600571] sd 0:0:0:0: [sda]
[ 3.605225] sd 0:0:0:0: [sda]
[ 3.617131] sd 0:0:0:0: [sda]
[ 3.621667] sd 0:0:0:0: [sda] CDB:
[ 3.639300] sd 0:0:0:0: [sda] Unhandled sense code
[ 3.641749] sd 0:0:0:0: [sda]
[ 3.646376] sd 0:0:0:0: [sda]
[ 3.658262] sd 0:0:0:0: [sda]
[ 3.662808] sd 0:0:0:0: [sda] CDB:
[ 3.857854] sd 0:0:0:0: [sda] Unhandled sense code
[ 3.860063] sd 0:0:0:0: [sda]
[ 3.864316] sd 0:0:0:0: [sda]
[ 3.874836] sd 0:0:0:0: [sda]
[ 3.878879] sd 0:0:0:0: [sda] CDB:
[ 4.104025] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 14.114321] end_request: I/O error, dev sda, sector 0
[ 14.114391] sd 0:0:0:0: [sda] Unhandled error code
[ 14.114397] sd 0:0:0:0: [sda]
[ 14.114408] sd 0:0:0:0: [sda] CDB:
[ 14.114429] end_request: I/O error, dev sda, sector 510240
[ 14.116660] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 14.116770] sd 0:0:0:0: [sda]
root@DietPi:~#
Im using an Anker Power Supplay and a 16 GB Transcendence SD Card Class 10
My HDD is a WD MyPassport..
isnt it strange that it works with the PineA64?
-
- Posts: 9
- Joined: Thu Jan 19, 2017 11:12 pm
- languages_spoken: english, german
- ODROIDs: oDroid C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
lets see
i think my HDD is broken because i cant copy any files from my pc to the disk
-
- Posts: 9
- Joined: Thu Jan 19, 2017 11:12 pm
- languages_spoken: english, german
- ODROIDs: oDroid C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Now i tried it with my USB Flash Drive, but it didn't worked with it..
I will try it again witha fresh install on Monday and i will post the results then.
Greetings,
Birneklub9
-
- Posts: 6
- Joined: Sat Jan 14, 2017 5:55 pm
- languages_spoken: english
- ODROIDs: C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
It seem that it worked at first, but then I lost sound again. Here is the log:Fourdee wrote: Add the following line, above # setenv vout "dvi":Code: Select all
setenv vout "hdmi"
Code: Select all
[ 0.000000] Kernel command line: root=UUID=e139ce78-9841-40fe-8823-96a304a09859 rootwait ro console=tty0 no_console_suspend hdmimode=1080p60hz m_bpp=32 vout=hdmi fsck.repair=yes net.ifnames=0 elevator=noop disablehpd=true
[ 0.000000] logo: get hdmimode: 1080p60hz
[ 0.139995] hdmitx: system: amhdmitx_init
[ 0.140003] hdmitx: system: Ver: 2014May6
[ 0.144716] hdmitx: system: amhdmitx_probe
[ 0.144924] hdmitx hpd irq = 89
[ 0.145118] hdmitx20: Mapped PHY: 0xc0800000
[ 0.145129] hdmitx20: Mapped PHY: 0xc1104400
[ 0.145150] hdmitx20: Mapped PHY: 0xc8100000
[ 0.145161] hdmitx20: Mapped PHY: 0xc8834000
[ 0.145170] hdmitx20: Mapped PHY: 0xc883a000
[ 0.145179] hdmitx20: Mapped PHY: 0xc883c000
[ 0.145192] hdmitx20: Mapped PHY: 0xd0100000
[ 0.145201] hdmitx20: Mapped PHY: 0xda83a000
[ 0.145216] hdmitx: alread display in uboot 0x10
[ 0.152210] hdmitx: system: irq 2
[ 0.471128] hdmitx: plugin
[ 0.472345] hdmitx: system: irq 80000001
[ 0.592949] hdmitx: video: get current mode: 1080p60hz
[ 0.592969] hdmitx: video: get current mode: 1080p60hz
[ 0.592983] hdmitx: system: [set_disp_mode_auto] ALREADY init VIC = 16
[ 0.593027] hdmitx: system: change to DVI mode
[ 0.600233] hdmitx: edid: find IEEEOUT
[ 0.600332] hdmitx: video: get current mode: 1080p60hz
[ 0.600343] hdmitx: system: [set_disp_mode_auto] ALREADY init VIC = 16
[ 0.600372] hdmitx tx_aud_src = 0
[ 0.600424] hdmitx aud_n_para = 24576
[ 0.600461] hdmitx set channel status
[ 0.756327] cectx c810023c.aocec: aml_cec_probe(): can't find hdmirx
[ 0.761646] odroid_hdmi_snd odroid_hdmi: dit-hifi <-> I2S mapping ok
[ 18.379682] hdmitx: audio: aout notify rate 44100
[ 18.379686] hdmitx: audio: aout notify size 32
[ 18.379703] hdmitx tx_aud_src = 0
[ 18.379728] hdmitx aud_n_para = 6144
[ 18.379746] hdmitx set channel status
[ 18.380088] hdmitx: audio: aout notify rate 44100
[ 18.380091] hdmitx: audio: aout notify size 32
Another interesting thing is that speaker-test now works but I don't hear the sound:
Code: Select all
speaker-test 1.0.28
Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
Using 16 octaves of pink noise
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 32 to 16384
Period size range from 16 to 8192
Using max buffer size 16384
Periods = 4
was set period_size = 4096
was set buffer_size = 16384
0 - Front Left
1 - Front Right
-
- Posts: 1
- Joined: Mon Jan 23, 2017 9:54 pm
- languages_spoken: english
- ODROIDs: C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
-
- Posts: 298
- Joined: Fri Apr 03, 2015 5:01 am
- languages_spoken: english
- ODROIDs: C1 / C2 / XU4 + Cloudshell.
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
This indicates a possible issue/incompatibility with the TV you are using.stoinov wrote:Another interesting thing is that speaker-test now works but I don't hear the sound:
Please try the following (if not done already):
- Another HDMI cable
- Another TV
DietPi web hosting is powered by http://MyVirtualServer.com
-
- Posts: 366
- Joined: Wed May 04, 2016 1:07 am
- languages_spoken: english
- Has thanked: 1 time
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
If you have compiled realtime kernel yet please upload Debian image ! See linksFourdee wrote:stoinov wrote:realtime Kernel
http://magazine.odroid.com/wp-content/u ... 201612.pdf
http://debian.pengutronix.de/debian/dists/
-
- Posts: 43
- Joined: Mon Nov 14, 2016 3:33 pm
- languages_spoken: english
- ODROIDs: Odroid C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
I can't install docky

Code: Select all
root@DietPi:~# apt-get install docky
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
docky : Depends: mono-runtime (>= 2.10.1) but it is not going to be installed
Depends: libdbus-glib2.0-cil (>= 0.6) but it is not going to be installed
Depends: libdbus2.0-cil (>= 0.8) but it is not going to be installed
Depends: libgconf2.0-cil (>= 2.24.0) but it is not going to be installed
Depends: libglib2.0-cil (>= 2.12.10-1ubuntu1) but it is not installable
Depends: libgnome-keyring1.0-cil (>= 1.0.0) but it is not installable
Depends: libgnomedesktop2.20-cil (>= 2.26.0) but it is not going to be installed
Depends: libgtk2.0-cil (>= 2.12.10-1ubuntu1) but it is not installable
Depends: libmono-addins0.2-cil (>= 1.0) but it is not going to be installed
Depends: libmono-cairo4.0-cil (>= 3.0.6) but it is not going to be installed
Depends: libmono-corlib4.5-cil (>= 1.0) but it is not going to be installed
Depends: libmono-posix4.0-cil (>= 3.0.6) but it is not going to be installed
Depends: libmono-sharpzip4.84-cil (>= 1.0) but it is not going to be installed
Depends: libmono-system-core4.0-cil (>= 3.0.6) but it is not going to be installed
Depends: libmono-system-web4.0-cil (>= 2.10.3) but it is not going to be installed
Depends: libmono-system-xml-linq4.0-cil (>= 3.0.6) but it is not going to be installed
Depends: libmono-system-xml4.0-cil (>= 3.0.6) but it is not going to be installed
Depends: libmono-system4.0-cil (>= 3.0.6) but it is not going to be installed
Depends: libnotify0.4-cil (>= 0.4.0~r2998) but it is not going to be installed
Depends: librsvg2-2.18-cil (>= 2.26.0) but it is not going to be installed
Depends: libwnck2.20-cil (>= 2.26.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
Regards
Marcin
- meveric
- Posts: 11441
- Joined: Mon Feb 25, 2013 2:41 pm
- languages_spoken: german, english
- ODROIDs: X2, U2, U3, XU-Lite, XU3, XU3-Lite, C1, XU4, C2, C1+, XU4Q, HC1, N1, Go, H2 (N4100), N2, H2 (J4105), GoA, C4, GoA v1.1, H2+, HC4, GoS
- Has thanked: 63 times
- Been thanked: 459 times
- Contact:
Re: DietPi for Odroid C2
apt-get install -t jessie docky
Check out the Games and Emulators section to find some of my work or check the files in my repository to find the software i build for ODROIDs.
If you want to add my repository to your image read my HOWTO integrate my repo into your image.
-
- Posts: 43
- Joined: Mon Nov 14, 2016 3:33 pm
- languages_spoken: english
- ODROIDs: Odroid C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Code: Select all
root@DietPi:~# apt-get install -t jessie docky
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
docky : Depends: libgconf2.0-cil (>= 2.24.0) but it is not going to be installed
Depends: libglib2.0-cil (>= 2.12.10-1ubuntu1) but it is not installable
Depends: libgnome-keyring1.0-cil (>= 1.0.0) but it is not installable
Depends: libgnomedesktop2.20-cil (>= 2.26.0) but it is not going to be installed
Depends: libgtk2.0-cil (>= 2.12.10-1ubuntu1) but it is not installable
Depends: libnotify0.4-cil (>= 0.4.0~r2998) but it is not going to be installed
Depends: librsvg2-2.18-cil (>= 2.26.0) but it is not going to be installed
Depends: libwnck2.20-cil (>= 2.26.0) but it is not installable
E: Unable to correct problems, you have held broken packages.

Anything else I can try?
Regards
Marcin
- meveric
- Posts: 11441
- Joined: Mon Feb 25, 2013 2:41 pm
- languages_spoken: german, english
- ODROIDs: X2, U2, U3, XU-Lite, XU3, XU3-Lite, C1, XU4, C2, C1+, XU4Q, HC1, N1, Go, H2 (N4100), N2, H2 (J4105), GoA, C4, GoA v1.1, H2+, HC4, GoS
- Has thanked: 63 times
- Been thanked: 459 times
- Contact:
Re: DietPi for Odroid C2
Check out the Games and Emulators section to find some of my work or check the files in my repository to find the software i build for ODROIDs.
If you want to add my repository to your image read my HOWTO integrate my repo into your image.
- meveric
- Posts: 11441
- Joined: Mon Feb 25, 2013 2:41 pm
- languages_spoken: german, english
- ODROIDs: X2, U2, U3, XU-Lite, XU3, XU3-Lite, C1, XU4, C2, C1+, XU4Q, HC1, N1, Go, H2 (N4100), N2, H2 (J4105), GoA, C4, GoA v1.1, H2+, HC4, GoS
- Has thanked: 63 times
- Been thanked: 459 times
- Contact:
Re: DietPi for Odroid C2
Anyway a lot of new dependencies are now available and you should be able to install docky: http://forum.odroid.com/viewtopic.php?f ... 86#p180386
Check out the Games and Emulators section to find some of my work or check the files in my repository to find the software i build for ODROIDs.
If you want to add my repository to your image read my HOWTO integrate my repo into your image.
-
- Posts: 43
- Joined: Mon Nov 14, 2016 3:33 pm
- languages_spoken: english
- ODROIDs: Odroid C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
At the end of apt-get update I'm getting this:
Code: Select all
W: GPG error: http://www.deb-multimedia.org jessie InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5C808C2B65558117
W: Failed to fetch http://ppa.launchpad.net/docky-core/stable/ubuntu/dists/jessie/main/binary-arm64/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
Code: Select all
root@DietPi:~# apt-get install docky
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
docky : Depends: mono-runtime (>= 2.10.1) but it is not going to be installed
Depends: libdbus-glib2.0-cil (>= 0.6) but it is not going to be installed
Depends: libdbus2.0-cil (>= 0.8) but it is not going to be installed
Depends: libgconf2.0-cil (>= 2.24.0) but it is not going to be installed
Depends: libglib2.0-cil (>= 2.12.10-1ubuntu1) but it is not going to be installed
Depends: libgnome-keyring1.0-cil (>= 1.0.0) but it is not going to be installed
Depends: libgnomedesktop2.20-cil (>= 2.26.0) but it is not going to be installed
Depends: libgtk2.0-cil (>= 2.12.10-1ubuntu1) but it is not going to be installed
Depends: libmono-addins0.2-cil (>= 1.0) but it is not going to be installed
Depends: libmono-cairo4.0-cil (>= 3.0.6) but it is not going to be installed
Depends: libmono-corlib4.5-cil (>= 1.0) but it is not going to be installed
Depends: libmono-posix4.0-cil (>= 3.0.6) but it is not going to be installed
Depends: libmono-sharpzip4.84-cil (>= 1.0) but it is not going to be installed
Depends: libmono-system-core4.0-cil (>= 3.0.6) but it is not going to be installed
Depends: libmono-system-web4.0-cil (>= 2.10.3) but it is not going to be installed
Depends: libmono-system-xml-linq4.0-cil (>= 3.0.6) but it is not going to be installed
Depends: libmono-system-xml4.0-cil (>= 3.0.6) but it is not going to be installed
Depends: libmono-system4.0-cil (>= 3.0.6) but it is not going to be installed
Depends: libnotify0.4-cil (>= 0.4.0~r2998) but it is not going to be installed
Depends: librsvg2-2.18-cil (>= 2.26.0) but it is not going to be installed
Depends: libwnck2.20-cil (>= 2.26.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Code: Select all
root@DietPi:~# apt-get install -t jessie docky
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
docky : Depends: libgconf2.0-cil (>= 2.24.0) but it is not going to be installed
Depends: libgnomedesktop2.20-cil (>= 2.26.0) but it is not going to be installed
Depends: librsvg2-2.18-cil (>= 2.26.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Kind regards
Marcin
- meveric
- Posts: 11441
- Joined: Mon Feb 25, 2013 2:41 pm
- languages_spoken: german, english
- ODROIDs: X2, U2, U3, XU-Lite, XU3, XU3-Lite, C1, XU4, C2, C1+, XU4Q, HC1, N1, Go, H2 (N4100), N2, H2 (J4105), GoA, C4, GoA v1.1, H2+, HC4, GoS
- Has thanked: 63 times
- Been thanked: 459 times
- Contact:
Re: DietPi for Odroid C2
The other dependencies that are still missing should be available in my repo or on Debian Jessie:
Code: Select all
root@odroid-jessie64:~# apt-cache policy libgconf2.0-cil
libgconf2.0-cil:
Installed: 2.24.2-3
Candidate: 2.24.2-3
Version table:
2.24.2-3 0
500 http://ftp.debian.org/debian/ jessie/main arm64 Packages
*** 2.24.2-3 0
100 http://oph.mdrjr.net/meveric/ jessie/backports arm64 Packages
100 /var/lib/dpkg/status
Code: Select all
root@odroid-jessie64:~# apt-cache policy libgnomedesktop2.20-cil
libgnomedesktop2.20-cil:
Installed: 2.26.0-8
Candidate: 2.26.0-8
Version table:
2.26.0-8 0
500 http://ftp.debian.org/debian/ jessie/main arm64 Packages
*** 2.26.0-8 0
100 http://oph.mdrjr.net/meveric/ jessie/backports arm64 Packages
100 /var/lib/dpkg/status
Code: Select all
apt-cache policy librsvg2-2.18-cil
librsvg2-2.18-cil:
Installed: 2.26.0-8
Candidate: 2.26.0-8
Version table:
2.26.0-8 0
500 http://ftp.debian.org/debian/ jessie/main arm64 Packages
*** 2.26.0-8 0
100 http://oph.mdrjr.net/meveric/ jessie/backports arm64 Packages
100 /var/lib/dpkg/status
Please try:
Code: Select all
apt-get install -t jessie docky libgconf2.0-cil libgnomedesktop2.20-cil librsvg2-2.18-cil
Check out the Games and Emulators section to find some of my work or check the files in my repository to find the software i build for ODROIDs.
If you want to add my repository to your image read my HOWTO integrate my repo into your image.
-
- Posts: 43
- Joined: Mon Nov 14, 2016 3:33 pm
- languages_spoken: english
- ODROIDs: Odroid C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
I'm not sure what I should be trying. This is what I get:
Code: Select all
root@DietPi:~# apt-cache policy libgconf2.0-cil
libgconf2.0-cil:
Installed: (none)
Candidate: 2.24.2-3
Version table:
2.24.2-3 0
500 http://ftp.debian.org/debian/ jessie/main arm64 Packages
2.24.2-3 0
100 http://oph.mdrjr.net/meveric/ jessie/backports arm64 Packages
root@DietPi:~# apt-cache policy libgnomedesktop2.20-cil
libgnomedesktop2.20-cil:
Installed: (none)
Candidate: 2.26.0-8
Version table:
2.26.0-8 0
500 http://ftp.debian.org/debian/ jessie/main arm64 Packages
2.26.0-8 0
100 http://oph.mdrjr.net/meveric/ jessie/backports arm64 Packages
root@DietPi:~# apt-cache policy librsvg2-2.18-cil
librsvg2-2.18-cil:
Installed: (none)
Candidate: 2.26.0-8
Version table:
2.26.0-8 0
500 http://ftp.debian.org/debian/ jessie/main arm64 Packages
2.26.0-8 0
100 http://oph.mdrjr.net/meveric/ jessie/backports arm64 Packages
root@DietPi:~# apt-get install -t jessie docky libgconf2.0-cil libgnomedesktop2.20-cil librsvg2-2.18-cil
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libgconf2.0-cil : Depends: libmono-corlib4.0-cil (>= 2.10.1) but it is not going to be installed
libgnomedesktop2.20-cil : Depends: libmono-corlib4.0-cil (>= 2.10.1) but it is not going to be installed
librsvg2-2.18-cil : Depends: libmono-corlib4.0-cil (>= 2.10.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@DietPi:~#
Marcin
- meveric
- Posts: 11441
- Joined: Mon Feb 25, 2013 2:41 pm
- languages_spoken: german, english
- ODROIDs: X2, U2, U3, XU-Lite, XU3, XU3-Lite, C1, XU4, C2, C1+, XU4Q, HC1, N1, Go, H2 (N4100), N2, H2 (J4105), GoA, C4, GoA v1.1, H2+, HC4, GoS
- Has thanked: 63 times
- Been thanked: 459 times
- Contact:
Re: DietPi for Odroid C2
Code: Select all
apt-get install -t jessie docky libgconf2.0-cil libgnomedesktop2.20-cil librsvg2-2.18-cil libmono-corlib4.0-cil
Check out the Games and Emulators section to find some of my work or check the files in my repository to find the software i build for ODROIDs.
If you want to add my repository to your image read my HOWTO integrate my repo into your image.
-
- Posts: 43
- Joined: Mon Nov 14, 2016 3:33 pm
- languages_spoken: english
- ODROIDs: Odroid C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Code: Select all
root@DietPi:~# apt-get install -t jessie docky libgconf2.0-cil libgnomedesktop2.20-cil librsvg2-2.18-cil libmono-corlib4.0-cil
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libmono-corlib4.0-cil : Depends: mono-runtime (< 3.2.9) but 4.2.1.102+dfsg2-8~bpo8 is to be installed
E: Unable to correct problems, you have held broken packages.
- meveric
- Posts: 11441
- Joined: Mon Feb 25, 2013 2:41 pm
- languages_spoken: german, english
- ODROIDs: X2, U2, U3, XU-Lite, XU3, XU3-Lite, C1, XU4, C2, C1+, XU4Q, HC1, N1, Go, H2 (N4100), N2, H2 (J4105), GoA, C4, GoA v1.1, H2+, HC4, GoS
- Has thanked: 63 times
- Been thanked: 459 times
- Contact:
Re: DietPi for Odroid C2

instead of libmono-corlib4.0-cil they should use libmono-corlib4.5-cil but they don't use it since they try to load the packages from debian instead of my packages *sighs*
I'll rebuild the packages with a higher version number.. that should fix it.
Check out the Games and Emulators section to find some of my work or check the files in my repository to find the software i build for ODROIDs.
If you want to add my repository to your image read my HOWTO integrate my repo into your image.
- meveric
- Posts: 11441
- Joined: Mon Feb 25, 2013 2:41 pm
- languages_spoken: german, english
- ODROIDs: X2, U2, U3, XU-Lite, XU3, XU3-Lite, C1, XU4, C2, C1+, XU4Q, HC1, N1, Go, H2 (N4100), N2, H2 (J4105), GoA, C4, GoA v1.1, H2+, HC4, GoS
- Has thanked: 63 times
- Been thanked: 459 times
- Contact:
Re: DietPi for Odroid C2
Code: Select all
root@odroid-jessie64:~# apt-get install -t jessie docky
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
cli-common libdbus-glib2.0-cil libdbus2.0-cil libgconf2.0-cil libgdiplus libglib2.0-cil libgnome-desktop-2-17 libgnome-keyring1.0-cil libgnomedesktop2.20-cil libgtk2.0-cil libmono-accessibility4.0-cil libmono-addins0.2-cil
libmono-cairo4.0-cil libmono-corlib4.5-cil libmono-data-tds4.0-cil libmono-i18n-west4.0-cil libmono-i18n4.0-cil libmono-ldap4.0-cil libmono-posix4.0-cil libmono-security4.0-cil libmono-sharpzip4.84-cil libmono-sqlite4.0-cil
libmono-system-componentmodel-dataannotations4.0-cil libmono-system-configuration4.0-cil libmono-system-core4.0-cil libmono-system-data4.0-cil libmono-system-design4.0-cil libmono-system-drawing4.0-cil
libmono-system-enterpriseservices4.0-cil libmono-system-ldap4.0-cil libmono-system-numerics4.0-cil libmono-system-runtime-serialization-formatters-soap4.0-cil libmono-system-runtime-serialization4.0-cil libmono-system-security4.0-cil
libmono-system-servicemodel-internals0.0-cil libmono-system-transactions4.0-cil libmono-system-web-applicationservices4.0-cil libmono-system-web-services4.0-cil libmono-system-web4.0-cil libmono-system-windows-forms4.0-cil
libmono-system-xml-linq4.0-cil libmono-system-xml4.0-cil libmono-system4.0-cil libmono-webbrowser4.0-cil libnotify0.4-cil librsvg2-2.18-cil libwnck2.20-cil mono-4.0-gac mono-gac mono-runtime mono-runtime-common mono-runtime-sgen
Suggested packages:
monodoc-gtk2.0-manual libmono-i18n4.0-all libgnomeui-0 libgamin0
Recommended packages:
dockmanager hwdata ca-certificates-mono libgluezilla
The following NEW packages will be installed:
cli-common docky libdbus-glib2.0-cil libdbus2.0-cil libgconf2.0-cil libgdiplus libglib2.0-cil libgnome-desktop-2-17 libgnome-keyring1.0-cil libgnomedesktop2.20-cil libgtk2.0-cil libmono-accessibility4.0-cil libmono-addins0.2-cil
libmono-cairo4.0-cil libmono-corlib4.5-cil libmono-data-tds4.0-cil libmono-i18n-west4.0-cil libmono-i18n4.0-cil libmono-ldap4.0-cil libmono-posix4.0-cil libmono-security4.0-cil libmono-sharpzip4.84-cil libmono-sqlite4.0-cil
libmono-system-componentmodel-dataannotations4.0-cil libmono-system-configuration4.0-cil libmono-system-core4.0-cil libmono-system-data4.0-cil libmono-system-design4.0-cil libmono-system-drawing4.0-cil
libmono-system-enterpriseservices4.0-cil libmono-system-ldap4.0-cil libmono-system-numerics4.0-cil libmono-system-runtime-serialization-formatters-soap4.0-cil libmono-system-runtime-serialization4.0-cil libmono-system-security4.0-cil
libmono-system-servicemodel-internals0.0-cil libmono-system-transactions4.0-cil libmono-system-web-applicationservices4.0-cil libmono-system-web-services4.0-cil libmono-system-web4.0-cil libmono-system-windows-forms4.0-cil
libmono-system-xml-linq4.0-cil libmono-system-xml4.0-cil libmono-system4.0-cil libmono-webbrowser4.0-cil libnotify0.4-cil librsvg2-2.18-cil libwnck2.20-cil mono-4.0-gac mono-gac mono-runtime mono-runtime-common mono-runtime-sgen
0 upgraded, 53 newly installed, 0 to remove and 5 not upgraded.
Need to get 10.5 MB of archives.
After this operation, 39.2 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Check out the Games and Emulators section to find some of my work or check the files in my repository to find the software i build for ODROIDs.
If you want to add my repository to your image read my HOWTO integrate my repo into your image.
-
- Posts: 43
- Joined: Mon Nov 14, 2016 3:33 pm
- languages_spoken: english
- ODROIDs: Odroid C2
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Thank you very much again for your tremendous work.
When I run docky I had like a 1/3 of the screen with black background, I had to enable software compositing to get rid of it. Other than that it looks ok.
Kind regards
Marcin
EDIT
Again my joy was a bit too early. I found a few issues with docky.
1. Some applications don't lunch from their icon in docky for example Chromium, Kodi.
2. I mentioned before that I had to enable software compositing to get rid of a black background at the bottom of the screen. Unfortunately when I do that Kodi goes bananas. There are icons and toolbars from desktop visible when I play video.
@meveric thanks again for your efforts but I'm giving up on docky for now.
Kind regards
Marcin
- cathul
- Posts: 8
- Joined: Fri Feb 24, 2017 6:29 pm
- languages_spoken: english, russian
- ODROIDs: C2 / XU4
- Location: Ukraine
- Has thanked: 0
- Been thanked: 0
- Contact:
Re: DietPi for Odroid C2
Who is online
Users browsing this forum: No registered users and 1 guest