pdftotext

2024-03-20 Thread soko.tica
Hallo list, There used to be pdftotext package, but I couldn't have found him now. I am running OpenBSD -stable 7.4 amd64. I guess it is located in some other package, but can't find it. Please let me now which package I should install. Thanks in advance.

Re: OpenBSD_one_site_web_hosting_software_recommendation

2023-11-10 Thread soko.tica
Many thanks to everyone who responded. I mean it, really. On Thu, Nov 9, 2023 at 8:57 PM Todd wrote: > https://www.tiltedwindmillpress.com/product/httpd-and-relayd-mastery/ > > An older book, but it has detailed setup of php applications on OpenBSD > > On Thu, Nov 9, 2023 at 5:

OpenBSD_one_site_web_hosting_software_recommendation

2023-11-09 Thread soko.tica
Hello, I have a task to launch from scratch one site web hosting google cloud instance. I know OpenBSD does have httpd web server, but I couldn't have found neither wordpress nor joomla software neither in packages nor in ports (7.4 -stable). Is there a possibility to launch wordpress or joomla

Re: encrypted_hdd_data_recovery(OpenBSD_7.3)

2023-07-02 Thread soko.tica
Thanks to all # bioctl -c C -l /dev/sd0a softraid0 did solve the problem. On Sat, Jul 1, 2023 at 11:54 PM Nick Holland wrote: > On 6/30/23 08:30, soko.tica wrote: > > Thanks NIck, > > > > How do I exactly try to unlock the disk with bioctl command? > > > > I do

Re: encrypted_hdd_data_recovery(OpenBSD_7.3)

2023-06-30 Thread soko.tica
n 6/17/23 08:40, soko.tica wrote: > > Hello list, > > > > I have managed to screw by > > #fsck_ffs /dev/sd1a > > > > the root partition of my unmounted HDD (OpenBSD 7.3 stable, possibly not > > fully updated). It crashed during boot due to the power outage,

encrypted_hdd_data_recovery(OpenBSD_7.3)

2023-06-17 Thread soko.tica
Hello list, I have managed to screw by #fsck_ffs /dev/sd1a the root partition of my unmounted HDD (OpenBSD 7.3 stable, possibly not fully updated). It crashed during boot due to the power outage, than it was unable to boot and required fsck_ffs, and I answered 'F' to the 'Fyn' prompt. Here is th

Re: Question how to delete somewhat encrypted partisions / softraid?

2022-03-30 Thread soko.tica
Thanks to all who responded. It was accurate, dd solved the problem. On Fri, Mar 25, 2022 at 7:13 PM pascal wrote: > > did you try to encrypt and install with MBR boot? > > Mar 25, 2022, 09:28 by soko.t...@gmail.com: > > > Hello list, > > > > I have tried to encrypt disk before the installation

Question how to delete somewhat encrypted partisions / softraid?

2022-03-25 Thread soko.tica
Hello list, I have tried to encrypt disk before the installation of OpenBSD 7.0 according to the instructions here https://www.openbsd.org/faq/faq14.html#softraid and managed to mess it. I have performed # cd /dev && sh MAKEDEV sd0 # fdisk -iy -g -b 960 sd0 # disklabel -E sd0 Label editor (enter

Re: Question about cryptography software compatibility on OpenBSD

2021-10-18 Thread soko.tica
Thank you Janne. On Fri, Oct 15, 2021 at 3:57 PM Janne Johansson wrote: > > > > 3) Providers of public digital signatures offer software (a > > > > one-size-fits-all Java “blob”) that should add cryptography > capabilities > > > to > > > > the operating system. > > > > > > > This is important. T

Re: Question about cryptography software compatibility on OpenBSD

2021-10-15 Thread soko.tica
Please don't add my e-mail address in replying, I am subscribed to @misc (for more than a decade). On Fri, Oct 15, 2021 at 11:14 AM Janne Johansson wrote: > Den fre 15 okt. 2021 kl 11:01 skrev soko.tica : > > Hello list, > > I have a question about cryptography software comp

Re: Question about cryptography software compatibility on OpenBSD

