Improve posixovl to support fully featured POSIX file system on top of any limited file system (e. g. vfat)a project by sbrabec posixovl is a FUSE based successor of the old UMSDOS. It has a goal to provide POSIX file system functionality on top of vfat. Its code is nice and well written, but its feature set is not complete yet. It just supports: POSIX modes and user/group, hard and symbolic links, device nodes and named pipes. |
YaST module for smarmontoolsan idea by sbrabec smartmontools has a number of options that fine tune disk checking, periodic tests, short tests, values to monitor, values to ignore. |
Get some experience with High Availability Extensionan idea by puzel The objective of my project is to gain better understanding of HAE and get some hands-on experience with it. |
[ARM] Ceph on AArch64an idea by algraf Octopuses have many ARMs, so we should definitely allow them to run on them too! |
[ARM] Bootstrap ILP32 on AArch64a project by algraf Some customers are still stuck in a world of 32bit. On ARM64, we have two options for those poor folks: |
Write a fault tolerant disk copy tool with file system specific pluginsan idea by j_gross When my laptop disk started to show read errors I searched for a tool capable to save the contents of the disk (multiple systems on it with different file system types). I couldn't find anything which would do a copy of the disk skipping unused areas and tolerating I/O-errors, so I ended up in re-installing all systems after I got a new disk. |
Nailing Products to a Dashboarda project by m_meister Nailed is a Sinatra app which currently shows Bugzilla, Github and Jenkins [WIP] data. The data gets fetched/refreshed by a ruby command line tool in the background. |
Have a look at http://www.libarchive.org/ librarya project by metan Have a look at the library implementation and its API. |
Package VSFTPD with Chroot based on Group Membershipan idea by HaxxonHAx Although SFTP is the preferred choice for non-public text-based file transfers, some agencies still use FTP. ProFTPD and VSFTPD are among the two top brands of FTP that include a Chrooting system. ProFTPD focuses more on public FTP, such that you can chroot based on a simple path (a la any anonymous FTP). VSFTPD gives the flexibility of chrooting each user into a jail based on the user's home directory. The chrooting system is based on a file in which one specifies the users that you want to chroot. Maintaining this file is key to the chroot system included with VSFTPD. This becomes a problem if one has over 1000 users that need to be maintained (added,removed,changed). This project will provide a chroot system based on a group membership, in which you specify the group that you want chrooted, and when you want a user chrooted, you can easily put them into the group. |
add LVM support to Guix System Distributiona project by sleep_walker LVM support for Guix System Distribution |
Learn about LilyPondan idea by ta-ro I'm interested in creating scores for percussion ensembles in LilyPond. This includes finding/creating a useful notation for components such as body percussion, basic dance steps, bouncing sticks etc. |
libproxy and bnc#908391an idea by stokos1 Libproxy uses modules for each desktop environment. |
|
Experience with SLERT11 SP3 and try build SLERT11 SP4 Alpha 2 imagea project by Jeffreycheung Due to the newly appointed PM of SLERT 11 SP4, I would like to try out the SLERT 11 SP3 to experience the REAL TIME features so that I can talk and share the knowledge to team and other people |
Enlightenment: Test and package new efl applications (And other enhancements)an idea by simotek There are several newer applications built on the enlightenment foundation libraries that could be packaged and got to the level of factory inclusion they include * epymc (Media Center) |
Webfrontend for who-is-an-expert-for at SUSEa project by jloeser Goal: |
Porting SHA1 codes to EFI stub environmenta project by joeyli For Hibernate Signature Verification - HMAC version, I need a hash algorithm in EFI stub environment before ExitBootServices() to mix / mess random seed from different sources (rdtsc, rdrand...) for generating the HMAC key to sign the hibernate image in runtime environment. |
Protect disk devices from concurrent use in the libvirt libxl hypervisor drivera project by jfehlig The libvirt qemu hypervisor driver has long supported protecting disk devices from concurrent use via libvirt's lock manager interface. Xen used to support the same functionality in the old xend toolstack, but dropped support in the new libxl toolstack. The Xen community decided, rightly so, that this functionality is best provided by a higher-level management tool, e.g. libvirt. |
Brand new UI for deploying OpenStack in Crowbaran idea by vuntz Right now, Crowbar exposes a barclamp UI for each OpenStack component. This is not really optimal, imho. |
virtio-serial in OpenStacka project by e_bischoff Currently, the usual way to communicate with VM instances in the cloud from outside is ssh. This is okay for most uses, but a) does not work when you mess up with the guest's ability to network and b) requires a free floating IP. |
A programming language explorationa project by KGronlund I would like to have a programming language that has the performance characteristics of C, but integrates some programming language features that I like from other languages. My first goal would be to start with a language that is very limited in scope and compiles directly to C, and step by step add to it. |
Learning Go: Build an IRC botan idea by tboerger In order to learn Go programming language I want to start to build an IRC bot with Go. |
Create new crowbar barclamp for OpenStack Manila installationan idea by tbechtold Crowbar is used to automate the installation process of SUSE Cloud. Manila is the "shared filesystem asa service" project for OpenStack. To simplify the installation of Manila, create a new barclamp. This was already started some weeks ago. Current code is at: https://github.com/toabctl/barclamp-manila |
Integrate e1000e into the Linux Kernel Backports projecta project by benjamin_poirier The current approach to having new hardware support and features in SLE kernels it to integrate changes to individual drivers from the mainline kernel back into the SLE kernel. The Linux Kernel Backports project (https://backports.wiki.kernel.org/) in comparison has an approach which consists in adding a shim layer between unmodified mainline drivers and older kernel interfaces. This project has its roots in wireless drivers. It currently supports only a handful of old ethernet adapters. |
Plymouth status screen(s) for offline updatesa project by badshah400 Objective |
FireTitle for SeaMonkeya project by pcerny Port the Fiurefox extension FireTitle to SeaMonkey. |
UI for the Docker registrya project by flavio_castelli One of the winning factors of Docker is the Docker Hub. This the a place where the Docker community shares their images. Thanks to Docker's integrated build system it is possible to create new Docker images by just extending an existing one. That's why the Docker Hub is so useful. |
integrate password manager feature into GNOME desktopa project by fcrozat I'm currently using LastPass as password manager but it has several drawbacks: |
Connect maintenancea project by -miska- openSUSE Connect is almost forgotten tool used only for elections. It would be nice to update it, polish it a little bit, disable functions that nobody uses and fix those few that people would actually like to use. |
Improve debug information for LTO compiled objectsa project by rguenther The goal is to use the work from the debug-early GCC branch to generate better debug information for LTO compiled objects, especially with regarding to language specifics like classes and templates. This has now been achieved and openSUSE Factory |
Have a look at the Android SELinux integrationan idea by jsegitz I have two goals: |
|
|
Rewrite orchestration layer of Crowbaran idea by vuntz The current orchestration layer of Crowbar is unfortunately way too simple and needs some serious rework if we want to take Crowbar to the next step. |
openSUSE support for Crowbaran idea by vuntz Make openSUSE a first-class citizen in Crowbar, so that we can finally provide an image that can be used to deploy OpenStack on openSUSE with Crowbar. |
Provision SLE12 Power compute host with crowbar.a project by k0da In order to have complete cloud experience on Power platform it needs some missing pieces to be available: * SLEShammer image (SLE11-> SLE12) |
Add OpenSUSE/SLES support for osbash/stacktrainan idea by psalunke Add opensuse/sles support for osbash tool which is the tool used by training guides for creating and deploying an openstack based multinode cluster. |
Learn Pythona project by djz88 Python is well known all over the world and has wide range of usage. Lets dive into to a bit. |
Restructure KIWI ext? file system image builda project by rjschwei Implement file system image build using the Builder infrastructure. The project will create additional builders for the ext filesystems laying the ground work for restructuring other filesystem builders. |
|
|
Playground/Training Project: Online shop (Ruby on Rails)an idea by vlewin Create a training project for trying out new Rails features, gems and best practice techniques (http://e-shop-demo-eu.herokuapp.com/). |
Linux Kernel Coverity triagean idea by jankara Triage Coverity reports for Linux Kernel. |
kGraft (SLE Live Patching) Testing Repository Setupan idea by Jeffreycheung Per talk with Libor, there is another interesting task connected with Live Patching, and that's testing of the repository setup. As there is no one used the update mechanism in the way we are going to. Building a proof of concept ahead of time will likely save us headaches later on. |
Port debtags to SUSEan idea by dmuhamedagic The Debian debtags package and database are a flexible scheme to assign tags (properties) to packages of a distribution. It would be of benefit to SUSE to port debtags. |
Wicked source code research and technical document improvement.a project by bchou I had presented the "Wicked Network Manager" talk at openSUSE Asia summit @Beijing. I would like to keep studying the topic continuously. Getting involve the source code and study the operating style and components. I also met some problem after discussing and testing issues while my research , I want to keep it as a record and writing the technical document on wiki too. |
Automated tool to analyze quality of DV capture.a project by sreeves1 Tool to inspect the meta data from a mini DV firewire transfer and report any quality problems such as dropouts. Preferably a gstreamer 1.x based tool. |
Make systemd-nspawnd usable for support purposes.a project by tsaupe Report from the research mailing list: |
filesystem checking using symbolic executionan idea by jirislaby I already wrote a description and this shit ate it after I clicked create project (because "go home" overlapped). I won't write the long story second time, sorry. In short: symbolic execution on btrfs and input of death, that is. |
kGraft: allow to handle more patches in parallela project by pmladek Current kGraft implementation allows to apply new patch only when the previous one is applied to the whole system. Every task is handled separately and it needs to wait for a safe place to switch. It might take a while, especially when the task is sleeping. |