Re: OpenBSD -current AHCI on HP Probook 450 G0

2014-12-21 Thread ali
Atanas Vladimirov bsdbg.net> writes: > > Hi, > This is the first time when I try to install OpenBSD on a such hardware. > I used bsd.rd to install it on a usb flash drive. After reboot I choose > to boot from the usb drive. > Bootloader can't load bsd kernel and the laptop restarts without erro

Re: pf-badhost-0.3 released

2020-03-12 Thread Zann Ali
Awesome stuff!! I can't wait to upgrade the script on my gateway(s) this week. Thank you. Zann On 2020-03-10 14:51, Jordan Geoghegan wrote: Hey folks, Last time I posted about this, I got a fair bit of interest and I've had quite a few downloads and enquiries about pf-badhost, so I figured

Re: openbsd.org down?

2020-04-13 Thread Ali Farzanrad
Monah Baki wrote: > firefox does not work > Maybe that's a firefox bug: https://support.mozilla.org/he/questions/1276819

USB ports xhci not detected in Dell Precision 7820 Tower

2019-10-05 Thread Adrian Ali
Hello, I am Newbie in OpenBSD, I have been using it for 1 year. I am an advanced user in Linux and Unix, I have been using it for 25 years. My last installation of OpenBSD was on a Dell Precision 7820 Tower workstation. I have problems with the detection of USB ports. The last test was performe

Re: bug tracking system for OpenBSD

2017-12-26 Thread Ali Farzanrad
On Sat, Dec 23, 2017 at 10:24:25AM +, Stuart Henderson wrote: > The idea of a bug tracking system is to spread the work and help > people remember things. It should *reduce* work done by devs because > they no longer have to drag even the most basic information out > of a reporter and figure ou

Re: samba client

2018-02-14 Thread Ali Farzanrad
I also recommend curl if you know exact address of receiving/sending resource. It needs zero config and works great in non-root users.

Re: USB ports xhci not detected in Dell Precision 7820 Tower

2020-12-01 Thread Adrian Ali
Hi, fixed in OpenBSD 6.8. Thanks. On 10/5/19 11:09 PM, Adrian Ali wrote: Hello, I am Newbie in OpenBSD, I have been using it for 1 year. I am an advanced user in Linux and Unix, I have been using it for 25 years. My last installation of OpenBSD was on a Dell Precision 7820 Tower workstation

Re: upgrade to latest snapshot failing

2023-11-17 Thread Ali Farzanrad
Hi Stuard, Stuart Henderson wrote: > On 2023-11-17, Sonic wrote: > > Following -current: > > OpenBSD 7.4-current (GENERIC.MP) #1447: Wed Nov 15 09:56:54 MST 2023 > > Upgrade via "sysupgrade -s" now failing with: > > init: single user shell terminated, restarting > > init: single user shell termi

Re: upgrade to latest snapshot failing

2023-11-17 Thread Ali Farzanrad
Ali Farzanrad wrote: > Hi Stuard, > > Stuart Henderson wrote: > > On 2023-11-17, Sonic wrote: > > > Following -current: > > > OpenBSD 7.4-current (GENERIC.MP) #1447: Wed Nov 15 09:56:54 MST 2023 > > > Upgrade via "sysupgrade -s" now fa

Re: unable to install texlive_texmf-full due to python reaching 2.7 end-of-life

2022-09-01 Thread Ali Farzanrad
Hi Stuart, I think that I know the problem. pkg_add will search python in stable directory before searching for it in release directory and it find python. However it will only find version 3, because there is no python 2 in stable directory. So it will stop searching (because it found python) a

Re: Securely managing TLS certificates on growing server (website, XMPP, soon email)?

2022-12-16 Thread Ali Farzanrad
Hi Ashlen, The best way to handle your concerns is to review httpd, OpenSMTPd, and other projects code and send a patch to these project to handle Certificates in a more secure way. This way you can help yourself and the others. Bests, Ali Farzanrad Ashlen wrote: > Hi all, so I'm w

Weird clang behavior

2023-03-02 Thread Ali Farzanrad
Hi, Is it normal to have such behavior? $ cat loop.c int main(void) { for (;;) ; } $ clang -O1 -Wall -Wextra -S -o loop.c.s loop.c $ clang++ -O1 -Wall -Wextra -S -o loop.cxx.s loop.c clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecat

