Re: [OT] vi question
On 2010-07-14 19:26, Mike Wright wrote: > Hi all, > > I'm wasting a lot of time (probably because of a brain fart) googling > for this. > > I'm using Zend_Framework to generate some html which it unfortunately > does as one giant line. I'm pretty sure it has an error but can't find > the missing/extra tag without formatting the html with line feeds. > > Will somebody tell me the symbol to use for a linefeed in substitutions > as in > :s1,$##linefeed#g > > tia, > Mike Wright Type control-V control-M. -- Sjoerd Mullender -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: [OT] vi question
On 2010-07-14 21:19, Michael Hennebry wrote: > On Wed, 14 Jul 2010, Sjoerd Mullender wrote: > >> On 2010-07-14 19:26, Mike Wright wrote: >>> Hi all, >>> >>> I'm wasting a lot of time (probably because of a brain fart) googling >>> for this. >>> >>> I'm using Zend_Framework to generate some html which it unfortunately >>> does as one giant line. I'm pretty sure it has an error but can't find >>> the missing/extra tag without formatting the html with line feeds. >>> >>> Will somebody tell me the symbol to use for a linefeed in substitutions >>> as in >>> :s1,$##linefeed#g >>> >>> tia, >>> Mike Wright >> >> Type control-V control-M. > > That would be carriage return. > convrol-V control-J might work. > You might not be able to substitute a linefeed with vi. > I think sed can do it. > I know it's a carriage return. Did you try it? If not, do. Linefeed (control-J) doesn't work. -- Sjoerd Mullender -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: GoogleEarth segfault
On 2010-02-24 18:53, Matthew Saltzman wrote: > I installed the latest GoogelEarth 5.1.3533 from the .bin file (over the > top of an older version that I never got working either), ran restorecon > on the library directory. SElinux stopped complaining about violations > after that, but googleearth still segfaults. > > This is 64-bit F12 with the nvidia drivers from rpmfusion. > > Anybody with similar experiences? Hints? > > TIA. > > Try running /sbin/ldconfig as root. That was the solution to a similar sounding problem I had. The problem is that ldconfig wasn't run automatically when the nVidia stuff was installed. -- Sjoerd Mullender -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Special Characters
On 2011-06-15 17:21, Tim wrote: > On Wed, 2011-06-15 at 20:01 +0700, Roelof 'Ben' Kusters wrote: >> Ideally I would like to get the combination ctrl+'+e to make é, and >> ctrl+shift+;+i to make ï (or ctrl+:+i to make ï). Anyone any thoughts? > > One way that used to be done, was by setting up a "compose" key in the > keyboard preferences. Then, to make special characters, you'd type your > compose key, then type the other characters that looked like the > character that you wanted to create. ("Type" as in type one key after > another, not hold all the keys down at the same time.) > > e.g. compose a e would produce æ > compose a ` would produce à > compose a ' would produce á > compose a " would produce ä > > You could do most of the obvious characters that way, though a few > always elude me. Like how to type the degrees symbol. compose o o See http://www.hermit.org/Linux/ComposeKeys.html for a big list. > I don't know if it's still done that way, I'm not using the latest > release of Fedora. > -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: check, that a script is in a folder
On 2011-01-05 11:28, S Mathias wrote: > $ echo ${PWD##*/} > somefolder > $ if "${PWD##*/}" -eq "asdf" > /dev/null; then echo "this is the asdf > folder"; else exit 1; fi > bash: notthatfolder: command not found... > this is the asdf folder > $ > > > So i just want to check that i'm in an exact folder. e.g.: "asdf" > > What's wrong with my one-liner? > > I just want to check, that a script is in a folder, and if it isn't, then it > exits > > > if [ "${PWD##*/}" -eq "asdf" ]; then or if test "${PWD##*/}" -eq "asdf"; then ... -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: upgrade fedora 19 to fedora 20 issue with GPG key
On 2014-01-02 10:25, Frank Murphy wrote: > On Thu, 02 Jan 2014 10:02:41 +0100 > Rafnews wrote: > >> therefore what is wrong ? >> thx. >> >> >> > Problem is not a Fedora problem It *is* a fedora problem in the sense that the OP is using Fedora. Sure, it's *also* an RPMfusion problem in that it causes a problem in the upgrade process (and as such, it should not be reported to the Fedora bugzilla). > RPMfusion problem > fedup --network 20 --disablerepo=rpmfusion* A more helpful (hopefully) suggestion: rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-20 rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-20 > > ___ > Regards, > Frank > www.frankly3d.com > -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: rooting/flashing an android phone from fedora
On 17/03/16 03:28, Ranjan Maitra wrote: > Hello, > > I have been trying to install Cyanogenmod on a Samsung Galaxy Nexus using > Fedora 23. According to the documentation available at > http://wiki.cyanogenmod.org/w/Install_CM_for_maguro I have to use adb and > fastboot which are available on fedora under android-tools. So, all of it is > downloaded without a hitch, but I can not get adb or fastboot to "work". > Reading on, I have tried the workarounds proposed, to no avail. It appears > that I need to add my username to a group plugdev but there is no group by > that name. I tried using > > sudo groupadd plugdev > > and that did add the group. Next, I tried: > > sudo gpasswd -a username plugdev > > as per http://wiki.cyanogenmod.org/w/UDEV > > with my username in place but still: > > $ groups > username wheel > > However, system-config-users indicates that the group plugdev is checked. > > Needless to say, I have come to a halt. Is there any workaround (or even a > better approach using Fedora) for this task? > > Many thanks and best wishes, Logout and back in. Groups are initialized on login. -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: gcc 4.9
On 08/01/2016 06:30 AM, Amadeus W.M. wrote: > Third, I was only able to find a Fedora-21-Live image and I created a > virtual box from it, booted that up and installed to disk. But, as one > might expect, gnome-boxes only knew about the Live VM, and each time I > would boot it up, it would boot up the live image, not the one I installed > to disk. Not sure how install to disk works in a VM. Might be as simple as telling the VM to eject the CD before booting the guest. -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Loosing the keyboard
On 2012-09-19 22:04, Geoffrey Leach wrote: > I'm running Xfce on Fedora 17. Every so often (daily?) I loose the > keyboard. Mouse works fine. I've been trying to discover what > process is running before loss but not after. The only processes that > I've been able to identify are kworkers. > > Are there any suggestions as to what the cause might be? > > The only processes that I can identify from ps before and after are > kworkers, most often (but not exclusively) is [kworker/0:2] Is there > any way to identify what the kworkers are assigned to? (The problem has > continued over several kernels) > > Logout-login cures the problem. > > Thanks. > > Do you use the gdm desktop manager to log in? Do you perhaps hold the shift key down for longer than 8 seconds? Try holding the shift key for at least 8 seconds and see if that helps getting the keyboard back. My solution was to switch over to lightdm. -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: F17: no keyboard response, mouse/trackpad okay, can ssh in
On 2013-01-03 13:03, Joel Rees wrote: > After the problems of the last weekend, starting getting strange stuff > where the keyboard would freeze if sat on the screensaver login screen > too long. Problem got worse, and after (finally) getting a good (?) > yum update, and installing the GIMP, inkscape, libreoffice, and some > others, a reboot and no keyboard response at all. Not even switching > to a virtual screen. > > I can ssh in and systemctl isolate multi-user.target and get a console > and the keyboard works just fine in the console, so it's an X11 issue. > Found an old thread for F17 where reloading the evdev stuff and > generating a new config (xorg -configure, I think) fixed a problem > with no keyboard/mouse, and I tried reloading xorg-x11-drv-evdev and > runing xorg -configure and got a segfault or something similar and no > new configuration file. (No xorg.conf to start with, FWIW.) > > Haven't find any relavent error messages in /var/log so far. > > Any ideas what's going on here? > > -- > Joel Rees > Quite possibly it's the slow keys feature. I found that if I use gdm to log in, when you hold the shift key for several seconds, the slow key feature is turned on. When this happens, you have to press each key for a long time before it does anything. You can turn off slow key again by again holding the shift key for several seconds. I have since switched to lightdm. -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: dkms failure on reboot - virtualbox
On 2013-11-17 17:19, Steven Stern wrote: > Booting after today's kernel update, I noticed that there was a dkms > failure: > > Nov 17 10:08:10 sds-desk-2 vboxdrv[556]: Starting VirtualBox kernel > modules [FA > ILED] > Nov 17 10:08:10 sds-desk-2 vboxdrv[556]: (modprobe vboxdrv failed. > Please use ' > dmesg' to find out why) > Nov 17 10:08:10 sds-desk-2 dkms_autoinstaller[558]: Starting dkms: > Error! Could not locate dkms.conf file. > Nov 17 10:08:10 sds-desk-2 dkms_autoinstaller[558]: File: does not exist. > > # locate dkms.conf > /usr/share/virtualbox/src/vboxhost/dkms.conf > /var/lib/dkms/vboxhost/4.2.10/build/dkms.conf > /var/lib/dkms/vboxhost/4.2.18/build/dkms.conf > > Does anyone else using the Oracle distribution of VirtualBox see any > errors after a kernel update? > No problems with VirtualBox 4.3.2. # rpm -q VirtualBox-4.3 VirtualBox-4.3-4.3.2_90405_fedora18-1.x86_64 # uname -r 3.11.8-200.fc19.x86_64 -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Log not rotating in Fedora 16.
On 2012-01-12 22:13, William Case wrote: > Hi; > I get the following warning on boot up "The volume "File system root" > has only 249.6 MiB disk space remaining". I think I have traced the > problem to syslog not rotating. Messages-x in /var/log/ is up to 1.4 > + GiB. How would you suggest I get the proper log rotation? Or, where > else do you suggest I look? Is crond enabled? Try systemctl status crond.service When I upgraded from Fedora 14 to Fedora 15 (introduction of systemd), crond was no longer enabled. I noticed that many months (and megabytes) later. If it isn't enabled, enable it with systemctl enable crond.service systemctl start crond.service -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: F16 Help with find.
On 2012-04-05 11:07, Ralf Corsepius wrote: > On 04/05/2012 09:31 AM, Frank Murphy wrote: >> Error from logwatch: >> find: paths must precede expression: (-name >> Usage: find [-H] [-L] [-P] [-Olevel] [-D >> help|tree|search|stat|rates|opt|exec] [path...] [expression] >> >> >> find /nfs/yum/16/i386/_local/packages -type f ! \(-name 'autoplus*' -o > Try adding a "-a" here ^ > > (Between "-type f" and "!") No, not necessary. Instead, add a space between \( and -name. >> -name 'bleachbit*' -o -name 'ceylon*' -o -name 'mousepad*' -o -name >> 'fedorautils*' -o -name 'kernel*' -o -name 'notecase*' -o -name 'perf*' >> -o -name 'packages' \) | xargs -r rm >> > > Ralf > -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: F16 Help with find.
On 2012-04-05 11:24, Frank Murphy wrote: > On 05/04/12 10:07, Ralf Corsepius wrote: >> On 04/05/2012 09:31 AM, Frank Murphy wrote: >>> Error from logwatch: >>> find: paths must precede expression: (-name >>> Usage: find [-H] [-L] [-P] [-Olevel] [-D >>> help|tree|search|stat|rates|opt|exec] [path...] [expression] >>> >>> >>> find /nfs/yum/16/i386/_local/packages -type f ! \(-name 'autoplus*' -o >> Try adding a "-a" here ^ >> >> > Thanks Ralf, > What does the "-a" mean here. > man find, not much help. It's equivalent to both -and and nothing. It means AND. Look for expr1 -a expr2 in the man page. -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: emacs CC mode package
On 24/03/2019 15.01, Sam Varshavchik wrote: > Well, is there one? "dnf list" finds nothing useful. I am refererring > specifically to this: https://sourceforge.net/projects/cc-mode/ > > It describes itself as "a standard package in both GNU Emacs and > XEmacs", but I have emacs installed, and looking for the files in that > package's tarball, I don't see them. > > After concluding that it would be faster to just write a spec file, then > to continue digging, that's what I did. I don't have the cycles to > maintain this package for Fedora, if anyone's interested I'll send them > the spec file, but this was pretty simple to package. It's in the emacs-common package. signature.asc Description: OpenPGP digital signature ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: update to F30 seems to have failed
Now that the release announcement has been done, I can say that upgrading for me (on a VM) also failed. After the final reboot, I just got a grub prompt. On 30/04/2019 17.34, Ulf Volmer wrote: > On 29.04.19 17:51, Patrick O'Callaghan wrote: >> On Mon, 2019-04-29 at 09:43 -0400, Neal Becker wrote: >>> I just attempted update f29->f30 using >>> sudo dnf system-upgrade download --refresh --releasever=30 >> >> F30 has not been released yet. This should be reported on the Fedora >> Test list, not here. > > https://fedoramagazine.org/announcing-fedora-30/ > > Best regards > Ulf > ___ > users mailing list -- users@lists.fedoraproject.org > To unsubscribe send an email to users-le...@lists.fedoraproject.org > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org > ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: update to F30 seems to have failed
On 30/04/2019 18.48, Ulf Volmer wrote: > On 30.04.19 17:53, Sjoerd Mullender wrote: >> Now that the release announcement has been done, I can say that >> upgrading for me (on a VM) also failed. After the final reboot, I just >> got a grub prompt. > > No issues here. Two physical systems running f30 now, both using UEFI. > > Which hypervisor are you using? Is your disk visible in the grub shell? Earlier I had accidentally replied directly instead of to the list. To answer the question publicly, I'm using KVM. The guest is an i386, the host is x86_64 running Fedora. I have now been able to fix the guest by booting from a rescue disc (the F30 Everything installer ISO) and running grub2-install. chroot /mnt/sysimage grub2-install /dev/vda Then reboot. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: update to F30 seems to have failed
On 01/05/2019 17.50, Neal Becker wrote: > It's too bad you can't get a bash prompt during the upgrade so you could run > ps or something. My laptop doesn't have a disk activity light, so there's > no way to tell if it's doing anything. I've been able to go to another virtual terminal by type Ctr-Alt-F2, but only when using the graphical interface during the upgrade. After that I was able to login as root. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: update to F30 seems to have failed
On 02/05/2019 08.30, Samuel Sieb wrote: > On 5/1/19 9:56 AM, Sjoerd Mullender wrote: >> On 01/05/2019 17.50, Neal Becker wrote: >>> It's too bad you can't get a bash prompt during the upgrade so you >>> could run >>> ps or something. My laptop doesn't have a disk activity light, so >>> there's >>> no way to tell if it's doing anything. >> >> I've been able to go to another virtual terminal by type Ctr-Alt-F2, but >> only when using the graphical interface during the upgrade. After that >> I was able to login as root. > > How did you have a graphical interface during the upgrade? Were you > using "dnf upgrade" instead of "dnf system-upgrade"? I didn't do anything special. The systems I tried this on both run X11 (XFCE, so no wayland), and I just got this graphical display (Fedora logo in the middle of the screen and update messages at the top). I guess it's the plymouth package that takes care of these graphics. I used dnf system-upgrade to do the upgrades. -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: thunderbird+enigmail issue on fedora 21
On 17/07/15 10:15, François Patte wrote: >>>> To make it easier on the "average" user? :-) > >>> And forbide to use an email address provider who is not in the >>> mozilla databases? > > >> But it isn't "forbidden". You just have to configure manually. > > How? When I press the "manually" button and enter my email address, > the answer is the same: provider not in mozilla database File menu -> New -> Existing account... Fill in details and click on Continue (*not* on "Get a new account"). -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Drawer in xfce?
On 2011-10-27 20:25, Beartooth wrote: > > I'm running xfce on an expendable laptop (under F16, in case that > matters) which can also boot into gnome. How do I add a drawer or three > to a panel? Right click on the item in the panel and choose Properties. Then add items to the list. -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Checking which application is taking bandwidth
On 2012-06-14 08:47, Martin Airs wrote: > On Thursday 14 Jun 2012 09:04:46 Junayeed Ahnaf Nirjhor wrote: >> Hello, >> >> What is the way to check which application is using the bandwidth? I use >> GNOME 3 with Fedora 17 . >> >> Thanks :) > > Using ss can tell you what sockets and ports are open, in particular ss -p > will tell you which process is using said ports. > > then iftop can tell you individual bandwidth usage for each port. > > using the 2 could give you some idea on whats going on > > Martin > > > Try nethogs. It may give you exactly what you need. It's kind of like iftop, but tells you the name of the process involved as well. -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Checking cronjob syntax
On 2012-08-27 08:39, Frank Murphy wrote: > Today being Monday: > 45 5 22-28 * * test 'date +\%A' = Sunday && yum -v clean plugins > > Nothing appears to have happened. (no email to root, usual cron stuff) > So taking the bit from "test" eg: > test 'date +\%A' = Sunday && blkid (all days in turn) > blkid doesn't run > > Where have I slipped up > > You're using the wrong quotes. As it stands, your comparing the string "date +%A" with the string "Sunday". Presumably what you want is to compare the output of the command "date +%S" with the string "Sunday". You need to use "backticks" for that: test `date +\%A` = Sunday You're not getting output because the test fails and so yum never gets executed. All of that happens in silence, hence no mail to root. You can check you cron log /var/log/cron to see that the command did execute. -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: fedup f18->f19 going OK?
On 2013-07-02 15:03, Stephen Gallagher wrote: > On 07/02/2013 09:02 AM, Neal Becker wrote: >> I'm about to try fedup f18->f19. Any reports good/bad on this >> route? > > > I'm mostly hearing good things at this point. A few people are > reporting that the final reboot at the end sometimes hangs[1], but > manually rebooting the system ends up in a workable state, so it's > survivable. > > > [1] https://bugzilla.redhat.com/show_bug.cgi?id=957783 > There is a serious issue when running inside VirtualBox on a 32 bit architecture (X server won't start). See https://bugzilla.redhat.com/show_bug.cgi?id=972095. The suggested fix (comment 1) works for me. -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: fully updated F36 Dell XPS 13 no longer comes back from hibernate (post Thursday updates)
On 24/06/2022 13.47, Ranjan Maitra wrote: On Fri Jun24'22 08:00:57AM, George N. White III wrote: From: "George N. White III" Date: Fri, 24 Jun 2022 08:00:57 -0300 To: Community support for Fedora users Reply-To: Community support for Fedora users Subject: Re: fully updated F36 Dell XPS 13 no longer comes back from hibernate (post Thursday updates) On Fri, Jun 24, 2022 at 4:21 AM Samuel Sieb wrote: On 6/23/22 17:13, Ranjan Maitra wrote: [...] Thanks! Here are the updates from last Wed and Thu: Wed Jun 15 09:00:01 PM CDT 2022 - DNF UPDATE STARTED Wed Jun 15 09:00:01 PM CDT 2022 - *** CHECKING FOR DNF UPDATES *** Wed Jun 15 09:00:01 PM CDT 2022 - Last metadata expiration check: 1:09:47 ago on Wed 15 Jun 2022 07:50:16 PM CDT. Wed Jun 15 09:00:01 PM CDT 2022 - Dependencies resolved. Wed Jun 15 09:00:01 PM CDT 2022 - Nothing to do. Wed Jun 15 09:00:01 PM CDT 2022 - I don't know what that is, but somehow you pasted it without newlines... Yes, indeed, my apologies! But your suggestion below is far less of an effort. Run "dnf history", find the entry for that update (probably the first one), then run "dnf history info 38", but replace the 38 with the number of the entry. Copy and paste that list with newlines. $ sudo dnf history info 565 Install kernel-5.17.14-300.fc36.x86_64 @updates Install kernel-core-5.17.14-300.fc36.x86_64 @updates You did have a kernel update. Install kernel-debug-core-5.17.14-300.fc36.x86_64 @updates Install kernel-debug-modules-5.17.14-300.fc36.x86_64 @updates Install kernel-debug-modules-extra-5.17.14-300.fc36.x86_64 @updates You must have been upgrading this system for quite a while. The debug kernel modules got accidentally pulled in back then. You can do "dnf remove kernel-debug*" to get rid of those. I have no idea why hibernate stopped working, but it seems to not like something the BIOS is doing. Dell systems recently got BIOS updates. My newest Dell system did a 2-step BIOS firmware update dance. The updates are dated May 22. " - Firmware updates to address security vulnerabilities including (Common Vulnerabilities and Exposures - CVE) such as CVE-2022-0004, CVE-2022-0005, CVE-2022-21123, CVE-2022-21125, CVE-2022-21127, CVE-2022-21151, CVE-2022-21166, and CVE-2022-21181" These might have introduced something in the BIOS that kernels "don't like". I see a bunch of driver firmware updates around the same time. If these are problematic there may be reports for for other distros. Thank you, I did not update the BIOS for quite a while, so are you suggesting that I do so and see? I have not updated the BIOS for a few years actually, and I have forgotten how to do this for a non-Windows system. I think you do it from the BIOS, through a USB drive and that can be a .exe file. So, could my not having updated the BIOS, and the kernel having upgraded, have caused the issue? I have not had this issue before with multiple updates/upgrades (with lots of machines) because I do unfortunately forget to check the BIOS all the time. I just performed the BIOS update on my XPS 13. I did it like this: sudo dnf install fwupd # only needed once, of course sudo fwupdmgr get-devices sudo fwupdmgr refresh sudo fwupdmgr get-updates sudo fwupdmgr update Best wishes, Ranjan ___ 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/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure -- Sjoerd Mullender ___ 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/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
mailman on Fedora
What's the deal with maintaining mailing lists on Fedora these days? For years I've used mailman (first mailman2, now mailman3) on Fedora to administer mailing lists. In mailman3, you also need postorius to provide a web interface to users and hyperkitty to provide mail archive support. On Fedora 35, mailman2 isn't available anymore, so that's when I switched to mailman3. The original Fedora 35 did not have postorius, but that became available later. Hyperkitty on the other hand is not available on fedora 35. I use an rpm that I built myself. On Fedora 36, mailman3 can be installed, but both postorius and hyperkitty (there it is in the repository) cannot. They both depend on a too old version of django. On Fedora 37 (I know, not released yet, so any complaints should go to the testing list) none of the packages can be installed since they all depend on python 3.10 and F37 will come with 3.11. The packages are actually the unmodified F36 packages. Do people use mailman3 on Fedora? If so, how? Should I invest time in getting it to work in a python virtual environment? And how would that work with SELinux? This very mailing list (users@lists.fedoraproject.org) is managed with mailman3, but does the system on which it runs run Fedora? -- Sjoerd Mullender ___ 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/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
Re: mailman on Fedora
On 25/09/2022 20.54, Kevin Fenzi wrote: On Fri, Sep 23, 2022 at 03:55:47PM +0200, Sjoerd Mullender wrote: What's the deal with maintaining mailing lists on Fedora these days? For years I've used mailman (first mailman2, now mailman3) on Fedora to administer mailing lists. In mailman3, you also need postorius to provide a web interface to users and hyperkitty to provide mail archive support. On Fedora 35, mailman2 isn't available anymore, so that's when I switched to mailman3. The original Fedora 35 did not have postorius, but that became available later. Hyperkitty on the other hand is not available on fedora 35. I use an rpm that I built myself. On Fedora 36, mailman3 can be installed, but both postorius and hyperkitty (there it is in the repository) cannot. They both depend on a too old version of django. On Fedora 37 (I know, not released yet, so any complaints should go to the testing list) none of the packages can be installed since they all depend on python 3.10 and F37 will come with 3.11. The packages are actually the unmodified F36 packages. Do people use mailman3 on Fedora? If so, how? Sadly those packages are difficult to keep working and they have fallen behind. :( I'm sure the maintainers would welcome help though if you can work on them or help test fixes. Should I invest time in getting it to work in a python virtual environment? And how would that work with SELinux? Well, up to you, but it would be nice to contibute to the packages and get them working again. This very mailing list (users@lists.fedoraproject.org) is managed with mailman3, but does the system on which it runs run Fedora? Nope, it's running on a RHEL7 vm. ;( We would very much like to move it to a newer version however, and if the Fedora version became available/working again we could look at that. kevin I bit the bullet and took the challenge. I have created RPMs for mailman3, hyperkitty, and postorius and got them to work on Fedora 36. (Fedora 37 is a bridge too far at the moment because it uses Python 3.11. This information is of course irrelevant for this list at this time ;-) ). To get it to work, I had to update a lot of other RPMs as well. This is the complete list: hyperkitty-1.3.5.9-1.fc36.noarch.rpm hyperkitty-doc-1.3.5.9-1.fc36.noarch.rpm mailman3-3.3.5-0.1.fc36.noarch.rpm postorius-1.3.6.9-1.fc36.noarch.rpm python-django-haystack-docs-3.2.1-0.fc36.noarch.rpm python-rjsmin-docs-1.2.0-0.fc36.x86_64.rpm python3-django-compressor-4.1-0.fc36.noarch.rpm python3-django-haystack-3.2.1-0.fc36.noarch.rpm python3-django-mailman3-1.3.7.9-1.fc36.noarch.rpm python3-flufl-bounce-4.0-0.fc36.noarch.rpm python3-flufl-i18n-3.2-0.fc36.noarch.rpm python3-flufl-lock-5.1-0.1.fc36.noarch.rpm python3-mailman-hyperkitty-1.2.1-0.1.fc36.noarch.rpm python3-mailmanclient-3.3.3-2.fc36.noarch.rpm python3-mailmanclient-3.3.3-4.fc36.noarch.rpm python3-mistune-2.0.4-0.fc36.noarch.rpm python3-rcssmin-1.1.0-0.fc36.x86_64.rpm python3-rjsmin-1.2.0-0.fc36.x86_64.rpm All of these are based on the Fedora 36 source RPMs, but with updated sources and the occasional change in the patches used. The hyperkitty and postorius versions are not based on official releases but just the latest sources. I think perhaps the most problematic change is the update to the python3-mistune package. F36 comes with 0.8.4 but mailman requires 2.0, and that's an incompatible rewrite if I understand correctly. Since I have done minimal testing (one system, a single mailing list with one subscriber) it may not be ready for prime time yet. Question is, how to proceed? Since there are so many updated packages, who can I contact? -- Sjoerd Mullender ___ 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/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
kernel bug? listening on same port with IPv4 and IPv6
I have a program that is supposed to listen to the same port on both IPv4 and IPv6 sockets. In the past, what it did, was basically: create new socket for IPv6, set option IPV6_V6ONLY to off, bind, listen; then create a new socket for IPv4, and also bind and listen. The first bind is either to a specific port, or to port 0 to let the system assign a port. The second bind uses the port that the first one used (i.e. what the system assigned). With the latest kernel, this still works if listening to localhost ([::1]/127.0.0.1) only, but not when listening to [::]/0.0.0.0. In that case, the second bind gets a different port number assigned to it. Moreover, the second bind system call returns 1, which it is not supposed to do according to the manual. Bind is supposed to return 0 on success and -1 on error. What is going on? Is this a kernel bug, or is this the future? Kernel is 6.0.16-300.fc37.x86_64, i.e. the latest Fedora 37 kernel. -- Sjoerd Mullender ___ 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/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
Re: kernel bug? listening on same port with IPv4 and IPv6
On 06/01/2023 18.59, Barry wrote: On 6 Jan 2023, at 14:18, Sjoerd Mullender wrote: I have a program that is supposed to listen to the same port on both IPv4 and IPv6 sockets. In the past, what it did, was basically: create new socket for IPv6, set option IPV6_V6ONLY to off, bind, listen; then create a new socket for IPv4, and also bind and listen. The first bind is either to a specific port, or to port 0 to let the system assign a port. The second bind uses the port that the first one used (i.e. what the system assigned). Are you sure that this is behaviour you can depend on? Is it documented? It seems that there is a possibility that the 2nd bind with port 0 can race against other processes. Why should you get the same port bound? If I was writing this code I would take the port allocated on the 1st bind and use it explicitly in the 2nd bind. Would that work and be deterministic? That's exactly what I do. I recall working on code that needed two ports N and N+1. The algorithm looped until the N and N+1 condition was met. Barry With the latest kernel, this still works if listening to localhost ([::1]/127.0.0.1) only, but not when listening to [::]/0.0.0.0. In that case, the second bind gets a different port number assigned to it. Moreover, the second bind system call returns 1, which it is not supposed to do according to the manual. Bind is supposed to return 0 on success and -1 on error. What is going on? Is this a kernel bug, or is this the future? Kernel is 6.0.16-300.fc37.x86_64, i.e. the latest Fedora 37 kernel. -- Sjoerd Mullender ___ 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/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue ___ 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/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue -- Sjoerd Mullender ___ 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/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
Re: kernel bug? listening on same port with IPv4 and IPv6
On 07/01/2023 01.38, Gordon Messmer wrote: On 2023-01-06 06:17, Sjoerd Mullender wrote: I have a program that is supposed to listen to the same port on both IPv4 and IPv6 sockets. In the past, what it did, was basically: create new socket for IPv6, set option IPV6_V6ONLY to off, bind, listen; then create a new socket for IPv4, and also bind and listen. Do you have sample code that demonstrates this process? I'm confused by your description, because setting IPV6_V6ONLY to 0 with setsockopt should result in a socket that's bound to a port that accepts both IPv4 and IPv6 connections. You shouldn't have ever been able to bind to that port in IPv4 in the past. See the attached program. Can be compiled without any extra options. This program creates an IPv6 listening socket and tells it to also do IPv4. Then it executes "netstat -anp | grep " to show what it did. After that it tries to create an IPv4 listening socket for the port that was assigned in the first round and if successful again executes netstat. If not successful, it will tell why. When trying to bind to the wildcard address (specify "all" on the command line), the behavior is very different from when specifying "localhost". Run as $ ./a.out all 0 $ ./a.out localhost 0 and see the difference in behavior. When using "all", the second round (IPv4) says that bind returns 1 unexpectedly, and the port is also unexpected. When using "localhost", both IPv6 and IPv4 succeed and listen to the same port, but using two different sockets internally. The behavior for the "all" case is different with the older kernel 6.0.15-300.fc37.x86_64 where bind will say "Address already in use". -- Sjoerd Mullender#include #include #include #include #include #include #include int main(int argc, char **argv) { struct addrinfo hints = { .ai_family = AF_INET6, .ai_flags = AI_PASSIVE | AI_NUMERICSERV, .ai_socktype = SOCK_STREAM, .ai_protocol = IPPROTO_TCP, }; struct addrinfo *result = NULL; /* 0: use IPv6 and IPv4, 1: only IPv6, -1: only IPv4 */ int ipv6_vs6only = -1; /* may get changed depending on addr */ if (argc != 3) { usage: fprintf(stderr, "Usage: %s address port\n", argv[0]); fprintf(stderr, "where address is either all or localhost\n"); fprintf(stderr, "and port is either 0 or a value between 1025 and 65535\n"); exit(1); } const char *listenaddr = argv[1]; int port = atoi(argv[2]); if (strcmp(listenaddr, "localhost") == 0) { hints.ai_family = AF_INET6; ipv6_vs6only = 0; } else if (strcmp(listenaddr, "all") == 0) { hints.ai_family = AF_INET6; ipv6_vs6only = 0; listenaddr = NULL; } else { goto usage; } char ports[8]; /* max "65535" */ int socks[2]; int nsocks = 0; for (;;) { snprintf(ports, sizeof(ports), "%u", port); int check = getaddrinfo(listenaddr, ports, &hints, &result); if (check != 0) { fprintf(stderr, "getaddrinfo: %s\n", gai_strerror(check)); exit(1); } int sock = -1; for (struct addrinfo *rp = result; rp; rp = rp->ai_next) { sock = socket(rp->ai_family, rp->ai_socktype, rp->ai_protocol); if (sock == -1) { fprintf(stderr, "socket: %s\n", gai_strerror(check)); continue; } if (hints.ai_family == AF_INET6 && /* only if IPv6 */ setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, &ipv6_vs6only, sizeof(int)) == -1) { perror("setsockopt"); } int e; e = bind(sock, rp->ai_addr, rp->ai_addrlen); switch (e) { case 0: break; case -1: perror("bind"); close(sock); continue; default: fprintf(stderr, "bind: unexpected return: %d\n", e); break; } union { struct sockaddr_storage ss; struct sockaddr_in i4; struct sockaddr_in6 i6; } myaddr; socklen_t myaddrlen = sizeof(myaddr.ss); if (getsockname(sock, (struct sockaddr *) &myaddr.ss, &myaddrlen) == -1) { perror("getsockname"); close(sock); continue; } int myport = myaddr.ss.ss_family == AF_INET6 ? htons(myaddr.i6.sin6_port) : htons(myaddr.i4.sin_port); if (port == 0) port = myport; else if (port != myport) { fprintf(stderr, "bound to unexpected port %d, expected %d\n", myport, port); close(sock); continue; } if (listen(sock, 2) == -1) { perror("listen"); close(sock); continue; } char command[64]; snprintf(command, sizeof(command), "netstat -anp | grep %d", (int) getpid()); system(command); socks[nsocks++] = sock; break; } freeaddrinfo(result); if (ipv6_vs6only == 0) { ipv6_vs6only = -1; /* not 0! */ hints.ai_family = AF_INET; } else break; } for (int i = 0; i < nsocks; i++) close(socks[i]); exit(0); } _
Re: Regex version mismatch.
On 19/09/2023 14.32, Michael D. Setzer II via users wrote: Seeing this message pop up after doing su?? su Password: Regex version mismatch, expected: 10.42 2022-12-11 actual: 10.40 2022-04-14 Found page that talks about this command to fix it, but it fails?? # semodule -B Failed to resolve allow statement at /var/lib/selinux/targeted/tmp/modules/200/container/cil:1186 Failed to resolve AST semodule: Failed! I vaguely recall having seen something like this. It turned out (in my case) to have nothing to do with the installed version, but it was a pcre version recorded in one of the generated selinux files which had been generated with an older version of pcre. The fix was to regenerate that file. Unfortunately, I don't remember which file this was or how I regenerated it. -- Sjoerd Mullender ___ 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/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
lost three-finger middle button after upgrade
I upgraded my laptop (Dell XPS 13) to Fedora 26. Unfortunately, I lost the three-finger click on the touchpad to get an emulated middle button in the process. I use XFCE. I cannot find any relevant configuration in the Mouse and Touchpad settings, nor with xinput, or the settings editor. My questions: is this a bug, and if so, in what component? I'm happy to file a bug report, but it helps to know the answers to the above. -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: lost three-finger middle button after upgrade
On 07/11/2017 07:05 PM, Sjoerd Mullender wrote: > I upgraded my laptop (Dell XPS 13) to Fedora 26. Unfortunately, I lost > the three-finger click on the touchpad to get an emulated middle button > in the process. > I use XFCE. > I cannot find any relevant configuration in the Mouse and Touchpad > settings, nor with xinput, or the settings editor. > > My questions: is this a bug, and if so, in what component? > > I'm happy to file a bug report, but it helps to know the answers to the > above. Replying to my own message. I found in the release notes a mention of the replacement of xorg-x11-drv-synaptics by xorg-x11-drv-libinput and that I could install xorg-x11-drv-synaptics-legacy to get the old Synaptics driver back. I tried that, and the result is that the three button click works again. I filed a bug on xorg-x11-drv-libinput. -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: lost three-finger middle button after upgrade
On 07/13/2017 04:43 AM, Samuel Sieb wrote: > On 07/11/2017 10:24 AM, Sjoerd Mullender wrote: >> On 07/11/2017 07:05 PM, Sjoerd Mullender wrote: >>> I upgraded my laptop (Dell XPS 13) to Fedora 26. Unfortunately, I lost >>> the three-finger click on the touchpad to get an emulated middle button >>> in the process. >>> I use XFCE. >>> I cannot find any relevant configuration in the Mouse and Touchpad >>> settings, nor with xinput, or the settings editor. >>> >> I found in the release notes a mention of the replacement of >> xorg-x11-drv-synaptics by xorg-x11-drv-libinput and that I could install >> xorg-x11-drv-synaptics-legacy to get the old Synaptics driver back. I >> tried that, and the result is that the three button click works again. >> >> I filed a bug on xorg-x11-drv-libinput. > > I would suggest testing with Gnome first, even a live DVD would do it. > XFCE might not have (full) libinput support yet. Is there an option in > the XFCE touchpad configuration to toggle tap-to-click? I filed a bug and got a quick response. The solution to the problem is in the bug report [1]. It's a matter of setting an option so that libinput obeys the hardware "buttons" on the touchpad instead of using soft buttons. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1469713#c5 -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: f26 mariadb.service failed after multi-package update
On 26/01/18 00:59, Stephen Morris wrote: > On 26/1/18 10:49 am, Stephen Morris wrote: >> On 25/1/18 4:33 am, John Pilkington wrote: >>> On 24/01/18 17:09, John Pilkington wrote: >>>> sysstemctl | grep maria gives >>>> >>>> ● mariadb.service loaded failed >>>> failed MariaDB 10.1 database server >>>> >>>> There was a 'normal shutdown' of version 10.1.29 >>>> >>>> version 10.1.30 reports: >>>> >>>> 2018-01-24 13:55:42 140690185448192 [ERROR] mysqld: Can't >>>> create/write to file '/run/mariadb/mariadb.pid' (Errcode: 2 "No such >>>> file or directory") >>>> 2018-01-24 13:55:42 140690185448192 [ERROR] Can't start server: >>>> can't create PID file: No such file or directory >>>> >>>> I reinstalled and it failed again. >>>> >>>> John P >>> >>> yumex-dnf offered 10.1.21-5 as a downgrade, and that is running. >> >> Just some info on this, I'm on F27 using mariadb (64 bit) 10.2.9-3 and >> it does not appear to be exhibiting this issue in that systemctl >> status mariadb shows that the service has started at boot time. > > Just further to this, on my system, which may be a hangover from having > installed the community-mysql packages first and using that environment > before uninstalling these and installing the mariadb equivalents, the > mariadb.pid file is placed in /run/mysqld which is owned by User/Group > mysql. The time stamp on this file indicates that it was successfully > created with this mornings boot. See the bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1538066 Quick fix until mariadb update arrives: add the following line to the file /usr/lib/tmpfiles.d/mariadb.conf: d /run/mariadb 0755 mysql mysql - > regards, > > Steve > >> >> >> regards, >> >> Steve >> >> >>> ___ >>> users mailing list -- users@lists.fedoraproject.org >>> To unsubscribe send an email to users-le...@lists.fedoraproject.org >> ___ >> users mailing list -- users@lists.fedoraproject.org >> To unsubscribe send an email to users-le...@lists.fedoraproject.org > ___ > users mailing list -- users@lists.fedoraproject.org > To unsubscribe send an email to users-le...@lists.fedoraproject.org -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: f26 mariadb.service failed after multi-package update
On 27/01/18 01:12, Stephen Morris wrote: > On 26/1/18 7:58 pm, Sjoerd Mullender wrote: >> On 26/01/18 00:59, Stephen Morris wrote: >>> On 26/1/18 10:49 am, Stephen Morris wrote: >>>> On 25/1/18 4:33 am, John Pilkington wrote: >>>>> On 24/01/18 17:09, John Pilkington wrote: >>>>>> sysstemctl | grep maria gives >>>>>> >>>>>> ● mariadb.service loaded failed >>>>>> failed MariaDB 10.1 database server >>>>>> >>>>>> There was a 'normal shutdown' of version 10.1.29 >>>>>> >>>>>> version 10.1.30 reports: >>>>>> >>>>>> 2018-01-24 13:55:42 140690185448192 [ERROR] mysqld: Can't >>>>>> create/write to file '/run/mariadb/mariadb.pid' (Errcode: 2 "No such >>>>>> file or directory") >>>>>> 2018-01-24 13:55:42 140690185448192 [ERROR] Can't start server: >>>>>> can't create PID file: No such file or directory >>>>>> >>>>>> I reinstalled and it failed again. >>>>>> >>>>>> John P >>>>> yumex-dnf offered 10.1.21-5 as a downgrade, and that is running. >>>> Just some info on this, I'm on F27 using mariadb (64 bit) 10.2.9-3 and >>>> it does not appear to be exhibiting this issue in that systemctl >>>> status mariadb shows that the service has started at boot time. >>> Just further to this, on my system, which may be a hangover from having >>> installed the community-mysql packages first and using that environment >>> before uninstalling these and installing the mariadb equivalents, the >>> mariadb.pid file is placed in /run/mysqld which is owned by User/Group >>> mysql. The time stamp on this file indicates that it was successfully >>> created with this mornings boot. >> See the bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1538066 >> >> Quick fix until mariadb update arrives: add the following line to the >> file /usr/lib/tmpfiles.d/mariadb.conf: >> >> d /run/mariadb 0755 mysql mysql - > > My mariadb.conf, as installed from the Fedora repositories, has the > following line already in there, but in there twice: > > > d /run/mysql 0755 mysql mysql The directory in /usr/lib/tmpfiles.d/mariadb.conf has to match the one in /etc/my.cnf.d/mariadb-server.cnf for the pid-file variable. The new value seems to be /run/mariadb. > > regards, > > Steve > >> >>> regards, >>> >>> Steve >>> >>>> >>>> regards, >>>> >>>> Steve >>>> >>>> >>>>> ___ >>>>> users mailing list -- users@lists.fedoraproject.org >>>>> To unsubscribe send an email to users-le...@lists.fedoraproject.org >>>> ___ >>>> users mailing list -- users@lists.fedoraproject.org >>>> To unsubscribe send an email to users-le...@lists.fedoraproject.org >>> ___ >>> users mailing list -- users@lists.fedoraproject.org >>> To unsubscribe send an email to users-le...@lists.fedoraproject.org >> >> >> ___ >> users mailing list -- users@lists.fedoraproject.org >> To unsubscribe send an email to users-le...@lists.fedoraproject.org > ___ > users mailing list -- users@lists.fedoraproject.org > To unsubscribe send an email to users-le...@lists.fedoraproject.org -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: f31 : pkgconfig.exists( 'uuid-dev' ) false but installed
On 26/11/2019 15.44, Adrian Sevcenco wrote: > On 11/25/19 9:34 PM, Samuel Sieb wrote: >> On 11/25/19 8:01 AM, Adrian Sevcenco wrote: >>> [xrootdtest@c340sev xrootd]$ python3 >>> Python 3.7.5 (default, Oct 17 2019, 12:16:48) >>> [GCC 9.2.1 20190827 (Red Hat 9.2.1-1)] on linux >>> Type "help", "copyright", "credits" or "license" for more information. >>> >>> import pkgconfig >>> >>> print( pkgconfig.exists( 'uuid-dev' )) >>> False >> >> Why are you looking for 'uuid-dev'? It's just "uuid". > sorry this is a typo .. yes i (they) check for uuid > https://github.com/xrootd/xrootd/blob/master/packaging/wheel/setup.py#L61 > > python3 > Python 3.7.5 (default, Oct 17 2019, 12:16:48) > [GCC 9.2.1 20190827 (Red Hat 9.2.1-1)] on linux > Type "help", "copyright", "credits" or "license" for more information. >>>> import pkgconfig >>>> print( pkgconfig.exists( 'uuid' )) > False > > Can anybody else just do this simple test and post a feedback? > I would like to know if this is a fedora problem or just mine.. > > Thank you!! > Adrian Returns True for me (after I installed python3-pkgconfig). You need to have libuuid-devel installed. -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature ___ 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/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: Which keys did I hit?
On 12/04/2024 10.11, Sam Varshavchik wrote: My fingers had a mind of their own and apparently hit some combination of keys that had a very weird result. I'm using an XFCE desktop. And, apparently, it became, maybe, fourty or so virtual pixels wider. Of course, the monitor still has the same number of pixels, so what was happening is that moving the mouse pointer to one of the edges scrolled the entire desktop slightly to reveal the extra virtual space on that side. Moving the mouse pointer to the other edge scrolled the virtual window on the desktop in the other direction, to the other side of the now-larger virtual desktop. It was a pretty cool effect, so after I had my fun I logged out and back in, and things were back to normal. But I'm wondering what keys did I hit, I looked through settings and didn't find anything relevant… Perhaps Alt-scrollwheel? That zooms the display in or out. -- Sjoerd Mullender -- ___ 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/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
Re: F40: strange network issue after upgrade of laptop from F39
On 24/05/2024 11.38, Patrick O'Callaghan wrote: On Thu, 2024-05-23 at 17:32 -0500, Ranjan Maitra via users wrote: Hi, I have a strange issue after upgrading a laptop (Dell XPS 13, 2013 edition). That is that I am connected (whether through WiFi or ethernet cable) to a university network which claims after the upgrade that the laptop is no longer registered. I went through the registration process again through the browser (and was told: why are you registering this machine again, it is registered, simply restart the network/reboot) but the problem does not go away. I upgraded a desktop on the same ethernet switch and this problem did not go show up there (I am using that to write this email). I should mention that the network on this upgraded laptop works fine when I take the laptop home and connect. So what could be the problem? I have not had such an issue with installations and upgrades for 40.5 versions of Fedora (the 0.5 is for RH9 that I think I used mid-2003 to late 2003 before Fedora Core 1). How do I troubleshoot this? I´d suggest you talk to the university network admins. Probably the new way in which Fedora is handling MAC addresses. I believe it is now supposed to be random, but stable per SSID, but I do not remember any details. So it may be that you're using a different MAC address than before, and the university doesn't recognize it. -- Sjoerd Mullender -- ___ 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/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue