Re: arm on pandaboard fails

2016-08-13 Thread Tuyosi Takesima
thanks for advice of Juan and Jonathan . i try snapshots. *now 8/13/2016* it can not reach the step of entrance of install . so i try 5.8 by shell script ./comment-out.bat get_and_burn-panda_XY.bat wget ftp://mirror.yandex.ru/pub/OpenBSD/$1.$2/armv7/miniroot-panda-$1$2.fs echo '---get---' l

arm on pandaboard fails

2016-08-12 Thread Tuyosi Takesima
Hi all . i report this . i take photos . they are on http://akita-arm.blogspot.jp/2016/08/pandaboard-openbsd.html i am looking forward to meet openbsd 60 's armv7 . regards my favorite arm board is odroid-c2 . and os is dietpi .

where is the image of openbsd arm ?

2016-06-22 Thread Tuyosi Takesima
Hi all . i now use arm linux as server . because it needs 5W , so its cost as 24Hr server is very low and it's root can be put in hard disk , so big space can be get . where is the image of openbsd arm ? ( raspberry pi , pine64 or other ) --- regards

Re: permisson of .htpasswd of 5.9's nginx

2016-04-29 Thread Tuyosi Takesima
thanks for ludovic # ls -l /var/www/1/ total 16 -rw-r- 1 www www 65 Apr 29 11:19 .htpasswd # chmod 640 /var/www/1/.htpasswd this go well . tuyosi

permisson of .htpasswd of 5.9's nginx

2016-04-28 Thread Tuyosi Takesima
Hi all . i do chmod 777 /var/www/1/.htpasswd and so nginx works with basic authentification. but this setting is too open . are there any idea ? # /etc/nginx/nginx.conf events { worker_connections 800; } http { include mime.types; default_type appli

scim-anthy may be wrong (5.9 i386)

2016-04-21 Thread Tuyosi Takesima
hi all . i do command [ scim-anthy ] , and at [ global setup ] i remove check of [Others] . but i do again scim-setup , check mark is on [Others] namely no change . so i think that something is wrong with scim-anthy of 5.9 i386. at present i use ibus-anthy , and this works well . - regard

how to Bridging with a wireless NIC

2016-02-25 Thread Tuyosi Takesima
thanks for Stefan's good idvice . i add 3)too common , only dhcpd & pf (no bridge) internet-router:192.168.1.1--FON192.168.10.1...wifi...rum0[openbsd]axe0---TV /etc/hostname.rum0 nwid MyPlace wpakey 70810 dhcp /etc/hostname.axe0 inet 192.168.0.1 255.255.255.0 /etc/dhcpd.interfaces

Re: how to Bridging with a wireless NIC

2016-02-25 Thread Tuyosi Takesima
i try openbsd . 1) too common way( wired-wired bridge) internet--router:192.168.1.1--em0[openbsd]axe0---TV /etc/hostname.em0 dhcp /etc/hostname.axe0 up /etc/hostname.bridge0 add em0 add axe0 up TV address 192.168.1.250 gateway 192.168.1.1 dns 192.168.1.1 2) wifi bridging is hard inter

how to Bridging with a wireless NIC

2016-02-23 Thread Tuyosi Takesima
hi,all i write my home work the latter part . first i rewite /etc/network/interfaces -- auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255 auto wlan0 iface wlan0 inet dhcp wpa-ssid UR

Re: how to Bridging with a wireless NIC

2016-02-21 Thread Tuyosi Takesima
Hi all . my final goal is openbsd . the prementary step is on Linux. tool is only dynmasq and bridge schima is next - wifi router 192.168.100.254 . wifi . wlan0:192.168.100.103 raspberry pi (minibian , a kind of debian ) eth0;192.168.0.1 | | eth0 Debiandog

Re: how to Bridging with a wireless NIC

2016-02-16 Thread Tuyosi Takesima
i follow your advice . the resul is --- # ifconfig -a lo0: flags=8049 mtu 32768 priority: 0 groups: lo inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff00 re0: flags=8b43 mtu 1500 llad

how to Bridging with a wireless NIC

2016-02-16 Thread Tuyosi Takesima
hi all , my room has no wired lan cord . my situation is internet | wifi router 192.168.100.254 | |wireless | rum0:dhcpcd openbsd re0 | |wired LAN | video recorder my intension is that video recorder recieves address from wifi router ( ***not from openbsd***) debian linux has https://wiki.d

Re: openvpn & ./pkitool --initca error

2015-12-16 Thread Tuyosi Takesima
On 2015-12-14, Tuyosi Takesima wrote: > > Hi all . > > about openvpn ,i follow http://www.kernel-panic.it/openbsd/vpn/vpn4.html > > > > cp openssl-0.9.6.cnf openssl.cnf > > > > and > > when # ./pkitool > > easy-rsa is broken in 5.8 release. If you fe

