Tuesday, March 25, 2008
Motorola L6 as modem?
Dok ngetest2 NetBSD dan OpenBSD ( FreeBSD tak test ), test2 cucuk2 USB connector ke Hp lama Motorola L6 aku..
walla!! detect as modem!!
Mar 25 02:47:39 NetBSD4 /netbsd: umodem0 at uhub0 port 1 configuration 1 interface 0
Mar 25 02:47:39 NetBSD4 /netbsd:
Mar 25 02:47:39 NetBSD4 /netbsd: umodem0: Motorola Inc. Motorola Phone (L6), rev 1.10/0.01, addr 2, iclass 2/2
Mar 25 02:47:39 NetBSD4 /netbsd: umodem0: data interface 1, has CM over data, has no break
Mar 25 02:47:39 NetBSD4 /netbsd: umodem0: status change notification available
Mar 25 02:47:39 NetBSD4 /netbsd: ucom0 at umodem0
Mar 25 10:36:58 Openbsd /bsd: umodem0 at uhub0 port 1 configuration 1 interface 0
Mar 25 10:36:58 Openbsd /bsd:
Mar 25 10:36:58 Openbsd /bsd: umodem0: Motorola Inc. Motorola Phone (L6), rev 1.10/0.01, addr 2, iclass 2/2
Mar 25 10:36:58 Openbsd /bsd: umodem0: data interface 1, has CM over data, has no break
Mar 25 10:36:58 Openbsd /bsd: umodem0: status change notification available
Mar 25 10:36:58 Openbsd /bsd: ucom0 at umodem0
Mar 25 10:37:31 Openbsd /bsd: ucom0 detached
Mar 25 10:37:31 Openbsd /bsd: umodem0 detached
cuma lum config mapping ipf/pf untuk route keluar.. pasal nih pun pakai GPRS je.. tuh projek later aku la nanti :)
Wednesday, March 19, 2008
Menggatal lagi dengan OpenBSD 4.2.. anoncvs update ports
Tuh le kije aku, time2 mengexplore, gasak plak OpenBSD 4.2, install kat VMWare dan menerai ( try ) ports.. anyway just untuk menda2 tertentu je.. kene ingat OpenBSD is secure by default, lebih2 bikin ilang dia punye secure weii..
login as: trunasuci
trunasuci@192.168.254.129's password:
OpenBSD 4.2 (GENERIC) #375: Tue Aug 28 10:38:44 MDT 2007
Welcome to OpenBSD: The proactively secure Unix-like operating system.
Please use the sendbug(1) utility to report bugs in the system.
Before reporting a bug, please try to reproduce it with the latest
version of the code. With bug reports, please try to ensure that
enough information to reproduce the problem is enclosed, and if a
known fix for it exists, include that as well.
test cvs pasal since taknak guna cvsup dan lain2 ( cvs ni dulu2 je guna, dah bertahun pakai cvsup.. kekok giler bila back to basics semula )..
$ su - Password:
Terminal type? [xterm]
# cvs
Usage: cvs [cvs-options] command [command-options-and-arguments] where cvs-options are -q, -n, etc. (specify --help-options for a list of options) where command is add, admin, etc. (specify --help-commands for a list of commands or --help-synonyms for a list of command synonyms) where command-options-and-arguments depend on the specific command (specify -H followed by a command name for command-specific help) Specify --help to receive this message The Concurrent Versions System (CVS) is a tool for version control. For CVS updates and additional information, see the CVS home page at http://www.cvshome.org/ or Pascal Molli's CVS site at http://www.loria.fr/~molli/cvs-index.html
# cd /usr; cvs checkout -P src
cvs checkout: No CVSROOT specified! Please use the `-d' option cvs [checkout aborted]: or set the CVSROOT environment variable.
# setenv ksh: setenv: not found
arghh lupe plak ni pakai ksh.. bukan pakai sh atau tcsh mcm kat FreeBSD.. kene main export mcm bash kat linux la nampak gayanya...
# export HOME LOGNAME PATH SHELL TERM TERMCAP USER
# setenv CVSROOT=anoncvs@anoncvs.de.openbsd.org:/cvs ksh: setenv: not found
# export CVSROOT=anoncvs@anoncvs.de.openbsd.org:/cvs
follow guide dalam http://www.openbsd.org/anoncvs.html#using pakai anoncvs. Walau kamu setahap dewa gaban mana pun, tetap kena RTFM... ya semua org kena membaca.. jangan malas..
# cd /usr; cvs checkout -P src
The authenticity of host 'anoncvs.de.openbsd.org (131.188.40.91)' can't be established. RSA key fingerprint is fc:94:b0:c1:e5:b0:98:7c:58:43:99:76:97:ee:9f:b7. Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'anoncvs.de.openbsd.org,131.188.40.91' (RSA) to the list of known hosts.
cvs server:
Updating src
U src/Makefile
U src/Makefile.cross cvs
server: Updating src/bin
U src/bin/Makefile
U src/bin/Makefile.inc
cvs server: Updating src/bin/cat
U src/bin/cat/Makefile
U src/bin/cat/cat.1
U src/bin/cat/cat.c cvs
server: Updating src/bin/chio
U src/bin/chio/Makefile
U src/bin/chio/chio.1
U src/bin/chio/chio.c
U src/bin/chio/chio.conf.5
U src/bin/chio/defs.h
-- stop pasal bukan nak updet src pun, tp ports saja... ( wat masa ni la ).. so confirm jalan..
# cd /usr; cvs checkout -P ports
cvs server: Updating ports
U ports/.cvsignore
------8<-------------------------- span="">
U ports/audio/festival/arctic/festvox_cmu_us_bdl_arctic_hts/pkg/DESCR
U ports/audio/festival/arctic/festvox_cmu_us_bdl_arctic_hts/pkg/PLIST
cvs server: Updating ports/audio/festival/arctic/festvox_cmu_us_jmk_arctic_hts
U ports/audio/festival/arctic/festvox_cmu_us_jmk_arctic_hts/Makefile
U ports/audio/festival/arctic/festvox_cmu_us_jmk_arctic_hts/distinfo
cvs server: Updating ports/audio/festival/arctic/festvox_cmu_us_jmk_arctic_hts/pkg
U ports/audio/festival/arctic/festvox_cmu_us_jmk_arctic_hts/pkg/DESCR
U ports/audio/festival/arctic/festvox_cmu_us_jmk_arctic_hts/pkg/PLIST
cvs server: Updating ports/audio/festival/arctic/festvox_cmu_us_slt_arctic_hts
U ports/audio/festival/arctic/festvox_cmu_us_slt_arctic_hts/Makefile
U ports/audio/festival/arctic/festvox_cmu_us_slt_arctic_hts/distinfo
cvs server: Updating ports/audio/festival/arctic/festvox_cmu_us_slt_arctic_hts/pkg
U ports/audio/festival/arctic/festvox_cmu_us_slt_arctic_hts/pkg/DESCR
U ports/audio/festival/arctic/festvox_cmu_us_slt_arctic_hts/pkg/PLIST
cvs server: Updating ports/audio/festival/arctic/festvox_cstr_us_awb_arctic_multisyn
U ports/audio/festival/arctic/festvox_cstr_us_awb_arctic_multisyn/Makefile
U ports/audio/festival/arctic/festvox_cstr_us_awb_arctic_multisyn/distinfo
cvs server: Updating ports/audio/festival/arctic/festvox_cstr_us_awb_arctic_multisyn/pkg
U ports/audio/festival/arctic/festvox_cstr_us_awb_arctic_multisyn/pkg/DESCR
------8<-------------------------- br="">
tunggu sampai habis..
selepas habis, bolehla mencuba untuk install pkg2 tertentu pakai port.. yg tertentu saja tau.. jgn gatal test semua pulak.. ( anyway risk security sendiri tanggung le )..
# cd /usr/ports/net/bitchx
# make install clean ===> Checking files for BitchX-1.0c18p3 >> ircii-pana-1.0c18.tar.gz doesn't seem to exist on this system. >> Fetch ftp://ftp.bitchx.org/pub/BitchX/source/old/ircii-pana-1.0c18.tar.gz. ftp: connect: Connection refused ftp: Can't connect or login to host `ftp.bitchx.org' >> Fetch ftp://ftp.openbsd.org/pub/OpenBSD/distfiles//ircii-pana-1.0c18.tar.gz.
perkhsss lama giler nak tunggu install via ports.. last2 pakai pkg_add.. hampehh ehehehe
# pkg_add -v bitchx
No packages available in the PKG_PATH
Can't resolve bitchx
# export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.2/packages/i386/
# pkg_add -r bitchx
Can't resolve bitchx
# pkg_add -v BitchX
parsing BitchX-1.0c18p3
found libspec c.41.0 in /usr/lib
found libspec crypto.13.0 in /usr/lib
found libspec m.2.3 in /usr/lib
found libspec ncurses.10.0 in /usr/lib
found libspec ssl.11.0 in /usr/lib
BitchX-1.0c18p3: complete
# pkg_info | grep BitchX
BitchX-1.0c18p3 alternative ircII color client
SETELLLLL!!!
-------------------------->selamat mencuba dan "mempoyokan" diri anda!!! :)
bulan may nanti OpenBSD 4.3 akan kluar... cover cd/dvd dah ada kat web OpenBSD
http://www.openbsd.org/items.html#43
-------------------------->
Tuesday, March 18, 2008
PCBSD 1.5 released!
Emmm kejap je amsa berlalu.. dalam aku dok menggodek dan cari bugs2 dalam 1.4.1, dah kuar 1.5.. patutla seme pbi developer dok bz godek bugs 1.5.x,.. dah release rupanya...
PCBSD 1.5 - Release Notes (03-12-08) PC-BSD - Copyright 2008 PC-BSD Software (iXsystems) -------------------------- Minimum system requirements Pentium II or higher 256MB Ram 4GB of free Hard Drive space (Either partition, or entire disk) Network card Sound card Software Specs - FreeBSD 6.3 - KDE 3.5.8 - Xorg 7.3 - Nvidia Driver 169.12 - Nvidia Driver 96.43.05 - Nvidia Driver 71.86.04 CD2 Contents ---------------------------------------------------------------------------------- KDE Language Packages KOffice KDE Games KDE Educational Games KDE Toys KDE SDK OpenOffice PBI Opera PBI FireFox PBI K3B PBI
dolod lg la iso mlm ni, burn test kat umah.. then dolod PBI, test apps dalam pbi, wat report bugs.. ehhehe.. tuh le kije developer cikai mcm aku nih... bior la apa org nak kata... aku tau apa aku buat...
Thursday, March 13, 2008
Spiderwick.. dan RG-ku
Kluar hangout somewhere in KL.. then ingat nak pi carik movie Spiderwick Chronicles, mcm besh je.. so mlm tu pi CINELEISURE Damansara.. yess ada.. layan le sorg2 tgk.. besh gak.. cuma "ending"nya je "potong" sket...
siang tu, pi umah tuan umah bayo sewa.. skali "gedeganggg" ada mamat mana tah langgor aku dr tepi belah kiri.. dah la aku dok belah kiri.. dia nak ngokngek2 tp dia yg salah.. hampes.. pastuh kene sound ngan org tua.. dah la P sebulan.. bawak awek tah mana2 tah.. mcm dedua under age je.... aku plak kepak depan RG dah koyak.. setel2 last2 dia plak yg rasa bersalah.. terus mintak setel mcm tu dan blah..
pi repair kat kedai si Selayang Baru sebelah Haslam.. pund** mahal dia cas rm36!! padahal kat setul baru rm16 je.. kimek tul! len kali aku taknak pi antor kedai tuh lg!!..
mlm blik dr Cineleisure.. ujan renyai2.. br pas makan2 then konar nak balik umah kat simpang belakang TNB.. ada lubang dipenuhi air.. gedeganggggg tayar depan aku terjah dan aku tergolek!! arrghhh suwey tul la aku arinih.. arghh.. side mirror pulak dedua blah dah out... mujur fairing/kepak yg tuko siang td tak kopak apa2.. alhamdulillah.. lutut gue luka2 sakit gakle.. terjag divider tepi.. mujur sluar tak koyak pape...
balik lepak umah layan kapla tidow
Wednesday, March 05, 2008
NetBSD 4.0- updet src+compile
===> Kernels built from GENERIC:
/usr/obj/sys/arch/i386/compile/GENERIC/netbsd
===> build.sh ended: Wed Mar 5 19:09:11 MYT 2008
===> Summary of results:
build.sh command: ./build.sh -O /usr/obj -T /usr/tools kernel=GENERIC
build.sh started: Wed Mar 5 17:57:59 MYT 2008
NetBSD version: 4.0.0_PATCH
MACHINE: i386
MACHINE_ARCH: i386
Build platform: NetBSD 4.0 i386
HOST_SH: /bin/sh
TOOLDIR path: /usr/tools
DESTDIR path: /usr/obj/destdir.i386
RELEASEDIR path: /usr/obj/releasedir
makewrapper: /usr/tools/bin/nbmake-i386
Updated /usr/tools/bin/nbmake-i386
Building kernel without building new tools
Building kernel: GENERIC
Build directory: /usr/obj/sys/arch/i386/compile/GENERIC
Kernels built from GENERIC:
/usr/obj/sys/arch/i386/compile/GENERIC/netbsd
build.sh ended: Wed Mar 5 19:09:11 MYT 2008
===> .
NetBSD4#
:)
well compile test upgred ke apa2 patch basic ngan NetBSD4 nih.. lum compile dist/userland lagi.. next time sambung
PCBSD 1.4.1 - HOW-TO using USB drive!
test PCBSD 1.4.1 automounting usb drive/thumbdrive/
perkakasan test:
Kingston Data Traveller 2Gb USB 2.0
- gambo upload sat agi ( actual live sesi )
- cucuk thumbdrive
tunggu pop-up keluar
pakai terus.. dah boleh copy+paste dah.. setel..
senang kan?
huhuhuuu..
Saturday, March 01, 2008
Kegatalan dengan NetBSD 4
Saja2 mlm ni test NetBSD 4.0 kat VmWare.. pkgsrc setel.. cvsup setel.. install basic2 needs pun setel..
###################################################
local: cucipop-1.31-v6-20010223.diff.gz remote: cucipop-1.31-v6-20010223.diff.gz 229 Entering Extended Passive Mode (|||54754|) 500 Illegal PORT range rejected. 200 PORT command successful. 150 Opening BINARY mode data connection for 'cucipop-1.31-v6-20010223.diff.gz' (1713 bytes). 100% |****************************************| 1713 313.38 KB/s 00:00 ETA 226 Transfer complete. 1713 bytes received in 00:00 (106.12 KB/s) 221 Goodbye. => Fetching cucipop-1.31.tar.gz
####################################################
bab transfer rate yg aku meleleh tu.. kencang je ahaks...
# uname -a NetBSD 4.0 NetBSD 4.0 (GENERIC) #0: Sun Dec 16 00:20:10 PST 2007 builds@wb34:/home/builds/ab/netbsd-4-0-RELEASE/i386/200712160005Z-obj/home/builds/ab/netbsd-4-0-RELEASE/src/sys/arch/i386/compile/GENERIC i386
Ermm pakai stended generic dulu.. esok lusa upgrade ke patch/STABLE plaks! :)...
NetBSD 4.0 anyone?
NetBSD 4.0 dah release on Dec 19, 2007.. tp now je br berpeluang guna.. so far 3.1 pun dah solid giler besh dah :).. eheheh.. bak kata otai2 " if it ain't broke, don't fix it" even kawan lama aku en mahmud ( yomuds ) pun guna NetBSD 1.5.x untuk notebooknya.. ok je jalan laju giler...
now dok menggodek mende2 alah nih le.. :)
yg beshnya.. release 4.0 dedicated khas buat idol aku, Itojun..
=======================================================================
Dedication
NetBSD 4.0 is dedicated to the memory of Jun-Ichiro "itojun" Hagino, who died in October 2007. Itojun was a member of the KAME project, which provided IPv6 and IPsec support; he was also a member of the NetBSD core team (the technical management for the project), and one of the Security Officers. Due to Itojun's efforts, NetBSD was the first open source operating system with a production ready IPv6 networking stack, which was included in the base system before many people knew what IPv6 was. We are grateful to have known and worked with Itojun, and we know that he will be missed. This release is therefore dedicated, with thanks, to his memory.
================================================================pernah aku post pasal pemergian beliau:
itojun-kame-ipv6-project-passed-away
Subscribe to:
Posts (Atom)