mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Furrest City's modified version of OSEM
http://osem.io
Due to how the opensuse/openSUSE-42.1-x86_64 box is, there is no vagrant group
by default. When the shared folder is attemtped to mount, it fails with the
following
```
==> default: Mounting shared folders...
default: /vagrant => /Users/kormoc/Projects/osem
Vagrant was unable to mount VirtualBox shared folders. This is usually
because the filesystem "vboxsf" is not available. This filesystem is
made available via the VirtualBox Guest Additions and kernel module.
Please verify that these guest additions are properly installed in the
guest. This is not a bug in Vagrant and is usually caused by a faulty
Vagrant box. For context, the command attemped was:
set -e
mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent group vagrant | cut -d: -f3` vagrant /vagrant
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` vagrant /vagrant
The error output from the command was:
No such file or directory
```
This change will fix this issue to allow a single `vagrant up` to work correctly
To test this, you can run `vagrant destroy;vagrant up`. This will destroy your current environment and rebuild it from scratch.
|
||
|---|---|---|
| app | ||
| bin | ||
| config | ||
| db | ||
| doc | ||
| lib | ||
| public | ||
| spec | ||
| vendor | ||
| .gitignore | ||
| .rubocop.yml | ||
| .rubocop_todo.yml | ||
| .travis.yml | ||
| app.json | ||
| bootstrap.sh | ||
| config.ru | ||
| CONTRIBUTING.md | ||
| dotenv.example | ||
| Gemfile | ||
| Gemfile.lock | ||
| Guardfile | ||
| INSTALL.md | ||
| LICENSE | ||
| PAYMENTS.md | ||
| Rakefile | ||
| README.md | ||
| TRANSLATION.md | ||
| Vagrantfile | ||
Open Source Event Manager
An event management tool tailored to Free and Open Source Software conferences.
Installation
Please refer to INSTALL documentation file
How to contribute to OSEM
Please refer to our CONTRIBUTING guide
How to translate OSEM into your language
Please refer to our [TRANSLATION guide] (TRANSLATION.md)
Contact
GitHub issues are the primary way for communicating about specific proposed changes to this project. If you have other questions feel free to subscribe to the opensuse-web@opensuse.org mailinglist, all OSEM contributors are on that list! Additionally you can use #osem channel on freenode IRC.