openvpn & ./pkitool --initca error

2015-12-13 Thread Tuyosi Takesima
Hi all . about openvpn ,i follow http://www.kernel-panic.it/openbsd/vpn/vpn4.html cp openssl-0.9.6.cnf openssl.cnf and when # ./pkitool --initca then Using CA Common Name: changeme error on line 39 of /usr/local/share/easy-rsa/openssl.cnf 6496586334084:error:0E065068:configuration file routines:S

return qemu.img to real partition

2015-11-09 Thread Tuyosi Takesima
i follow current of openbsd on Linux's kvm of ext2_fs . and return this qemu image to openbsd partition by tar over ssh . ( http://openbsd-akita.blogspot.jp/2015/11/export-kvms-image-to-real-machine.html ) but i hear there is qemu-nbd in Linux. i try it . # modprobe nbd max_part=8 # qemu-nbd --c

Re: how to transfer the image of qemu to real machine

2015-11-04 Thread Tuyosi Takesima
hi all i write **only tentative ** plan . it perhaps has imcompleteness . URL is http://openbsd-akita.blogspot.jp/2015/11/export-kvms-image-to-real-machine.html . - regards

Re: how to transfer the image of qemu to real machine

2015-11-04 Thread Tuyosi Takesima
Hi all . a little progress was made . from FAQ8 boot> boot -s # fsck -p / && mount -uw /<--- ok # fsck -p /usr && mount /usr <--- fail touch /etc/spwd.db and then i can login by root . but login by tuyosi is not possible so i create user TUYOSI . then i can login by TUYOSI . bu

Re: how to transfer the image of qemu to real machine

2015-11-04 Thread Tuyosi Takesima
thanks for kind advices . i do 1) ssh root@192.168.100.101 "tar czpf - / | tar xzpf - -C /MNT and 2) installboot -r /MNT sd1 (on openbsd5.8 = sd0a) and then 3) boot by grub perhaps sd1a's current openbsd comes up because [ /dev/sd1a(655d3964e75dc0cc.a): file system is clean ; not checkin

Re: how to transfer the image of qemu to real machine

2015-11-03 Thread Tuyosi Takesima
thanks for advices . i rewrite /MNT/etc/fstab concerning [disklabel sd1] 9f39539222428a90.b none swap sw #9f39539222428a90.a / ffs rw 1 1 # duid: 655d3964e75dc0cc 655d3964e75dc0cc.a / ffs rw 1 1 but i cannot boot sd1's openbsd . # /MNT/usr/sbin/installboot -

how to transfer the image of qemu to real machine

2015-11-03 Thread Tuyosi Takesima
Hi all . i use only one PC which is dual boot and has USB HDD(sd1) . i write down my procedures . 1)on linux machine , i boot openbsd by kvm and follow current . and so the qcow2 image of OpenBSD-current.img was made . and then i copy OpenBSD-current.img to ext2 area . 2)on openbsd machine

follow current by KVM

2015-10-31 Thread Tuyosi Takesima
Hi all . i decide to follow [curent openbsd ] by KVM on linux . how to send virtual space's openbst to real space ? - regards

does src include sys ?

2015-10-23 Thread Tuyosi Takesima
today i first time follow current . # cd /usr # export CVSROOT=anon...@anoncvs.jp.openbsd.org:/cvs # cvs -d$CVSROOT checkout -P src cvs -d$CVSROOT checkout -P sys<--- 1)quetion is [cvs -d$CVSROOT checkout -P sys] needless ? and Faq write about on

cannot input _ (keyboard layout is jp)

2015-10-19 Thread Tuyosi Takesima
hi all . i start openbsd-snapshots by ***kvm*** . and chose 'keyboad layout' jp(japanese), then i cannot input _(under bar) . so i am obliged to use 'keyboad layout' us . this is a little incovinient . how to cope with this ? --- regards

Re: solved: UEFI graphical openbsd login

2015-10-14 Thread Tuyosi Takesima
graphical log on is seen in next URL http://openbsd-akita.blogspot.jp/2015/10/openbsd-lives-in-sd1-2gb-usb-stick.html

UEFI graphical ope login

2015-10-14 Thread Tuyosi Takesima
Hi all . i succeed graphical openbsd login by using refind . 1st story is http://openbsd-akita.blogspot.jp/2015/10/openbsd-uefi.html and 2nd + story is * about** http://marc.info/?l=openbsd-misc&m=144476075929012&w=2 i do the following using linux # unzip refind-bin-0.8.2.zip

