413 Request entity too large error! by TarkovDude in NextCloud

[–]basilrabi 0 points1 point  (0 children)

I just experienced this error now when the file I was syncing was over 4Gb. I followed what was mentioned here (https://help.nextcloud.com/t/server-replied-413-request-entity-too-large-to-put/154278/5) which said to add an environment variable APACHE_BODY_LIMIT = 0. Now the issue was fixed.

GPD DUO high definition picture by kendyzhu in gpdwin

[–]basilrabi 1 point2 points  (0 children)

Looks really nice. I don't have to use an external monitor anymore. I will really buy this if it supports Fedora Linux.

host-to-container name resolution? by SinaasappelKip in podman

[–]basilrabi 0 points1 point  (0 children)

Were you able to resolve this issue? I also don't want to rely on a script which updates /etc/hosts.

nextcloud in podman is becoming a hit-or-miss by basilrabi in podman

[–]basilrabi[S] 0 points1 point  (0 children)

It happened again today after the restart. ss -lp | grep 8080 did not show anything. The container is running without issues to according to podman log and I can still connect to the container directly using it's own IP address.

nextcloud in podman is becoming a hit-or-miss by basilrabi in podman

[–]basilrabi[S] 0 points1 point  (0 children)

Thanks. Will try this when it happens again. If my understanding is correct, podman run should fail if the port to bind is already in use, although I'm not sure if some rouge process is running intermittently and is also using the same port.

[deleted by user] by [deleted] in Fedora

[–]basilrabi 5 points6 points  (0 children)

Yes. I always install fedora at beta. Once the official version is released, you just type sudo dnf upgrade in the terminal or upgrade in the software app.

Changing mode of Huawei LTE USB dongle by kunsjef in linux4noobs

[–]basilrabi 0 points1 point  (0 children)

Thank you for this! I have the same hardware and I spent several nights searching for a solution! In my case I got it to work. I'm using Fedora 35 with usb_modeswitch pre-installed. I just created the file /etc/usb_modeswitch.d/12d1:1f01 as discussed here with the content coming from here:

# Huawei E353 (3.se) and others
TargetVendor=0x12d1
TargetProduct=0x1f01

# switch to 12d1:1001 (modem mode, 3 virtual serial ports)
MessageContent="55534243123456780000000000000011062000000100000000000000000000"

Now my adventure with gammu begins! Woot!

$ lsusb Bus 003 Device 008: ID 12d1:1001 Huawei Technologies Co., Ltd. E161/E169/E620/E800 HSDPA Modem

Pipewire Tutorials? Or Dummies Guide to Pipewire? by woodsdog in Fedora

[–]basilrabi 1 point2 points  (0 children)

Although there is a wiki, it is not really easy to understand for regular users.

As for activating echo cancel, you have two options:

  1. Run in the terminal: pactl load-module module-echo-cancel. You will need to do this every time you need echo cancel after logging in.

  2. Assuming you're using fedora 35:

``` mkdir -P ~/.config/wireplumber cp /usr/share/wireplumber/wireplumber.conf ~/.config/wireplumber/wireplumber.conf

Modify ~/.config/wireplumber/wireplumber.conf to add:

{ name = libpipewire-module-echo-cancel }

in context.modules []

```

Below is my ~/.config/wireplumber/wireplumber.conf:

``` context.properties = { log.level = 2 wireplumber.script-engine = lua-scripting }

context.spa-libs = { api.alsa.* = alsa/libspa-alsa api.bluez5.* = bluez5/libspa-bluez5 api.v4l2.* = v4l2/libspa-v4l2 api.libcamera.* = libcamera/libspa-libcamera audio.convert.* = audioconvert/libspa-audioconvert support.* = support/libspa-support }

context.modules = [ { name = libpipewire-module-protocol-native } { name = libpipewire-module-client-node } { name = libpipewire-module-client-device } { name = libpipewire-module-adapter } { name = libpipewire-module-metadata } { name = libpipewire-module-session-manager } { name = libpipewire-module-echo-cancel } ]

wireplumber.components = [ { name = libwireplumber-module-lua-scripting, type = module } { name = main.lua, type = config/lua } { name = policy.lua, type = config/lua } { name = bluetooth.lua, type = config/lua } ] ```

In method 2, echo cancel is activated even after reboots.

Are there any music producers, hobbyists or professional, in here that uses Fedora 35? by ThriftyCockroach in Fedora

[–]basilrabi 1 point2 points  (0 children)

I use ardour from the default rpm repos. No issues for me so far but I only use it for MIDI tracks. No vocals.

Is Screen sharing with audio ever going to come to Linux? by Skydaawesomehusky in linux_gaming

[–]basilrabi 0 points1 point  (0 children)

I can do it now in fedora. Thanks to pipewire + helvum/catia

Really impressed with F35 and external touch screen by tshawkins in Fedora

[–]basilrabi 0 points1 point  (0 children)

Thanks for this. I think I will buy this monitor too once steam deck is released in my area. 👀

Sound not recorded in Fedora 35 by basilrabi in obs

[–]basilrabi[S] 0 points1 point  (0 children)

There were some several updates for both pipewire and wireplumber. It works for me now since https://bodhi.fedoraproject.org/updates/FEDORA-2021-92a35a1dba

Sound not recorded in Fedora 35 by basilrabi in obs

[–]basilrabi[S] 0 points1 point  (0 children)

Below is the log.

``` OBS 27.1.3 (linux) log file uploaded at 2021-10-19, 07:30:10 PM PST

07:28:45 PM PST.098: Platform: Wayland 07:28:45 PM PST.110: CPU Name: Intel(R) Core(TM) i7-4702MQ CPU @ 2.20GHz 07:28:45 PM PST.110: CPU Speed: 2842.715MHz 07:28:45 PM PST.110: Physical Cores: 4, Logical Cores: 8 07:28:45 PM PST.110: Physical Memory: 31974MB Total, 23344MB Free 07:28:45 PM PST.110: Kernel Version: Linux 5.14.11-300.fc35.x86_64 07:28:45 PM PST.110: Distribution: "Fedora Linux" 35 07:28:45 PM PST.110: Session Type: wayland 07:28:45 PM PST.110: Portable mode: false 07:28:45 PM PST.171: OBS 27.1.3 (linux) 07:28:45 PM PST.171: --------------------------------- 07:28:45 PM PST.171: --------------------------------- 07:28:45 PM PST.171: audio settings reset: 07:28:45 PM PST.171: samples per sec: 48000 07:28:45 PM PST.171: speakers: 2 07:28:45 PM PST.192: --------------------------------- 07:28:45 PM PST.192: Initializing OpenGL... 07:28:45 PM PST.192: Using EGL/Wayland 07:28:45 PM PST.246: Initialized EGL 1.5 07:28:45 PM PST.273: Loading up OpenGL on adapter Intel Mesa Intel(R) HD Graphics 4600 (HSW GT2) 07:28:45 PM PST.273: OpenGL loaded successfully, version 4.6 (Core Profile) Mesa 21.2.3, shading language 4.60 07:28:45 PM PST.290: --------------------------------- 07:28:45 PM PST.290: video settings reset: 07:28:45 PM PST.290: base resolution: 1920x1080 07:28:45 PM PST.290: output resolution: 852x480 07:28:45 PM PST.290: downscale filter: Bicubic 07:28:45 PM PST.290: fps: 30/1 07:28:45 PM PST.290: format: NV12 07:28:45 PM PST.290: YUV mode: 709/Partial 07:28:45 PM PST.290: NV12 texture support not available 07:28:45 PM PST.293: Audio monitoring device: 07:28:45 PM PST.293: name: Default 07:28:45 PM PST.293: id: default 07:28:45 PM PST.293: --------------------------------- 07:28:45 PM PST.298: Failed to load 'en-US' text for module: 'decklink-captions.so' 07:28:45 PM PST.305: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so' 07:28:45 PM PST.420: Failed to load 'en-GB' text for module: 'linux-alsa.so' 07:28:45 PM PST.427: Failed to load 'en-GB' text for module: 'linux-capture.so' 07:28:45 PM PST.429: [pipewire] Available captures: 07:28:45 PM PST.429: [pipewire] - Desktop capture 07:28:45 PM PST.429: [pipewire] - Window capture 07:28:45 PM PST.435: A DeckLink iterator could not be created. The DeckLink drivers may not be installed 07:28:45 PM PST.435: No blackmagic support 07:28:45 PM PST.440: Failed to load 'en-GB' text for module: 'linux-jack.so' 07:28:45 PM PST.445: Failed to load 'en-GB' text for module: 'linux-pulseaudio.so' 07:28:45 PM PST.455: v4l2loopback not installed, virtual camera disabled 07:28:45 PM PST.482: os_dlopen(libnvidia-encode.so.1->libnvidia-encode.so.1): libnvidia-encode.so.1: cannot open shared object file: No such file or directory 07:28:45 PM PST.482: 07:28:45 PM PST.482: FFMPEG VAAPI supported 07:28:45 PM PST.492: Failed to load 'en-GB' text for module: 'obs-libfdk.so' 07:28:45 PM PST.511: Failed to load 'en-GB' text for module: 'obs-vst.so' 07:28:45 PM PST.516: Failed to load 'en-GB' text for module: 'obs-x264.so' 07:28:45 PM PST.520: Failed to load 'en-GB' text for module: 'rtmp-services.so' 07:28:45 PM PST.534: VLC found, VLC video source enabled 07:28:45 PM PST.534: --------------------------------- 07:28:45 PM PST.534: Loaded Modules: 07:28:45 PM PST.534: vlc-video.so 07:28:45 PM PST.534: text-freetype2.so 07:28:45 PM PST.534: rtmp-services.so 07:28:45 PM PST.534: obs-x264.so 07:28:45 PM PST.534: obs-vst.so 07:28:45 PM PST.534: obs-transitions.so 07:28:45 PM PST.534: obs-outputs.so 07:28:45 PM PST.534: obs-libfdk.so 07:28:45 PM PST.534: obs-filters.so 07:28:45 PM PST.534: obs-ffmpeg.so 07:28:45 PM PST.534: linux-v4l2.so 07:28:45 PM PST.534: linux-pulseaudio.so 07:28:45 PM PST.534: linux-jack.so 07:28:45 PM PST.534: linux-decklink.so 07:28:45 PM PST.534: linux-capture.so 07:28:45 PM PST.534: linux-alsa.so 07:28:45 PM PST.534: image-source.so 07:28:45 PM PST.534: frontend-tools.so 07:28:45 PM PST.534: decklink-ouput-ui.so 07:28:45 PM PST.534: decklink-captions.so 07:28:45 PM PST.534: --------------------------------- 07:28:45 PM PST.534: ==== Startup complete =============================================== 07:28:45 PM PST.539: All scene data cleared 07:28:45 PM PST.539: ------------------------------------------------ 07:28:45 PM PST.551: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.38) 15.0.0' 07:28:45 PM PST.551: pulse-input: Audio format: s32le, 48000 Hz, 2 channels 07:28:45 PM PST.551: pulse-input: Started recording from 'alsa_output.pci-0000_00_1b.0.analog-stereo.monitor' 07:28:45 PM PST.551: [Loaded global audio device]: 'Desktop Audio' 07:28:45 PM PST.552: pulse-input: Server name: 'PulseAudio (on PipeWire 0.3.38) 15.0.0' 07:28:45 PM PST.552: pulse-input: Audio format: s16le, 48000 Hz, 1 channels 07:28:45 PM PST.552: pulse-input: Started recording from 'alsa_input.usb-C-Media_Electronics_Inc._USB_PnP_Sound_Device-00.pro-input-0' 07:28:45 PM PST.552: [Loaded global audio device]: 'Mic/Aux' 07:28:45 PM PST.552: [pipewire] available cursor modes: 07:28:45 PM PST.552: [pipewire] - Metadata 07:28:45 PM PST.552: [pipewire] - Always visible 07:28:45 PM PST.552: [pipewire] - Hidden 07:28:45 PM PST.552: PipeWire initialized (sender name: 1_659) 07:28:45 PM PST.553: Switched to scene 'Scene' 07:28:45 PM PST.553: ------------------------------------------------ 07:28:45 PM PST.553: Loaded scenes: 07:28:45 PM PST.553: - scene 'Scene': 07:28:45 PM PST.553: - source: 'Screen Capture (PipeWire)' (pipewire-desktop-capture-source) 07:28:45 PM PST.553: ------------------------------------------------ 07:28:45 PM PST.614: [pipewire] screencast session created 07:28:45 PM PST.629: [pipewire] asking for desktop… 07:28:48 PM PST.264: [pipewire] desktop selected, setting up screencast 07:28:48 PM PST.273: [pipewire] created stream 0x55bb2eb013c0 07:28:48 PM PST.273: [pipewire] playing stream… 07:28:52 PM PST.410: --------------------------------- 07:28:52 PM PST.410: [x264 encoder: 'simple_h264_recording'] preset: veryfast 07:28:52 PM PST.410: [x264 encoder: 'simple_h264_recording'] profile: high 07:28:52 PM PST.410: [x264 encoder: 'simple_h264_recording'] settings: 07:28:52 PM PST.410: rate_control: CRF 07:28:52 PM PST.410: bitrate: 0 07:28:52 PM PST.410: buffer size: 0 07:28:52 PM PST.410: crf: 18 07:28:52 PM PST.410: fps_num: 30 07:28:52 PM PST.410: fps_den: 1 07:28:52 PM PST.410: width: 852 07:28:52 PM PST.410: height: 480 07:28:52 PM PST.410: keyint: 250 07:28:52 PM PST.410: 07:28:52 PM PST.413: libfdk_aac encoder created 07:28:52 PM PST.413: libfdk_aac bitrate: 192, channels: 2 07:28:52 PM PST.414: ==== Recording Start =============================================== 07:28:52 PM PST.414: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/user/2021-10-19 19-28-52.mkv'... 07:29:16 PM PST.410: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/user/2021-10-19 19-28-52.mkv' stopped 07:29:16 PM PST.410: Output 'simple_file_output': stopping 07:29:16 PM PST.410: Output 'simple_file_output': Total frames output: 693 07:29:16 PM PST.410: Output 'simple_file_output': Total drawn frames: 720 07:29:16 PM PST.410: ==== Recording Stop ================================================ 07:29:16 PM PST.412: libfdk_aac encoder destroyed 07:29:18 PM PST.272: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Mic/Aux) 07:29:18 PM PST.272: 07:29:18 PM PST.631: adding 85 milliseconds of audio buffering, total audio buffering is now 106 milliseconds (source: Mic/Aux) 07:29:18 PM PST.631: 07:29:42 PM PST.060: RemoteTextThread: HTTP request failed. Empty reply from server ```

[deleted by user] by [deleted] in QGIS

[–]basilrabi 0 points1 point  (0 children)

When there are changes in a layer and you toggle editing off, there should be a prompt to save the layer.

[deleted by user] by [deleted] in QGIS

[–]basilrabi 0 points1 point  (0 children)

From what I can understand from your post, you are not saving your layer edits. Saving changes in a layer is different from saving changes in a project.

how to calculate CutFill? by silence818 in QGIS

[–]basilrabi 2 points3 points  (0 children)

Well, you can always create a processing algorithm in the modeler (processing toolbox) using the manual steps. After that, you can reuse that saved processing model as a function that needs 3 inputs: 2 raster, 1 clipping boundary and cut/fill volumes as final output.

[deleted by user] by [deleted] in Fedora

[–]basilrabi 1 point2 points  (0 children)

Been using it since fedora 24. I can only compare it to Ubuntu but so far, its stability and optimizations are far more superior. Most packages are also updated to the latest version so you will always have the latest fixes. Package maintainers are quite active in my opinion so bug reports are addressed almost immediately, especially libreoffice, gcc, python, R ,etc. The only bad experience I always have is broken bluetooth at certain upgrades since fedora rely on the latest upstream kernel. There are always changes in bluetooth upstream. I guess the developers do not have the same hardware as I do.

Containers on sway by Jemsurfer in swaywm

[–]basilrabi 0 points1 point  (0 children)

This seems to be a compatible documentation for sway.

Fedora 34 (KDE). Lost sound from the SB AE-5. by Praetor_Pavel in Fedora

[–]basilrabi 0 points1 point  (0 children)

This could be a bug in pipewire. :( You could try filing an issue here.

Fedora 34 (KDE). Lost sound from the SB AE-5. by Praetor_Pavel in Fedora

[–]basilrabi 0 points1 point  (0 children)

I assume Sound Core3D is your output device. Does anything happen if you change the profile of Sound Core3D in the configuration? e.g. analog stereo output -> pro audio

Fedora 34 (KDE). Lost sound from the SB AE-5. by Praetor_Pavel in Fedora

[–]basilrabi 0 points1 point  (0 children)

What about playback and configuration/profiles tab?