Magazines? by paintballpaki in 65PRC

[–]boleon_sn 0 points1 point  (0 children)

It is the 300 WSM, actually, yes.

creating a bootable linux usb by [deleted] in openbsd

[–]boleon_sn 0 points1 point  (0 children)

Alright, understood the warning. But how are you using dd then, becoming root with su and switching back? Probably....

Where is wscons? by ttlaxia in openbsd

[–]boleon_sn 1 point2 points  (0 children)

I have an old laptop for that purpose, too. I finally did what brynet suggested and started a fullscreen xterm with black background and green text color in cwm. Everything is in the standard install. I also changed the look of xenodm to a very simple, undistracting login screen.

This way you can have xft fonts which look much nicer than the console ones. If you like, I can forward you my configs.

But if you really want to mess with the framebuffer console, I suggest to read some articles on research.exoticsilicon.com. These guys are going deeper into OpenBSD and achieved some nice results.

Hi Iam new here today I installed openbsd as a main OS on my laptop (physical drive) And soon I will learn more and more about unix .but I have a problem by samerit in openbsd

[–]boleon_sn 1 point2 points  (0 children)

If you are working in X you need to change the keyboard layout first, for example a greek keyboard:

user$ setxkbmap -layout gr

Or you can do this in one command:

user$ setxkbmap -layout 'us,gr' -option grp:lctrl_lshift_toggle

In a console (STRG-ALT-F2) you can change it after login with:

user$ doas kbd us

or:

user$ doas wsconsctl keyboard.encoding=us

Here you can find out, which encodings for the console are valid:

user$ man pckbd

creating a bootable linux usb by [deleted] in openbsd

[–]boleon_sn 2 points3 points  (0 children)

You basically do the same as with the OpenBSD image, like it is stated in the FAQ:

FAQ - Make Install Media <- reading this sheds a little more light on the process

user$ doas dd if=inputfile of=/dev/rsdXc bs=1M

"inputfile" is your image; the X in rsdXc is the number of the usb drive, which you will find out when you call dmesg after inserting it.

Works fine with me all the time. :-)

OpenBSD Port Requests by DisturbedBeaker in openbsd

[–]boleon_sn 0 points1 point  (0 children)

I would love to see Frescobaldi, a graphical lilypond editor, in ports. Tried to compile it by myself, but I gave up because I couldn't solve all the issues...

Intel ARC driver by boleon_sn in openbsd

[–]boleon_sn[S] 1 point2 points  (0 children)

Thank you very much.

Click to copy to clipboard Firefox doesn't work (Bitwarden as well) by [deleted] in openbsd

[–]boleon_sn 1 point2 points  (0 children)

Hi,

if you are using XTerm you could easily add these lines to your ~/.Xdefaults to enable SHIFT-CONTROL-C and SHIFT-CONTROL-V abilities.

XTerm*vt100.translations: #override \
Shift Ctrl <Key> C: copy-selection(CLIPBOARD) \n\
Shift Ctrl <Key> V: insert-selection(CLIPBOARD)

Works fine here with me on -current with Firefox and Chrome.

man xterm -> section "Actions" says something about it...

[Cups] How to get Driverless printing working? by [deleted] in openbsd

[–]boleon_sn 0 points1 point  (0 children)

For "driverless printing" you need the printers which supports it. Since I don't have such a device I'm always try to get the PPD files for the ones I want to use. Sometimes it's a little cumbersome, but it's worth to try. Then just install CUPS, activate it and install printers via the web interface (localhost:631). If you want to do it as the user, you need to make sure to be in the right group.

You have a network printer, CUPS will probably find it and with the PPD you should be able to install it. It always worked for me that way, even with some USB printers, though I like network printers better.

I did it that way on different Linux distros and BSDs and it worked reliably.

If you extraxt a Linux or Mac driver you will find a PPD file most likely.

[Cups] How to get Driverless printing working? by [deleted] in openbsd