solved: UEFI graphical openbsd login

2015-10-14 Thread Tuyosi Takesima
Hi all . i succeed graphical openbsd login by using refind . 1st story is http://openbsd-akita.blogspot.jp/2015/10/openbsd-uefi.html and 2nd + story is * about** http://marc.info/?l=openbsd-misc&m=144476075929012&w=2 i do the following using linux # unzip refind-bin-0.8.2.zip #

Re: 'UEFI install to USB' fail

2015-10-13 Thread Tuyosi Takesima
i add photos in convinience . see http://openbsd-akita.blogspot.jp/2015/10/openbsd-uefi.html

Re: 'UEFI install to USB' fail

2015-10-13 Thread Tuyosi Takesima
Close to resolution ? i have repeated experiment again . the result is ls -l EFI/BOOT -r-xr-xr-x 1 root root 110592 10月 13 17:57 bootia32.efi <-- -rwxr-xr-x 1 root root 120832 10月 13 17:57 bootx64.efi namely information from netbsd is needless . so [refind-bin-0.8.3.zip download] is n

Re: 'UEFI install to USB' fail

2015-10-13 Thread Tuyosi Takesima
sorry mustake . cp /mnt/usr/mdec/BOOT* /mnt2/efi/boot --- now state ls -l ./EFI/BOOT/ total 280 -r-xr-xr-x 1 root root 110592 10月 13 17:57 bootia32.efi -rwxr-xr-x 1 root root 120832 10月 13 17:57 bootx64.efi drwxr-xr-x 2 root root 8192

Re: 'UEFI install to USB' fail

2015-10-13 Thread Tuyosi Takesima
i might manage to sucseed to boot openbsd by UEFI . this try is using USB stick. 1) on LINUX on linux's fdisk fdisk -l /dev/sdb Device Boot Start End Sectors Size Id Type /dev/sdb1 2048 1050623 1048576 512M b W95 FAT32 /dev/sdb4 1050624 3915775 2865152 1.4G a6 OpenB

Re: 'UEFI install to USB' fail

2015-10-13 Thread Tuyosi Takesima
that PC is a note book. fortunately i remove battern for 30 minites . and power on , windows 10 comes up . bios is not damaged . now PC is 64bit not 32bit , UEFI is important . case reports contribute UEFI of openbsd .

'UEFI install to USB' fail

2015-10-12 Thread Tuyosi Takesima
Hi,all . i confess my failure . i read https://blog.jasper.la/openbsd-uefi-bootloader-howto/ the reason why i cannot follow this site is that ' fdisk -i -b 960 sd1' is imposible in my case . i write down my failure --> 1) boot by install58(snapshots).iso 2)inst

Re: solved qemu tap

2015-10-03 Thread Tuyosi Takesima
i organized ' qemu and tap ' on http://qemuandopenbsd.blogspot.jp/2015/09/qemu.html but this is japanese . use translation site , for example . https://translate.google.co.jp/?hl=ja i can run tiny core plus ( with X and japanese input) perhaps there are mistaks . please point out them .

Re: solved qemu tap

2015-09-22 Thread Tuyosi Takesima
as homework install run CorePlus-5.1-jaOK(by cdrom)X OK puppy precise571fail perhaps debian should be run as CUI (character base) in slow machine . is very attractive except its slowness . in this vertual

Re: solved qemu tap

2015-09-21 Thread Tuyosi Takesima
mistake cat /etc/hostname.bridge0 add vether0 add vio0 -> sis0 up but vio0 also work , why ? and instlatin process , tiny-core boot > but i donot know how to save . tiny-core-plus cannot boot again qemu is slow , so i hesit

solved qemu tap

2015-09-21 Thread Tuyosi Takesima
Hi all . i manage to work qemu . all i do by root user . my situation -- internet | router(dhcpd server) | sis0 openbsd $ cat /etc/hostname.tun0 link0 up $ cat /etc/hostname.vether0 inet inet 192.168.1.194 255.255.255.0 NONE cat /etc/hostname.bridge0 add vether0

make bootable CD by bootable USB

2015-09-13 Thread Tuyosi Takesima
hi all . i make bootable openbsd USB stick by ordinaly installatin . if i can make bootable CD from this USB , it is very happy . are there any methods ? is linux's isolinux or so possible ? is it very difficult to solve ? === rebards

mediatomb , limits folda to be seen

2015-08-05 Thread Tuyosi Takesima
Hi all . i installed mediatomb and sqlite with pkg_add . it works well . but all folds is seen by filesystem of mediatomb. i want than /MOVIES only is seen by filesystem of mediatomb . what should i do ? --- tuyosi

Re: elementary opensmtpd setting on rental server