2021-10-15 Thread soko.tica
manufacturer and a certification > authority and get your whole platform certified, then you can sell it to > big corps and govs - thats sad, but the way you have to go. > > Good luck! > > > On 15.10.21 11:14, Janne Johansson wrote: > > Den fre 15 okt. 2021 kl 11:01 skre

Question about cryptography software compatibility on OpenBSD

2021-10-15 Thread soko.tica
Hello list, I have a question about cryptography software compatibility on OpenBSD. I have a wild guess about the answer, but I need it to be more reliable. The target audience are lawyers, since I want to launch a legal battle in Serbia for equal opportunities for using open source software, s

Re: how to properly rebuild or delete crypto softraid?

2017-12-19 Thread soko.tica
> On 2017-12-13, soko.tica wrote: > > I have successfully built an encrypted bootable usb according to the > > instructions https://www.openbsd.org/faq/faq14.html#softraidFDE > > > > After booting successfully several times, the device went to ddb after I > >

how to properly rebuild or delete crypto softraid?

2017-12-13 Thread soko.tica
I have successfully built an encrypted bootable usb according to the instructions https://www.openbsd.org/faq/faq14.html#softraidFDE After booting successfully several times, the device went to ddb after I installed chrome without previously adding xfonts during the install. Subsuequent attempts t

Re: question on proper ownership and permissions of /var/spool and /var/spool/output for printing

2017-10-03 Thread soko.tica
p 15 16:19 status > > Cheers, > > Paul 'WEiRD' de Weerd > > On Mon, Oct 02, 2017 at 08:18:21PM +0200, soko.tica wrote: > | Hello list, > | > | Please advise about proper ownership and permissions of /var/spool and > | /var/spool/output. After every syspatch upgrad

question on proper ownership and permissions of /var/spool and /var/spool/output for printing

2017-10-02 Thread soko.tica
Hello list, Please advise about proper ownership and permissions of /var/spool and /var/spool/output. After every syspatch upgrade I need to set it again to enable printing. Present ownership and permissions after the syspatch upgrade are: Script started on Mon Oct 2 20:10:21 2017 $ ls -lh /var

Re: starting ssh-agent on ssh login

2016-10-08 Thread soko.tica
Hi Predrag, I am not sure that I am getting your question right, but for starting ssh agent on my lap, I simply uncomment (or create?) the following in my .xinitrc ... if [ "$SSH_AGENT_PID" ]; then ssh-add -D < /dev/null eval `ssh-agent -s -k` fi ... For starting (and keeping alive) a ssh agent

Re: error building -stable 6.0/amd64 from source on qemu[SOLVED]

2016-09-20 Thread soko.tica
Many thanks. That was it. On Tue, Sep 20, 2016 at 10:26 AM, Joel Sing wrote: > On Tuesday 20 September 2016 09:54:31 soko.tica wrote: > > Hello, > > > > In trying to build -stable from source, I get an error. I have downloaded > > and unterred sys.tar.gz and src.t

error building -stable 6.0/amd64 from source on qemu

2016-09-20 Thread soko.tica
Hello, In trying to build -stable from source, I get an error. I have downloaded and unterred sys.tar.gz and src.tar.gz according to http://www.openbsd.org/faq/faq5.html#Release and updated the sources through cvs, according to the instructions http://man.openbsd.org/release . After I execute (as

Re: Install octeon on Qemu question(s)

2016-09-17 Thread soko.tica
firewall router behind the ADSL modem/router working in bridge mode updated. On Sat, Sep 17, 2016 at 7:50 PM, soko.tica wrote: > Many thanks for your reply that it isn't possible, I was about to spend > many more hours banging the head against the wall. > > I guess the only solution

Re: Install octeon on Qemu question(s)

2016-09-17 Thread soko.tica
---Original Message- > > From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On > > Behalf Of soko.tica > > Sent: 09 September 2016 11:09 > > To: misc > > Subject: Install octeon on Qemu question(s) > > > > Hello, > > > > I am

Re: Install octeon on Qemu question(s)

2016-09-14 Thread soko.tica
S.img -hdb MINIROOT60.fs -boot d starts qemu, and on serial #cu -l cua /dev/ttyp6 Connected to /dev/ttyp6 (speed 9600) What should I do from there? Please, let someone give me a clue. Thanks in advance. On Fri, Sep 9, 2016 at 12:08 PM, soko.tica wrote: > Hello, > > I am unsucesfully try