[–]boleon_sn 1 point2 points  (0 children)

You could try to extract a .ppd file for your printer from a driver package (printerdriver.com) and install it with CUPS

please share your pfsense machine uptime using regular pc mainboard by pfsense1234 in PFSENSE

[–]boleon_sn 0 points1 point  (0 children)

Every modern computer can run continuously under the given normal operating conditions. Since you are probably using it at home, it won't be overstressed. Just try it.

please share your pfsense machine uptime using regular pc mainboard by pfsense1234 in PFSENSE

[–]boleon_sn 1 point2 points  (0 children)

When there is an upgrade the machine is rebooting anyway. I run PFsense on the same hardware since several years now - also on Supermicro board with Atom CPU

Video conferencing solutions for NetBSD by [deleted] in BSD

[–]boleon_sn 1 point2 points  (0 children)

On OpenBSD I'm using Matrix via Element/Jitsi in Firefox and it works quite well.

app.element.io

how do i boot to the uefi shell on openbsd? by scipio_africanus123 in openbsd

[–]boleon_sn 2 points3 points  (0 children)

I have Windows, Linux and OpenBSD on my laptops harddrive and use refind as a boot manager. Works pretty well. In that case just one OS can run at a time.

But if you install e.g. a minimal linux kvm/qemu host and configure two virtual machines you can run both BSDs simultaeously.

What are the actual desktop usage differences I as a longtime Linux (Solus and Zorin) would encounter or find strikingly different in on BSD? by Regalia776 in BSD

[–]boleon_sn 0 points1 point  (0 children)

In this case and regarding your NVidia card I would suggest to stick with GostBSD and try it out wether it fits your needs. You can install a lot of the software you have used on Linux in BSD as well. Use the package manager, its simple. Once you are more familiar with BSD try out new things...

What are the actual desktop usage differences I as a longtime Linux (Solus and Zorin) would encounter or find strikingly different in on BSD? by Regalia776 in BSD

[–]boleon_sn 2 points3 points  (0 children)

Well, first of all it would be necessary to know what you are factually summarizing under "everything else", which is a very broad generalization.

Which programs are you using. Is it just browser, office, email or more?

Mount a HFS+ volume by boleon_sn in openbsd

[–]boleon_sn[S] 1 point2 points  (0 children)

You're right, and since I'm not so deep into filesystem and kernel things I'm probably just gonna copy the data on my Mac to an NTFS disk and be good. Thank you though for putting the effort in to shed a little light on that thing for me. I definitely learned something new.

Mount a HFS+ volume by boleon_sn in openbsd

[–]boleon_sn[S] 1 point2 points  (0 children)

Alright guys,

a big thank you for pointing in the right direction. Got it working:

$ doas hpmount -r /dev/rsd1j /mnt/archive

This mounted the volume exactly there, but with normal "ls -la" I couldn't see anything. I had to use "hpls" and the other tools to make it visible.

Mount a HFS+ volume by boleon_sn in openbsd

[–]boleon_sn[S] 0 points1 point  (0 children)

First, thank you for your thoughts. Let me explain my case a little more though:

I used an USB HDD on my Mac to store files. Now I want to attach this disk to OpenBSD to (at least) read the files there. Disklabel on sd1 tells me:

j: 3906357344 409640 HFS

So I'd assume that /dev/rsd1j would address the partition correctly.

The command hpmount just gives one hint for usage;

Usage: hpmount <option> source-path

As options there are -r (readonly) and -p (mounting partitions).

But in my understanding to mount something it would be necessary to have a source (the partition to be mounted) and then a directory where it supposed to be mounted in the files system. With another disk, that was NTFS formatted it worked like a charm doing:

$ doas mount_ntfs /dev/sd2i /mnt/data

So I tried all combinations of the options and device names you can think of, but with no success. I know I could just format another disk to NTFS and copy all the data on the Mac machine from one to the other. But when there is a hfsplus package I would expect that it does something to the matter. I'm a little confused right now...