Re: chrome pledge "", syscall 289

2019-06-07 Thread Ali Farzanrad
Cord wrotes: > > Hi, > I have found the following errors on the log: > > /bsd: chrome[18585]: pledge "", syscall 289 > > they appear everytime I start chrome.. they are about 4 or 5, what means? > It's the first time, yesterday and in the past there aren't any. > > thx cord > It might be related:

Re: Future of X.org?

2019-07-01 Thread Ali Farzanrad
Juan Francisco Cantero Hurtado wrote: > On Mon, Jul 01, 2019 at 06:39:01PM +0300, li...@wrant.com wrote: > > Mon, 1 Jul 2019 17:13:44 +0200 Juan Francisco Cantero Hurtado > > > > > On Mon, Jul 01, 2019 at 05:20:20PM +0300, li...@wrant.com wrote: > > > > Mon, 1 Jul 2019 00:46:33 +0200 Juan Francis

xenocara/app/cwm: sticky command

2016-09-09 Thread Ali Farzanrad
Hi, It seems that cwmrc(5) could not change default key binding for sticky command and whenever I try to bind keys to sticky, I receive "syntax error". I check the codes and found out that in parse.y file "sticky" is a keyword. I don't know which is the best patch for this problem, but this patc

Re: Copy files to usb (slow)

2017-01-29 Thread Ali Farzanrad
G wrotes: >Hello. >Im trying to copy files from my laptop to a usb stick. >The speed varies between 300kB/sec and 400kB/sec. Its really slow. I also have the same problem. It seems that block files are slow and it is not possible to mount raw files. I tested it with dd(1) and found that fastest w

Re: xlock permission problem

2016-07-17 Thread Ali Farzanrad
Jyri Hovila [iki.fi] wrotes: > >Hello, world! > >I'm having an issue with xlock being unable to unlock a locked session. > >I'm running a CURRENT version of OpenBSD on amd64 architecture. > >I can lock my X session with xlock just fine, but when I enter my >password the unlock, xlock says the passw

Re: Installer overwrites partition table

2016-08-26 Thread Ali Farzanrad
Stuart Henderson wrotes: >On 2016-08-24, Bertram Scharpf wrote: >> The installers partitioning tool didn't offer me a variant >> that keeps my existing partitions. > >If you wanted to try it again, when it asks "Use (W)hole disk or >(E)dit the MBR?", choose E. > >It doesn't exactly hold your hand

Re: Can't figure out what's taking up space on /

2021-08-03 Thread Ali Farzanrad
I also suspected that it is a filesystem corruption. Do you have `async` mount option on your root? Sebastien Marie wrote: > On Tue, Aug 03, 2021 at 10:03:44AM +0200, Paul de Weerd wrote: > > df shows you how much data you can write to an fs, while du shows the > > disk usage of files it can find

OpenBSD 7.1 AMDGPU: No video after suspend

2022-05-01 Thread Ali Farzanrad
Hi, Thanks for new release. I have this issue for few years in my system (maybe since OpenBSD 6.6). Whenever I suspend my system using zzz command, It suspends well, however after I press power button I see no video and my monitor remain in sleep mode. I've replaced my old Radeon RX 550 video c

chromium/iridium/firefox no dns resolve on rtable

2022-05-03 Thread Ali Farzanrad
Hi, I have a wireguard configuration in my system with local unbound dns resolver. In the past, I'd configured my wireguard as a separated rdomain, so whenever I needed to run my browser, I did one of these 2 options: 1. change /etc/resolv.conf and user a global dns resolver, 2. run an unwind

Re: chromium/iridium/firefox no dns resolve on rtable

2022-05-03 Thread Ali Farzanrad
Ali Farzanrad wrote: > Hi, > > I have a wireguard configuration in my system with local unbound dns > resolver. In the past, I'd configured my wireguard as a separated > rdomain, so whenever I needed to run my browser, I did one of these 2 > options: > > 1. chang

Sudden reboot every 5-10 minutes on latest snapshot

2024-05-23 Thread Ali Farzanrad
Hi misc@, My Minisforum UM790 keeps reboot every 5-10 minutes, without any Kernel Panic or visible message how may I debug it? I'm using latest OpenBSD snapshot with this amd64/BUILDINFO: Build date: 1716424636 - Thu May 23 00:37:16 UTC 2024 # (dmesg; sysctl hw.sensors) OpenBSD 7.5-current (GENER