Install octeon on Qemu question(s)

2016-09-09 Thread soko.tica
Hello, I am unsucesfully trying to install octeon on Qemu (I have managed to install it on Ubiquity edge router Lite, but I need a qemu guest for updating the router as needed). After much trouble, i have managed to alter miniroot for booting via serial, if that was needed at all. === # vnconfig

Re: codepage and iocharset in fat32 aka msdos filesystem

2016-01-17 Thread soko.tica
Not necessarily. OpenBSD does have pl locale and pl keyboard, while it does not have rs/hr locale nor kbd. See: $ locale -a $ kbd -l (may require doas/sudo) It isn't Linux (nor, for that matter, FreeBSD or DragonflyBSD). On Mon, Jan 18, 2016 at 2:26 AM, Zeljko Jovanovic < zelj...@tesla.rcub.bg.

Re: i386 packages - snapshot 23/12/2015

2015-12-25 Thread soko.tica
healthy, happy and succesfull forthcomming year. To those celebrating today, I also politically incorrectly wish a Merry Christmas. Regards, On Fri, Dec 25, 2015 at 9:06 AM, Alexander Hall wrote: > > > On December 24, 2015 4:45:06 PM GMT+01:00, "soko.tica" < > soko.t...@g

i386 packages - snapshot 23/12/2015

2015-12-24 Thread soko.tica
Hello, I've succesfully installed today the latest i386 snapshot on a usb flash disk (on amd64 box), but the packages (e.g. links+, xfe ) report unresolved dependencies and bad major. This is strange, since it is supposed that older packages run on fresh -current install. Either I messed somethin

Re: is -current broken?

