print [cups not supporting printer] by collaboration of linux

2017-02-12 Thread Tuyosi T
hi all . i have a printher(DCP-J925N) that cups does not support. but archlinux can make it usable (by https://github.com/nozaki87/brotherdcpj925n/blob/master/PKGBUILD) . openbsd's cups can do make pdf . so i sent the pdf file to archlinux by scp . and i do ssh to archlinux and lp the pdf file

USB printer

2016-09-18 Thread Tuyosi T
Hi all . i try to print with USB printer . differen from linux , it seams hard . does anyone find good URL about printing with USB printer by cups ? - regards

Re: FDE on BeagleBone Black

2016-10-10 Thread Tuyosi T
hi all . using snaphots of october 2nd and ports , i can compile x11vnc . but it taks long hours ( about two days) . i have memorized openbsd on beaglebone black(BBB) openbsd on BBB is very small system , so it can run on everything ( for example door , baby car )

xenodm autologin

2017-04-17 Thread Tuyosi T
hi all . it is not difficult to start xfce4 via xenodm . is there anyone who can succeed autologin via xenodm ? --- regards

Re: xenodm autologin

2017-04-17 Thread Tuyosi T
in my case 3)cat .xsession startxfce4 4)cat /etc/rc.conf.local xenodm_flags= i want to do autologin such as slim . but slim is too old tu use . regards

Re: how to know the state of the dd's progression

2017-08-10 Thread Tuyosi T
thanks for advices . dd if=/dev/rsd0c of=/dev/rsd2c bs=64k and another terminal dd-progress.bat --- x=`ps ax| grep rsd | cut -d ' ' -f 1` while true do date kill -INFO $x sleep 3 echo echo done then on origina; terminal --l 3891396608

Re: how to know the state of the dd's progression

2017-08-10 Thread Tuyosi T
sorry , correct it ./comment-out.bat dd-progress.bat x=`ps ax| grep rsd | cut -d ' ' -f 1 | awk 'NR == 1' ` while true do date kill -INFO $x sleep 3 echo echo done

how to know the state of the dd's progression

2017-08-09 Thread Tuyosi T
hi all . in Linux , i know it by dd-progress.bat --- while true do date killall -USR1 dd echo echo sleep 10 date sleep 10 date sleep 10 done --- what about in OpenBSD ? - regards

Re: print from openbsd to archlinux's USB printer

2017-05-28 Thread Tuyosi T
continued at openbsd use seamonkey , and print page to file (mozilla.pdf) lp -h192.168.1.64:631/printers/EPSON_PX-404A/version=1.1 mozilla.pdf then print it to USB printer which is attached to archlinux

Re: print from openbsd to archlinux's USB printer

2017-05-28 Thread Tuyosi T
continued i try and error and try i replace command line "lpr" to " lp -h192.168.1.64:631/printers/EPSON_PX-404A/version=1.1 " then print www page directly to arch's USB printer . but when i restart seamonley , this " lp -h192.168.1.64:631/printers/EPSON_PX-404A/version=1.1 " disapear .

print from openbsd to archlinux's USB printer

2017-05-28 Thread Tuyosi T
Hi all. my situation is openbsd--wired-->archlinux(192.168.1.64)--usb cable->USB printer 1) in archlinux cat /etc/cups/cupsd.conf --- MaxLogSize 0 LogLevel warn port 631 #<- Browsing On BrowseLocalProtocols dnssd DefaultAuthType Basic WebInterface Yes

6.2 snapshots and lumina

2017-09-23 Thread Tuyosi T
hi all . i tried amd64 snaphots (9/23) & lumina . the setting is simple --- cat .xsession exec start-lumina-desktop --- after using make world , lumina runs well . the desk top setting of xfce4 also appears on the lumina's desktop . 1) https://wiki.archlinux.org/index.php/Lumina says that

Re: Japanese Input in xterm

2017-10-15 Thread Tuyosi T
hi Niels . i am a japenese , so i write down about japanese input method in http://openbsd-akita.blogspot.jp/2017/10/openbsd-62-lumina.html . i use ibus-anthy . scim-anthy is impossible for me . --- regards

Re: Japanese Input in xterm

2017-10-15 Thread Tuyosi T
ps in case of roxterm if the character encoding is set to UTF8 , input japanese is OK . i think xterm is poor at japanese . regard

chronium ports

2017-10-15 Thread Tuyosi T
owing to the great effort of ports maintener , i finsh ' make install ' of chronium's port in openbsd *snapshot* installed PC . but it takes long time ( 18hr ) on my old machime . - # pkg_info | grep chromium chromium-61.0.3163.100p0 Chromium browser #

Re: chronium ports