2015-07-24 Thread Tuyosi Takesima
thanks koko . for me , nsd is too hard . so i make a tryal to build intranet mail server with unbound , opensmtpd and dovecot without nsd or bind . see http://aoiyuma.mydns.jp/unbound+opensmtpd.html by using proper translation URL . - see you .

Re: elementary opensmtpd setting on rental server

2015-07-23 Thread Tuyosi Takesima
Gilles's advices is essential ! i read http://yama-ga.seesaa.net/article/394367473.html too. so i rewrite smtpd.conf listen on lo0 listen on em0 port 25 listen on em0 port 465 listen on em0 port 587 table aliases db:/etc/mail/aliases.db accept from any f

Re: elementary opensmtpd setting on rental server

2015-07-23 Thread Tuyosi Takesima
i have done my homework buti cannot send mails to x...@gmail.com & x...@gmx.com . Do you have any error code or message ? thunderbird says --- An error occurred while sending mail. The mail server responded: Invalid recipient. <--- Please check the message recipie

Re: elementary opensmtpd setting on rental server

2015-07-23 Thread Tuyosi Takesima
thanks for Denis |Tell me if I'm wrong but you don't listen on port 25 or 465. your advise is great ! /etc/mail/smtpd.conf is rewriten . listen on lo0 listen on em0 port 25<-to recieve mail from gmx listen on em0 port 465 <-to recieve mail from gmail tab

Re: elementary opensmtpd setting on rental server

2015-07-22 Thread Tuyosi Takesima
Hi all. sorry for my poor english. following may be illusion . but i do experiment . for example  Gmail server 3.4.5.6<--4.5.6.7PC1 | | aoi server 2.3.4.5 <--1.2.3.4PC2 Gmail server reject mail from PC2 because Gmail server thinks that it is relayed by

Re: mail server on rental server , cannot send gmail.com

2015-07-13 Thread Tuyosi Takesima
thnks your advice . i shoud study postfix sasl reading following your teaching . http://www.postfix.org/BASIC_CONFIGURATION_README.html#relay_from etc i lookup thunderbird's automatic setting. port 587 connection security :none authentification method: passwd, tranmitted insecurely is it poss

Re: mail server on rental server , cannot send gmail.com

2015-07-13 Thread Tuyosi Takesima
Hi,all. perhaps i solved the quize to send and rcieve email . openbsd mail server (this has main cf) | internet | 1.2.3.4 router | dhcp linux(thunderberd) in /etc/postfix/main.cf mynetworks = 127.0.0.0/8, 1.2.3.4/32 1.2.3.4 is obtaind curl ifconfig.me on linux . or show ifonfig.me on firefox

Re: mail server on rental server , cannot send gmail.com

2015-07-10 Thread Tuyosi Takesima
thanks trondd . http://mxtoolbox.com/diagnostic.aspx says smtp:mail.openbsd.link Monitor This Unable to connect after 15 seconds. TestResult SMTP ConnectFailed To ConnectMore Info Session Transcript: Connecting to 157.7.244.194 7/10/2015 5:0

Re: mail server on rental server , cannot send gmail.com

2015-07-10 Thread Tuyosi Takesima
good advice. thanks Michael. tail /var/log/maillog is Jul 11 15:20:52 aoiyuma postfix/smtpd[9635]: warning: smtputf8_enable is true, but EAI support is not compiled in Jul 11 15:20:52 aoiyuma postfix/proxymap[20250]: warning: smtputf8_enable is true, but EAI support is not compiled in Jul 11 15

mail server on rental server , cannot send gmail.com

2015-07-10 Thread Tuyosi Takesima
Hi ,all . i can send and recieve mail by using mail server on rental server . namely send to tuy...@openbsd.link recieve from tuy...@openbsd.link but now state , i cannot send mail to x...@gmail.com becase of relay host what should i do next ? my /etc/postfix/main.cf is

* local * mail server using unbound only

2015-07-08 Thread Tuyosi Takesima
Hi , all . about 1 month ago , i faild to build internet mail server althought many peaple help me . my study is immature , so i give it up , but i managed to build *local* mail server. for me , nsd is too difficult to use for my lack of bind knowledge. so i use unbound only . internet | wifi ro

Re: how to install OpenBSD in a computer with Linux and Grub2

2015-06-29 Thread Tuyosi Takesima
i found very interesting method that uses linux grub2 to install openbsd . that is written in http://yanmoo.blogspot.jp/2012/04/vpsopenbsd.html. main poin is --- grub> kopenbsd /bsd.rd grub>boot by this method , i install debian and then oppenbsd in rental server. now

Re: mail server on rental server ,cannot recieve mail

