Daily blurbs Aug. 2006

Plans

daily blurbs


17 Aug 2006 (Thu)

07:37:42 # Life 'Twas a good Debian birthday. Jingu-Gaien Hanabi Taikai last night celebrated the summer in a Japanese style with loads of fireworks. Instead of celebrating the summer, I personally celebrated Debian. This month's Tokyo area debian meeting is held this weekend. I'm looking forward to it.

15 Aug 2006 (Tue)

22:31:07 # Life mount -obind and mount --bind. In Linux systems, you can mount a directory to a directory; and this is called bind-mounting. As far as I know, there are two syntaxes available for bind-mounting. One is mount -o bind /XXX /YYY and the other is mount --bind /XXX /YYY. I wondered how these two differ. I've checked the source and its operation, and it seems like they are equivalent. The source is in util-linux mount/mount.c. mount --bind /XXX /YYY is equivalent to mount -o bind -t none /XXX /YYY. Now that I know, I can happily write the entry to /etc/fstab. I was hoping to find a clue to 382977, but no luck so far.

5 Aug 2006 (Sat)

11:15:47 # Life Big fan of sshfs. You can mount remote filesystems if ssh (sftp) works. Local commands can be used with remote filesystems. Handling too large files may cause network bandwidth problems, but it's useful. For example, Packages and Sources files, the index files for Debian packages, requires dpkg-scanpackages/dpkg-scansources to build. When the remote server isn't Debian based, it's a bit difficult to execute these commands on the remote server. Here comes sshfs. You can mount the remote filesystem, and use the commands locally.

$ mkdir remote
$ sshfs viper2:public_html/tmp/ remote
$ cd remote/20060731
$ dpkg-scanpackages . . > Packages
 ** Packages in archive but missing from override file: **
  linux-uvc-source

 Wrote 1 entries to output Packages file.
	

1 Aug 2006 (Tue)

08:08:12 # Life WLAN AP from TLUG. I've got a WLAN Bridge (or Access Point) from TLUG. WLA-G54. It looks pretty familiar, and pretty interesting.

$ telnet 192.168.11.1
Trying 192.168.11.1...
Connected to 192.168.11.1.
Escape character is '^]'.
 === IMPORTANT ============================
  Use 'passwd' to set your login password
  this will disable telnet and enable SSH
 ------------------------------------------


BusyBox v1.00 (2006.03.27-00:00+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 WHITE RUSSIAN (RC5) -------------------------------
  * 2 oz Vodka   Mix the Vodka and Kahlua together
  * 1 oz Kahlua  over ice, then float the cream or
  * 1/2oz cream  milk on the top.
 ---------------------------------------------------
root@OpenWrt:/#
root@OpenWrt:~# uname -a
Linux OpenWrt 2.4.30 #1 Sun Mar 26 19:02:04 CEST 2006 mips unknown
root@OpenWrt:~# cat /proc/cpuinfo
system type             : Broadcom BCM947XX
processor               : 0
cpu model               : BCM4710 V0.0
BogoMIPS                : 82.94
wait instruction        : no
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : no
hardware watchpoint     : no
VCED exceptions         : not available
VCEI exceptions         : not available
	

Junichi Uekawa

$Id: 200608.html.en,v 1.4 2006/08/16 22:40:51 dancer Exp $