2017-10-16 Thread Tuyosi T
i build my openbsd snapshots machine from source (kernel , userland and xenodm ) the PC complied from source works more correctly as if ready made suite is not my just size , tailered one is very fit , so i think . --- regards

Re: chronium ports

2017-10-16 Thread Tuyosi T
what a fast machine Espie uses ! i am unfamiliar with programing . so i say only from my little expirience . when using 6.0 , a specific PC could not run xfce which was installed by pkg_add . so i installed from ports , then xfce run well . by the way it is astonishing that openbsd's *all*

macpro boot openbsd 6.2 , but ,,,

2017-10-19 Thread Tuyosi T
hi i have not touched to MAC till now . the other day i got macpro(mid 2006) under $80 at auction . manjarolinux(64bit)’s grub boots openbsd . the result is 1) $ uname -ar OpenBSD mac.my.domain 6.2 GENERIC.MP#134 amd64 2) top load averages: 0.10, 0.13, 0.06

Re: macpro boot openbsd 6.2 , but ,,,

2017-10-19 Thread Tuyosi T
thans for good information . your writing is difficult for the MAC newbie like me . i need some time to understand it . by the way i uproad the scene how manjarolinux's grub boots openbsd 6.2 . it is https://youtu.be/VCd8-ttmq4k . i add a commment . it is queer that my manjarolinux's grub can

Re: macpro boot openbsd 6.2 , but ,,,

2017-11-11 Thread Tuyosi T
conclusion the grub of both debian32 bit and fedora 32 bit can boot openbsd 6.2 amd64 boots easily . the details is http://openbsd-akita.blogspot.jp/2017/10/macpro-2006-runs-openbsd.html the movies of fedora's one is https://www.youtube.com/watch?v=lqK9LIcHiQg but my taste is debian.

print usb printer by [ Google Cloud Print for Chromium ]

2017-11-02 Thread Tuyosi T
hi all . till now i cannot print by USB printer (epson PX-404A) from openbsd . now i suceed to print from openbsd to use[ Google Cloud Print for Chromium ] . HUBarchlinux:USBPX-404A | openbsd PX-404A is an old old USB pringer and of course *not* a Cloud Printer . but openbsd's

t610 of hp runs openbsd including X

2017-12-05 Thread Tuyosi T
hi all i recently get it about 40$. it consumes only 15W . so it is sutable for www server . it iwas already installed puppy linux on flash memory by seller . i already have 2.5 inch sata hard disk which was installed Uefi openbsd. so i attach it to sata interface on board . i prepare cat

no sound by "Intel 6321ESB HD Audio"

