To be a bit clearer. I have my pkg-plist setup thusly:
share/applications/nikos.chantziaras.qtads.desktop
%%ICONS%%share/icons/hicolor/128x128/mimetypes/application-x-t3vm-image.png...
Right, but I think that is the behavior I'd want, isn't it?
Gargoyle contains a mime type icon which conflicts with a qtads mimetype icon. If gargoyle is installed, and the option to install mime type icons is enabled, we should fail to install...
No, that's not how CONFLICTS_INSTALL works. From the source
# Conflict checking. Use if your port cannot be installed at the same time as
# another package.
#
# CONFLICTS - A list of package name patterns that the port conflicts
#...
I was trying to see if anyone else ever hit a similar issue, and how they resolved it. I couldn't find anything directly relevant to FreeBSD, but interestingly it looks like some folks over in Arch Linux noticed the same thing when packaging both...
I am working on a port of qtads. I have it mostly finished and it passes portlint. However, ive noticed that it installs icons to /usr/local/share/icons/hicolor and one of them conflicts with gargoyle.
Both of these are interpreters that run...
Apple peel is a rich source of quercitin, which protects against covid infection. Eat your peel (but wash off the bloody wax the shop sprays them with first, with warm water).
https://pmc.ncbi.nlm.nih.gov/articles/PMC9504481/
And I always keep the -RELEASE line. And the packages from the quarterly repository. I'm demanding when it comes to system performance. For me, the system must run stably, flawlessly, and without surprises, and that's what the release line...
Thinkpads are a bit sensitive with these cards in the sense that the contacts in one of my older ones need to be cleaned sometimes and the card properly reseated or it will also simply reboot from time to time - but every time you pick it up and...
I was debugging some suspend/resume problems I happen to have on my system and decided to give kern.vt.suspendswitch=1 a try, so that I could see my console in case of problems...and boy I was right!
Of course a forced poweroff a a subsequent...
For a shell script, have a look at date -r in date:
% date -r 0xf3876b47
So. 21 Juni 2099 17:18:31 CEST
date will take into account the local timezone settings (and DST) of the system it runs on, so you won't have to deal with this yourself...
This is the same problem DMD D had and why it was removed from ports when upstream failed to implement 64-bit inodes. They couldn't implement the ifuncs needed to allow both old and new support.
My take so far:
Linux is much further along than this project. Namely, this project doesn't interface to many kernel APIs. From my observation the big discussions in Linux come from implementing the foreign function bindings for complex APIs...
Haha, got ya, did I? :) Hot topic time.
FreeBSD's Google summer of code had a Rust-in-kernel project:
View: https://www.youtube.com/watch?v=y82-t1tDLWg
https://github.com/Acesp25/rustkld
My take in first comment.
Original article here.
Consider this when replying.
FreeBSD, The FreeBSD Foundation, and The FreeBSD Forums are not associated with the content of this article.
Starcat Now that's a recipe I'd love to have. Including the dough.
I have lots of kitchen equipment and used to cook all the time but my wife and I needed to take some weight off so we've been on a keto diet. Plus I've taken on some work that...
A better response would have been something like:-
"Oh so that's why it broke, thanks for figuring it out, well done! Actually come to think of it I did have 40 open tabs in firefox and was running a 3d modeller at the same time as I did the...
Two days ago, there was an Nvidia update. I dealt with it in my usual manner, after upgrading, got out of X and then tried to startx with no luck. So, I did a gitup on ports, and then did portmaster install nvidia-drm-kmod. That fixed everything...
These are the mods I use to the standard sshd_config file:
# We need to allow root login for rsnapshot backup server
PermitRootLogin prohibit-password
# We want login via ssh with keys only...
PasswordAuthentication no...
Take note of some defaults, PasswordAuthentication defaults to 'no', so setting it explicitly to 'no' doesn't change anything.
PasswordAuthentication
Specifies whether password authentication is allowed. Note that...
There was no Pulseaudio at the time FreeBSD 3.x or 4.x was around - which was 25 years ago. Quite possible that OSS did not work well back then, it was basically completely different from today. Did you manage to install Pulseaudio on FreeBSD 4...
drhowarddrfine, I've fixed the page. It should be, assuming you have the default zroot pool
zfs create -o mountpoint=vm zroot/vm
Then rc.conf would have
vm_enable="YES"
vm_dir="zfs:zroot/vm"
Got the info I was missing from vermaden's page and...
drhowarddrfine, I've fixed the page. It should be, assuming you have the default zroot pool
zfs create -o mountpoint=vm zroot/vm
Then rc.conf would have
vm_enable="YES"
vm_dir="zfs:zroot/vm"
Got the info I was missing from vermaden's page and...
Hello.
How to enable SSH authentication using only a key?
My system FreeBSD 14.3
Port 22555
ListenAddress 6.4.1.9
PermitRootLogin yes
AuthorizedKeysFile .ssh/authorized_keys
PasswordAuthentication no
GatewayPorts no
X11Forwarding no...
The gradient is created using CSS background-attachment: fixed. What happens to the red part when you scroll?
There are 25 CSS errors along with a notice that the gradient is not properly specified. That doesn't explain why it works for us but...
Didn't find it in the Linux quirks table, but #269085 above contained the required quirks. Fixed by adding the following to /boot/loader.conf:
# quirks for RUIZU MP3 player o_O
hw.usb.quirk.0="0x10d6 0x1101 0 0xffff UQ_MSC_NO_GETMAXLUN"...
No, that's not how CONFLICTS_INSTALL works. From the source
# Conflict checking. Use if your port cannot be installed at the same time as
# another package.
#
# CONFLICTS - A list of package name patterns that the port conflicts
#...
Perhaps the VirtualBox, Gentoo guest, Kernel configuration, Graphics support wiki is of some help:
Graphics support --->
<*> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->
Enable legacy fbdev...
Devd can take care of it with something like this:
attach 100 {
match "device-name" "uaudio[0-9]+";
action "sysctl hw.snd.default_unit=`sysctl dev.pcm | grep -e %parent -e $device-name | cut -d . -f 3`";
};
Everything is easy once you know how it works. The problem is getting to that stage.
I did too. But that was about 25-30 years ago, there's plenty more things to figure out ahead of you, rock on!
Oops, you were faster replying while I was updating my previous answer... !
Thanks again as usual and sorry if it looks easy things, I'm trying to do the most of FreeBSD by my own...!
Thanks ! So I tried to force reinstall ffmpeg (latest version, as yours), no luck. Then I removed it using pkg remove -f ffmpeg (without -f, it will remove half of my softwares...), then reinstalled (from tty1, X session closed on tty9), then...
I remember someone reporting that same LIBAVFORMAT_60 error before. It was with some other consumer of ffmpeg, but the issue seems to be the same. Can't find that post though.
Make sure you're not accidentally reinstalling an old one that's...
I run jackd on top of the sound hardware and then route the master through the Jamin mastering plugin for EQ etc. and a pulseaudio demon on top (I don't play music through pulse, pulse is for software that doesn't offer jack support). But that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.