-
white-wolf
hi,
-
white-wolf
anyone can help me to configure redmine50 ?
-
V_PauAmma_V
Have you checked its website,
redmine.org ?
-
VimDiesel
Title: Overview - Redmine
-
white-wolf
yes
-
white-wolf
i try create db but :
-
white-wolf
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
-
white-wolf
and pkg check -d say me :
-
white-wolf
mysql80-server is missing a required shared library: libprotobuf.so.3.19.4
-
V_PauAmma_V
Sounds like your problem is with mysql, not redmine.
-
white-wolf
yes
-
white-wolf
but how correct it ?
-
white-wolf
i was delete sys on db of mysql
-
V_PauAmma_V
I'd reinstall mysql80-server.
-
white-wolf
try it
-
white-wolf
but the problem is same
-
white-wolf
i think can't purge conf file
-
V_PauAmma_V
I'm out of easy guesses, and that's all I know enough to suggest.
-
white-wolf
no more sggest ?
-
white-wolf
it's isn`t work i re-intall to 13.2
-
white-wolf
i don´t know how restart with clean distrib
-
anchovy00
white-wolf: this will install deps: pkg info -d mysql80-server | grep -v mysql80-server | xargs pkg install -y
-
white-wolf
The most recent versions of packages are already installed
-
cedb
i have a qemu guest running on arch with libvirt and dns has stopped working, im a freebsd newbie so i not sure where to draw the line in the problem betwen guest and host, heres the libvirt network config
ix.io/4sn4
-
cedb
and my /etc/resolv.conf on the guest is "nameserver 192.168.122.1"
-
white-wolf
try with 1.1 or 0,1
-
cedb
you mean straight to gateway in resolv?
-
cedb
white-wolf: cheers it works, any idea why/how it got that way?
-
white-wolf
your box have a dns server
-
white-wolf
for more anonyme use opendns
-
cedb
yeah on the host libvirt starts a bunch of dnsmasq processes,
-
cedb
this would imply they are not working?
-
white-wolf
use NAT
-
cedb
well thats what i thought i did
-
cristiioan
Is there any explanation why 13.2 is delayed?
-
cristiioan
I wish to setup my laptop with freebsd 13.2
-
zapata
three extra RC builds... last minute changes/fixes... check
cgit.freebsd.org/src/log/?h=releng/13.2. Why wait? You can install 13.2-RC6 and later update to RELEASE with freebsd-update or rebuild from src.
-
meena
testing finds bugs. which is why we encourage testing
-
yuripv
so, no testing, no bugs?
-
vkarlsen
No testing, no known bugs
-
yuripv
and unknown ones are just "undocumented features"
-
morsing
Good morning. I have migrated to a new disk using zfs send/recv, and ran an EFI update command from the same guide. The EFI is now bootable from the UEFI bootlist, but I still end up on the old zroot. I am guessing I need to rename the new zpool? Or is there another way? And is it simple to boot into a live USB and rename, or is it a can of worms?
-
parv
What does "bectl list" show?
-
morsing
13.1-RELEASE_2023-03-12_160133 - - 105M 2023-03-12 16:01
-
morsing
default NR / 8.12G 2023-03-11 18:42
-
morsing
-
VimDiesel
Title: Adding a new nvme drive - Random Musings
-
morsing
??
-
cristiioan
zapata: I know I can install the release candidate but I wish to go directly with release so I only use stable stuff
-
NerdyMcNerdface
lol, it that date again :D
-
cristiioan
Is there any integration for VS code like the docker one that works with jails
-
meena
cristiioan: why not yet it, to make sure it will be stable — for your use-case, and report bugs if it isn't
-
meena
morsing: did you set the new zpool as boot device?
-
morsing
meena: How do I do that?
-
meena
-
VimDiesel
Title: loader.conf(5)
-
meena
vfs.root.mountfrom="zfs:/pool/fs"
-
morsing
meena: But /boot is on ZFS, the new pool. Catch-22?
-
morsing
I think this goes wrong even before the kernel is loaded.
-
domlaut
I've run into a port that writes some files into /usr/local/etc/newsyslog.d but as far as I can see that should be /usr/local/etc/newsyslog.conf.d. I couldn't find too many references to newsyslog.d outside of a 2015 BSDCan paper referencing support for it has been added
bsdcan.org/2015/schedule/attachments/327_AsiaBSDCon2015_paper.pdf. Can anyone shed some light on this before I submit a patch?
-
domlaut
My best guess so far is at some point newsyslog.d was used and then replaced with newsyslog.conf.d
-
yuripv
looks like it was introduced initially as newsyslog.conf.d (see b39df8fe2d85847497684b427a1b9c2908c4a576)
-
yuripv
but it's /usr/local/etc/syslog.d for syslog itself, so someone must have confused the two
-
dvl
domlaut: I'm guessing /etc/newsyslog.conf history will have the answer
-
dvl
domlaut: also, I think it was at one time, all files, not just .conf
-
domlaut
dvl: hey, you're actually the maintainer for the package :-)
-
yuripv
lol
-
dvl
domlaut: which package?
-
domlaut
acme.sh -- I have a patch ready, but I'm thinking whether the newsyslog.conf.d file should also be installed in share/examples as the cron.d file is
-
dvl
Oh yeah, that's an old one. I've also wanted to do a cron.d entry for that.
-
domlaut
there is a cron installed, but missing a user. fixed that too
-
domlaut
I checked mail/dta's cron file to see how they're doing it, and indeed its "* * * * * root ..."
-
dvl
Sorry I thought you said anvil, i got it.
-
domlaut
acme.sh installs "* * * * * <script>" when it should be "* * * * * acme <script>"
-
domlaut
another question is given its supposed to be running with the acme user, should the binary remain in sbin instead of bin
-
domlaut
but I don't want the patch to break stuff, so I figured not to change that
-
debdrup
-
VimDiesel
Title: Using DTrace to find block sizes of ZFS, NFS and iSCSI - Axcient
-
domlaut
anyway -- give me 10 minutes to submit it on bugzilla and we can take it from there when you've got time if that's okay
-
dvl
This may be a breaking change.
-
domlaut
dvl: the cron file or the newsyslog file? contents or locations?
-
dvl
domlaut: newsyslog - might duplicate entries.
-
domlaut
currently both get installed commented out, one in a wrong location (newsyslog.d)
-
domlaut
to actually set up the package, you need uncomment the cron file, add a user to it, and move newsyslog.d/acme.sh to newsyslog.conf.d/acme.sh.conf
-
domlaut
I'm not sure if newsyslog.d can or should be clean up, or if newsyslog.conf.d/acme.sh.conf would end up overwritten. maybe go back to not installing examples but just leave them in share/examples?
-
dvl
domlaut: Right, good, I should be installing a conf.sample file
-
domlaut
so that's also done
-
dvl
domlaut: I prefer to make it as easy as possible, and that's a sample file
-
domlaut
so for newsyslog, two files get installed into PREFIX/etc/newsyslog.d: acme.sh and acme.sh.sample
-
domlaut
I would expect that to only be one file, in PREFIX/etc/newsyslog.conf.d, and for it to be named acme.sh.conf.sample (as .conf is required)
-
domlaut
and then for cron, you get a file in PREFIX/share/examples/acme.sh/acme.sh-cron.d, and the same file in PREFIX/etc/cron.d/acme.sh
-
meena
-
VimDiesel
Title: FreeBSD / src / b39df8fe2d85847497684b427a1b9c2908c4a576 - FreshBSD
-
dch
morsing: what does ‘zpool show bootfs $pool’ show
-
dch
shouldn’t set vfs mountfrom these days
-
domlaut
dvl: alternatively the newsyslog sample should also go in PREFIX/share/examples, as the cron file does. I'm not sure what the best practice here is.
-
dvl
domlaut: Thanks
-
domlaut
dvl: you want a patch then or will you take care of it? :-D
-
dvl
domlaut: For newsyslog, it's building now. The testport is doing a full build of all dependencies
-
domlaut
cool, great
-
dvl
The only change is newsyslog.d -> newsyslog.conf.d
-
domlaut
dvl: in that case do you think its worth mentioning in pkg-message.in that the installed file needs to end with .conf
-
domlaut
currently it says "A newsyslog.conf sample file is installed at %%PREFIX%%/etc/newsyslog.d/acme.sh - you must modify it by at least uncommenting the line"
-
domlaut
(you also need to rename it to something ending in .conf, acme.sh will not work)
-
domlaut
nor will the default cron file for that matter - you'll find a (*system*) PARSE (bad username) in /var/log/cron with the default installed.
-
domlaut
(if you just uncomment the line in etc/cron.d/acme.sh,)
-
dvl
Adding an upgrade message to pkg-message
-
dvl
Added acme to crontab file
-
dvl
I think the existing cronjob was meant to be installed under the acme user - so when it was also used as the cron.d entry, it failed.
-
dvl
-
VimDiesel
Title: acme.sh updates · GitHub
-
domlaut
dvl: is it /usr/local/etc/newsyslog.conf.d/acme.sh.sample or /usr/local/etc/newsyslog.conf.d/acme.sh.conf? install says one, upgrade another :-D
-
domlaut
(or both?)
-
dvl
fixing
-
dvl
domlaut: please reload that url
-
domlaut
ok so you *are* installiing a commented-out .conf file instead of a .sample file. okay
-
dvl
domlaut: I agree, we should not install to /usr/local/etc.cron.d - that file needs local mods. and an upgrade would overwrite it. No such thing as a .sample file in that directory
-
dvl
domlaut: yes, it goes in as a commented out .sample file
-
domlaut
now I'm confused
-
domlaut
first because as of right now two files get installed (one ending with sample, another not) and the install file in the gist doesn't say it's a .sample file, but a .conf file
-
dvl
domlaut: Agreed. and you don't edit the .sample file.
-
domlaut
as for the upgrade file, the old location(s) were /usr/local/etc/newsyslog.d/acme.sh and /usr/local/etc/newsyslog.d/acme.sh.sample, not /usr/local/etc/newsyslog.d/acme.sh.conf
-
dvl
Oh, and it says copy, no need to copy
-
dvl
^ ignore that. wrong file.
-
domlaut
ok so just to confirm, two identical files are installed, one .conf, one .sample.conf
-
dvl
Correct
-
domlaut
sorry .conf.sample
-
domlaut
great
-
dvl
That's the function of @sample in pkg-plist
-
dvl
Next task, make sure cron.d file is not installed to /usr/local/etc/cron.d
-
domlaut
great, in that case just update the upgrade file to reference that previously /usr/local/etc/newsyslog.d/acme.sh and /usr/local/etc/newsyslog.d/acme.sh.sample we installed
-
domlaut
because it wasnt acme.sh.conf and acme.sh.conf.sample
-
domlaut
it was missing the .conf
-
domlaut
s/we installed/were installed
-
dvl
I think the upgrade message should mention "%%PREFIX%%/etc/newsyslog.d/acme.sh" and "%%PREFIX%%/etc/newsyslog.conf.d/acme.sh.conf" - not .sample. The @sample macro will always overwrite any existing acme.sh.conf.sample but will only create acme.sh.conf if it does not already exist.
-
domlaut
yeah fair enough
-
domlaut
as long as it doesn't reference acme.sh.conf that didn't exist previously and only exists now
-
dvl
OK, working on non-install to /usr/local/etc/cron.d/
-
dvl
So I've spent the past five minutes modifying the wrong ports tree, and wondering why my changes were not reflected in my testport...
-
domlaut
and, why werent they? :-D
-
dvl
domlaut: Please reload the URL - below the pkg-message bit, the first part now has details of the install files.
-
domlaut
dvl: seems right. I'd leave the cron file to be commented, though
-
domlaut
so the SHELL, MAILTO and actual cron line
-
dvl
domlaut: Why? It gets installed only to /usr/local/share/examples/acme.sh/acme.sh-cron.d ... not to an active cron.d directory
-
domlaut
because you don't need to think about configuring MAILTO and SHELL, those are totally optional
-
dvl
domlaut: I wanted to not install to cron.d because it has no concept of a sample file, everything gets run. Future pkg upgrades would overwrite that file.
-
domlaut
I agree about not installing it
-
dvl
domlaut: Yes, they are optional. So you think comment out only mailto and shell?
-
domlaut
that would work too, absolutely
-
dvl
OK, I think we're ready to commit
-
domlaut
woohoo! thanks dvl, hope this'll help future newcomers using acme
-
dvl
done
-
morsing
dch: I don't have that option, did you mean zpool?
-
luna_
-
VimDiesel
Title: CrystalBSD: "We have some exciting news to share with you! We …" - Fosstodon
-
gzar
hello folks, anybody have any luck running the gamecube dolphin-emu emulator?
-
» meena points luna_ at a calendar
-
telgareith
You can still bypass root password of a system with single user mode or booting from a live cd in freebsd, right?
-
debdrup
telgareith: sure, but it's true for anything that doesn't have FDE, that you can bypass its authentication if you have physical access
-
drobban
Anyone who has the timetable for when the FreeBSD foundation is ready to launch the new IIS driven site?
-
xtile
heh
-
drobban
-
VimDiesel
Title: About the Foundation | FreeBSD Foundation
-
xtile
I do know about the foundation.
-
xtile
A little.
-
xtile
Not very much, admittedly.
-
morsing
Wow - booted from a live USB stick, renamed zroot to zold and the new zpool to zroot. Booted up but the ative zpool is now zold. /boot/efi is mounted on the new disk though. So clearly, the EFI image, or kernel, or something else, points physically to the old disk, not the zpool name.
-
morsing
I think I just have to re-install, not worth messing with a migration.
-
drobban
morsing: why?
-
drobban
=)
-
drobban
what have happened XD
-
morsing
drobban: It imports/mounts the old zpool, no matter what I do.
-
drobban
morsing: im no expert in zfs, but it sounds like a broken conf to me.
-
morsing
drobban: But where?
-
gzar
so nobody has issues with dolphin? just me?
-
debdrup
since that's not what you asked the first time around, you might wanna describe the issue you're having.
-
gzar
well im just not getting anything to render, it just an empty window when i run anything
-
debdrup
that'll give someone who has a clue a chance to help, as opposed to just asking for someone :)
-
gzar
sorry, kernel crash
-
meena
gzar: got a crashdump?
-
gzar
sadly no, still cant get my kernel to do that, working on it
-
drobban
morsing: well... Lets assume that knowing the answer to that question is one of the things to why Im no expert in ZFS =D just started using freebsd and zfs a month or so ago =)
-
drobban
morsing: any thing is certain, the system wont do shit without instructions.
-
yuripv
-
VimDiesel
Title: drm-kmod/linux_fb.c at 727cf70f4ec5bd7a17b32a1ac605e4689e2d5bf4 · freebsd/drm-kmod · GitHub
-
meena
yuripv: hmm?
-
yuripv
meena: "fb_bpp not set, setting to 8\n" followed by fb_info->fbio.fb_bpp = 32;
-
meena
ah, cute
-
meena
i love when the comments (or in this case debug output) and the code disagree
-
doug713705[m]
Hello, the quarterly VScode package version for FreeBSD 13 is 1.70.2_3 and there is no version available for latest. However even if the quarterly VScode package version for FreeBSD 12 is the same, the latest VSCode package version for FreeBSD 12 is 1.76.2.
-
doug713705[m]
How to know why ? Is there any problem encountered in building VSCode 1.76.2 for FreeBSD 13 ?
-
skered
Appears it's because of electron19 being blacklisted.
-
doug713705[m]
where/how did you find this information ?
-
meena
freshports?
-
doug713705[m]
yes but where in freshports ?
-
doug713705[m]
I can't find this info
-
meena
anyway, the electron thing was fixed today? or yesterday?
-
skered
FreeBSD secret ssshhhh
-
meena
so it should be back real soon now
-
» meena kicks skered secretly under the table
-
doug713705[m]
After 25 years on Slackware II migrated recently to FReeBSD. I really would like to be as autonomous as I am with Slackware (and Linux in general)
-
skered
doug713705[m]: I'm not sure if freshports know it but look at poudriere dashboard at
pkg-status.freebsd.org
-
doug713705[m]
So many thing to learn but 'I'm not as young as I was
-
meena
-
VimDiesel
Title: 270565 – electron* ports are blacklisted from the build
-
doug713705[m]
skered, meena Thanks
-
skered
doug713705[m]: I'd recommend getting poudriere-devel and hope you can pull down binary deps and minimize your rebuild of vscode.
-
doug713705[m]
I'm not enough confident to mix package source and, for now, I prefer to stick to binary package from pkg only
-
skered
Assuming you can build it locally.
-
skered
Yeah, it can be a little tricky handling multiple pkg sources.
-
doug713705[m]
I'm using FreeBSD for only 5 months and still have some WTF moments (even if the migration from Slackware was pretty smooth)
-
skered
How old is 1.70? 1.77 is the latest?
-
doug713705[m]
I'm waiting for 13.2 to migrate my laptop. So my desktop is my sandbox
-
skered
~1 year it appears.
-
doug713705[m]
1.70 is pretty old, august 2022
-
doug713705[m]
which is old for vscode
-
doug713705[m]
and some plugins won't install on 1.70. Our world is crazy. Everything is fastly deprecated / removed
-
skered
I like the idea of using it thru a brower. I know eclipse had... Chi? And maybe there was another third-party that did the same.. I see MS has a MS provided one now (long time?).
-
skered
Does the web insterface need electron?
-
skered
Might be a possible method if not?
-
doug713705[m]
I don't like this idea. The all in a browser thing in general
-
skered
Yeah, less features and plugins. Oh well.
-
doug713705[m]
and updates forced to you, etc.
-
doug713705[m]
It's also an easy way to facilitate usage of proprietary software (i.e: Please use our "free as in free beer but not in free as free speech" online software).
-
doug713705[m]
I'm not absolutely against proprietary software but I tend to avoid them when I can.
-
parv
Some time ago I realized error my ways of ZFS pools renamed "seemingly" without me knowing. The error was of "zpool import -f one other" thinking that would force-import pools named "one" & "other".
-
parv
(Needless to write that renamed "one" to "other")
-
parv
Is anyone watchig|attending Asia BSD Con,
2023.asiabsdcon.org/program.html.en ?
-
VimDiesel
Title: AsiaBSDCon 2023 - Conference Program
-
RoyalYork
parv, i was planning on going to BSDCan until i heard they were enforcing a masking mandate