Konnecta TI Tecnologia

Results 9 comments of Konnecta TI Tecnologia

Hi there I have the same issues but get error... Try everything but doesnt work... echo 'password' | /usr/bin/gnome-keyring-daemon --login GNOME_KEYRING_CONTROL=/root/.cache/keyring-W3I9ZZ pve01:~# onedrived start Starting onedrived ... FAILED ERROR: Child...

> Apparently outdated linux-firmware package for kernel 5.19. Which distro and version? Ubuntu Unity Remix based in Ubuntu 22.04.1

Tested with Kubuntu 22.10 with all update, including lastest linux-firmware (git cloned). Tested with VoidLinux too. No lucky.

Well I have found a work around after read this https://lore.kernel.org/lkml/[email protected]/t/ To be simple, do this: add amd_iommu=off to /etc/default/grub, regen the initramfs and run update-grub. After reboot everything is...

> Changing `is not` to `!=` fixed it for me: [v1.18.9...v1.18.10#diff-2e96dd6dd2ab596ae2fceddc34dbe4c10ddaef907c8340d75418dd6ea222c93dR112](https://github.com/CastagnaIT/plugin.video.netflix/compare/v1.18.9...v1.18.10#diff-2e96dd6dd2ab596ae2fceddc34dbe4c10ddaef907c8340d75418dd6ea222c93dR112) Yes. Works for me too. Kubuntu Kinetic Kudu Kodi 20.0~alpha2+dfsg1-1build1

I am facing this same issue. When create a folder looks like do nothing. But all of the suddenly after refresh (F5) show 4 different folder. Somebody fix it?

srv1:/srv/webvirtcloud# python3 manage.py migrate Traceback (most recent call last): File "/srv/webvirtcloud/manage.py", line 21, in main() File "/srv/webvirtcloud/manage.py", line 17, in main execute_from_command_line(sys.argv) File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", line 381, in execute_from_command_line utility.execute() File...

SOLVED 134 pip install django-bootstrap5 135 python3 manage.py migrate 136 pip install django-icons 137 python3 manage.py migrate

> @gilbertoferreira you should install requirements with `pip3 install -r conf/requirements.txt` . Yes! I do that following the installation instructions. But nevertheless after install it give the 500 error! Just...