-
CrtxReavr
Which package contains perl module IPC::Run ?
-
rtprio
probably devel/p5-IPC-Run
-
CrtxReavr
Thanks - found it in the ports tree with a 'make search'
-
CrtxReavr
I need some grep help. . . trying to follow instructions with: grep -Po '(?<=,)[a-f0-9]{64}\s*$'
-
CrtxReavr
Which I presume is Gnuish. ..
-
ek
CrtxReavr: Maybe you're looking for -E or -e instead of -P since that is definitely GNU-ish.
-
ek
The -o should be fine, though.
-
mvee
are you trying to extract hashes or something else?
-
» CrtxReavr found pcre2grep in ports.
-
ek
That'll also due.
-
pjs_
Any issues with upgrading from 12.2 directly to 14.2? I think I've done 2 versions before without issues but figured I'd ask before I start lol
-
vkarlsen
Should be fine, I've skipped versions several times. But pay attention to bootcode before upgrading your zfs pool (if applicable)
-
pjs_
gotcha, thanks!
-
clapont
hi, everyone! I wish you a merry Happy Christmas! :-)
-
dansa
What's the relationship between CUPS and /etc/printcap? Should I set up my Brother HL-L2360DW in /etc/printcap or should I ignore it completely and set it up with CUPS?
-
dansa
The handbook suggests I could use /etc/printcap without CUPS. So it seems there's the native /etc/printcap and there are others such as CUPS.
-
dansa
Any recommendations? I'm running the latest FreeBSD and my printer is the Brother above.
-
dansa
It's a network printer.
-
yamada
would you run freebsd preferable on lattepanda sigma or lattepanda 3 delta
-
Nicholaus04
Howdy, folks!
-
Nicholaus04
And yes, i'm actually connected to libera.chat, using Unreal Tournament 99's IRC client, running on a Debian chroot, that's running via Linuxulator.
-
Nicholaus04
It's as weird(And stupid) as your gonna get.
-
jauntyd
:)
-
jauntyd
it works!
-
Nicholaus04
Yep!
-
jauntyd
refreshing to see someone doing something different, imo
-
Nicholaus04
Also, the version of Debian that the chroot is based on is Bookworm.
-
Nicholaus04
Though for extra stupid points, i might as well try connecting to Team17's WormNET IRC via UT99's IRC.
-
Nicholaus04
Though, the problem is UT99's IRC doesn't support supplying a PASS (Which WormNET needs), so i can't connect.
-
dansa
I see my lpr is actually a CPUS program. It tries to talk to the CUPS daemon. It doesn't even read /etc/printcap. So it seems to me that the old lpr is gone. Or was it gone because I installed CUPS if I did? Could I remove CUPS? I tried and it said it would remove emacs and firefox, but I need these.
-
dansa
Any advice?
-
Nicholaus04
It's mostly because firefox needs it for printing support.
-
Nicholaus04
If it was removed, the libraries for such support would be gone, (Supposedly) borking firefox.
-
Nicholaus04
AKA: No soap. :<
-
dansa
What crossed my mind is that perhaps if I remove CUPS, I would get back the older lpr. But I've no idea. I'm just guessing and speculating.
-
dansa
I have to decide whether I try to set things up for CUPS or go some older method.
-
dansa
/go for/
-
vdamewood
dansa: What do you get from `which lpr` with CUPS installed?
-
dansa
vdamewood: I get /usr/local/bin/lpr
-
vdamewood
dansa: Does /usr/bin/lpr exist?
-
dansa
It does!
-
dansa
Looks like you figured it out!
-
dansa
So, yeah, I'm likely using the wrong one.
-
dansa
Thanks! I'm now able to print text just fine.
-
jemius
What the manual calls "slices" is effecitvely a way to create single pool from several hard drives, isn't it? I mean, without mirror features or RAID
-
jemius
-
vdamewood
jemius: No. A slice is a subdivision of a fixed drive. Basically it's what everyone else calls a partition.
-
vdamewood
In the BSD world, disks can be divided into slices, and slices can be divided into partiions.
-
jemius
vdamewood, alright. So what do I want if I just want to "merge" two disks for a ZFS pool, without redundancy?
-
CrtxReavr
jemius, just throwing your discs in the trash would be less work.
-
dansa
:)
-
dansa
Reading the manual of enscript (from enscript-a4) I understand that it supports lots of encoding but not UTF-8, sadly.
-
vdamewood
jemius: I have no Idea. I don't use ZFS or multiple disks.
-
uskerine
Hi, I just changed the window manager to mwm so I launch the system with startx. However I noticed that by default the X server is not listening on port 6000. I want that as I redirect X11 applications in another LAN server. Where/How shall I touch?
-
uskerine
(I already checked the Handbook without success)
-
uskerine
hi again, not sure if anyone answered the question on Xorg listening on tcp
-
uskerine
if not, at least, where in the forum shall I post?
-
CrtxReavr
uskerine, have you indeed confirmed that your X server isn't listening, or is your sshd not configured to allow X11 tunneling? Or maybe your client not configured to do it?
-
uskerine
My X server is not listening, checked with netstat -an | grep LISTEN. Why sshd is involved here? I do not want to involve sshd, it is the old plain good TCP X11 forwarding
-
uskerine
everything was working before but I was using CDE, I do not recall what I touch (that uses dtlogin though)
-
uskerine
so I just need where to find the configuration file
-
spmzt
Hi, I want to update a patch for a revision in reviews.freebsd.org. but when I choose to update diff, It only allow me to create new revision. What should I do?
-
uskerine
-
CrtxReavr
uskerine, you really don't want ot use "old plain good TCP X11 forwarding."
-
CrtxReavr
Would you use telnet?
-
uskerine
rlogin
-
CrtxReavr
You see, that's exactly my point. .
-
uskerine
Yes I do want to use that, it is a LAN environment and it is convenient
-
CrtxReavr
ssh was actually designed from the start as a drop-in replacment for rlogin. . . the orignal name of the binary is 'slogin' and it uses most of the same syntax. . . I'll bet you'll find it's still hard-linked to that name of your FreeBSD installs.
-
uskerine
I am rebooting to do a test
-
CrtxReavr
-
uskerine
so I modified /usr/local/bin/startx to include -listen tcp as defaultserverargs, but I am wondering if that is the expected way to do it when you want to specify server arguments
-
uskerine
I guess it is not, since that shall be modified once you upgrade the system ?
-
CrtxReavr
BTW, if you're finding the enryption overhead of tunneling X11 over ssh is impactful, then you can try adding a -C to your ssh command to enable compression.
-
uskerine
Thanks CrtxReavr that is an interesting trivia on ssh history. I know ssh but in LAN environment rlogin and plain DISPLAY forwarding is easier to me
-
uskerine
Even if you do not find the question appropiate (I do not see why, but anyway), the question stands in its general form. How in FreeBSD 14 do you specify a default argument when launching Xorg, which file shall be modified?
-
CrtxReavr
Should be a setting in Xorg. . . I feel like it used to be turned on by default, at least for local host.
-
uskerine
defaultserverargs="-listen tcp"
-
uskerine
I modified that line to /usr/local/bin/startx, but modifying a file in /usr/local/bin does not seem right
-
uskerine
now it works, but I guess if the package containing that file is updated, my change will be lost
-
CrtxReavr
-
uskerine
I will try that thanks
-
CrtxReavr
Look for an option in /etc/X11/xorg.conf
-
CrtxReavr
Been a while since I had a FreeBSD workstation.
-
uskerine
I actually tried before but with X not Xorg and I got a weird long time to launch
-
uskerine
I am going to try now
-
uskerine
I actually want this to launch X programs from jails in a server located in the same room
-
CrtxReavr
If it works, and is just delayed, then I'd look at DNS issues.
-
uskerine
that is why rlogin is easier than sshd
-
CrtxReavr
Though. . . I would still strongly advise against NOT tunneling X11 over ssh. . . you should always defend in-depth.
-
uskerine
well, it is me and my cat here. Not that much to defend
-
CrtxReavr
Hey. . . you do you. . . that attitude keeps me in a job, so thanks!
-
uskerine
same weird 10 seconds delay, that does not happen when modifying the startx directly
-
uskerine
anyway I prefer that , I keep the workstation session opened for days
-
CrtxReavr
BTW, to enable your X11 server for use on a workstation, look at the ttyv8 line in /etc/ttys
-
CrtxReavr
Typing 'startx' is for losers. If you're going to use X, then use X.
-
uskerine
you are expected to put a login manager there
-
CrtxReavr
Indeed.
-
CrtxReavr
I think Xorg installs xdm by default. . . you can also modify it to use whatever login manager your chosen DE includes.
-
CrtxReavr
Looks like xdm is now installed by ports/x11/xdm
-
uskerine
exit
-
zip
my machine is running a load average of 0.00, sitting there toasty warm, occasionally having network cutouts. I've been trying to get it to do some funky ipv6 routing and enabling a couple jails, but turning everything back off doesn't seem to fix things. Does anyone have any suggestions for next debugging steps?
-
zip
Nothing seems to show up on a serial terminal for either iftop or top