Re: Sudden reboot every 5-10 minutes on latest snapshot

2024-05-23 Thread Ali Farzanrad
Hi Stuart, Stuart Henderson wrote: > On 2024-05-23, Ali Farzanrad wrote: > > Hi misc@, > > > > My Minisforum UM790 keeps reboot every 5-10 minutes, without any Kernel > > Panic or visible message how may I debug it? > > I'm using latest OpenBSD snapshot wit

Re: Sudden reboot every 5-10 minutes on latest snapshot

2024-05-24 Thread Ali Farzanrad
Hi again, During my tests it seems that this version of kernel works fine: # TZ=UTC cvs -Qd /cvs get -D "2024-05-17 19:30" -P src But this version of kernel will cause sudden reboots without any kernel panic or message after 5-60 minutes in my Minisforum UM790: # TZ=UTC cvs -Qd /cvs get -D "202

Re: Sudden reboot every 5-10 minutes on latest snapshot

2024-05-24 Thread Ali Farzanrad
Alexandre Ratchov wrote: > On Fri, May 24, 2024 at 04:30:52PM +0000, Ali Farzanrad wrote: > > Hi again, > > > > During my tests it seems that this version of kernel works fine: > > > > # TZ=UTC cvs -Qd /cvs get -D "2024-05-17 19:30" -P src > >

Re: Sudden reboot every 5-10 minutes on latest snapshot

2024-05-25 Thread Ali Farzanrad
Alexandre Ratchov wrote: > On Fri, May 24, 2024 at 09:04:29PM +0000, Ali Farzanrad wrote: > > Alexandre Ratchov wrote: > > > On Fri, May 24, 2024 at 04:30:52PM +, Ali Farzanrad wrote: > > > > Hi again, > > > > > > > > During my

Re: Sudden reboot every 5-10 minutes on latest snapshot

2024-05-25 Thread Ali Farzanrad
Ali Farzanrad wrote: > Alexandre Ratchov wrote: > > On Fri, May 24, 2024 at 09:04:29PM +, Ali Farzanrad wrote: > > > Alexandre Ratchov wrote: > > > > On Fri, May 24, 2024 at 04:30:52PM +, Ali Farzanrad wrote: > > > > > Hi again, > >

Re: Sudden reboot every 5-10 minutes on latest snapshot

2024-05-29 Thread Ali Farzanrad
Thomas Frohwein wrote: > On Sat, May 25, 2024 at 12:06:39PM +0000, Ali Farzanrad wrote: > > Ali Farzanrad wrote: > > > Alexandre Ratchov wrote: > > > > On Fri, May 24, 2024 at 09:04:29PM +, Ali Farzanrad wrote: > > > > > Alexandre Ratchov wro

Re: Sudden reboot every 5-10 minutes on latest snapshot

2024-05-29 Thread Ali Farzanrad
Ali Farzanrad wrote: > Thomas Frohwein wrote: > > On Sat, May 25, 2024 at 12:06:39PM +, Ali Farzanrad wrote: > > > Ali Farzanrad wrote: > > > > Alexandre Ratchov wrote: > > > > > On Fri, May 24, 2024 at 09:04:29PM +, Ali Farzanra

$30milion business proposal if you are interested reply me or call+22678217398

2008-05-18 Thread Mohammed Ali
You are invited to "$30milion business proposal if you are interested reply me or call+22678217398". By your host Mohammed Ali: Date: Sunday May 18, 2008 Time: 8:00 am - 9:00 am (GMT +00:00) Will you attend? RSVP to this invitation at:

Re: clamav package upgrade

2005-06-21 Thread Askar Ali
J. Lievisse Adriaanse wrote: On Tue, 21 Jun 2005 10:58:12 -0300 "FBN" <[EMAIL PROTECTED]> wrote: Hi I had installed "clamav-0.83.tgz" package in my OpenBSD 3.7, but it displays: LibClamAV Warning:

squid on openbsd 3.7

2005-07-07 Thread Askar Ali
servers (serving more then 500 users or more)? Regards Askar Ali

Re: squid on openbsd 3.7

2005-07-07 Thread Askar Ali
Adam wrote: On Thu, 07 Jul 2005 21:56:22 +0500 Askar Ali <[EMAIL PROTECTED]> wrote: Hi, I'm trying to configure squid on 3.7, everything working fine just one thing. I want to run squid with 8192 file descriptor or more, till without any success :) I had install squid-2