2017-12-03 Thread Tuyosi T
i install openbsd 6.2 into mac pro 2006 . (boot by fedora's grub ) but i cannot hear sound . $ dmesg | grep audio audio0 at azalia0 $ dmesg | grep azalia azalia0 at pci0 dev 27 function 0 "Intel 6321ESB HD Audio" rev 0x09: msi azalia0: codecs: Realtek ALC885 audio0 at azalia0 are there any

Re: no sound by "Intel 6321ESB HD Audio"

2017-12-04 Thread Tuyosi T
thanks for reading . fedora on mac pro 2006 can play audio file . any way i follow you . first ### # dmesg OpenBSD 6.2 (GENERIC.MP) #0: Thu Oct 12 19:53:18 CEST 2017 r...@syspatch-62-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/ GENERIC.MP real mem = 4272590848

Re: =?UTF-8?Q?Re:_=ef=bf=bccloning_to_smaller_hard_disk?

2018-05-05 Thread Tuyosi T
my way has a weak point that the kernel of the small HDD may become different from that of the big HDD by of using ' upgrade ' . ( it is good in case of virsion up 6.2->6.3 ) are there sophistcated methods not chainging kernel ? i used 'upgrade' process to load the boot loader to small HDD .

Re: cloning to smaller hard disk

2018-05-05 Thread Tuyosi T
> Your initial system and final system were One Big Partition layouts -- about this , i did it on a linux previously . namely (cd /m1;tar cvpf - altroot ) | (cd /m2 ; tar xpf - ) (cd /m1;tar cvpf - bin ) | (cd /m2 ; tar xpf - ) (cd /m1;tar cvpf - boot ) | (cd

Re: print usb printer by [ Google Cloud Print for Chromium ]

2018-05-15 Thread Tuyosi T
hi all . i at last find i can print if i use the printer which has both cups driver and wifi interface (for example EP-709A). so i do not need to use [ Google Cloud Print for Chromium ] . and i think it is impossible to print USB only printers . at this sate openbsd become everyday OS . ---

Re: print usb printer by [ Google Cloud Print for Chromium ]

2018-05-16 Thread Tuyosi T
hi i can not distinguish between lp and lpr . anyway /etc/printcap 709a-wifi|709a-wifi:rm=bsd.my.domain:rp=709a-wifi: and the setting of print on leafpad is 'lp -d709a-wifi ' . it goes well . regards ps my /etc/cups/cupsd.conf is LogLevel warn PageLogFormat Listen localhost:631 Listen

xscreensaver on lumina (6.3) does not work well

2018-06-18 Thread Tuyosi T
hi all . xscreensaver on lumina (snapshots) works well , but xscreensaver on lumina (6.3) does not work well . namely i cannnot restore screen by moving mouse or typing keyboard . and urtwn0 and run0 by snapshots works well , but urtwn0 by 6.3 did not get address from wifi router . ---

Re: print usb printer by [ Google Cloud Print for Chromium ]

2018-06-12 Thread Tuyosi T
​hi . it is fun that i do the print command on OpenBSD's chrome at the company , then ​i get the printing at my home's printer which is registerd on ArchLinux's chromium . namely internet printing ! [Google Cloud Print for Chromium] is interesting ! ---

Re: print usb printer by [ Google Cloud Print for Chromium ]

2018-05-31 Thread Tuyosi T
hi all . i do not understand lpr . so my settings are # ls -l /usr/bin/lpr lrwxr-xr-x 1 root wheel 18 Jun 1 05:52 /usr/bin/lpr -> /home/snap/lpr.bat # cat /home/snap/lpr.bat lp -dEP-901A then seamonkey and leafpad print easily . --- regards

how to know the progressive state of dd

2018-06-25 Thread Tuyosi T
hi all . on Linux dd-progress.bat < --- while true do date killall -USR1 dd echo echo sleep 30 done but killall is not possibele on OpenBSD . --- regards

Re: how to know the progressive state of dd

2018-06-26 Thread Tuyosi T
thanks for kind advises . on linux - # dd if=/dev/sdb of=./OpenBSD-8G-snapshot.img bs=32k 58195+0 records in 58194+0 records out 1906900992 bytes (1.9 GB, 1.8 GiB) copied, 25.1818 s, 75.7 MB/s 109011+0 records in 109010+0 records out 3572039680 bytes (3.6 GB, 3.3 GiB) copied, 56.2196 s, 63.5

Re: macpro boot openbsd 6.2 , but ,,,

2017-10-19 Thread Tuyosi T
sorry correction (wrong) any way the previous openbsd is 6.1 . i use legacy PC and CD(install62.fs ) and install OpenBSD area . [ don’t touch msdos aea (wd0i)] (right) any way the previous openbsd is 6.1 . i use legacy PC and CD(install62.iso ) and install OpenBSD area . [ don’t touch msdos aea

Re: macpro boot openbsd 6.2 , but ,,,

2017-10-26 Thread Tuyosi T
hi at noon i attach old and cheap "ATI Radeon HD 2400 XT" insted of " nvidea Geforce GT 7300" , then lumina works well . at present i use manjarolinux's grub to boot openbsd . but this method is impossible to reproduce ( i do not know why ) . this morning i install [ *i686* mint linux ] to

Re: print usb printer by [ Google Cloud Print for Chromium ]

2018-02-17 Thread Tuyosi T
i write down in more detailed manner but in japanese in https://qiita.com/tyokai/items/0cb47bd08cf6ec45de93 . - regards

Re: how to switch to a snapshot?

2018-07-27 Thread Tuyosi T
​hi i usually boot PC by the USB memory of install63.fs ( =snapshots ). ​ the method is dd if=./install63.fs of=/dev/rsd1c bs=1m <-openbsd dd if=./install63.fs of=/dev/sdb bs=32k <-linux and do Upgrade and start snapshots , then pkg_add -u . that's the main

samba at snapshots

2018-07-11 Thread Tuyosi T
hi all . it is supprising openbsd snapshots runs samba . and windows 10 accesses "OpenSamba" . but this may contain some errors . then please point them . 1)/etc/samba/smb.conf [global] workgroup = WORKGROUP server string = SAMBA SERVER Version %v netbios name = OpenSamba security = user

Re: samba at snapshots

2018-07-11 Thread Tuyosi T
i thank for kasak's nice advices of samba . yesteday's perhaps today's snapshot is stable . i am looking forward to 6.4 . --- regards

cloning to smaller hard disk

2018-04-22 Thread Tuyosi T
hi all . i manage to clone bigger HDD(sd1) to smaller HDD(sd0) this is dangerous , so please test . and there may be some errors , then please point them out . 1) boot pc by USB stick ( indtall53.fs) 2)chose install 3) acertain disks by ! 4) exit 5) which disk is the root dik ? ---> sd0 then