2014-04-07 Thread soko.tica
07 13:30, soko.tica wrote: > > BTW, I saw some new groups added after the upgrade: _smtpq, _nds and >> _unbound. Is it wrong if i say AWESOME (I'm almost 50)? >> > > It's great that you noticed, however these were already described in > http://www.openbsd.org/faq/curre

Re: is -current broken?

2014-04-07 Thread soko.tica
(I'm almost 50)? On Mon, Apr 7, 2014 at 7:21 PM, Philip Guenther wrote: > On Mon, Apr 7, 2014 at 9:52 AM, soko.tica wrote: > > But it seems it's not broken, pkg_mgr works, it just had to have the > > database initialized. Regarding libreoffice, I've also pkg_

Re: is -current broken?

2014-04-07 Thread soko.tica
I've upgraded from a previous -current, also tagged 5.5, a month or two old. But it seems it's not broken, pkg_mgr works, it just had to have the database initialized. Regarding libreoffice, I've also pkg_deleted 4.1.3.2p3v0 and pkg_add 4.1.5.3v0 and it started. I can't remember if I started runn

is -current broken?

2014-04-07 Thread soko.tica
Hello. I've upgraded -current (i386, dated april 6th, 2014), and a few things (e.g. pkg_mgr and libreoffice4.1) won't start. Is it intentionally broken, or the packages are just out of sync? Thanks in advance for your answer.

UEFI "secure boot" and dual boot question

2013-05-02 Thread soko.tica
Hello list, Has anyone managed to set dual boot on an UEFI box with "secure boot" left enabled? If the answer is yes, are there some instructions how to achieve that? I am trying to install -current on a Lenovo Y400 notebook, leaving pre-installed windows 8 intact, as per the wishes of the owner

4.3BSD_Line_Printer_Spooler_manual location on current?

2012-09-19 Thread soko.tica
Hello, list Would someone be so kind to point the location of 4.3BSD_Line_Printer_Spooler_manual on the system running -current? Sorry for the noise, many thanks in advance.

How to paste links from browser into xterm on OpenBSD?

2012-09-11 Thread soko.tica
Hello, list The question is in the subject line. I've discovered get_flash_videos, so I need the answer. I expect RTFMs but please point which ones. Sorry for the noise.

Re: question_about_OpenBSD_on_ADSL_modems/routers

2012-06-25 Thread soko.tica
anyone confirm they are? Yes, I am in Europe (non-EU). Thanks in advance for your replies. On 6/25/12, Tomas Bodzar wrote: > On Mon, Jun 25, 2012 at 10:47 AM, soko.tica wrote: >> Hallo list, >> >> I ask for information about ADSL modems/routers (preferably low-cost) >&g

question_about_OpenBSD_on_ADSL_modems/routers

2012-06-25 Thread soko.tica
Hallo list, I ask for information about ADSL modems/routers (preferably low-cost) on which OpenBSD can run. I know there was a possibility to get Traverse Technologies Viking PCI ADSL card on any box, but I have learned recently it is out of production. Thanking you in advance.

yt_execution_fails_due_to_lua_error-[4.9-stable]

2012-01-20 Thread soko.tica
Hello, I was trying to download a youtube video from a box running 4.9 stable, but got the following error: = Getting http://www.youtube.com/watch?v=i7pkyDUX5uM ... /usr/local/bin/lua: /usr/local/share/lua/5.1/base.lua:433: stack traceback: [C]: in function 'error' /usr/local/s

MIPS-BE_architecture_(RouterBoard_RB_750_GL)

2012-01-15 Thread soko.tica
Hello, I was wondering is it possible to run OpenBSD (5.0-stable) on RouterBoard RB750GL. I've searched for the supported hardware on OpenBSD and are aware that only RouterBoard 600A is supported (and was discontinued by the manufacturer about a week after it's been included into the supported ha

Re: How to trace a process?

2009-12-20 Thread soko.tica
On 12/9/09, Samiuela LV Taufa wrote: > e.g. http://www.nomoa.com/bsd/postfix.htm#4.1telnet > http://www.nomoa.com/bsd/dovecot.htm Many, many thanks, that was just what I need.

Re: How to trace a process?

2009-12-08 Thread soko.tica
On 12/8/09, Ted Unangst wrote: > more is the program for looking at log files to discover the problem. > :) Well, not that I didn't deserve it with my phrasing. :)

How to trace a process?

2009-12-08 Thread soko.tica
Hello list, How to trace a process for debugging (4.6-stable, if that matters)? I'm stuck with postfix+dovecot and need to discover why mail server doesn't accept mail from my desktop. RTFM's are fine, just point which one I should read. ;) Thanks in advance.

Re: OT: Have you hugged your local OpenBSD dev lately?

2009-11-20 Thread soko.tica
On 11/20/09, rhubbell wrote: > Definitely not missing the point. Maybe you missed mine. Not "worrying" > because you trust everything about OpenBSD and everyone that's worked on > it and every package you've installed and every piece of hardware you've > installed, etc., etc. It's naive to point

Re: mount foreign filesystem returns input/output error

2009-10-24 Thread soko.tica
On 10/24/09, Alexander Hall wrote: > soko.tica wrote: >> On 10/24/09, Mauro Rezzonico wrote: >>> soko.tica wrote: >>>> j: 39229.0M 7.9MNTFS >>> > ... >>>> $ sudo mount -t ext2fs /dev/wd1j /mnt/disk2 >>> It

Re: mount foreign filesystem returns input/output error

2009-10-24 Thread soko.tica
On 10/24/09, Mauro Rezzonico wrote: > soko.tica wrote: >> j: 39229.0M 7.9MNTFS > > ... >> $ sudo mount -t ext2fs /dev/wd1j /mnt/disk2 > > It appears that wd1j is of type NTFS, not ext2 You are right, but: $ sudo mount -t ntfs -o ro /dev

mount foreign filesystem returns input/output error

2009-10-24 Thread soko.tica
Hello list! I am trying to mount a second HDD on my 4.5-stable box, to copy the data from ext2 and ntfs partitions on it to my A6 partitioned disc. However, fdisk reports two partition tables (offset 0 and offset 16065) and mount returns input/output error. I assume I shouldn't do neither fsck_f

Re: Cyrillic fonts in X Window. (fwd)

2009-09-07 Thread soko.tica
Those of us using keymaps not being listed in base have similar problem. I use setxkbmap command for X, namely: $setxkbmap us $setxkbmap hr $setxkbmap sr So I can switch back from Serbian / Croatian to US keyboard once I need to type the command that should be understood by the system. On 9/7/09

Re: CPU & RAM viz Squid & Kerberos (network setup)

2009-09-05 Thread soko.tica
On 9/4/09, Joachim Schipper wrote: > I'm inclined to question your "should", My intention is just to give a try to Kerberos. If a few lines of elaboration is not too inconvenient to you, It would be great to read it. > Do note that FTP is pretty much a relic. The single reason of trying ftp/tf

Re: CPU & RAM viz Squid & Kerberos (network setup)

2009-09-05 Thread soko.tica
On 9/5/09, Edho P Arief wrote: 3Mhz was a typo. Should have been Ghz. In my world it's not a big deal even for healthy in informal writing.

CPU & RAM viz Squid & Kerberos (network setup)

2009-09-03 Thread soko.tica
Hello list, I am setting up a mini network for myself, but trying to imitate a full-fledged network with all servers required, everything on i386 architecture. Everything will run on 4.5 stable. Since Squid and Kerberos should be deployed, and I haven't worked with any of them, could anyone tell

Re: IrDA

2009-08-29 Thread soko.tica
On 8/28/09, Mike Hammer wrote: > Does anyone have IrDA working on a T60 Thinkpad? FAQ http://openbsd.org/i386.html#hardware says: Unsupported Hardware: Infrared devices, such as commonly found on laptops

cvs diff question[DUMMIE]

2009-08-03 Thread soko.tica
Hello list, ## Those wanting to respond by RTFM, please just ignore me / I need to check the difference between sources in anoncvs and the source I fetched to apply the latest patch in -stable. However: # cvs -nt diff -c -rOPENBSD_4_5 ... cvs server: Diffing usr.sbin/ztsscale == produces the ou

4.5-stable - berkwdt unkown device while config GENERIC

2009-06-05 Thread soko.tica
Hello list, While trying to build base from source on 4.5-stable, I've encountered the following message GENERIC:107: berkwdt0: unknown device 'berkwdt' ***Stop. # cd /dev/ # MAKEDEV all didn't remove the problem. I've seen berkwdt has been added to -current. Did I mess the sources, or perhap

Re: 4.5 - stable/ports/gcc-4.2/Error code 1[solved]

2009-05-29 Thread soko.tica
On 5/29/09, Antoine Jacoutot wrote: > On Fri, 29 May 2009, soko.tica wrote: >> Since FAQ says ports (and following -stable) isn't for beginners, ... > > Why did you think I wanted to spoil your mood? > Hmm ok, I though I was doing a nice thing pointing you to a newbie list

Re: 4.5 - stable/ports/gcc-4.2/Error code 1[solved]

2009-05-29 Thread soko.tica
On 5/29/09, Antoine Jacoutot wrote: > On Fri, 29 May 2009, soko.tica wrote: >> In fact I did, and found several threads, but none that seemed to be >> the solution I need. Mind, I didn't know the specifics of the problem, >> so I think the title of this thread is more

Re: 4.5 - stable/ports/gcc-4.2/Error code 1[solved]

2009-05-29 Thread soko.tica
On 5/29/09, Antoine Jacoutot wrote: > On Fri, 29 May 2009, soko.tica wrote: > >> On 5/29/09, Dennis Davis wrote: >> >... >> # pwd >> /usr/lib >> # ln -s libc.so.50.1 libc.so.42.0 >> >> solved the problem (in case anyone in future search the a

Re: 4.5 - stable/ports/gcc-4.2/Error code 1

2009-05-29 Thread soko.tica
On 5/29/09, Dennis Davis wrote: >... # pwd /usr/lib # ln -s libc.so.50.1 libc.so.42.0 solved the problem (in case anyone in future search the archive after the key words).

Re: 4.5 - stable/ports/gcc-4.2/Error code 1

2009-05-29 Thread soko.tica
On 5/29/09, Dennis Davis wrote: > Seriously consider installing gcc-4.2 from a pre-built package. I've already tried it, prior to maling the list, it didn't work - package gcc-4.2 was installed, but gnome-session would still fail from ports. > Alternatively add the soft link libc.so.42.0 in /us

4.5 - stable/ports/gcc-4.2/Error code 1

2009-05-29 Thread soko.tica
Hello list, I am trying to install gnome-session from ports on 4.5 - stable, and I am facing the following error in gcc-4.2 .. ===> Configuring for gcc-4.2.20070307 loading site script /usr/ports/infrastructure/db/config.site loading cache ./config.cache checking host system type... i386-unkn

Re: -stable 4.4 - a bunch of config problems

2009-04-14 Thread soko.tica
> You'll hate me for saying this but... dump GNOME. > You'll hate me even more for saying this but... try cwm (in Xbase) > and/or scrotwm (in ports/x11/scrotwm or possibly as a package?) > > After you're done hating me, you'll love all the screen space. I will not hate you, but until present I was

-stable 4.4 - a bunch of config problems

2009-04-13 Thread soko.tica
Hi list, I've build -stable 4.4 and attempt to run a full desktop box, but I'm facing the following problems: 1) I can't update xenocara source # cvs -d$CVSROOT up -rOPENBSD_4_4 -Pd downloads nothing and shows no messages although tried from /usr/xenocara or /usr 2) GNOME is incredibly slow, it