Re: squid on openbsd 3.7

2005-07-08 Thread Askar Ali
Karsten McMinn wrote: On 7/7/05, Askar Ali <[EMAIL PROTECTED]> wrote: Adam wrote: I would love if you can gives any other suggestion that could makes squid performance cool, may be in sysctl.conf? Squid is a cpu, descriptor and disk hog. After you have allocated the disk spa

Re: squid on openbsd 3.7

2005-07-08 Thread Askar Ali
Simon Dassow wrote: On Fri, Jul 08, 2005 at 04:54:51PM +0500, Askar Ali wrote: [snip] secondly I want to --enabe-snmp and some other things which are not presently enable while I install squid from port... Squid Cache: Version 2.5.STABLE9 configure options: --datadir=/usr/local/share

Q: How to shop for a laptop to run OpenBSD?

2009-08-09 Thread Ali M.
http://www.openbsd.org/i386-laptop.html is now dead Regards, Ali

Je sur comptable a la banque BCB je vais virée $6.million a la etranger

2009-08-12 Thread Saidou Ali
Invitation : "Je sur comptable a la banque BCB je vais virie $6.million a la etranger". Par votre htte Saidou Ali: Date: mercredi 12 ao{t 2009 Heure: 19h 00 - 20h 00 (GMT+00:00) Lieu: Cher Ami Salut, Je suis MR, Saidou Ali comp

Re: sysutils/dmidecode 'no SMBIOS nor DMI entry point found'

2024-11-05 Thread Adrian Ali
Same problem: root # dmidecode -t system # dmidecode 3.5 Scanning /dev/mem for entry point. # No SMBIOS nor DMI entry point found, sorry. root # My PC: Dell Latitude 5420. I haven't updated to 7.6 release yet, I'm on 7.5. On 11/5/24 04:30, Chris Billington wrote: Originally, I posted this m

Re: Can a daemon like unbound run in two RDOMAINs at the same time?

2024-12-02 Thread Adrian Ali
Hi, I decided to run two instances of the Unbound daemon, one for each rdomain, a friend from the community helped me. Thanks. On 11/30/24 3:00 PM, Zack Newman wrote: Can it run in two different rdomain(4)s? Yes, but not "natively". You'll have to run separate copies of it for each rdomain(4

Re: ipsec vs wireguard vs alternatives

2024-12-02 Thread Adrian Ali
At work we have Wireguard running OpenBSD for home office users (over 300 users). At the moment only one Wireguard tunnel for LanToLan. The rest of the LanToLan tunnels are still running Libreswan IPSEC on Linux, they will be migrated to Wireguard in time. Both OpenVPN and the Linux implemen

Can a daemon like unbound run in two RDOMAINs at the same time?

2024-11-30 Thread Adrian Ali
My server resolves with local resolution via unbound: server ~ $ cat /etc/resolv.conf nameserver 127.0.0.1 server ~ $ Daemon unbound corre en RDOMAIN 0: server ~ $ ps ax -o user,rtable,command | grep -e unbound -e USER USER RTABLE COMMAND _unbound 0 /usr/sbin/unbound -c /var/unbound

Re: Need some advice on C semantics.

2024-12-18 Thread Adrian Ali
On 12/17/24 9:17 PM, Christian Schulte wrote: On 12/13/24 12:26, Maxim wrote: Christian Schulte, 2024-12-12 11:54 +0100: is there something specific for OpenBSD like style(9) but for semantics? I believe such document doesn't exist. As it's been suggested to you, reading and learning for t

relayd.conf error

2016-10-15 Thread Ali H. Fardan
Hey misc@, I'm having issues with relayd.conf. this is the error I get when I try to run relayd: # rcctl -df start relayd doing _rc_parse_conf doing _rc_quirks relayd_flags empty, using default >< doing _rc_parse_conf /var/run/rc.d/relayd doing _rc_quirks doing rc_check relayd doing rc_pre host_

Re: relayd.conf error

2016-10-16 Thread Ali H. Fardan
On 2016-10-16 01:47, trondd wrote: This has an error: listen 127.0.0.1 port 7000 This does not: listen on 127.0.0.1 port 7003 This has an error: forward with tls to 6697 The rest of your forward to lines do not. Tim. Sorry for late response, this mail server went down for a while, anyway, t