it out.
/usr/bin/script is now in util-linux-script.
Thanks,
Alex
>
>
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedor
Hi,
I've just upgraded from f40 to f42 and noticed /usr/bin/script is no longer
part of util-linux. Where can I find it?
It also seems the typescript package is completely different, so that's not
it, lol.
Thanks,
Alex
--
___
users ma
=tcp
I've also added granted reload access from my mariadb command line:
MariaDB [(none)]> grant reload on *.* to 'mysql'@'localhost';
Also, can I ask a somewhat related question? When I look in my
~/.mysql_history, the above line is recorded with \40 representin
Hi,
I'm using fedora40 with mariadb and noticed my logs are being rotated, but
not flushed to start logging to the new file. This is the bottom of
/etc/logrotate.d/mariadb:
# After each rotation, run this custom script to flush the logs. Note that
# this assumes that the mariadb-admin command
Hi,
I'm looking for a log monitoring tool that can alert on errors in the
access log and error log. Something like what nagios can do to alert on
serivce issues except for errors like 500 or 503.
Something like fail2ban pattern checking that can take an action in
real-time, like send an email or a
Do you need it to ask for a root password? Maybe just add your user to the
libvirt group with usermod -a -G libvirt ?
---
Best regards, Alex
On Friday, March 21st, 2025 at 20:12, toddandmargo via users
wrote:
> Hi All,
>
> Fedora 41
> virt-manager-5.0.0-1.fc41.noarch
>
Hi all,
Before I start using npm to install Puppeteer on Fedora40, I thought I'd
see if I should install using actual packages.
I'm not very familiar with Puppeteer, but I was asked to install it on a
server I manage for a developer who needs it for headless Chrome, I believe.
I was given these i
Have you tried gpucache clean trick? It's actually been a while since it was
triggered for me personally (fixed at some point?), but maybe worth a shot:
```
for i in $(find ~/.config ~/.var -type d -name "GPUCache" 2>/dev/null); do rm
-ri ${i}; done
```
---
Best regards,
On Wed, Jul 24, 2024 at 7:28 AM George N. White III
wrote:
> On Mon, Jul 22, 2024 at 11:21 PM Alex wrote:
>
>> Hi,
>>
>> I've used fedora since it was called Red Hat, but this is the first time
>> I've seen disk compression and mounting the same partitio
Hi,
I've used fedora since it was called Red Hat, but this is the first time
I've seen disk compression and mounting the same partition on multiple
mount points.
Can someone help me understand what's happening here?
UUID=832cbf4d-a17f-457d-b768-bd5c1a26bf86 / btrfs
subvol=r
Hi,
> This is on a PowerEdge R720, booting from a virtual DVD ISO.
>
>
> I used a USB stick with Fedora live image on it to install on a R720,
> likely it was f37 or f38 as after the first install I did dnf
> system-upgrade.
>
> I think booting an ISO was tried and failed, but its too long ago and
apparently isn't a new issue, at least with systemd:
https://github.com/systemd/systemd/issues/29621
What alternatives do I have for installing fedora40? I've also tried the
CoreOS version, which I believe is more current?
Thanks so much,
Alex
--
___
eplication error acquiring replica: Replica has different database
generation ID, remote replica may need to be initialized (RUV error)"}
Is there a way to avoid such behavior, or what is the best way to fix the
replication agreement short of removing and re-initializing the consumer?
Thank you,
>
>
> > It has something to do with /home, as it seems it is unable to write
>> anywhere
>> > on /home, even after changing the document root for any virtual host
>> to
>> > various directories on /home it still fails with the same message,
>> even
>> > though I'm confident the path exists and is w
Hi,
> I've just upgraded from fedora38 to fedora39 and directly to fedora40 and
> now
> > apache won't start:
> >
> >
> > (30)Read-only file system: AH00091: httpd: could not open error log
> file
> > /home/httpd/http://www.mysite.com/logs/error_log>
> www.mysite.com/logs/err
> > or_log.
> > AH000
Hi,
On Thu, Jul 4, 2024 at 7:36 PM Tim via users
wrote:
> Tim:
> >> Why are you trying to write log files into your homespace?
>
> Alex:
> > It's a legacy system (think webalizer era), but there are also
> > multiple virtual hosts and it makes it easier to ke
t
root is in /home/httpd/www.mysite.com/html.
There's not enough space on /var to move it.
> chcon -u unconfined_u -t httpd_sys_content_t
selinux was disabled with security=0 at boot time. selinux was not helpful
here.
Thanks so much,
alex
--
_
Hi,
I've just upgraded from fedora38 to fedora39 and directly to fedora40 and
now apache won't start:
(30)Read-only file system: AH00091: httpd: could not open error log file
/home/httpd/www.mysite.com/logs/error_log.
AH00015: Unable to open logs
It has something to do with /home, as it seems it
>
>
>> > However, I also have virtual interfaces on eth1:1 and others. What are
>> the next steps?
>>
>> Interface aliases are pretty much deprecated (see the thread about
>> ifconfig), you’d just assign multiple IPs/prefixes to eth1.
>
>
> I do see that now, after another few hours trying to make
>
>
>
> > However, I also have virtual interfaces on eth1:1 and others. What are
> the next steps?
>
> Interface aliases are pretty much deprecated (see the thread about
> ifconfig), you’d just assign multiple IPs/prefixes to eth1.
I do see that now, after another few hours trying to make this wo
Hi,
I've just upgraded a fedora39 server to fedora40 and my network stopped
working because I was still using the legacy network-scripts ifcfg format.
I've gone through the migration using nmcli but not all connections were
migrated properly and no files were written to
/etc/NetworkManager/system-
>
>
>
> Smokeping is in Fedora repro
>
> $ dnf info smokeping
>
Sorry I wasn't more clear - it's echoping and echoping-dns that are NLA,
making smokeping effectively useless.
I'm investigating prometheus, but it's quite different and requires a much
more involved setup process, it seems.
--
problem with EchoPingHttps and using it with CDNs
like Cloudflare with multiple domains on a single cert.
I'll check out prometheus, thanks.
Alex
>
>
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe se
Hi,
I've been using smokeping to monitor network problems for what seems like
decades. It now seems to have been removed from the internet, lol.
What are you using to monitor network drop-outs and latency and traffic
problems? I'm already using munin to monitor service performance, and
nagios to m
Hi,
> - I screwed up the first time and had to switch to the console on ALT-2
> and use dd to overwrite the MBR because the third disk wasn't recognized.
> In the past, this would crash the installer, so I'm glad to see that's
> fixed, but it would be nice if all disks were recognized or the exist
t
/proc/mdstat and saw it was rebuilding at 200MB/sec, so it just took a
while, thankfully.
There's definitely something wonky going on with the OVH IPMI, java, and
even their HTML5 interface. I would hate to be in a position where I need
to rebuild/recover this system quickly. Even upload speed
t this thread appears to indicate it was from the wrong firmware or
something?
https://forum.proxmox.com/threads/pve8-kernel-edid-has-corrupt-header.129409/
Any ideas greatly appreciated. I've spent like 10 hours on this so far :-(
Thanks,
Alex
On Sat, Jun 1, 2024 at 1:21 AM Peter Boy wrot
isk
layout was ignored.
- Both times I tried to install, the systemd-resolved daemon wouldn't
resolve hostnames, as the "software selection" menu could not identify a
local mirror. I had to remove the /etc/resolv.conf symlink and create it
using 8.8.8.8.
Thanks,
Alex
--
Hi,
I'm trying to install fedora40 server on a server with 3x4TB disks and I
don't understand how the RAID options work. I'm familiar with RAID and how
it works, but it's been quite some time since I've used the fedora
installer, and it appears to have changed.
How do I create a RAID5 array from t
Hi,
I have a new server with OVH that I'd like to install fedora40 over the
network in some way. I can do IPMI, but that prevents me from doing a
graphical install.
I don't think I can do the PXE option because DHCP doesn't work across the
Internet. I'm assuming the DHCP server for my server only
> > I have a fedora38 server with postfix-3.7.9 (although this problem has
> > existed for a long time) that fails to start because I believe the server
> > has multiple interfaces.
>
> The issue is that the postfix.service unit has After=network.target
> (which is fine for binding to 0.0.0.0 (or :
Hi,
I have a fedora38 server with postfix-3.7.9 (although this problem has
existed for a long time) that fails to start because I believe the server
has multiple interfaces.
ifconfig shows just the primary ethernet interface, but "ip addr" shows the
rest. There are five total interfaces in this mu
sing security=0 so I don't think that's the problem.
>
> Why would you do that? Now you're going to have even more problems.
>
relabeling is easier than dealing with selinux problems. Most times it's
off anyway because of the other apps I use and non-standard paths th
k that's the problem.
Here are a few of the "fail" messages from "journalctl -xb 0"
May 15 15:31:23 fedora systemd[1]: Mounting home-alex.mount - /home/alex...
May 15 15:31:23 fedora mount[928]: mount: /home/alex: mount failed: Invalid
argument.
May 15 15:31:23 fedora systemd
Hi,
> I now have his PC with me on my local network, and commands executed
> > through ssh -X still display on his screen instead of mine.
> >
> > From his gnome-terminal on my PC:
> > [gary@fedora ~]$ echo $DISPLAY
> > localhost:10.0
> >
> > How do I set the display for commands executed remotel
warding/78722/2
I also noticed that if I comment out X11Forwarding in
/etc/ssh/sshd_config.d/50-redhat.conf and restart sshd, the next time I
login, it does indeed complain about "X11 forwarding request failed on
channel 0"
Thanks,
Alex
--
__
Hi,
>
>> > $ ssh -X -i ~/.ssh/mykey-key.rsa -l gary remotehost -p 1024
>> > [gary@fedora ~]$ evolution
>> > (evolution:3644): GLib-GIO-WARNING **: 09:41:05.182: Your application
>> > did not unregister from D-Bus before destruction. Consider using
>> > g_application_run().
>>
>> That's not failing
Hi,
> I'm not clear on if you want to do desktop sharing or a remote X
> > connection. For an application like evolution, I would suggest
> desktop
> > sharing. If you want to run evolution and have it display on your
> > screen using X forwarding, then you just need the "-X" opt
ver and relay for it, so
> it's completely private. I've only used it for supporting windows users
> so far, so I'm not sure how well it works for Wayland on the remote
> system. It works fine with Wayland on the viewing side.
>
It appears rustdesk is onl
Hi, I have a fedora38 system on Optonline with port 1024 forwarded from the
router to 1024 on the fedora38 system where ssh is listening. I'm currently
using the following to connect:
$ ssh -i ~/.ssh/mykey-key.rsa -L 5901:127.0.0.1:5901 -Y -l gary remotehost
-p 1024
I'd like to be able to have ap
>
>
> >Also, I'm not new to Linux administration, but somewhat new to sshpass.
> >Does it only work with ssh passwords or public keys as well?
>
> You don't need sshpass if you have the private key matching the public
> key already stored on the server. Just use ssh.
>
This would be for use in a s
Hi, I recently found an article on using sshpass with gpg to script the
process of connecting to a remote host using a password, while also
encrypting that password in a file using gpg.
$ gpg -d -q .sshpasswd.gpg | sshpass ssh u...@srv1.example.com
https://www.redhat.com/sysadmin/ssh-automation-s
Hi,
A few days ago, I reported that I was having trouble with the icons in the
bottom panel:
On Sun, Feb 4, 2024 at 1:01 PM Alex wrote:
> Hi,
> I'm using Fedora38 on my desktop with Cinnamon. Until a few days ago, the
> icons of the apps I'm currently using/running, like Chr
be on the right side.
Thanks,
Alex
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
are the exact files within the zip file I've downloaded. I'm
thinking it's some kind of version compatibility issue, but I 1) don't know
how to determine which version the ROM is for and 2) ROMs I've downloaded
that claim to be for 0.262 also don't work.
Ideas greatly appreci
On Thu, Dec 21, 2023 at 6:04 PM Cameron Simpson wrote:
> On 20Dec2023 13:59, Alex wrote:
> >This also isn't a disk space or inode problem or corrupt filesystem
> >problem
> >- the same command works from a different host to this one problematic
> host
>
;
I don't think so. Both sides are set to 1500 (ethernet). rsync also works
just fine with one file, regardless of the size. When multiple files are
involved, it just never finishes transferring the first one before it just
stalls completely and sits there in
ectory to any remote directory on this one server fails.
This also isn't a disk space or inode problem or corrupt filesystem problem
- the same command works from a different host to this one problematic host
without a problem. Destination directory also doesn't matter.
Thanks,
Alex
--
_
warding,no-agent-forwarding,no-X11-forwarding,no-pty ssh-rsa
B3NzaC1yc2EDAQABAAABAQC
I want to upgrade this to instead use an ed25519 key and define a more
specific path.
I've also tried the SSH_ORIGINAL_COMMAND environment variable, but it
doesn't seem to be set.
Thanks,
Alex
--
_
Hi,
On Wed, Nov 29, 2023 at 2:48 PM Tim via users
wrote:
> On Wed, 2023-11-29 at 11:02 -0500, Alex wrote:
> > I contacted silicondust support, and they said any application that
> > supports DNLA will work, but apparently weren't able to tell me how
> > vlc specifica
's not even necessary with the way it's somehow
configured on my system.
Any ideas greatly appreciated.
Thanks,
Alex
>
> On Mon, Nov 27, 2023 at 7:19 PM Alex wrote:
> >
> > Hi,
> >
> > On Mon, Nov 27, 2023 at 5:14 PM ToddAndMargo via users <
> use
Hi,
On Mon, Nov 27, 2023 at 5:14 PM ToddAndMargo via users <
users@lists.fedoraproject.org> wrote:
> On 11/27/23 09:29, Alex wrote:
> > Hi,
> > I'm using vlc with my hdhomerun TV tuner, but vlc has a problem that
> > hasn't been fixed for a really long time.
treaming in this way where I can connect it to a socket like I
can with vlc.
btw, the vlc error involves messages like these:
[7fb3a4001130] ts demux error: libdvbpsi error (PSI decoder): TS
discontinuity (received 10, expected 9) for PID 112
Thanks,
Alex
--
_
Hi,
> I have a fedora38 server that's been updated to new versions many times
> over the years. It seems now I'm having a problem with the static route I
> created many years ago no longer being supported. I knew this was coming,
> but I'm unfamiliar with the new methods. I'm using the old network
Hi,
I have a fedora38 server that's been updated to new versions many times
over the years. It seems now I'm having a problem with the static route I
created many years ago no longer being supported. I knew this was coming,
but I'm unfamiliar with the new methods. I'm using the old network-tools
m
Hi, what is the current way to increase the number of available open files?
This is for a mariadb database server I'm trying to configure based on
instructions from the database developer to increase the total number of
files to 5. I've added the following to /etc/security/limits.conf and
reboo
Hi,
On Thu, Oct 19, 2023 at 11:54 AM Doug Herr
wrote:
> On Thu, Oct 19, 2023, at 7:05 AM, Alex wrote:
> > Hi,
> >
> > I'm using docker on fedora38 and can't figure out how to prevent port
> > 8080 from being available to the outside world. I've done
Hi,
I'm using docker on fedora38 and can't figure out how to prevent port 8080
from being available to the outside world. I've done quite a bit of reading
on this, and it appears I'm not the only one having trouble figuring this
out. This docker doc appears to indicate it shouldn't be listening on
HI,
> Finally got a chance to reboot, and it definitely made a difference with
> playing 4k videos.
>
> However, playing two 4k videos at the same time makes both of them slow.
>
Actually, playing any two videos together makes the whole system jerky.
_
Hi,
On Fri, Oct 6, 2023 at 6:35 AM Roger Heflin wrote:
> On Thu, Oct 5, 2023 at 9:01 PM Alex wrote:
> >
> > Hi,
> >
> >> You might try uninstalling mesa-va-drivers and replacing with this:
> >> mesa-va-drivers-freeworld
> >>
> >> one of
helps.
[0] https://bugs.kde.org/show_bug.cgi?id=475266
[1] https://bugzilla.redhat.com/show_bug.cgi?id=2242454
[2]
https://src.fedoraproject.org/rpms/firefox/c/85de885472621621af497b204a2f45f7122e8a23?branch=rawhide
---
Best regards, Alex
--- Original Message ---
On Saturday, October 7th
: VAEntrypointVideoProc
I also just tried to play two regular 1080p videos at the same time using
vlc, and it also showed the same problem where the system becomes
effectively unusable.
Thanks,
Alex
___
users mailing list -- users@lists.fedoraproject.org
Hi,
On Thu, Oct 5, 2023 at 3:38 PM Alex wrote:
> Hi,
>
> On Thu, Oct 5, 2023 at 2:59 PM Roger Heflin wrote:
>
>> what does vainfo show? You may need to install it. You are looking
>> for something like below, I believe the main10 is what is
rypointVLD
VAProfileNone : VAEntrypointVideoProc
Thanks,
Alex
>
> On Thu, Oct 5, 2023 at 11:27 AM Alex wrote:
> >
> > Hi,
> >
> >> > I have a fedora38 desktop and having a problem playing 4k videos.
> >> > When
> >&
tebin.com/7rxunmYu
This happens when playing through Kodi or vlc.
> Did 4k the sluggish 4K videos play smoothly in the past?.
Yes. This happened after a fc37 to fc38 upgrade some weeks ago. I've also
installed all the latest updates since. Sorry I didn't mention this sooner,
ugh.
Th
Hi,
I have a fedora38 desktop and having a problem playing 4k videos. When
playing some videos, my entire system becomes sluggish and slow to respond,
like the system is under extreme load or all resources are consumed by
graphics rendering.
This is the lspci info for my video card:
07:00.0 VGA c
>
>
> > I have a SanDisk Ultra Flair USB 3.0 device that doesn't appear to be
> > properly recognized. It doesn't appear in an "fdisk -l" output and not
> > automatically mounted on the filesystem as other devices are. It does
> > appear to be detected, however:
> >
> > [498296.376209] usb 2-3: USB
Hi,
I have a SanDisk Ultra Flair USB 3.0 device that doesn't appear to be
properly recognized. It doesn't appear in an "fdisk -l" output and not
automatically mounted on the filesystem as other devices are. It does
appear to be detected, however:
[498296.376209] usb 2-3: USB disconnect, device nu
Thank you all so much for the info. I'll work on this over the weekend.
On Tue, Aug 22, 2023 at 3:59 PM Daniel Walsh wrote:
> On 8/20/23 10:05, Oleg Cherkasov wrote:
> > On 19.08.2023 16:48, Alex wrote:
> >> Hi,
> >> I'm a long-time Linux sysadmin
Hi,
I'm a long-time Linux sysadmin but haven't done much with docker and
containers or firewalls beyond iptables. I have inherited a fedora38 system
where another admin has installed python3-docker, but port 8080 is now
exposed to the Internet.
I have a basic iptables firewall that I set up some t
f:ff:ff:ff:ff:ff permaddr
2c:3b:70:47:ce:08
altname wlp5s0
4: virbr0: mtu 1500 qdisc noqueue state
DOWN group default qlen 1000
link/ether 52:54:00:c8:a0:df brd ff:ff:ff:ff:ff:ff
inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
valid_lft forever preferred_
Hi,
On Mon, Aug 14, 2023 at 12:20 PM Tim via users <
users@lists.fedoraproject.org> wrote:
> Alex:
> > Do you mean in the main System Settings? It's not there. Even
> > searching shows no results.
>
> What about typing into the command line:
>
> system-confi
On Sun, Aug 13, 2023 at 9:33 PM Geoffrey Leach
wrote:
> On Sun, 13 Aug 2023 21:21:46 -0400
> Alex wrote:
>
> > Hi,
> >
> > On Sun, Aug 13, 2023 at 9:14 PM Samuel Sieb wrote:
> >
> > > On 8/13/23 18:10, Alex wrote:
> > > > Hi, I have
Hi,
On Sun, Aug 13, 2023 at 9:14 PM Samuel Sieb wrote:
> On 8/13/23 18:10, Alex wrote:
> > Hi, I have a fedora38 desktop install, and when I go to the main System
> > Settings menu, there is no option to configure printers in the Hardware
> > section.
>
> It's i
imagine starts with proper CUPS configuration.
I'm aware of the web-browser interface to CUPS, but want to use the GNOME
interface to start instead.
Thanks,
Alex
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to
Hey there,
this is a known
(https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3414) and fixed
(https://bodhi.fedoraproject.org/updates/FEDORA-2023-c9702e826c) issue.
You can wait for it to land in stable or grab it directly from bodhi/koji.
---
Best regards, Alex
--- Original
oduct Name/PRIME Z370-A, BIOS
3004 07/12/2021
Here's a link to the lshw output for my computer:
https://pastebin.com/Y4kJjgSq
I suppose the easy answer is that it's a hardware problem, but there are no
other problems or impact by the kernel issue I mentioned above.
"Select from Database" option and chose the openprinting
driver for the printer from the list.
Seems like something that shouldn't be necessary these days. I'm still
wondering if there's a more expeditious way or more standard way, but this
will do for now.
Thanks,
Alex
except nothing ever comes out.
It only has a USB connection, so there is no IP address, so I can't use IPP
or other methods, correct?
The printer is literally 20 years old (manufactured in March, 2004), but
still works just fine. It does make it tough to configure, though. Any
ideas greatly a
pplying it.
---
Best regards, Alex
--- Original Message ---
On Wednesday, June 21st, 2023 at 13:52, Patrick O'Callaghan
wrote:
> I'm trying to set up WOL for my desktop. I've enabled the feature in
> BIOS and set my router config to send magic packets on the wired
&g
Hi,
On Mon, Jun 5, 2023 at 10:14 AM Roger Heflin wrote:
> The earlier mentioned fact you have that using tcpdump causes the
> drops to disappear indicates that whatever the packets are the nic
> believes they aren't destined for your host.
>
> Use this to see all packets not going to your local
ms.
> This should have been handled through auto-probing of ICMP-protocol, but
> it isn’t.
> But your might be a different issue….
>
Thanks so much for the thought. Just tried this, and the problem persists
:-(
Thanks,
Alex
___
users mailing l
t is enabled
at chrome://settings/content/protectedContent
I've also learned this could be related to ffmpeg and/or widevine support.
Widevine Content Decryption Module - Version: 4.10.2652.1
ffmpeg-libs-5.1.3-3.fc37.x86_64
Any ideas greatly appreciated. Very frustr
Hi,
On Sat, Jun 3, 2023 at 11:58 AM Tim via users
wrote:
> On Sat, 2023-06-03 at 09:46 -0400, Alex wrote:
> > I have an E3-1240 fedora37 postfix system using SSDs connected to a
> > cable modem that's having problems with dropped packets. There is one
> > othe
greatly appreciated.
On Sat, Jun 3, 2023 at 9:46 AM Alex wrote:
> Hi,
>
> I have an E3-1240 fedora37 postfix system using SSDs connected to a cable
> modem that's having problems with dropped packets. There is one other
> fedora37 server (E5-1650) directly connected to
Hi,
I have an E3-1240 fedora37 postfix system using SSDs connected to a cable
modem that's having problems with dropped packets. There is one other
fedora37 server (E5-1650) directly connected to the cable modem that is not
having the same problem, although it's just routing packets, not really
do
// coresize 3000m;
I'm still checking, but I appreciate everyone contributing - I think that
will also be helpful.
Thanks,
Alex
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.
Hi,
I have a fedora37 system using bind-chroot-9.18.15 and shortly after reboot
I received the following message:
[ 54.354236] mmap: named (1471): VmData 3287973888 exceed data ulimit
3145728000. Update limits.
Previously I would adjust /etc/security/limits.conf, but it seems now I
must use cgr
https://fedoramagazine.org/working-with-btrfs-compression/
---
Best regards, Alex
--- Original Message ---
On Tuesday, May 2nd, 2023 at 12:04, Alex Gurenko
wrote:
> There was an article back in the days of btrfs introduction that described
> the process: https://fedoramagazine.org/c
sition on async discard [0], you might want to add
`nodiscard` to fstab as well, but it seems to be okay with latest fixes kernels
6.2.13+ or 6.3.0, at least on a desktop
[0]
https://discussion.fedoraproject.org/t/btrfs-discard-storm-on-fedora/79997/28
---
Best regards, Alex
--- O
all using these days that might be
worth considering?
munin is okay, but I never felt like it was very accurate, in addition to
requiring lots of regular maintenance to make sure the scripts are working
properly.
Thanks,
Alex
___
users mailin
Hi,
I don't see mongodb in the default fedora37 repo. Anyone know where I might
find a maintained package? I've been using the one from centos7, I believe,
but it's dated and would like to find a more current version.
Thanks,
Alex
___
use
but I also see references to other firewalls using BPF.
Any help to understand these differences and relationships would be
appreciated.
Thanks,
Alex
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to use
On Mon, 16 Jan 2023 10:38:44 -0500
Robert Moskowitz wrote:
> Challenge is what release i can fit onto 4GB, or put some on a 16GB
> SD, and then how.
4GB is on the small side nowadays, I *think* an install could fit
on that, but I don't think it would leave you much free space after
installation. A
Looks like it has a 32-bit CPU.
Fedora doesn't support that architecture anymore, so this isn't the
right distro for this machine. But, if you still want to use Fedora on
this machine, not that I'd recommend it, look for a 32-bit ISO at the
archive:
https://archives.fedoraproject.org/pub/archive/f
Hi,
I have a fedora37 desktop install with tigervnc-server and can't get it to
start. I'd like it to start on system boot.
I've followed the HOWTO.md as well as numerous examples online, and can't
figure out what's wrong. I've set the vncpasswd for the user listed in
vncserver.users.
/etc/tigerv
> for you guys who are sysadmins. what linux do you run in production?
> any reasons why you use the flavor you use/?
Linux Debian, always, everywhere. No particular reason, it's just what
I know and am used to.
___
users mailing list -- users@lists.fed
Looks like you'd deploy it like normal, download the app and the apache
webserver, npm run build, setup apache like normal, then move the
compiled react app to the apache virtual host's document root.
On Tue, 10 Jan 2023 09:38:15 -0500
bruce wrote:
> Hi.
> Somewhat off topic, but the list appear
/x86_64/php-imap-8.1.8-1.fc36.remi.x86_64.rpm
It works fine now, but the next fedora36 PHP upgrade, and this will fail
again. It's very dependent upon the specific PHP version being used.
On Thu, Oct 20, 2022 at 6:23 PM Alex wrote:
> Hi, I'm trying to install a PHP app that req
Hi, I'm trying to install a PHP app that requires the php-imap library. It
appears it's been stripped from fedora36 now. It looks like PHP was
compiled without the php-imap extension?
https://www.php.net/manual/en/book.imap.php
I realize there is php-pear-Net-IMAP, but that is apparently differen
1 - 100 of 705 matches
Mail list logo