Git Product home page Git Product logo

oc.user's Issues

How to enable microphone and webcam ?

Hello, I am a research enthusiast and an opensource contributor. I am really amazed by your project and want to contribute in this project. What changes can be made to enable webcam and microphone in this project? I have set up janus server on the host server itself and in the pulseaudio default.pa file , I have created RTP stream module and in rtp.destination I have pointed Janus server IP , but now I am unable to play sound as well. So am I going in the right direction to enable mic or are these steps only for sound quality improvement? Please reply ASAP.
Thanks in advance

Login

Hi.
Thanks for this great project.
I run it with kubernetes and i saw that there is an authentication system (Username, Password)
How i cat create user? and what is a password and username?

Contact me: [email protected]
How can I contact you? Please

Storage restriction on each user pod

Hello Alexendre,

Really amazing project, I am currently testing the VDI. I want to restrict usage for each user pod, in my current scenario each user can use full nfs storage available . Currently i am using dynamic provisioning using storageclass and pvc spec in od.config. Also I have tried deploying without using storageclass by providing the mount path directly in pv specs in od.config , but that didn't work as well .

Inside od.config -

desktop.persistentvolumespec:None

desktop.persistentvolumeclaimspec: {
'storageClassName': 'nfs-csi',
'resources': {
'requests': { 'storage': '10Gi' },
'limits': { 'storage': '10Gi' }
},
'accessModes': [ 'ReadWriteMany' ] }

my storage class yaml

apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: nfs-csi
provisioner: nfs.csi.k8s.io
parameters:
server: x.x.x.x
share: /nfs-data-drive
reclaimPolicy: Delete
volumeBindingMode: Immediate
mountOptions:

  • hard
  • nfsvers=4.2

in my nfs server pv are created user wise -

pvc-10f527f7-7760-4041-9c87-437c008bebef pvc-77a0f35d-ba33-4de8-9f90-0094a263f73f

pvc-1b4ec935-2c55-4243-9ef5-4cbd419ad37a pvc-8e1da3ff-6006-435e-ae24-5a6f0a76282f

pvc-207fd8b3-7794-4f94-9bf1-7922cdb8da44 pvc-90fb2435-3c41-40f2-b391-6b3b047e4b8f

pvc-21da009e-775f-42f4-86a0-ad85f9cef08a pvc-a0465555-2218-4624-b295-32004f1896e8

pvc-22b1a862-fb24-4181-83f7-866bdbe1dbf2 pvc-aed8e7d8-5836-44ea-865d-e98dc4216213

pvc-231709fe-461f-4b71-a7c5-e4c65856c484 pvc-b53c6acf-c6d0-4449-98b8-9eabf9ae75a6

pvc-2a475a80-391c-4f6b-8e53-49d4372b8cc3 pvc-c37274c0-9a30-424b-ba43-cc74d9d62b84

pvc-3a3d9e46-663b-477f-a07d-b98e20ed10a9 pvc-e594628f-d427-47a5-9c21-bf9a860699ef

indise a user pod - when a do df -h , it shows full space available of nfs -server to each user, but i want to restrict each user space to 10 Gi , how can I achieve this

Filesystem Size Used Avail Use% Mounted on
overlay 117G 73G 44G 63% /
tmpfs 64M 0 64M 0% /dev
tmpfs 9.8G 0 9.8G 0% /sys/fs/cgroup
tmpfs 8.0G 8.0K 8.0G 1% /tmp
tmpfs 4.0G 0 4.0G 0% /dev/shm
tmpfs 20G 0 20G 0% /tmp/.X11-unix
tmpfs 20G 0 20G 0% /tmp/.pulseaudio
tmpfs 20G 0 20G 0% /tmp/.cupsd
/dev/vda1 117G 73G 44G 63% /etc/hosts
tmpfs 7.7M 0 7.7M 0% /run/user
x.x.x.x:/nfs-data-drive/pvc-231709fe-461f-4b71-a7c5-e4c65856c484 1007G 41G 915G 5% /home/balloon
tmpfs 7.7M 0 7.7M 0% /run/dbus
tmpfs 7.7M 52K 7.6M 1% /var/log/desktop
tmpfs 980K 16K 964K 2% /run/desktop
tmpfs 20G 44K 20G 1% /var/secrets/abcdesktop/localaccount
tmpfs 20G 4.0K 20G 1% /var/secrets/abcdesktop/vnc
tmpfs 9.8G 0 9.8G 0% /proc/acpi
tmpfs 9.8G 0 9.8G 0% /proc/scsi
tmpfs 9.8G 0 9.8G 0% /sys/firmware

Change file change notification

Do not listen on all changes in /tmp but only on unix socket change
For example

Event: rename on file /tmp/lastcmd.log
Event: change on file /tmp/lastcmd.log
Event: change on file /tmp/lastcmd.log
Event: rename on file /tmp/lastcmdenv.log
Event: change on file /tmp/lastcmdenv.log
Event: change on file /tmp/lastcmd.log
Event: change on file /tmp/lastcmd.log
Event: rename on file /tmp/firefox-esr.cmd.log
Event: change on file /tmp/firefox-esr.cmd.log
Event: rename on file /tmp/firefox-esr
Event: rename on file /tmp/firefox-esr
Event: change on file /tmp/firefox-esr.cmd.log
Event: change on file /tmp/lastcmd.log
Event: rename on file /tmp/firefox-esr.log
Event: rename on file /tmp/firefox-esr
Event: rename on file /tmp/Temp-458d8b29-9667-419e-8826-553fabbbe324
Event: rename on file /tmp/Temp-85b558a8-15c0-4b92-86ee-988906e8c5b9
Event: rename on file /tmp/firefox-esr

run and test failed

With the command
FROM $BASE_IMAGE:$TAG as node_modules_builder
yarn does not exist any more, so run-test.sh failed

stdout:

Run ./make-test.sh 18.04
Run oc.user test for 18.04
Container ID: 74efee4b087f1a93379bb002bd37a8ff93f387aa1e9943581fc5c62c6105c3ef
Waiting 30s for cupsd and puslaudio
Run tests...
/composer/node/run-tests.sh: line 8: yarn: command not found
Stop container 74efee4b087f1a93379bb002bd37a8ff93f387aa1e9943581fc5c62c6105c3ef...
74efee4b087f1a93379bb002bd37a8ff93f387aa1e9943581fc5c62c6105c3ef
Done

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.