2015-06-25 Thread Tuyosi Takesima
thanks for many kind advices , but i cannot recieve mail because of limits of my ability . namely pop3d is hard to overcome ssl . dovecot is also hard because it is involved to mx and postfix . i may study bind or so . so i give up dovecot , pop3d and pop3*.. ---

Re: mail server on rental server ,cannot recieve mail

2015-06-24 Thread Tuyosi Takesima
thanks for skinner , i now understand the difficulty of dovecot . it is the area of speciallist. so i return to pop3d. about 5 years ago , i can mail server with it . then # pkg_add pop3d The following new rcscripts were installed: /etc/rc.d/pop3d but # /usr/local/sbin/pop3d -d pop3d ready; ty

mail server on rental server ,cannot recieve mail

2015-06-24 Thread Tuyosi Takesima
Hi,all. reciprocally i can send mail , but i can not recieve mail with sylpheed . all that i do is the next. 1) /usr/local/sbin/dovecot-mkcert.sh 2)/etc/postfix/main.cf - myhostname = abc.vs.sakura.ne.jp mydomain = vs.sakura.ne.jp myorigin = $myhostname mydestination = $myhost

Re: mail server on rental server ,cannot send mail

2015-06-23 Thread Tuyosi Takesima
sorry , i hide real adress and name for my privacy . Vice versa at my home , i cansentmail but cannot recieve mail . i first doubt dovecot setting . /etc/dovecot/dovecot.conf -- protocols = imap listen = * !include conf.d/*.conf /etc/

Re: mail server on rental server ,cannot send mail

2015-06-22 Thread Tuyosi Takesima
thanks Matthew Martin. you give me important hints . i rewrite main.cf /etc/postfix/main.cf myhostname = abc.vs.sakura.ne.jp mydomain = vs.sakura.ne.jp myorigin = $myhostname inet_interfaces = all home_mailbox = Maildir/ relay_domains = $mydestination #<- relayhost =

mail server on rental server ,cannot send mail

2015-06-22 Thread Tuyosi Takesima
few days ago i rented renal server for coninience . and i made mail server. but i cannot send mail although i receive mail. i think problems is in postfix setting . please point out problems . /etc/postfix/main.cf - myhostname = abc.vs.sakura.ne.jp mydomain = vs.sakura.ne.j

Re: how to restore partion order , openbsd's grub

2015-06-20 Thread Tuyosi Takesima
*Hi Maurice * sorry ,PC has 1 ATA HDD(sd0 =sda) and 1 USB HDD(sd1 =sdb). i rsync arch from sdb to sda by linux , and edit it's /etc/fstab . then arch boot by openbsd's grub . i have two boot loader . ATA HDD's one is made by puppy's grub4dos and USB H

how to restore partion order , openbsd's grub

2015-06-19 Thread Tuyosi Takesima
Hi all . i can boot OS in sd0 by openbsd's grub . by the way openbsd linux sd0 =sda sd1 =sdb 1 months ago by using linux's fdisk fdisk /dev/sdb -> n > p > 4 -> t > a6 (for openbsd) and ***then*** fdisk /dev/sdb -> n > p > 1 (for linux) but 1 week ago i careles

expect rsync to recover files on some level

2015-06-11 Thread Tuyosi Takesima
Hi all. i use rsync on *working* openbsd to expect in order to recover some files on some level . because when i rysnc -av /32G-USBmemory/ /harddiskdrive by booting 2G-USBmemory , ibus-anthy and xfce4-terminal die on harddiskdrive(opebsd itself works). and more 'pkg_add ibus-anthy ' does not ha

Re: japanese character on roxterm

2015-05-31 Thread Tuyosi Takesima
hi all . at last i find the xfce4-terminal as th best japanese terminal . even menu is japanized . see http://openbsd-akita.blogspot.jp/2015/04/56-57-snapshot.html $ ./comment-out.bat .xinitrc export GTK_IM_MODULE=ibus export XMODIFIERS=@im=ibus export QT_IM_MODULE=ibus export LC_CTYPE=en_US.UTF

Re: simple maiserver fail (postfix dovecot)

2015-05-27 Thread Tuyosi Takesima
it is hard to understand even for me only to follow thread . so i write down at http://openbsd-akita.blogspot.jp/2015/05/wifi-router-run0-192.html if there are mistakes , please point them . --- regards

Re: simple maiserver fail (postfix dovecot)

2015-05-26 Thread Tuyosi Takesima
- local virtual unix - n n - - virtual lmtp unix - - - - - lmtp anvil unix - - - - 1 anvil scacheunix - - - - 1 scache thanks again for OpenBSD fellow's support. regards tuyosi takesima

Re: simple maiserver fail (postfix dovecot)

2015-05-24 Thread Tuyosi Takesima
it is very sorry that in the previou setting , from outside(namely not intra-net) sylpheed can recieve mail but can not send mail to u...@a.mydns.jp . and more gmail can not send mail to u...@a.mydns.jp . perhaps dovecot settig is wrong . --- regards tuyosi

Re: simple maiserver fail (postfix dovecot)

2015-05-24 Thread Tuyosi Takesima
Hi all , thanks for good advices of Edgar & Thomas , i manage to build mailserver . in the condition wifi router | openbsd PC1(mail sever , dnsmasq ) bge0: 192.168.11.1 | openbsd PC2 PC2's sylpheed can send and recieve mail . all my setting is next. 1) tail -10 /etc/login.conf

Re: simple maiserver fail (postfix dovecot)

2015-05-23 Thread Tuyosi Takesima
Hello. Thomas. thanks your kind advice , so i make some progress , but fail. i focus dovecot . 1)now i do Edit /etc/ssl/dovecot-openssl.cnf (Edit this accordingly!) /usr/local/sbin/dovecot-mkcert.sh 2) telnet a.mydns.jp 143 Trying 192.168.100.101... Connected to a.mydns.jp. Escape character is

simple maiserver fail (postfix dovecot)

2015-05-22 Thread Tuyosi Takesima
Hi all now it is hard to build mail server using postfix and dovecot for me . previously i can do it postpix and pop with ease. now i only can do on mail server telnet a.mydns.jp 25 Trying 192.168.100.101... Connected to a.mydns.jp. Escape character is '^]'. 220 a.mydns.jp ESMTP Postfix but # t

Re: report:intranet PXE network install (by nginx...)

2015-05-07 Thread Tuyosi Takesima
securiy is most inportant for airplain. my writing unperfect ,so may be dangerous . by the way i have little expirience of domain name server . so, i have three question. in dnsmasq 1) does /etc/hosts alow alias ? 2) is /etc/resolv.conf important ? 3) soft link perhaps fail example cd /v

report:intranet PXE network install (by nginx...)

2015-05-07 Thread Tuyosi Takesima
hi all . i install 5.7 using intranet (internet is unnesesary) i expense some time . for covinience i report it. sis0 openbsd PXE server ne3 :192.168.11.1 | PC ( openbsd will be installed) 1) dhcpd # cat /etc/hostname.ne3 inet 192.168.11.1 255.255.255.0 # cat /etc/dhc

Re: pf.conf something is VERY wrong here, need advice.

2015-04-20 Thread Tuyosi Takesima
your pf.conf is veriy similar to me . perhaps it comes from small office different > > # increase default state limit from 10'000 states on busy systems > > #set limit states 10 mine ext_if="urtwn0" int_if="bge0" tcp_services="{ 22, 80 }" icmp_types="echoreq" set block-policy return set login

Re: Blocking Teamviewer

2015-04-17 Thread Tuyosi Takesima
in quick log on $ext_if inet proto tcp to port 80 divert-to 127.0.0.1 port 3128 pass out quick from 127.0.0.1 divert-reply 3rd linux access internet . --- tuyosi takesima

Re: recommended input methods?

2015-04-16 Thread Tuyosi Takesima
as for japanese , i use ibus-anthy & jwm .(& roxterm) about the reason of jwm , please look at http://openbsd-akita.blogspot.jp/2015/04/56-57-snapshot.html the icon(right under) show ether japaese anthy state or english state click the icon , then the state can be changed . -

Re: japanese character on roxterm

2015-04-10 Thread Tuyosi Takesima
in addtion. in case of japanese file name , uxterm is not OK. namely it cannot ' touch 'japanese-name.txt' roxterm goes well .--->touch にほん語.txt and $ cat /usr/local/bin/lll ls $1 | cat - this lll is goes well. --- regards

5.7 snapshots

2015-04-08 Thread Tuyosi Takesima
Hi all . 5.7 snapshots almost go well by using http://mirror.internode.on.net (pkg_add-iu) . but only except is cmixer . so i use xfce4-mixer.

Re: jwm ; speedy window manager

2015-04-06 Thread Tuyosi Takesima
says that i3 is a tiling window manager, completely written from scratch. The target platforms are GNU/Linux and BSD operating systems, our code is Free and Open Source Software (FOSS) under the BSD license. --- tuyosi takesima

Re: jwm ; speedy window manager

2015-04-05 Thread Tuyosi Takesima
i use ibus-anthy $ pkg_info | grep ibus ibus-1.5.5 intelligent input bus framework ibus-anthy-1.5.4japanese input engine for ibus and start by it /usr/local/bin/ibus-daemon -d -x -r i'll try cwm someday after studing it . thank you. --- tuyosi takesima

Re: jwm ; speedy window manager

2015-04-05 Thread Tuyosi Takesima
ile type twm Small # Floating wmii2 Medium × Tile type xfce4 Medium # Floating is there another light X window manager in openbsd ? --- tuyosi takesima

jwm ; speedy window manager

2015-04-05 Thread Tuyosi Takesima
Hi , all . i recommend jwm as window manager . it is light ant easy to use . so it is used on puppy linux . 1) pkg_add jwm 2) .xinitrc jwm 3) startx that all tuyosi takesima

Re: install openbsd to the area made by LINUX's fdisk

2015-03-31 Thread Tuyosi Takesima
finally, i bring previos installed openbsd USB HDD(40G) . boot PC by 2G . and then insert 40G & 500G and then clone 40G to 500G rm -rf /mnt-500/* (cd /mnt-40 ; tar cvpf - .)|(cd /mnt-500 ; tar xpf -) cp /etc/fstab /mnt-500/etc reboot boot PC by 500G nano /etc/hostname.run0 at last i enjoy

Re: install openbsd to the area made by LINUX's fdisk

2015-03-29 Thread Tuyosi Takesima
--- not now , i tried the next commnd /usr/sbin/installboot /mnt1/boot /usr/mdec/biosboot sd1 but there was no effect to install openbsd's boot loader . something changed? http://www.openbsd.org/faq/faq14.html suggest show only -- installboot sd0 (for example) -- is this too simple code fact

Re: install openbsd to the area made by LINUX's fdisk

2015-03-29 Thread Tuyosi Takesima
of openbsd's boot loader . but there should be menu.lst only by gub4dos boot loader . tuyosi takesima , a japanese

install openbsd to the area made by LINUX's fdisk

2015-03-29 Thread Tuyosi Takesima
pgrade---, When i came to the stage 'bsd.rd etc', i select ---abort---. all is done . by using previos menu.lst , i boot openbsd in 500G by grub4dos . After i launched openbsd , I comment out the xdm in /etc/rc.conf.local. sorry for my poor english --- tuyosi takesima , Japan

Re: nginx how to run first site as open , and second

2014-12-30 Thread Tuyosi Takesima
thanks for einfach's kind advise , i at last do it. final nginx.conf is worker_processes 1; worker_rlimit_nofile 1024; events { worker_connections 800; } #h> http { include mime.types; default_type application/octet-stream; index index.htm

Re: nginx how to run first site as open , and second

2014-12-29 Thread Tuyosi Takesima
thanks for good advise . surely no need to compile to obtain basic auth . my test nginx.conf is next . cat /etc/nginx /nginx.conf worker_processes 1; worker_rlimit_nofile 1024; events { worker_connections 800; } http { include mime.types; default_type application/o

Re: nginx how to run first site as open , and second

2014-12-29 Thread Tuyosi Takesima
Hi ,all . how to compile nginx who has ability of basic auth using ports ? according to http://wiki.nginx.org/Modules , if auth_basic is not wanted, compile nginx --without-http_auth_basic_module . --- i need basic auth because of family privacy photos , i run nginx on arch linux

Re: nginx how to run first site as open , and second

2014-12-26 Thread Tuyosi Takesima
i think , think ,so i try archlinux's nginx . the following /etc/nginx/nginx.conf goes well. -- worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfileon;

Re: nginx how to run first site as open , and second

2014-12-26 Thread Tuyosi Takesima
thanks for kind reply . i rewrite /etc/nginx/nginx.conf . worker_processes 1; worker_rlimit_nofile 1024; events { worker_connections 800; } http { include mime.types; default_type application/octet-stream; index index.html index.htm; keepalive_timeout 65;

nginx how to run first site as open , and second as basic auth .

2014-12-26 Thread Tuyosi Takesima
hi,all . i use name based virtual host (=server block). i want to run first site as open and second site as ristricted (basic auth), but it is hard to do and there is little information on internet about this . it is easy to run only name based virtualhost (=server block) . nginx.conf is ne

Re: how to , apache's ' AuthType Basic '

2014-12-15 Thread Tuyosi Takesima
i managed to work 'Basic Auth' but there may be mistakes . please correct them . www root is /var/apache2/htdocs/ . conf file is /etc/apache2/httpd2.conf . cd /etc/apache2/ htpasswd .htpasswd XXX chmod 644 .htpasswd <- correct ? # head /etc/apache2/httpd2.conf AuthType Basic Auth

Re: how to , apache's ' AuthType Basic '

2014-12-15 Thread Tuyosi Takesima
i thank you for very nice advise. i will try apache-httpd-2.2.27p4.tgz. translation site is https://translate.google.com/ . please input URL , then the site translate it in english .

how to , apache's ' AuthType Basic '

2014-12-14 Thread Tuyosi Takesima
hi ,all . in arch linux , apache's 'AuthType Basic' is easy . i follow http://www.atmarkit.co.jp/flinux/rensai/linuxtips/698apachebasic.html as a whole. detail is a little different . the following . # ls -l /srv/http/ -rw-r--r-- 1 root root 28 12月 10 12:03 index.html drwxr-xr-x 2 root roo

Re: new installed openbsd5.6 's sysctl.conf

2014-11-15 Thread Tuyosi Takesima
*Jeremy 's advice is very useful .* *by the way 'pkg_add icedtea_web' is now possible in i386 5.6 .i can do go , by ' javaws cgoban.jnlp* *' .---http://openbsd-akita.blogspot.jp/2014/11/opebsd-upgrade.html

new installed openbsd5.6 's sysctl.conf

2014-11-15 Thread Tuyosi Takesima
hi ,all . the new 5.6 machine's /etc/sysctl.conf is only machdep.lidsuspend=1 # Try to suspend on lid close so i get etc55.tgz . when i do ' tar xvzf etc55.tgz in ETC folda , old sysctl.conf appears . namely head ETC/etc/sysctl.conf # $OpenBSD: sysctl.conf,v 1.54 2012/09/20 12:51:43

report(boot openbsd by puppy's grub4dos)

2014-08-20 Thread Tuyosi Takesima
i make little progress , so report it . I install openbsd first in HDD. then I install puppy linux . 1) use puppy' fdisk ,then # fdisk /dev/sda Device Boot Start End Blocks Id System /dev/sda1 *204810487807 5242880 83 Linux <-puppy /dev/sda2

Re: DVD & how to overcome mkisofs (zsh function)

2014-08-14 Thread Tuyosi Takesima
thanks reply . i managed to find http://qiita.com/yuku_t/items/77c23390e52168a2754a . perhaps 1) chsh -s zsh 2) edit .zshrc fpath .or FPATH . /usr/local/share/zsh/5.0.5/functions/ autoload ...genisoimage then genisoimage go but i do not understand now how to use fun

Re: DVD & how to overcome mkisofs

2014-08-14 Thread Tuyosi Takesima
Josh's advise make me forward. i upgrade snapshots . and pkg_add zsh . then '/usr/local/share/zsh/5.0.5/functions/_genisoimage' appear . head /usr/local/share/zsh/5.0.5/functions/_genisoimage is next . #compdef genisoimage _arguments \ '-nobak[do not include backup files]' \ '-no-bak[do no

Re: openbsd as debian's pxe server , but dhcp error happens

2014-08-11 Thread Tuyosi Takesima
sorry for dirty mail ( becasue on gmail , it is not dirty ) so again send . --- 'original initrd.gz' doesn't have firmware of e100/d101m_ucode.bin . so ifailed . i read http://qiita.com/harukasan/items/98db5f4639433e5e40d4 . then i make initrd_nonfree.gz . cd /tftpdboot/debian-installer/i386/

Re: openbsd as debian's pxe server , but dhcp error happens

2014-08-11 Thread Tuyosi Takesima
*Hi , all .* *'original **initrd.gz' doesn't have firmware of * *e100/d101m_ucode.bin .so ifailed .* *i read http://qiita.com/harukasan/items/98db5f4639433e5e40d4 .* *then i make *initrd_nonfree.gz . then cd * /tftpdboot/debian-instal

openbsd as debian's pxe server , but dhcp error happens

2014-08-09 Thread Tuyosi Takesima
Hi,all. i use openbsd as pxe server for installing debian but fail . beginnig process is good , but and then at the stage of 'network configuretion ' the message of 'not using DHCP protocol ' happens . surely PC for installing debian was scoled by the ' missing firmware are e100/d101m_ucode.

Re: add a new partition in USB ( clone )

2014-07-25 Thread Tuyosi Takesima
Hi, all . this is a method to make clone USB larger size than original . 1) use linux (because openbsd fdisk is hard to use) by fdisk , make /dev/sdb4 Id:a6 2)then use 'openbsd5.5 install CD disk' for <> on installing OpenBSD use OpenBSD area <- 1) mount point / (because

Re: add a new partition in USB

2014-07-22 Thread Tuyosi Takesima
Hi, all. till iread Nick's reply , i make clone 32GB USB from 2GB USB by dd. and am making new partition on 32G USB . but fail ,fail , from now i change strategy . erase 32GB USB completely , and make a partition ,and copy files from 2GB to 32GB . 2G USB is recognized as sd0 by amd64 openbsd ma

  1   2   >