Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

palica

Members
  • Posts

    294
  • Joined

  • Last visited

  • Days Won

    11

Posts posted by palica

  1. good way is to list what ebuilds you are missing or would like to be version bumped. For now you can write it here, for the future there is bugs.funtoo.org where you can request for a new/update ebuild.

    I like to be bleeding edge myself, but as you grow older you will like stuff to just work and that is where funtoo is heading. Yes, it is not there yet. If you are considering yourself a developer or someone who can write and test ebuilds join #funtoo-dev on freenode irc.

  2. Mixing NetworkManager and manual wpa_supplicant will not work. Pick only one approach.

    - NetworkManager: set it up in the applet or using CLI

    - wpa_supplicant & dhcpcd: disable NetworkManager and enable wpa_supplicant and dhcpcd services and set your credential in /etc/wpa_supplicant/wpa_supplicant.conf using the wpa_pass utility

  3. Hi all,

    I wanted to open a discussion about collecting some anonymous usage data about funtoo kits and maybe some more metrics from your computers. What are your thoughts about it?

    This is what for example Nextcloud is using and collecting:

    Quote

    We take your privacy seriously. The data is anonymized and you can enable/disable it at any time, by default it is always disabled. Below you can also adjust what kind of data is sent and always see the last report sent to us. When the server receives a new report of your instance, all entries from previous reports are removed. If you disable one of the settings below, you can send a new report, which will delete the data that is currently stored on the server.

    Actual data sent:

    {
        "id": "oc9f8tble2uv",
        "items": [
            [
                "server",
                "version",
                "12.0.3.3"
            ],
            [
                "php",
                "version",
                "7.1.10"
            ],
            [
                "php",
                "memory_limit",
                536870912
            ],
            [
                "php",
                "max_execution_time",
                0
            ],
            [
                "php",
                "upload_max_filesize",
                10737418240
            ],
            [
                "database",
                "type",
                "pgsql"
            ],
            [
                "database",
                "version",
                "PostgreSQL 9.6.4 64-bit"
            ],
            [
                "database",
                "size",
                82090520
            ],
            [
                "apps",
                "audioplayer",
                "disabled"
            ],
    ...
          

    You get the idea.

    We can discuss what types of metrics could make sense to collect.

    Let me know what you thing about it.

  4. Fair point, but don't know how to automate stuff such as printing - how would you tell the script the print succeeded? And do you really want to print everyday a test page? Just an example.

    Sorry I can't help. Maybe someone else has an idea how to test general user interaction with the system.

    Stuff gets tested by users running kits. If a bug is there it gets reported and gets squashed the best thing to do is tell your friends to use funtoo so the userbase grows and more people run software and report bugs.

    I haven't had problems with:

    • usb drives not being recognized by the system
    • monitors being plugged in
    • loggin in

    Funtoo makes it easy with debian-kernel (most of the stuff just works - hardware), curated kits where stuff is not upgraded just because there is a new version of something ...

    If you think of something, please let me know.

    take care

  5.  

    4 hours ago, walterw said:

    With all of the tools such as docker and virtualbox, I can easily launch a VM, but what I would like to do is to simulate all of the typical activity I perform on my machine and replay that against the VM to see what works and doesn't work.

     

    Is this possible using off-the-shelf software?  For example, I would like to plug in a USB thumbdrive, join a wifi network, have certain displays connected, etc.

    Well sorry then, but none of your text does say "image" or "iso-imager" or anything similar. I thought your are talking about funtoo and funtoo as such can be installed of a live rescue cd, but using stages. Stages as such can be tested using LXD and simple scripts. What are you trying to solve?

    Network traffic = installing packages inside the stage would generate traffic

    hardware stuff is not easy to simulate would be my guess

    But I still don't understand why? Do you have bad experience? Is this stuff not working? (logging as a user, plugging a monitor)

  6. USE flag - you are right not the cause of your problems with eix

    Iinstructions - yes you are right it says copy in one and link in other. my fault

    copy all the kits from /var/git/meta-repo/repos.conf/ to /etc/portage/repos.conf/ (prepend them with ego-)

    add stuff from default to ego-core-kit

    add your chopin.conf to /etc/portage/repos.conf/

    rm /usr/share/portage/config/repos.conf
  7. you want probably

    L10N="${LINGUAS}" in your make.conf

    for the useflags I would suggest to remove them from make.conf and use profiles instead

    for example

    gif jpeg png tiff flac ogg vorbis mp3

    are all in audio and media mix-ins which are part of workstation flavor which is part of desktop flavor

    so selecting desktop flavor has you covered with most of them

  8. so I would recommend you to do it this way:

    /etc/portage/repos.conf/ will contain:

    • copy all the kits and prepend them with ego-
      • so you will have ego-core-kit linking to /var/git/meta-repo/repos.conf/core-kit and so on for other kits
      • don't copy default
      • put stuff from default into core-kit
    • put your chopin.conf in here too

    This is going to be the new layout coming with ego-2.3.2

    Paste your chopin.conf

    eix-sync works without problems no need to write custom scripts

     

×
×
  • Create New...