my first experience of growfs

2018-04-18 Thread Tuyosi T
hi all . i found a very nice page ( http://fuguita.org/index.php?BBS%2F3 ) . so i follow it , then i manage to clone HDD1 to HDD2 ( fdisk , disklabel & growfs ) 1) HDD1 < HDD2 2) dd HDD1 to HDD2 (by archlinux) 3) power on HDD2 boot bsd.rd fdisk -e sd0 -> edit 3 disklabel -E sd0 -> b -> c a

Re: print usb printer by [ Google Cloud Print for Chromium ]

2018-03-31 Thread Tuyosi T
using [ Google Cloud Print for Chromium ] , i also print text files besides pdf files . for example 1) chrome test.txt 2) right click , then the print menu appears . (cups is not installed)

6.3 snapshots runs well .

2018-03-04 Thread Tuyosi T
i installed 6.3 snapshots . it runs well lumina & japanese input method (scim-anthy) . thanks

clone of openbsd by dd

2018-09-03 Thread Tuyosi T
hi all . i do backup hard disk by booting archlinux's install USB memory and dd . because one liner ' while true ; do ; sleep 10 ; killall -USR1 dd ; done ' is effective on another screen ( alt + F2 ) . so i know the progressive state of dd on original screen ( alt + F1) . reversely i do

Voice Typing in Google Docs is OK

2018-09-21 Thread Tuyosi T
hi all . i try openbsd snapshots(6.4) . Voice Typing in Google Documents in Japanese run well . it very nice because it is not impossible using manjaro linix (No1 at DistroWatch Page Hit Ranking) . --- regards

Re : Voice Typing in Google Docs is OK

2018-09-21 Thread Tuyosi T
sorry , very sorry . it is my mistake . Voice Typing in Google Docs is not OK in snapshots at present . my PC is triple boot , so i mistake . --- regards

what is the excellent USB wifi as wifi router made by openbsd

2019-03-14 Thread Tuyosi T
hi all . i made a wifi router by openbsd . but my USB wifi is too old , so slow speed . do you know some good USB wifis ? the next is my setting . i386# ./comment-out.bat /etc/rc.local /root/wifi-router.bat-rum0 /etc/rc.d/dhcpd -f restart i386# cat /root/wifi-router.bat-rum0

Re: samba : snapshots of 6.5

2019-05-09 Thread Tuyosi T
I think that the microsoft will continue to change its network system in order not to be invaded by free UNIX . If so, the pursuit of samba will be painful . But it is only a personal imagination

Re: samba : snapshots of 6.5

2019-05-13 Thread Tuyosi T
hi all ! yesterday i newly installed openbsd snapshots , i managed to start samba . hi# date ; /etc/rc.d/samba start ; date Tue May 14 02:36:22 JST 2019 smbd(ok) nmbd(ok) Tue May 14 02:36:48 JST 2019 namely 26 seconds hi# hi# testparm rlimit_max: increasing rlimit_max (128) to minimum

Re: USB sound card not playing

2019-05-13 Thread Tuyosi T
i use 6.6 snapshots and USB sound card . the card play youtube well including sound . -- $ dmesg | grep audio uaudio0 at uhub2 port 4 configuration 1 interface 1 "C-Media Electronics Inc. USB Audio Device" rev 1.10/1.00 addr 5 uaudio0: class v1, full-speed, sync,

Re: USB sound card not playing

2019-05-19 Thread Tuyosi T
Hi, Alexandre Ratchov this PC is old(about 10 yeas old) hitachi server (HA-8000) . the full dmesg is # dmesg OpenBSD 6.5-current (GENERIC.MP) #17: Sun May 12 00:53:38 MDT 2019 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem =

Re: samba : snapshots of 6.5

2019-04-19 Thread Tuyosi T
hi,all i reinstall samba by using ports . dell# ps ax| grep bd 72188 p0 S+p 0:00.00 grep bd dell# /etc/rc.d/samba -f start smbd(timeout) dell# ps ax| grep bd 71545 p0 R/1 0:41.36 /usr/local/sbin/smbd -D -D 52315 p0 S+p 0:00.00 grep bd i think '-D -D' is perhaps bad . by the

samba : snapshots of 6.5

2019-04-14 Thread Tuyosi T
hi all . the samba of snapshots does not start . dell# /etc/rc.d/samba start smbd(timeout) but dell# nmbd -D dell# smbd -D dell# ps ax | grep mbd 52176 ?? Is 0:00.05 /usr/local/sbin/smbd -D -D 87251 ?? S 0:00.05 /usr/local/sbin/smbd -D -D 64985 ?? S 0:00.00