fetching packages from mirrors with pkg_add uses uninitialized value

2009-03-26 Thread soko.tica
Hello list, I am encountering a strange behavior during the attempts to fetch packages by pkg_add from ftp and http main servers and several mirrors, both for 4.3 and 4.4 (releases). FTP connection is refused both from main server and one second-level mirror. HTTP connection is permitted, and th

inet aliases and assigning various services (NTPD)

2008-11-22 Thread soko.tica
Hello list I want to assign NTPD service to a specific inet alias, and to separate it from other services running. While I know how to run DNS services under specific inet alias, I can't figure how to configure NTPD to run on inet alias, and not on "major" IP address. I did make a search of archi

tcpdump: WARNING: snaplen raised from 96 to 116

2008-11-14 Thread soko.tica
Hello, list When I tried to see pf log of my recently installed OpenBSD 4.4 desktop box, I've got the message that snaplen has been raised from 96 to 116, even when I did give it a try with -s 96. $ sudo tcpdump -n -e -ttt -r /var/log/pflog -s 96 Password: tcpdump: WARNING: snaplen raised from 96

Re: 4.4 sshd didn't start

2008-11-03 Thread soko.tica
On 11/3/08, elflord woods <[EMAIL PROTECTED]> wrote: > and then i add enable_sshd=YES in /etc/rc.local You should enable it in /etc/rc.conf , not in /etc/rc.local

