You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
(40) |
Apr
(76) |
May
(31) |
Jun
(39) |
Jul
(44) |
Aug
(87) |
Sep
(32) |
Oct
(23) |
Nov
(36) |
Dec
(10) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(49) |
Sep
(14) |
Oct
|
Nov
|
Dec
(1) |
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(63) |
Aug
(95) |
Sep
(39) |
Oct
(61) |
Nov
(75) |
Dec
(118) |
2009 |
Jan
(25) |
Feb
(37) |
Mar
(20) |
Apr
(15) |
May
(14) |
Jun
(48) |
Jul
(82) |
Aug
(160) |
Sep
(94) |
Oct
(55) |
Nov
(59) |
Dec
(4) |
2010 |
Jan
(5) |
Feb
(17) |
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
(1) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
(1) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: John B <joh...@gm...> - 2006-06-22 16:21:38
|
This message was posted in the VL Packages forum. I also thought it appropriate to post to the VL Development list, since many of the packagers also get this e-mail. When replying with your ssh key as described below, be sure to reply to me only, not to the list. I already have ssh keys from Vector, Joe1962, Kocil, johnvan and Uelsk8s, so I won't need theirs again, lol. ;-) Best, John ============ Due to changes in ibiblio's storage policy on its server, we are going to be moving the main VL FTP repository from ibiblio to osuosl.org. The aim is to go live by 15 July 2006 at the latest. (We expect that ibiblio will continue to mirror the VL repository.) In preparation for this move, each regular packager will need to generate an ssh key as soon as possible using the following procedure: 1) Open a terminal. 2) Type *ssh-keygen -t rsa* at the command prompt. A public-private key pair will be generated. 3) You will be prompted for a passphrase. While not absolutely necessary, it's a good idea to have one. 4) The public key file will be saved in a text file located at ~/.ssh/rsa_id.pub. Once you have generated the key, e-mail it to me at joh...@gm... as a file attachment. Do NOT put it into the body of your e-mail. Since I get a fair amount of e-mail daily, format your subject line like this: JohnB316 - SSH key Be sure to use your VL forum name where mine is. [image: wink] That way, your e-mail won't be treated as spam. Once I have received your SSH key and have added it to the authorized keys for the new upload repository, you'll receive further instructions via reply e-mail on how to access the new FTP upload repository. Best, John |
From: Jose J. R. <jo...@gm...> - 2006-06-22 13:35:22
|
Some of you may know I've been asking to include SMP enabled kernels in VL for some time now. It's been quite a while since hyperthreading came out, not to mention the current craze with dual-core architectures, that I figured it was an important step to take. Now it seems it will become very easy to support this with a new feature of the 2.6.17 kernel: "X86 "SMP alternatives" (optimizes a single kernel image at runtime according with the available platform)" Check out this article: http://lwn.net/Articles/164121/ Regards, Joe1962 |
From: Jose J. R. <jo...@gm...> - 2006-06-16 07:04:45
|
Just uploaded the vl-hot 0.3.3 package to upload/joe1962/dev/vl-hot/ on the ftp. Here's the changelog: 2006-06-16 <jo...@us...> * Released 0.3.3 2006-06-15 <jo...@us...> * Removed some more leftover unused variables (hope that's the lot!). * Added checks for the existence of the user's Desktop dir. * Moved user configuration options to /etc/udev/vl-hot.conf. * Merged Kocil's patch for excluded devices. Regards, Joe1962 |
From: Tony B. <tb...@gm...> - 2006-06-14 15:27:33
|
I will give it a shot and let you know as my main desktop is still soho 5.1.1. On 6/14/06, Jose J. Rodriguez <jo...@gm...> wrote: > > Just released vl-hot 0.3.2 and uploaded a package to the ftp in > upload/joe1962/dev/vl-hot/. This is for vec's kernel 2.6.16.11 + udev > 090 (on the way to VL6). I am interested to know if it works in > vanilla SOHO 5.1.1, but I cannot test this myself at the moment. This > release is on the way to supporting the new XFCE native desktop icons, > as well as KDE as usual. > > Here's the changelog for the 0.3.x devel branch, since I haven't been > announcing the releases on this list before: > > 2006-06-14 <jo...@ve...> > > * Released 0.3.2 > > 2006-06-13 <jo...@ve...> > > * Create desktop icon file for every user with a Desktop dir > (including root). > * Remove redundant code to determine KDE user. > > 2006-05-21 <jo...@ve...> > > * Released 0.3.1 > > 2006-05-21 <jo...@ve...> > > * Using SUBSYSTEM=="block" again, udev.rules mounting rule sucks. > * Removed volnum parameter handling (%n). > * Extracting volnum from devname (%k). > * Fixed mountbase extraction for double digit devices. > * Now mounts non-MBR devices again. > * Now mounts kernel unknown partitions again. > * Should not mount scsi nor sata hdd now. > * Established $DIAG to limit feedback (0 = min, 1 = verbose). > > 2006-05-19 <jo...@ve...> > > * Using separate BUS== rules (usb, pcmcia, ieee1394) instead of > scsi. > > 2006-04-11 <jo...@ve...> > > * Released 0.3.0 > > 2006-04-05 <jo...@ve...> > > * Fixed vol number. > * Fixed a [] typo. > * Changed scripts from /etc/udev/scripts to /lib/udev. > * Fixed all paths inside rules and scripts to /lib/udev. > > 2006-03-16 <jo...@ve...> > > * Added iocharset=iso8859-15 to FAT mount options. > * Added noatime option to $MOUNTSYNC. > > 2006-03-10 <jo...@ve...> > > * TODO added for fixing FS mount options and unmount drive action. > > > Regards, > Joe1962 > > > _______________________________________________ > Vectorlinux-devel mailing list > Vec...@li... > https://lists.sourceforge.net/lists/listinfo/vectorlinux-devel > |
From: Jose J. R. <jo...@gm...> - 2006-06-14 11:58:14
|
Just released vl-hot 0.3.2 and uploaded a package to the ftp in upload/joe1962/dev/vl-hot/. This is for vec's kernel 2.6.16.11 + udev 090 (on the way to VL6). I am interested to know if it works in vanilla SOHO 5.1.1, but I cannot test this myself at the moment. This release is on the way to supporting the new XFCE native desktop icons, as well as KDE as usual. Here's the changelog for the 0.3.x devel branch, since I haven't been announcing the releases on this list before: 2006-06-14 <jo...@ve...> * Released 0.3.2 2006-06-13 <jo...@ve...> * Create desktop icon file for every user with a Desktop dir (including root). * Remove redundant code to determine KDE user. 2006-05-21 <jo...@ve...> * Released 0.3.1 2006-05-21 <jo...@ve...> * Using SUBSYSTEM=="block" again, udev.rules mounting rule sucks. * Removed volnum parameter handling (%n). * Extracting volnum from devname (%k). * Fixed mountbase extraction for double digit devices. * Now mounts non-MBR devices again. * Now mounts kernel unknown partitions again. * Should not mount scsi nor sata hdd now. * Established $DIAG to limit feedback (0 = min, 1 = verbose). 2006-05-19 <jo...@ve...> * Using separate BUS== rules (usb, pcmcia, ieee1394) instead of scsi. 2006-04-11 <jo...@ve...> * Released 0.3.0 2006-04-05 <jo...@ve...> * Fixed vol number. * Fixed a [] typo. * Changed scripts from /etc/udev/scripts to /lib/udev. * Fixed all paths inside rules and scripts to /lib/udev. 2006-03-16 <jo...@ve...> * Added iocharset=iso8859-15 to FAT mount options. * Added noatime option to $MOUNTSYNC. 2006-03-10 <jo...@ve...> * TODO added for fixing FS mount options and unmount drive action. Regards, Joe1962 |
From: Tony B. <tb...@gm...> - 2006-06-05 15:54:39
|
I let Robert know about things a little while ago. The end of April and all of May was a write-off for me due to work committments. I was busy setting up a new head office for one of our divisions of the company. Lots of long hours and weekends but it is finally over!!!!! I will try to have the build system finished within the next 2 weeks and have it tested a week after that. I want to make sure everything works smoothly so it can be used by anyone and everyone to build the vl base. Regards, Tony On 6/5/06, uel archuletta <ue...@gm...> wrote: > > Tony, > > I am wondering how everything is going. I know from my own experience life > gets in the way sometimes, so i am just checking to see if you have any > progress on the base. > > Thanks, > Uel > > > > > _______________________________________________ > Vectorlinux-devel mailing list > Vec...@li... > https://lists.sourceforge.net/lists/listinfo/vectorlinux-devel > > > |
From: uel a. <ue...@gm...> - 2006-06-05 04:32:36
|
Tony, I am wondering how everything is going. I know from my own experience life gets in the way sometimes, so i am just checking to see if you have any progress on the base. Thanks, Uel |
From: Jose J. R. <jo...@gm...> - 2006-05-30 16:38:08
|
On 5/30/06, uel archuletta <ue...@gm...> wrote: > joe, > > My only opinion is that I lik eto have all my mount points in /mnt so i dont > have to go looking all over for them, but this is just what I am used to. Me too, though I'm not against /media per se, just not sure if it's really going to become the standard for this or not. Also, although vl-hot mounts cameras, flash cards and such "media", it also mounts pendrives and hdds, which might not really fit that category. Regards, Joe1962 |
From: uel a. <ue...@gm...> - 2006-05-30 16:16:22
|
joe, My only opinion is that I lik eto have all my mount points in /mnt so i don= t have to go looking all over for them, but this is just what I am used to. I have googled around kde and the rest of the net and cant find anything that would conflict with vl-hot being put into /media . thanks, Uel On 5/25/06, Jose J. Rodriguez <jo...@gm...> wrote: > > It was recently suggested to change the vl-hot mount base from > /mnt/vl-hot/ to /media/. I'm not completely for nor against this > change, as /media/ IMO is intended for drives where the mechanics is > separate from the media an the media can be extracted and changed. > Read floppy, zip, jazz drives, etc. Also, the traditional mount base, > /mnt/ could be regarded as for use from fstab. Anyway, since I'm of 2 > minds on this, I'd like your feedback on this point, or suggestions as > to any other suitable mount base, if any. > > For your info, vl-hot creates within the mount base a directory for > the drive (sda/, sdb/, etc), inside which, it creates the mount points > for the partitions (vol1/, vol2/, etc). > > Regards, > Joe1962 > > > ------------------------------------------------------- > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications i= n > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmdlnk&kid=107521&bid$8729&dat=121642 > _______________________________________________ > Vectorlinux-devel mailing list > Vec...@li... > https://lists.sourceforge.net/lists/listinfo/vectorlinux-devel > |
From: Oleg <ya...@gm...> - 2006-05-26 13:11:10
|
Sorry for too much letters from me today. I've just understood how to simplify the script: the FAT codepage can be determined by $LANG in all cases. Beta3: --------------------------- BEGIN ----------------------------- #!/bin/sh FSTAB_IOCHARSET=3D`locale charmap | tr A-Z a-z` case "${LANG:0:2}" in "bs" | "cs" | "hr" | "hu" | "pl" | "ro" | "sk" | "sl" ) FSTAB_CODEPAGE=3D"852";; # Latin-2 "be" | "bg" | "mk" | "ru" | "tg" | "uk" ) FSTAB_CODEPAGE=3D"866";; # Cyrillic "ar" ) FSTAB_CODEPAGE=3D"864";; # Arabic "el" ) FSTAB_CODEPAGE=3D"737";; # Greek "iw" | "he" ) FSTAB_CODEPAGE=3D"862";; # Hebrew "tr" ) FSTAB_CODEPAGE=3D"857";; # Turkish "lt" | "lv" | "mi" ) FSTAB_CODEPAGE=3D"775";; # Baltic *) FSTAB_CODEPAGE=3D"850";; # Latin-1 & Latin-9 esac export FSTAB_IOCHARSET FSTAB_CODEPAGE echo "iocharset=3D$FSTAB_IOCHARSET,codepage=3D$FSTAB_CODEPAGE" --------------------------- END ---------------------------- |
From: Oleg <ya...@gm...> - 2006-05-26 13:06:08
|
2006/5/26, Oleg <ya...@gm...>: > However if the current encoding is UTF-8, then it's impossible to > define FAT codepage automatically :( > In this case it should be configured manually. Solution exists! We can check $LANG in this case! Here is Beta2: --------------------------- BEGIN ----------------------------- #!/bin/sh export FSTAB_IOCHARSET=3D`locale charmap | tr A-Z a-z` case "$FSTAB_IOCHARSET" in "iso-8859-2" | "cp1250" ) FSTAB_CODEPAGE=3D"852";; # Latin-2 "iso-8859-5" | "cp1251" | "koi8-r" | "koi8-u" | "koi8-t" ) FSTAB_CODEPAGE=3D"866";; # Cyrillic "iso-8859-6" | "cp1250" ) FSTAB_CODEPAGE=3D"864";; # Arabic "iso-8859-7" ) FSTAB_CODEPAGE=3D"737";; # Greek "iso-8859-8" ) FSTAB_CODEPAGE=3D"862";; # Hebrew "iso-8859-9" | "cp1254" ) FSTAB_CODEPAGE=3D"857";; # Turkish "iso-8859-13" | "cp1257" ) FSTAB_CODEPAGE=3D"775";; # Baltic "utf-8" ) case "${LANG:0:2}" in "bs" | "cs" | "hr" | "hu" | "pl" | "ro" | "sk" | "sl" ) FSTAB_CODEPAGE=3D"852";; # Latin-2 "be" | "bg" | "mk" | "ru" | "tg" | "uk" ) FSTAB_CODEPAGE=3D"866";; # Cyrillic "ar" ) FSTAB_CODEPAGE=3D"864";; # Arabic "el" ) FSTAB_CODEPAGE=3D"737";; # Greek "iw" | "he" ) FSTAB_CODEPAGE=3D"862";; # Hebrew "tr" ) FSTAB_CODEPAGE=3D"857";; # Turkish "lt" | "lv" | "mi" ) FSTAB_CODEPAGE=3D"775";; # Baltic *) FSTAB_CODEPAGE=3D"850";; # Latin-1 & Latin-9 esac;; *) FSTAB_CODEPAGE=3D"850";; # Latin-1 & Latin-9 esac export FSTAB_IOCHARSET FSTAB_CODEPAGE echo "iocharset=3D$FSTAB_IOCHARSET,codepage=3D$FSTAB_CODEPAGE" --------------------------- END ---------------------------- I decided to use codepade 850 by default, because I don't see any drawbacks of this decision. Does anybody see them? |
From: Oleg <ya...@gm...> - 2006-05-26 11:44:28
|
However if the current encoding is UTF-8, then it's impossible to define FAT codepage automatically :( In this case it should be configured manually. |
From: Oleg <ya...@gm...> - 2006-05-26 11:37:22
|
Okay, now I am pretty sure about the rest of charset mappings, assume this is a beta version: --------------------- BEGIN ----------------------- #!/bin/sh export FSTAB_IOCHARSET=3D`locale charmap | tr A-Z a-z` case "$FSTAB_IOCHARSET" in "iso-8859-1" | "iso-8859-15" | "ansi_x3.4-1968" | "cp1252" ) FSTAB_CODEPAGE=3D"850";; # Latin-1 & Latin-9 "iso-8859-2" | "cp1250" ) FSTAB_CODEPAGE=3D"852";; # Latin-2 "iso-8859-5" | "cp1251" | "koi8-r" | "koi8-u" ) FSTAB_CODEPAGE=3D"866";; # Cyrillic "iso-8859-6" | "cp1250" ) FSTAB_CODEPAGE=3D"864";; # Arabic "iso-8859-7" ) FSTAB_CODEPAGE=3D"737";; # Greek "iso-8859-8" ) FSTAB_CODEPAGE=3D"862";; # Hebrew "iso-8859-9" | "cp1254" ) FSTAB_CODEPAGE=3D"857";; # Turkish "iso-8859-13" | "cp1257" ) FSTAB_CODEPAGE=3D"775";; # Baltic *) FSTAB_CODEPAGE=3D"437";; esac export FSTAB_IOCHARSET FSTAB_CODEPAGE echo "iocharset=3D$FSTAB_IOCHARSET,codepage=3D$FSTAB_CODEPAGE" --------------------- END ----------------------- |
From: Oleg <ya...@gm...> - 2006-05-26 11:03:22
|
> > Very good point. I'd need some help with this though. Here is a first draft of my script, which needs additional charset mapping entries. At home I have some additional info about AnsiToOem mapping. --------------------- BEGIN ----------------------- #!/bin/sh export FSTAB_IOCHARSET=3D`locale charmap | tr A-Z a-z` case "$FSTAB_IOCHARSET" in "iso-8859-1" | "ansi_x3.4-1968" | "cp1252" ) FSTAB_CODEPAGE=3D"850";; # Latin 1 "iso-8859-2" | "cp1250" ) FSTAB_CODEPAGE=3D"852";; # Latin 2 "iso-8859-5" | "cp1251" | "koi8-r" | "koi8-u" ) FSTAB_CODEPAGE=3D"866";; # Cyrillic *) FSTAB_CODEPAGE=3D"437";; esac export FSTAB_IOCHARSET FSTAB_CODEPAGE echo "iocharset=3D$FSTAB_IOCHARSET,codepage=3D$FSTAB_CODEPAGE" --------------------- END ----------------------- |
From: Oleg <ya...@gm...> - 2006-05-26 09:01:15
|
2006/5/26, Jose J. Rodriguez <jo...@gm...>: > This is different from umask=3D0111 and dmask=3D0000 that vl-hot currentl= y > uses? Sorry, but file masks are still a sort of grey area for me. For me too ;) Yes, you are right, "umask=3D0111,dmask=3D0000" yields the same result. > Very good point. I'd need some help with this though. I am ready to help. Also I would like VL-Live to generate fstab with encoding options, depending of the chosen locale - that could be a simple dialog/Xdialog dialog during startup, I saw such dialogs in some live distros. So, I'll try to write a script and maybe also a small C program, which will define two env. variables for use in fstab, say FSTAB_IOCHARSET and FSTAB_CODEPAGE. BTW the codepage can also be used for automatic setup of ncpfs (Novell Netware) and smbfs (Window Network). |
From: Jose J. R. <jo...@gm...> - 2006-05-26 07:53:11
|
On 5/26/06, Oleg <ya...@gm...> wrote: > No new FS types, just some notes... for vfat file systems: > 1) I use options fmask=3D111,dmask=3D000 - otherwise all files look as ex= ecutable. This is different from umask=3D0111 and dmask=3D0000 that vl-hot currently uses? Sorry, but file masks are still a sort of grey area for me. > 2) I think charsets should be configurable: you use > iocharset=3Diso8859-15,utf8, I use iocharset=3Dcp1251,codepage=3D866. Or > these options could be obtained authomatically: "iocharset" could be > obtained from the system locale settings, and "codepage" could be > defined by "iocharset" via some mapping of encodings (a subset of it > would be Windows "ANSI to OEM" mapping). Very good point. I'd need some help with this though. Another way could be the through configuration interface I always intended to make for vl-hot, but time is so short.... Regards, Joe1962 |
From: Oleg <ya...@gm...> - 2006-05-26 07:20:26
|
No new FS types, just some notes... for vfat file systems: 1) I use options fmask=3D111,dmask=3D000 - otherwise all files look as exec= utable. 2) I think charsets should be configurable: you use iocharset=3Diso8859-15,utf8, I use iocharset=3Dcp1251,codepage=3D866. Or these options could be obtained authomatically: "iocharset" could be obtained from the system locale settings, and "codepage" could be defined by "iocharset" via some mapping of encodings (a subset of it would be Windows "ANSI to OEM" mapping). |
From: Jose J. R. <jo...@gm...> - 2006-05-26 04:12:40
|
It was recently suggested to change the vl-hot mount base from /mnt/vl-hot/ to /media/. I'm not completely for nor against this change, as /media/ IMO is intended for drives where the mechanics is separate from the media an the media can be extracted and changed. Read floppy, zip, jazz drives, etc. Also, the traditional mount base, /mnt/ could be regarded as for use from fstab. Anyway, since I'm of 2 minds on this, I'd like your feedback on this point, or suggestions as to any other suitable mount base, if any. For your info, vl-hot creates within the mount base a directory for the drive (sda/, sdb/, etc), inside which, it creates the mount points for the partitions (vol1/, vol2/, etc). Regards, Joe1962 |
From: Jose J. R. <jo...@gm...> - 2006-05-26 03:39:35
|
I need feedback on the correct mount arguments for the different FS types. So far I've discussed, tested and tweaked the following: ReiseFS, NTFS, FAT12, FAT16 and FAT32. I don't have other FS type partitions to test with, nor available hardware to repartition for testing (I've used my working pendrive and USB hdd, or feedback in the Forum). Here are the current mount arguments used by vl-hot. I already know ext2 and ext3 are wrong, as feedback from Kocil tonight suggests. Also, what other FS types do you think should be implemented?: # Mount options: USB_USER=3Droot USB_GROUP=3Dusers USB_UMASK=3D0111 USB_DMASK=3D0000 # consider adding the noatime option to save writes to flash mem: MOUNTSYNC=3D"noatime" # MOUNTSYNC=3D"sync,dirsync"=09=09#too friggin' slow! function chooseMountOptions { =09case $fsType in =09Ext2) =09=09MOUNT_OPTIONS=3D"-o $MOUNTSYNC,uid=3D$USB_USER,gid=3D$USB_GROUP,umask=3D$USB_UMASK,user" =09=09fsMountTypeArg=3D"ext2" =09;; =09Ext3) =09=09MOUNT_OPTIONS=3D"-o $MOUNTSYNC,uid=3D$USB_USER,gid=3D$USB_GROUP,umask=3D$USB_UMASK,user" =09=09fsMountTypeArg=3D"ext3" =09;; =09ReiserFS) =09=09MOUNT_OPTIONS=3D"-o $MOUNTSYNC,user" =09=09fsMountTypeArg=3D"reiserfs" =09;; =09NTFS) =09=09#MOUNT_OPTIONS=3D"-o $MOUNTSYNC,uid=3D$USB_USER,gid=3D$USB_GROUP,umask=3D$USB_UMASK,dmask=3D$USB= _DMASK,user,ro" =09=09MOUNT_OPTIONS=3D"-o $MOUNTSYNC,uid=3D$USB_USER,gid=3D$USB_GROUP,umask=3D$USB_UMASK,dmask=3D$USB= _DMASK,user,rw" =09=09fsMountTypeArg=3D"ntfs" =09;; =09FAT12) =09 MOUNT_OPTIONS=3D"-o $MOUNTSYNC,uid=3D$USB_USER,gid=3D$USB_GROUP,umask=3D$USB_UMASK,dmask=3D$USB= _DMASK,quiet,user,iocharset=3Diso8859-15,utf8" =09=09fsMountTypeArg=3D"msdos" =09;; =09FAT16) =09=09MOUNT_OPTIONS=3D"-o $MOUNTSYNC,uid=3D$USB_USER,gid=3D$USB_GROUP,umask=3D$USB_UMASK,dmask=3D$USB= _DMASK,quiet,user,iocharset=3Diso8859-15,utf8" =09=09fsMountTypeArg=3D"vfat" =09;; =09FAT32) =09=09MOUNT_OPTIONS=3D"-o $MOUNTSYNC,uid=3D$USB_USER,gid=3D$USB_GROUP,umask=3D$USB_UMASK,dmask=3D$USB= _DMASK,quiet,user,shortname=3Dmixed,iocharset=3Diso8859-15,utf8" =09=09fsMountTypeArg=3D"vfat" =09;; *) =09=09MOUNT_OPTIONS=3D"UNKNOWN" =09=09fsMountTypeArg=3D"auto" =09;; =09esac } Note: I changed the NTFS mounting from ro to rw tonight by request from Vec= 7. Regards, Joe1962 |
From: HQX N. <hq...@gm...> - 2006-05-19 04:33:12
|
Hey guys, thank you all for your kind words, I really appreciate them. Robert, thanks for your understanting and the patience you always have, I will come back as soon as I can, I miss this VL trip already :) Wish you all the best. UKB. On 5/17/06, Robert Lange <vec...@ya...> wrote: > Bill, > I offer my sentiments I know this is tough for you as > you really love VL and it shows in your work and > dedication to the project. So what ever lies in the > road ahead move it out of the way and come back home > pronto. I will miss you but I'll keep the home fires > burning. > Cheers, > Robert > > --- HQX Net <hq...@gm...> wrote: > > > Hi guys, > > Today I visited the forum for the first time in > > around 6 weeks. > > I've been too busy with other not very happy things > > and hoping the situation > > would improve at some point, but I guess it's time > > to face that I no longer > > have what it takes to be a active contributor to VL. > > > > IF I can, I would like to render a couple of 3D > > texts so you have them for > > the next releases (i.e. numerical characters from 0 > > to 9). > > > > I don't know if I will be able to do any more > > progress with the joomla CMS, > > if the project is still of interest for you. > > > > Believe me, this is very sad for me. As I said many > > time before, VL was not > > the first distro I tried, it was the first one that > > really worked for me > > (and still does) so giving something back was really > > a joy. > > > > Little as it might be, I will pop up as much as I > > can. > > Thanks for your patience and keep up the excellent > > work, you're great. > > > > Best regards. > > UKB. > > > > > Robert Lange > vec...@ya... > http://www.vectorlinux.com > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > Vectorlinux-devel mailing list > Vec...@li... > https://lists.sourceforge.net/lists/listinfo/vectorlinux-devel > |
From: Robert L. <vec...@ya...> - 2006-05-18 01:53:25
|
Bill, I offer my sentiments I know this is tough for you as you really love VL and it shows in your work and dedication to the project. So what ever lies in the road ahead move it out of the way and come back home pronto. I will miss you but I'll keep the home fires burning. Cheers, Robert --- HQX Net <hq...@gm...> wrote: > Hi guys, > Today I visited the forum for the first time in > around 6 weeks. > I've been too busy with other not very happy things > and hoping the situation > would improve at some point, but I guess it's time > to face that I no longer > have what it takes to be a active contributor to VL. > > IF I can, I would like to render a couple of 3D > texts so you have them for > the next releases (i.e. numerical characters from 0 > to 9). > > I don't know if I will be able to do any more > progress with the joomla CMS, > if the project is still of interest for you. > > Believe me, this is very sad for me. As I said many > time before, VL was not > the first distro I tried, it was the first one that > really worked for me > (and still does) so giving something back was really > a joy. > > Little as it might be, I will pop up as much as I > can. > Thanks for your patience and keep up the excellent > work, you're great. > > Best regards. > UKB. > Robert Lange vec...@ya... http://www.vectorlinux.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: John V. <joh...@sy...> - 2006-05-17 23:09:14
|
UK, I've enjoyed working with you and appreciate all that you have done. Come back when you get a chance. JohnVan On Mon, 15 May 2006 14:03:19 +0300 "HQX Net" <hq...@gm...> wrote: > Hi guys, > Today I visited the forum for the first time in around 6 weeks. > I've been too busy with other not very happy things and hoping the situation > would improve at some point, but I guess it's time to face that I no longer > have what it takes to be a active contributor to VL. > > IF I can, I would like to render a couple of 3D texts so you have them for > the next releases (i.e. numerical characters from 0 to 9). > > I don't know if I will be able to do any more progress with the joomla CMS, > if the project is still of interest for you. > > Believe me, this is very sad for me. As I said many time before, VL was not > the first distro I tried, it was the first one that really worked for me > (and still does) so giving something back was really a joy. > > Little as it might be, I will pop up as much as I can. > Thanks for your patience and keep up the excellent work, you're great. > > Best regards. > UKB. |
From: Vanger <fa...@gm...> - 2006-05-17 07:27:40
|
Just return back ;) . Luck to you! |
From: Tony B. <tb...@gm...> - 2006-05-16 15:32:03
|
Robert - you should put this, with permission, on the website under a page heading of "Testimonials". This is very good PR and is well deserved. regards, Tony On 5/13/06, John B <joh...@gm...> wrote: > > I received a PM from voyager13b, who apparently has installed VL on > his company's network and had issues with printing to an HP printer on > his network. The issue was solved with the (then) latest hplip > package. At any rate, I want to share voyager's message with all of > you to encourage us to keep on. > > Best, > John > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > JohnB, > > Sorry for the delay, but I was sent to a new company site that is > currently under construction, and did not have any internet access > during my stay. Back to your question, I am a genuine, and very > enthusiastic Vector Linux fan. Simply stated, Vector worked for me, > and even though I tried many distros in our Business center over time, > Vector got the job done with the hardware on hand, and suited the very > large user base that makes use of the facility without complaint. > > Vector simply works. As we say here in New Jersey, "you guys do a > great job". When I lived in the Atlanta metro area, it would be stated > "all y'all are great". No kidding, when you posted the updated hplip > package, I installed it with a couple of mouse clicks, and printing > became a non issue. Now, I can check the various workstations every > day or two, but there is little to do other than delete Win apps that > kids tried to download and install contrary to the user rules of the > center. Even then, Win apps are not really a problem, as they simply > don't work on a Liunix box. > > Printing used to be the major daily issue, but now it is just a casual > thing that requires little attention. Once in a while a workstation > will still need Root to clear a logjam of print jobs that shut down > printing on a particular workstation, but that seems to be a CUPS > issue, and not a Vector thing. > > Thanks to you and the rest of the Vector team, there is an industrial > strength distro that looks great, and also happens to be easy to use. > That value cannot be overstated. I'm a distro hog in the sense that I > enjoy testing every distro that looks interesting, and I appreciate > more than a few. Then again, Vector has become my "go to" distro over > the past year or so, as it always seems to look, feel, and work "just > right", no matter what hardware I load it on. > > > Carry on, and keep Vector at the edge. As of tonight, it ranks 13 on > the Distrowatch site. It deserves better, and seems to be on it's way > to the top over the past several Months. If I were a Mark > Shuttleworth, Vector would get my investment, and I'd keep my hands > out of the soup. The product is fine, and I anticipate every new > release. I would like to see broader WIFI support (USB adapters), but > that is a Linux community issue, and not a swipe at Vector. > > Anyway, my enthusiasm for the Vector product is as solid as sunrise, > and if you think it will help the project, you are welcome to use my > posts and notes as you see fit. > > Voyager > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Vectorlinux-devel mailing list > Vec...@li... > https://lists.sourceforge.net/lists/listinfo/vectorlinux-devel > |
From: Tony B. <tb...@gm...> - 2006-05-16 15:29:39
|
Thanks for all your committment and efforts. It is because of folks like you that VL is what it is today. You are always welcome - I know that better than anyone since I've had to drop off and come back a few times. Hope to see you around again. Regards, Tony On 5/15/06, HQX Net <hq...@gm...> wrote: > > Hi guys, > Today I visited the forum for the first time in around 6 weeks. > I've been too busy with other not very happy things and hoping the > situation would improve at some point, but I guess it's time to face that= I > no longer have what it takes to be a active contributor to VL. > > IF I can, I would like to render a couple of 3D texts so you have them fo= r > the next releases (i.e. numerical characters from 0 to 9). > > I don't know if I will be able to do any more progress with the joomla > CMS, if the project is still of interest for you. > > Believe me, this is very sad for me. As I said many time before, VL was > not the first distro I tried, it was the first one that really worked for= me > (and still does) so giving something back was really a joy. > > Little as it might be, I will pop up as much as I can. > Thanks for your patience and keep up the excellent work, you're great. > > Best regards. > UKB. > > |