-
jb1277976_
Is there a good email client or something that i can use to read the mailing list? and all the archives?
-
llua
neomutt
-
jb1277976_
llua: guessing only for desktop?
-
jb1277976_
Question. I'm reading the handbook right. And I'm reading about building world custom kernels etc.. is the default kernel good or do i need to make a custom kernel or build world?
-
jmnbtslsQE
jb1277976_: the normal kernel is usually fine
-
jb1277976_
Thanks jmnbtslsQE
-
jb1277976_
This is for anyone, i built my drivers for my printer right. i then installed cups. put the cups path in rc.conf but and i went to print a test page and nothing. i tried it twice. any ideas?
-
jb1277976_
Is there a log i can look at?
-
jb1277976_
stopped
-
jb1277976_
"Filter failed"
-
jb1277976_
^
-
angry_vincent
try printing with simple nc
-
angry_vincent
( if printer allows )
-
angry_vincent
nc ip-adress-of-printer 9100 < file-to-print
-
angry_vincent
9100 is port
-
angry_vincent
i find cups to be an abomination but i digress
-
psionic
dsadsadas
-
psionic
irc unbroke :D
-
psionic
couldn't give a rats ass about the licensing get that Raspberry pi zero w support fully working so I don't have to install linsucks
-
psionic
we should rebraind the linsucks logo from the penguin to a big stinking fat black penis and rename it to systemd-INUX
-
psionic
ahh i just noticed it even have the word "inu" in it so we should make a shitcoin called linux-inu from it thats pretty much that pile of dogshit operating system is good for
-
fragcula
Whats a good way to backup some system dirs? cp -r seems to skip some folders (mainly ~/.ssh and /etc/ssh)
-
fragcula
Can't get dump working either :(
-
NerdyMcNerdface
fragcula: For a general filesystem I suggest rsync. If the filesystem itself, like zfs, has support for snapshotting and distribution or snapshots, I'd aim for using those if applicable for your use case.
-
NerdyMcNerdface
rsync -va <source_dir> <dest_dir> will include basically everything, including .-prefixed files and dirs
-
NerdyMcNerdface
The skipping of /etc/ssh sounds a bit strange. I've never spotted anything in there that would be excluded by cp.
-
grahamperrin
<koobs> "only time you need a reboot is..." <- If I'm not mistaken, very recently I found it necessary to go beyond `reboot -r` for a network-related change in `rc.conf` to take effect. NOAUTO
-
grahamperrin
I had to, like, `shutdown -r now`
-
yuripv
what is needed other than restarting netif and routing?
-
Reinhilde
foof
-
Reinhilde
yuripv, what was this about "one does not set up qmail"
-
grahamperrin
yuripv: in retrospect, it might have been dhclient-related.
-
grahamperrin
-
VimDiesel
Title: Discord
-
yuripv
Reinhilde: see, qmail made you misidentify the person you wanted to ask that question
-
Reinhilde
yuripv, beep boop?
-
Reinhilde
Ah, for Remilia as well as yourself yuripv.
-
angry_vincent
kevans_: any updates on your dragonflybsd synth port to freebsd?
-
poisone
щ/
-
kevans_
angry_vincent: I haven't had time to get back to it in a while, unfortunately
-
angry_vincent
heh :)
-
angry_vincent
kevans_: is there any specific dragonfly things?
-
kevans_
I don't recall much, beyond the config having dflyisms
-
angry_vincent
i see
-
poisone
i
-
jb1277976_
Anyone here use neomutt?
-
meka
jb1277976_: I do
-
jb1277976_
meka: I want to use it because of the mailing list but I remember mitt very hard to setup. Hoe is the setup for neomutt?
-
jb1277976_
Mutt was*
-
meka
jb1277976_: neomutt is mutt with some features and none of them are about setup, so I would say it's the same
-
jb1277976_
meka: Thanks
-
jb1277976_
anyone ever seen this error when printing "stopped
-
jb1277976_
"Filter failed"" ?
-
jb1277976_
there are some hits on google but nothing really reated to freebsd
-
jb1277976_
im still googleing
-
Yukiteru
jb1277976_: error? what app??
-
jb1277976_
here is the error log
termbin.com/mifl
-
jb1277976_
Yukiteru: cups main website. i added the printer then hit print test page
-
Yukiteru
jb1277976_: ok, in that case, the error is for bad filter/driver for your printer
-
Yukiteru
what printer model is??
-
jb1277976_
-
VimDiesel
Title: FreshPorts -- print/epson-inkjet-printer-escpr2: Epson Inkjet Printer Driver 2 (ESC/P-R) for Linux
-
jb1277976_
wonder why its not working
-
Yukiteru
jb1277976_: this filter require linuxulator
-
jb1277976_
Yukiteru: how did you find that in the log? i need to learn how to read this stuff
-
Yukiteru
jb1277976_: in the freshport page is indicated
-
jb1277976_
hmm
-
Yukiteru
jb1277976_: this package is for linuxulator
freshports.org/print/linux-c7-cups-libs
-
VimDiesel
Title: FreshPorts -- print/linux-c7-cups-libs: Common UNIX Printing System libraries
-
Yukiteru
install and configure linuxulator, install all dependencies in runtime, reboot system and test again
-
Kalten
Under “Dependencies”
-
jb1277976_
Aw
-
Yukiteru
Kalten: correct :)
-
jb1277976_
Nice attention to detail
-
jb1277976_
You can tell this is my first time on a bsd :P
-
Yukiteru
jb1277976_: not problem, work in linuxulator config and dependencies and test again
-
jb1277976_
Yukiteru: i didn't see the linuxulator where did you get that?
-
Kalten
I think, he means the linux emulation:
freshports.org/emulators/linux-c7
-
VimDiesel
Title: FreshPorts -- emulators/linux-c7: Meta-port for all things CentOS 7.9.2009
-
Kalten
-
VimDiesel
Title: Chapter 10. Linux Binary Compatibility | FreeBSD Documentation Portal
-
Kalten
VimDiesel: twice at the same time ;-)
-
Kalten
Ah: VimDiesel is a bot…
-
jb1277976_
Kalten: so enable linux start it then try to print again? should i reinstall cups? and the driver for the printer?
-
Kalten
Reinstallation will not be necessary, I think. I have allways rebooted the system after all these steps (linux_enable="YES"—see 10.2; linproc etc.—see 10.5 there)
-
jb1277976_
So my laptop froze and i had to hard restart it by pressing the power button. i deleted printer and re-added it and it's working now
-
jb1277976_
so wierd!
-
Kalten
jb1277976_: hmmm: interesting. You had only mounted the linproc etc and startet the linux service by hand, and than the system got stock?
-
Kalten
stuck?
-
jb1277976_
something got stuck. i did su - then it said password and it froze
-
Kalten
Interesting. Well: I hope, it will work now like a charm :-)
-
jb1277976_
yea
-
jb1277976_
i'm loving freebsd. been on it for a solid day
-
Kalten
I can not even remember my beginnigs on freeBSD: it was at my university, that I do know, and IRC was part of it right in the beginning :-}
-
jb1277976_
coming from a windows / debian / gentoo / arch background
-
Kalten
(I am old:) DOS, Win3.* Win95, SuSE-Linux, FreeBSD
-
jb1277976_
Kalten: remember dosshell?
-
jb1277976_
:P
-
Kalten
hmmmm… you mean command.com?
-
jb1277976_
-
VimDiesel
Title: DOS Shell - Wikipedia
-
Kalten
COMSPEC=command.com (Blasphemy in #freebsd)
-
jb1277976_
lol
-
Kalten
no, I did use nc (Northon Commander), and in Win95++ TotalCommander? in Linux/freeBSD mc (
freshports.org/misc/mc)
-
jb1277976_
Wow you been on unix/linux like system for a long time
-
Kalten
since 1995 using FreeBSD (in the beginningh at the university only)
-
jb1277976_
Mate is so ugly lol
-
Kalten
!man date
-
VimDiesel
date(1) - display or set date and time
freebsd.org/cgi/man.cgi?query=date
-
jb1277976_
Kalten: mate the desktop, im looking for a good window manager or desktop env. somethign that my wife can come to and just use. of course i have virtualbox running windows for her. need something for my self cinnamon is out of the question
-
Kalten
-
VimDiesel
Title: FreshPorts -- x11-wm/fvwm3: F? Virtual Window Manager
-
Kalten
Well to configure, but not easy to configure. I like fvwm, but many do not.
-
Kalten
KDE maybe?
-
jb1277976_
haven't given kde a second thought since the 90's when it sucked hard 0_o
-
jb1277976_
or early 20's
-
vkarlsen
There've been some changes since then
-
jb1277976_
yea the youtube videos of kde look really nice
-
Kalten
-
VimDiesel
Title: FreshPorts -- x11/kde5: KDE Plasma Desktop and Applications (current)
-
jb1277976_
i'll give it a shot
-
Kalten
I think, that one could be the latest?
-
jb1277976_
looks complicated lol
-
jb1277976_
The process will require 4 GiB more space. 2 GiB to be downloaded
-
Kalten
KDE allways was and allways will be huge!
-
Kalten
But fvwm is not to everyones taste :-)
-
V_PauAmma_V
There are solutions in-between those. Just sayin. :-)
-
Kalten
;-)
-
Kalten
-
VimDiesel
Title: FreshPorts -- x11-wm
-
Kalten
I think, some people liked
-
Kalten
-
Kalten
-
VimDiesel
Title: FreshPorts -- x11-wm/afterstep: Window manager originally based on the Bowman NeXTstep clone
-
Kalten
-
Kalten
-
Kalten
-
VimDiesel
Title: FreshPorts -- x11-wm/enlightenment: Artistic and fast X window manager
-
Kalten
-
VimDiesel
Title: FreshPorts -- x11-wm/fluxbox: Small and fast window manager based on BlackBox
-
VimDiesel
Title: FreshPorts -- x11-wm/fvwm3: F? Virtual Window Manager
-
VimDiesel
Title: FreshPorts -- x11-wm/windowmaker: GNUstep-compliant NeXTstep window manager clone
-
VimDiesel
Title: FreshPorts -- x11-wm/xfce4: Meta-port for the Xfce Desktop Environment
-
jb1277976_
Thanks Kalten
-
debdrup
Use a pastebin.
-
koobs
morning
-
koobs
grahamperrin: re network related change, try service netif restart next time
-
koobs
it 'should' be addressing all network related changes (modulo loader changes)
-
koobs
ive seen it bork in certain states with respect to dhcp leases/etc
-
koobs
but, it should work the majority of the time
-
koobs
and if not, and its possible (at runtime), its a bug
-
grahamperrin
`service netif restart` rarely works for me. I usually find myself using some weird combination that involves deprecated /etc/netstart
-
grahamperrin
I don't doubt that networking is great for Netflix and many other use cases, but for me it's probably the worst aspect of FreeBSD.
-
» grahamperrin used Macs for decades prior to anything FreeBSD-based.
-
jb1277976_
Sup koobs
-
koobs
jb1277976_: how are you
-
koobs
grahamperrin: would be good know how/when/where/why it doesnt work
-
koobs
'raw' networking is fine, its our level of integration/polish/qol/ux for networking that isnt fantastic
-
yuripv
OTOH, if you'll even try to suggest some kind of persistence and "better" UI, you'll get beaten on the mailing lists, so it stays the way it is :)
-
jb1277976_
koobs: we talked about this but didn't get it. If I'm on current and I see something get fixed via bug website and they pushed it to the repos I can download or pull from gif or pkg install it and I will have that fix right?
-
jb1277976_
Are pkg and ports updated together or separate?
-
yooey
I'm relatively new to FreeBSD. How do I set up paths for my shell?
-
yooey
I'm having trouble getting pip to work correctly
-
koobs
jb1277976_: you would update current (src), and build kernel and/or world
-
koobs
depending on where the change was localized to
-
koobs
you can often just rebuild/reinstall isolated components only
-
koobs
jb1277976_: packages are build *from* ports
-
koobs
ports get changes, packages are rebuilt on a certain cadence
-
koobs
for latest branch, its usually an increment every couple of days (building only port updates since last build)
-
koobs
quarterly is less frequent i believe
-
koobs
quarterly (packages)
-
koobs
yooey: heya, going to need more info to help :)
-
koobs
yooey: nothing special for PATH setup for your user/profile/shells
-
koobs
whats the issue?
-
yooey
I want to add a directory to my path but I don't know how the shell in freebsd works or what file to edit to do this
-
yooey
I just know its not bash so I assume it doesnt work like bash
-
koobs
broadly speaking, there's nothing freebsd specific (beyond posix'ey stuff), so .profile files, shell startup files (.zshrc for example) which are shell dependent
-
Kalten
whos schell? root? the system itself? your own?
-
yooey
my user
-
rwp
yooey, What does this say? echo $0
-
yooey
sh
-
yooey
im using the default shell
-
Kalten
there are multiple shells. which one is yours? You could use “chsh” to see it
-
rwp
If using sh then put PATH=$PATH:/whateveryouwanttoadd into the .profile file.
-
skered
Can you do nfsv4 with zfs-share/zfsprops sharenfs?
-
Kalten
you can find it /etc/passwd too
-
rwp
PATH is always an exported variable and does not need to be explicitly exported.
-
rwp
After doing this source the file to load the new value. . ./.profile
-
rwp
The next time you log out and log back in again it will take effect.
-
rwp
yooey, Are you running X? Or is this on the text vt console?
-
koobs
yooey: whats the issue with pip, and are you using ports/packages pip, or pip from pypi in --user or virtualenv?
-
yooey
I'm running X and using xterm
-
yooey
its installing packages in a folder thats not in path, this should fix the problem
-
rwp
What window manager? Something like XFCE?
-
yooey
WindowMaker
-
rwp
How do you start X? "exec xinit"? Or do you log into an X Display Manager?
-
koobs
yooey: with venvs/virtualenvwrapper PATH/PYTHONPATH is handled transprently, which motivates my questions
-
yooey
just with startx
-
rwp
Then what I said about .profile will be okay. If logging in with an xdm then that PATH setting also needs to go into ~/.xsessionrc file too.
-
yooey
I am using pip from packages
-
koobs
yooey: and your pip command, as --user or #/root ?
-
yooey
ill remember that last part for whever i stop being too lazy to configure xdm
-
koobs
yooey: whats the thing thats not 'seeing' the things at the path you want, and whats the path you want it to see ?
-
yooey
~/.local/bin
-
koobs
are you installing stuff there with pip --user (or venv/venvwrapper), or is that path 'custom' / manually setup ?
-
koobs
yooey: and what/where is the python thing not seeing the thing in ~/.local/bin ?
-
yooey
im just using pip install packagename
-
koobs
yooey: as root or user?
-
yooey
as my local user
-
koobs
gotcha
-
yooey
not root cuz thats bad
-
koobs
quite :)
-
koobs
So what youll want to do is venv/virtualenvwrapper to create venvs that inherit from system site packages
-
koobs
so that the venvs inherit (see) system packages
-
yooey
I added what i needed to my path, do i need to log out ad log i again
-
koobs
and you dont need to do the PATH hacks
-
koobs
you can either resource the profile/shell startup, or login again
-
jb1277976_
koobs: I got ports set to the latest out pkg one of them
-
yooey
It worked
-
yooey
Yeah that was as straightforward as I expected it to be but I wasn't sure if there were any gotchas
-
koobs
-
VimDiesel
Title: virtualenvwrapper 4.8.5.dev15 — virtualenvwrapper 4.8.5.dev15 documentation
-
koobs
there's lots of gotchas
-
koobs
and pain :)
-
yooey
there are worse things
-
yooey
I've had much much much more pain on NetBSD
-
koobs
and its not a freebsd thing, its a PATH/python/import thing
-
yooey
no offese to NetBSD
-
koobs
If/when youre ready or have questions or need help setting up standard ways (to ebenfit from system packaging, whilst also doing what python ecosystem wants you to do for good UX/DX), hit us up in #freebsd-python
-
koobs
<-- freebsd/python team, so hit us up anytime
-
yooey
I appreciate the informatio
-
yooey
I appreciate the help
-
rwp
I find it annoying that python now simply assumes that PATH contains ~/.local/bin as a standard by fete accompli.
-
jb1277976_
So I do need to build world once in a while or when new things get implemented
-
koobs
jb1277976_: operating systems dont update themselves, but youre not required to update
-
koobs
but generally, one wants to (at some cadence suitable to you), falling too far behind (~months+) can make upgrades harder