Re: incorrect MD5 file on mirror

2008-11-03 Thread soko.tica
On 11/2/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On 11/2/08, Lars Noodin <[EMAIL PROTECTED]> wrote: > >> Are you using anything other than /bin/md5 ? > > You mean, apart from /local/bin/md5 in some OSes? Lars, forgive me if I offended you by the above message. Please. I assumed everybod

Re: incorrect MD5 file on mirror

2008-11-02 Thread soko.tica
On 11/1/08, Mihai Popescu B.S. <[EMAIL PROTECTED]> wrote: > Hello, > > I got the install44.iso and MD5 from snapshots from > openbsd.informatik.uni-erlangen.de and the MD5 file failed the test. I've got the similar problem with the first 4.4 .iso I downloaded from openbsd.org , though I'm not sure

editors in floppy44.fs (OpenBSD 4.4.) - newbee help

2008-11-01 Thread soko.tica
Hello list, I did manage to scr... err, mess up partitioning scheme through disklabel, so I've booted from floppy, mounted partitions to /tmp/a/, tmp/d/, /tmp/e/, but when I attempt to edit etc/fstab by ed I get: #chmod 766 /etc/fstab # ed /etc/fstab 215 q # I've arrived there by adding new part

OpenBSD 4.3 - openldap - slaptest not found

2008-10-23 Thread soko.tica
I've been trying to set OpenBSD 4.3 (release) primary domain controller according to howto o Danielle Mazzechio http://www.kernel-panic.it/openbsd/pdc/ and I'm facing a strange problem I'm not able to figure. Following the instructions, upon configuration of /etc/openldap/slapd.conf, I'm not able t