pcbsd-developer Mailing List for PC-BSD (Page 4)
Status: Beta
Brought to you by:
kmoore134
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(47) |
Nov
(15) |
Dec
(15) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
(2) |
Mar
(18) |
Apr
(16) |
May
(18) |
Jun
(12) |
Jul
(33) |
Aug
(42) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
2007 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Andrei K. <an...@bs...> - 2006-07-22 12:14:36
|
Hi! I played here with Xorg autodetection and made this litle script for testing- it may work on all computers I think. Xorg detects your video card and creates config file that is much better than PC-BSD current one. You can set resolution and colour depth from command line: # pimpmyvga.sh resolution depth # pimpmyvga.sh 1280x1024 24 TODO: 1. Add fonts path not included in autodetected config file. 2. Make graphical interface for setting resolution, colour and refreshrate. 3. Make script for testing current config file within 15 seconds where user can interact with gui and press accept button if it works. If failed itt would be reverted back to more conservative default resolution as 1024x768 or vesa driver. Looks like my previous message was eaten by spamfilter... |
From: Andrei K. <an...@bs...> - 2006-07-22 10:24:24
|
Hi! I played here with Xorg autodetection and made this litle script for testing- it may work on all computers I think. Xorg detects your video card and creates config file that is much better than PC-BSD current one. You can set resolution and colour depth from command line: # pimpmyvga.sh resolution depth # pimpmyvga.sh 1280x1024 24 TODO: 1. Add fonts path not included in autodetected config file. 2. Make graphical interface for setting resolution, colour and refreshrate. 3. Make script for testing current config file within 15 seconds where user can interact with gui and press accept button if it works. If failed itt would be reverted back to more conservative default resolution as 1024x768 or vesa driver. |
From: Andrei K. <an...@bs...> - 2006-07-15 17:20:21
|
Hi! After some discussion with linux zealots (IKIAPS) I decided to implement=20 security features that is available to FreeBSD. =2D------------------------------------------------- The FreeBSD 7-CURRENT development branch includes support for Event Auditin= g=20 based on the POSIX=AE.1e draft and Sun's published BSM API and file format.= =20 Event auditing permits the selective logging of security-relevant system=20 events for the purposes of post-mortem analysis, system monitoring, and=20 intrusion detection.=20 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/audit.html options AUDIT auditd_enable=3D"YES" =2D------------------------------------------------- =46reeBSD 5.X introduced new security extensions from the TrustedBSD projec= t=20 based on the POSIX=AE.1e draft. Two of the most significant new security=20 mechanisms are file system Access Control Lists (ACLs) and Mandatory Access= =20 Control (MAC) facilities. Mandatory Access Control allows new access contro= l=20 modules to be loaded, implementing new security policies. Some provide=20 protections of a narrow subset of the system, hardening a particular servic= e.=20 Others provide comprehensive labeled security across all subjects and=20 objects. The mandatory part of the definition comes from the fact that the= =20 enforcement of the controls is done by administrators and the system, and i= s=20 not left up to the discretion of users as is done with discretionary access= =20 control (DAC, the standard file and System V IPC permissions on FreeBSD). http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mac.html options MAC mac_bsdextended(4) mixed with mac_seeotheruids(4) could co-exist and block= =20 access not only to system objects but to hide user processes as well. Begin by adding the following lines to /boot/loader.conf: mac_seeotheruids_enabled=3D"YES" The mac_bsdextended(4) security policy module may be activated through the = use=20 of the following rc.conf variable: ugidfw_enable=3D"YES" =46or testing purposes, try logging in as a different user across two conso= les.=20 Run the ps aux command to see if processes of other users are visible. Try = to=20 run ls(1) on another users home directory, it should fail. =2D------------------------------------------------- Kernel configuration line: options MAC_IFOFF Boot option: mac_ifoff_load=3D"YES" The mac_ifoff(4) module exists solely to disable network interfaces on the = fly=20 and keep network interfaces from being brought up during the initial system= =20 boot. It does not require any labels to be set up on the system, nor does i= t=20 have a dependency on other MAC modules. Most of the control is done through the sysctl tunables listed below. security.mac.ifoff.lo_enabled will enable/disable all traffic on the loopba= ck=20 (lo(4)) interface. security.mac.ifoff.bpfrecv_enabled will enable/disable all traffic on the=20 Berkeley Packet Filter interface (bpf(4)) security.mac.ifoff.other_enabled will enable/disable traffic on all other=20 interfaces. One of the most common uses of mac_ifoff(4) is network monitoring in an=20 environment where network traffic should not be permitted during the boot=20 sequence. Another suggested use would be to write a script which uses=20 security/aide to automatically block network traffic if it finds new or=20 altered files in protected directories. =2D------------------------------------------------- Or something like this... |
From: Andrei K. <an...@bs...> - 2006-07-12 17:43:42
|
Hello all! PC-BSD 1.2 has now been released! Special thanks to all of you guys who helped test and make this the best, most stable release ever! PC-BSD software is pleased to announce the immediate availability of PC-BSD 1.2 for x86 based processors. PC-BSD 1.2 now utilizes the FreeBSD advanced ULE scheduler and is compiled with optimizations for 686 processors (all support for 386, 486 and 586 microcode is disabled in kernel). This release of PC-BSD ushers in a new era of stability and simplicity for desktop operating systems based on UNIX, making it a solid release for home and business usage. Version 1.2 is powered by the latest FreeBSD 6.1 OS and integrated with the popular KDE 3.5.3 desktop environment. http://www.pcbsd.org/?p=download http://www.pcbsd.org/?p=updates http://www.pcbsd.org/?p=changelog http://www.pcbsd.org/?p=releasenotes Andrei Kolu PC-BSD Quality Manager |
From: Andrei K. <an...@bs...> - 2006-07-05 10:22:26
|
Hi all! I preformed some tests and read forums and installed on different computers. Here I point out some quirks and ideas that I found. 1)---------------------------------------------------------------------------------------- # The following options are valid on the ATA driver: # # ATA_STATIC_ID: controller numbering is static ie depends on location # else the device numbers are dynamically allocated. # options ATA_STATIC_ID some users are confused about REAL id numbering and I think we should revert back to not include ATA_STATIC_ID in default configuration. SATA users who updated their system with patch were unable tu boot up with this feature- they had to change fstab manually to fix this problem. 2)---------------------------------------------------------------------------------------- some userland config files are outdated and need to run mergemaster again. 3)---------------------------------------------------------------------------------------- # This allows you to actually store this configuration file into # the kernel binary itself, where it may be later read by saying: # strings -n 3 /boot/kernel/kernel | sed -n 's/^___//p' > MYKERNEL # options INCLUDE_CONFIG_FILE # Include this file in kernel Would be useful for debugging kernel configuration later 4) ---------------------------------------------------------------------------------------- # altq(9). Enable the base part of the hooks with the ALTQ option. # Individual disciplines must be built into the base system and can not be # loaded as modules at this point. In order to build a SMP kernel you must # also have the ALTQ_NOPCC option. options ALTQ options ALTQ_CBQ # Class Bases Queueing options ALTQ_RED # Random Early Detection options ALTQ_RIO # RED In/Out options ALTQ_HFSC # Hierarchical Packet Scheduler options ALTQ_CDNR # Traffic conditioner options ALTQ_PRIQ # Priority Queueing options ALTQ_NOPCC # Required for SMP build Without ALTQ PF can't use advanced features. |
From: Andrei K. <an...@bs...> - 2006-07-04 13:27:45
|
# altq(9). Enable the base part of the hooks with the ALTQ option. # Individual disciplines must be built into the base system and can not be # loaded as modules at this point. In order to build a SMP kernel you must # also have the ALTQ_NOPCC option. options ALTQ options ALTQ_CBQ # Class Bases Queueing options ALTQ_RED # Random Early Detection options ALTQ_RIO # RED In/Out options ALTQ_HFSC # Hierarchical Packet Scheduler options ALTQ_CDNR # Traffic conditioner options ALTQ_PRIQ # Priority Queueing options ALTQ_NOPCC # Required for SMP build #!!! http://forums.pcbsd.org/viewtopic.php?t=4068 options UFS_GJOURNAL #!!!! http://forums.pcbsd.org/viewtopic.php?t=4079&highlight= options MSDOSFS_LARGE And don't forget about mergemaster! Andrei PC-BSD Quality manager |
From: Kris M. - PC-B. S. <kr...@pc...> - 2006-07-01 03:06:03
|
Hey all, version 1.2 of PC-BSD is now available for beta testing, both as an ISO and a patch file. Please only install this on a scratch system you don't mind experimenting on :) Here's the changelog for this release: PCBSD 1.2 - Changelog 6-30-06 (Kris Moore) -------------------------- * Updated ports to current as of 6-26-06. * Added py-qt and py-kde ports to default install. (Allows Super Karamba plugins to work) * Cleaned up icons folders. * Added DBSD Network / User Toolset into Control Panel. * Convert PC-BSD tools to Control Panel modules. * Update KMenu to display categories. * Ctrl-alt-delete now launches the System Guard. * Zip support included in default install. * Added Bash to default install. * Removed EISA support from default kernel. * Setup CD insert notification to allow playing audio CD's and DVD's. * Added denyhosts to default install for SSH security. * Windows key now launches "K-Menu". * Removed wireless support from install CD. (Fixes possible crash when detecting sound card) Here's the links to download: (Please be patient if the file is not there yet, takes a while for mirrors to sync) :) http://mirror21.pcbsd.org/1.2/PCBSD-1.2-x86-CD1-Beta.iso http://mirror21.pcbsd.org/patches/PBI/Patch1.11a-1.2-beta.pbi Please feel free to test these versions, and report any errors to bugs.pcbsd.org under version 1.2-beta. I hope to have 1.2 final out before the end of this month, in the next few weeks or so. -- Kris Moore PC-BSD Software -------------------------------------------------------- ____ ____ ____ ____ ____ /\ _`\ /\ _`\ /\ _`\ /\ _`\ /\ _`\ \ \ \L\ \ \ \/\_\ \ \ \L\ \\ \,\L\_\ \ \/\ \ \ \ ,__/\ \ \/_/_ _______\ \ _ <'\/_\__ \\ \ \ \ \ \ \ \/ \ \ \L\ \/\______\\ \ \L\ \ /\ \L\ \ \ \_\ \ \ \_\ \ \____/\/______/ \ \____/ \ `\____\ \____/ \/_/ \/___/ \/___/ \/_____/\/___/ http://www.pcbsd.com 1-877-PCBSD01 -------------------------------------------------------- |
From: Charles A. L. <lan...@gm...> - 2006-06-29 19:22:18
|
On 6/29/06, pcb...@li... <pcb...@li...> wrote: > PC-BSD new release policy is here: > > 1. Include features for release as stated in current roadmap. > 2. Build release candidate and deploy it to betatesters at least 2 weeks > before actual release. > 3. Close/Fix bugs listed in bugs.pcbsd.org. Bugfixes is deployed with online > update manager. > 4. Build release and deploy to all users. > 5. Edit roadmap according to community requests. Agreed :) -- Charles A. Landemaine. |
From: Andrei K. <an...@bs...> - 2006-06-29 08:33:25
|
PC-BSD new release policy is here: 1. Include features for release as stated in current roadmap. 2. Build release candidate and deploy it to betatesters at least 2 weeks before actual release. 3. Close/Fix bugs listed in bugs.pcbsd.org. Bugfixes is deployed with online update manager. 4. Build release and deploy to all users. 5. Edit roadmap according to community requests. Andrei |
From: Andrei K. <an...@bs...> - 2006-06-26 17:29:49
|
=DChel kenal p=E4eval (esmasp=E4ev 26 juuni 2006 8:25 pm) kirjutas Andrei K= olu: > Hi all! Hehe, I forgot to add copyright to pf_fules file.. |
From: Andrei K. <an...@bs...> - 2006-06-26 17:25:08
|
Hi all! I modified FreeSBIE firewall sctipt a bit and enabled ipp, cups and samba. Enable PF in /etc/rc.conf: pf_rules_enable="YES" pf_enable="YES" /etc/blacklist: # The files /etc/blacklist list IP addresses, one per # line. Any lines beginning with a # are treated as comments and ignored. # In addition to being specified by IP address, hosts may also be specified # by their hostname. When the resolver is called to add a hostname to a # table, all resulting IPv4 and IPv6 addresses are placed into the table. # IP addresses can also be entered in a table by specifying a valid inter- # face name, a valid interface group or the self keyword, in which case all # addresses assigned to the interface(s) will be added to the table. # evil.address.com All enchancements are welcome! Andrei |
From: Charles A. L. <lan...@gm...> - 2006-06-21 19:11:22
|
I'm not sure how good this tool is. We'll have to look into it. It's gonna be 100% if for instance it sets my monitor at 1280x1024@85Hz and 96x96dpi Without a DB, I see this hard to achieve... Charles. On 6/21/06, pcb...@li... <pcb...@li...> wrote: > Send PCBSD-Developer mailing list submissions to > pcb...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/pcbsd-developer > or, via email, send a message with subject or body 'help' to > pcb...@li... > > You can reach the person managing the list at > pcb...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of PCBSD-Developer digest..." > > > Today's Topics: > > 1. NetBSD LiveCD automatically configuring the video (Andrei Kolu) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 21 Jun 2006 11:37:00 +0300 > From: Andrei Kolu <an...@bs...> > Subject: [Pcbsd-developer] NetBSD LiveCD automatically configuring the > video > To: pcb...@li... > Message-ID: <200...@bs...> > Content-Type: text/plain; charset="us-ascii" > > "NetBSD Live! booted on two of my machines, the home-built computer and the > Quantex laptop. The choice of software is excellent as NetBSD Live! is the > only BSD live CD which comes with the complete KDE desktop suite, something > which, I guess, any user would very much appreciate. NetBSD Live! is not the > fastest distro I tested (Frenzy won in this category too), but it runs at a > decent speed. Another strong point for NetBSD is that it did a great job > automatically configuring the video." > > http://distrowatch.com/weekly.php?issue=20060619#firstlook > ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/sysutils/mklivecd/README.html > > > > ------------------------------ > > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 > > ------------------------------ > > _______________________________________________ > PCBSD-Developer mailing list > PCB...@li... > https://lists.sourceforge.net/lists/listinfo/pcbsd-developer > > > End of PCBSD-Developer Digest, Vol 1, Issue 53 > ********************************************** > -- Charles A. Landemaine. |
From: Andrei K. <an...@bs...> - 2006-06-21 08:36:54
|
"NetBSD Live! booted on two of my machines, the home-built computer and the Quantex laptop. The choice of software is excellent as NetBSD Live! is the only BSD live CD which comes with the complete KDE desktop suite, something which, I guess, any user would very much appreciate. NetBSD Live! is not the fastest distro I tested (Frenzy won in this category too), but it runs at a decent speed. Another strong point for NetBSD is that it did a great job automatically configuring the video." http://distrowatch.com/weekly.php?issue=20060619#firstlook ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/sysutils/mklivecd/README.html |
From: Charles A. L. <lan...@gm...> - 2006-06-18 19:16:06
|
On 6/18/06, pcb...@li... <pcb...@li...> wrote: > 1. Live PC-BSD usage counter. Every PC-BSD installation got online update > manager and I think we can use this feature to count all active installation > anonymously. All web page viewers can see how many PC-BSD installations is > active in 24h period. Yes, I like this idea a lot. To differenciate all PC-BSD computers connecting to the server, maybe use a different anonymous key for each new installation. -- Charles A. Landemaine. |
From: Andrei K. <an...@bs...> - 2006-06-18 11:40:59
|
Hi! I'd like to summarize my thoughts from this weekend: 1. Live PC-BSD usage counter. Every PC-BSD installation got online update manager and I think we can use this feature to count all active installation anonymously. All web page viewers can see how many PC-BSD installations is active in 24h period. 2. Make usergroups in forums like powerusers, developers, moderators. Then users know whom they talking with. 3. Add button for every post so users can moderate is it useful or not. All mod points is converted to karma points for original poster and with some sum of points (say like 100karmapoints=1$) he/she can shop in PC-BSD online store. More motivation is always good. 4. Set up bounties/fundrising for features some person/organization needs and is willing to pay for. 5. Post here some heretic thougs also.... Sry about my bad engrish. I like japanese you know... Andrei |
From: Andrei K. <and...@ma...> - 2006-06-15 19:52:04
|
It seems that a bunch of folks are ending up here by searching for instructions for installing FreeBSD on a USB stick, so here they are. http://typo.submonkey.net/articles/2006/03/20/installing-freebsd-onto-a-usb-stick |
From: Andrei K. <an...@bs...> - 2006-06-11 17:35:04
|
Hello all! In case somone interested- here is my current PC-BSD configuration: Only problem so far is flash problem.... PBI version won't work and so as from ports. --------------------------------------------------------------------------------------------------------------------------- # uname -a FreeBSD PCBSD.localhost 6.1-RELEASE-p1 FreeBSD 6.1-RELEASE-p1 #0: Sun Jun 4 14:01:54 EEST 2006 root@PCBSD.localhost:/usr/obj/usr/src/sys/RAIDON i386 --------------------------------------------------------------------------------------------------------------------------- less /root/kernel/RAIDON # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.7.2.2 2006/05/01 00:15:12 scottl Exp $ machine i386 #cpu I486_CPU #cpu I586_CPU cpu I686_CPU ident RAIDON # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. #makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options SCHED_ULE # ULE scheduler #options SCHED_4BSD # 4BSD scheduler ............................... # Direct Rendering modules for 3d accelleration device drm # DRM Core Module device radeondrm # ATI Radeon options VESA # Vesa Support for Splash options SC_PIXEL_MODE # add support for the raster tex options HZ=1000 options DEVICE_POLLING device pf device pflog device pfsync options ALTQ options ALTQ_CBQ # Class Bases Queuing (CBQ) options ALTQ_RED # Random Early Detection (RED) options ALTQ_RIO # RED In/Out options ALTQ_HFSC # Hierarchical Packet Scheduler (HFSC) options ALTQ_PRIQ # Priority Queuing (PRIQ) options ALTQ_NOPCC # Required for SMP build --------------------------------------------------------------------------------------------------------------------------- # pkg_version -v ImageMagick-6.2.7.7_1 = up-to-date with port OpenEXR-1.2.2_1 = up-to-date with port aalib-1.4.r5_2 = up-to-date with port akode-2.0,1 = up-to-date with port akode-plugins-mpc-2.0,1 = up-to-date with port akode-plugins-mpeg-2.0,1 = up-to-date with port akode-plugins-oss-2.0,1 = up-to-date with port akode-plugins-resampler-2.0,1 = up-to-date with port akode-plugins-xiph-2.0,1 = up-to-date with port amarok-1.3.9_2 = up-to-date with port amspsfnt-1.0_3 = up-to-date with port ar-ae_fonts1_ttf-1.1 = up-to-date with port arts-1.5.3_1,1 = up-to-date with port artswrapper-1.5.3 = up-to-date with port aspell-0.60.4_3 = up-to-date with port autoconf-2.53_3 = up-to-date with port autoconf-2.59_2 = up-to-date with port automake-1.5_2,1 = up-to-date with port bison-1.75_2,1 = up-to-date with port bitstream-vera-1.10_2 = up-to-date with port bogofilter-1.0.2_1 = up-to-date with port << good baesian spam filter I use it with kmail cairo-1.0.4_1 = up-to-date with port calamaris-2.59 = up-to-date with port cdparanoia-3.9.8_8 = up-to-date with port cfs-1.4.1_4 = up-to-date with port clusterit-2.0_2 = up-to-date with port cmpsfont-1.0_4 = up-to-date with port compat5x-i386-5.4.0.8_7 = up-to-date with port cups-1.1.23.0_1 = up-to-date with port cups-base-1.1.23.0_9 = up-to-date with port cups-lpr-1.1.23.0_1 = up-to-date with port cups-pstoraster-8.15 = up-to-date with port curl-7.15.3 = up-to-date with port cvsup-without-gui-16.1h_2 = up-to-date with port cyrus-sasl-2.1.22 = up-to-date with port db42-4.2.52_4 = up-to-date with port db43-4.3.29 = up-to-date with port dclib-0.3.7 = up-to-date with port dejavu-2.6 = up-to-date with port diablo-jre-1.5.0.06.00 = up-to-date with port dirmngr-0.9.3_2 = up-to-date with port djbfft-0.76_2 = up-to-date with port dri-6.4.1,2 = up-to-date with port eject-1.5_2 = up-to-date with port et-kde-i18n-3.5.3 = up-to-date with port exiv2-0.10 = up-to-date with port expat-2.0.0_1 = up-to-date with port fam-2.6.9_6 = up-to-date with port fftw3-3.1.1 = up-to-date with port flac-1.1.2_1 = up-to-date with port fontconfig-2.3.2_5,1 = up-to-date with port foomatic-db-20060531 = up-to-date with port foomatic-db-engine-20060531,1 = up-to-date with port foomatic-filters-3.0.2_4 = up-to-date with port freetype2-2.1.10_3 = up-to-date with port fribidi-0.10.7 = up-to-date with port fusefs-libs-2.5.2_1 = up-to-date with port gd-2.0.33_4,1 = up-to-date with port gettext-0.14.5_2 = up-to-date with port ghostscript-gnu-7.07_15 = up-to-date with port gimp-print-4.2.7_2 = up-to-date with port glib-1.2.10_12 = up-to-date with port glib-2.10.3 = up-to-date with port gmake-3.80_2 = up-to-date with port gnomehier-2.1_2 = up-to-date with port gnupg-1.4.3 = up-to-date with port gnupg-devel-1.9.20_1 = up-to-date with port gnutls-1.2.11 = up-to-date with port gpgme-1.0.3_1 = up-to-date with port gsfonts-8.11_2 = up-to-date with port gsl-1.8 = up-to-date with port gtar-1.15.1_2 = up-to-date with port gtk-1.2.10_15 = up-to-date with port help2man-1.36.4_1 = up-to-date with port iftop-0.17 = up-to-date with port imake-6.9.0 = up-to-date with port imlib-1.9.15_3 = up-to-date with port iw-elmar-fonts-3.3 = up-to-date with port ja-sazanami-ttf-20040629_1 = up-to-date with port ja-truetypefonts-2001.08.18.5 = up-to-date with port jackit-0.101.1_1 = up-to-date with port jasper-1.701.0_1 = up-to-date with port javavmwrapper-2.2 = up-to-date with port jbigkit-1.6 = up-to-date with port jpeg-6b_4 = up-to-date with port kbarcode-2.0.3 = up-to-date with port <<just one barcode program for testing kde-xdg-env-1.0,1 = up-to-date with port kdeadmin-3.5.3 = up-to-date with port kdebase-3.5.3_1 = up-to-date with port kdebase-kompmgr-3.5.3 = up-to-date with port kdegraphics-3.5.3 = up-to-date with port kdegraphics-kamera-3.5.3 = up-to-date with port <<for digital camera kdegraphics-kuickshow-3.5.3 = up-to-date with port <<good image viewing program kdehier-1.0_9 = up-to-date with port kdelibs-3.5.3 = up-to-date with port kdemultimedia-3.5.3 = up-to-date with port kdenetwork-3.5.3_2 = up-to-date with port kdenetwork-kopete-0.11 = up-to-date with port kdenetwork-lanbrowsing-3.5.3 = up-to-date with port kdepim-3.5.3 = up-to-date with port kdeutils-3.5.3 = up-to-date with port kmplayer-0.9.1.b_1,2 = up-to-date with port ko-pinetreefonts-1.01 = up-to-date with port kpdftool-0.22 = up-to-date with port kphotoalbum-2.2_1 = up-to-date with port krb5-1.4.3 = up-to-date with port ktorrent-1.2_2 = up-to-date with port lame-3.96.1 = up-to-date with port lcms-1.14_1,1 = up-to-date with port libXft-2.1.7_1 = up-to-date with port libart_lgpl2-2.3.17_1 = up-to-date with port libassuan-0.6.10 = up-to-date with port libaudiofile-0.2.6 = up-to-date with port libcddb-1.2.1_1 = up-to-date with port libcdio-0.77 = up-to-date with port libdrm-2.0.1_1 = up-to-date with port libdvdcss-1.2.9_2 = up-to-date with port libdvdread-0.9.4_1 = up-to-date with port libexif-0.6.13 = up-to-date with port libfame-0.9.1_2 = up-to-date with port libfpx-1.2.0.12 = up-to-date with port libgcrypt-1.2.2_1 = up-to-date with port libglut-6.4.2 = up-to-date with port libgmp-4.2.1_1 = up-to-date with port libgpg-error-1.3 = up-to-date with port libgphoto2-2.1.99 = up-to-date with port libiconv-1.9.2_2 = up-to-date with port libid3tag-0.15.1b = up-to-date with port libidn-0.6.3 = up-to-date with port libijs-0.35_1 = up-to-date with port libkipi-0.1.2_1 = up-to-date with port libksba-0.9.13_1 = up-to-date with port libltdl-1.5.22 = up-to-date with port libmad-0.15.1b_2 = up-to-date with port libmal-0.40 = up-to-date with port libmng-1.0.9 = up-to-date with port libmodplug-0.8 = up-to-date with port libmpcdec-1.2.2 = up-to-date with port libmusicbrainz-2.1.2_2 = up-to-date with port libogg-1.1.3,3 = up-to-date with port liboil-0.3.9 = up-to-date with port libpaper-1.1.14.3 = up-to-date with port libsamplerate-0.1.2_2 = up-to-date with port libsndfile-1.0.16 = up-to-date with port libthai-0.1.5_1 = up-to-date with port libtheora-1.0.a5 = up-to-date with port libtool-1.5.22_2 = up-to-date with port libtunepimp-0.4.2_1,1 = up-to-date with port libungif-4.1.4_1 = up-to-date with port libusb-0.1.12 = up-to-date with port libvorbis-1.1.2,3 = up-to-date with port libwww-5.4.0_2 = up-to-date with port libxine-1.1.1_5 < needs updating (port has 1.1.1_6) libxml2-2.6.26 = up-to-date with port libxslt-1.1.17 = up-to-date with port linc-1.0.3_6 = up-to-date with port linux-expat-1.95.7_1 = up-to-date with port linux-fontconfig-2.2.3_4 = up-to-date with port linux_base-rh-9 = up-to-date with port localedata-5.4 = up-to-date with port lua-5.0.2_1 = up-to-date with port m4-1.4.4 = up-to-date with port mDNSResponder-107.5 = up-to-date with port mc-4.6.1_3 = up-to-date with port mpeg2codec-1.2_1 = up-to-date with port mpeg4ip-libmp4v2-1.5 = up-to-date with port mplayer-0.99.7_14 = up-to-date with port mplayer-skins-1.1.2_1 = up-to-date with port nas-1.8 = up-to-date with port neon-0.25.5 = up-to-date with port net-snmp-5.2.2_2 = up-to-date with port nmap-4.01_2 = up-to-date with port open-motif-2.2.3_2 = up-to-date with port openldap-client-2.2.30 = up-to-date with port openldap-server-2.2.30 = up-to-date with port openslp-1.2.1_2 = up-to-date with port p5-GD-2.32 = up-to-date with port p5-gettext-1.05_1 = up-to-date with port p5-type1inst-0.6.1_2 = up-to-date with port pcre-6.6_1 = up-to-date with port perl-5.8.8 = up-to-date with port pilot-link-0.11.8_4,1 = up-to-date with port pkg-config-0.20_2 = up-to-date with port png-1.2.8_3 = up-to-date with port poppler-0.5.3 = up-to-date with port poppler-qt-0.5.3 = up-to-date with port popt-1.7_1 = up-to-date with port portaudio-18.1_2 = up-to-date with port portupgrade-2.1.2_1,1 < needs updating (port has 2.1.3,1) pth-2.0.6 = up-to-date with port pure-ftpd-1.0.21 < needs updating (port has 1.0.21_1) << outstanding ftp server with lots of features python-2.4.3 = up-to-date with port qca-tls-1.0_1 = up-to-date with port qmake-3.3.6 = up-to-date with port qt-3.3.6_2 = up-to-date with port rpm-3.0.6_13 = up-to-date with port ruby-1.8.4_8,1 = up-to-date with port ruby18-bdb1-0.2.2 = up-to-date with port samba-3.0.22,1 = up-to-date with port samba-libsmbclient-3.0.22 = up-to-date with port sdl-1.2.9_2,2 = up-to-date with port smartmontools-5.36 = up-to-date with port speex-1.0.5_1,1 = up-to-date with port squid-2.5.14_1 = up-to-date with port svgalib-1.4.3_5 = up-to-date with port t1lib-5.1.0_1,1 = up-to-date with port taglib-1.4_2 = up-to-date with port teTeX-base-3.0_8 = up-to-date with port teTeX-texmf-3.0_3 < needs updating (port has 3.0_4) tex-texmflocal-1.9 = up-to-date with port texi2html-1.76_1,1 = up-to-date with port texinfo-4.8_3 = up-to-date with port tiff-3.8.2 = up-to-date with port ttmkfdir-20021109_1 = up-to-date with port valknut-0.3.7 = up-to-date with port vcdimager-0.7.23_3 = up-to-date with port vi-vnxfonts-1.1.1 = up-to-date with port win32-codecs-3.1.0.p7_2,1 = up-to-date with port xorg-clients-6.9.0_2 < needs updating (port has 6.9.0_3) xorg-fonts-cyrillic-6.9.0_1 = up-to-date with port xorg-fonts-encodings-6.9.0_1 = up-to-date with port xorg-fonts-miscbitmaps-6.9.0_1 = up-to-date with port xorg-fonts-truetype-6.9.0 = up-to-date with port xorg-libraries-6.9.0 = up-to-date with port xorg-server-6.9.0_1 < needs updating (port has 6.9.0_4) xpdf-3.01_3 = up-to-date with port xterm-213 = up-to-date with port xv-3.10a_5 = up-to-date with port zh-fireflyttf-1.3.0 = up-to-date with port zh-ttfm-0.9.5_1 = up-to-date with port --------------------------------------------------------------------------------------------------------------------------- # less rc.conf background_dhclient="YES" hostname="PCBSD.localhost" background_dhclient="YES" hostname="PCBSD.localhost" compat5x_enable="YES" NIC="de em ixgb txp vx bfe bge dc fxp lge nge pcn re rl sf sis sk ste ti tl tx vge vr wb xl cs ed ex ep fe ie lnc sn xe an awi nve" for i in $NIC; do eval ifconfig_${i}0="DHCP" eval ifconfig_${i}1="DHCP" done blanktime="180" saver="logo" sshd_enable="YES" usbd_enable="YES" moused_type="auto" moused_enable="YES" #Enable samba server samba_enable="YES" # Disable LPD lpd_enable="NO" # Enable CUPS cupsd_enable="YES" background_cupsd="YES" enable_linux="YES" # FSCK Enhancements fsck_y_enable="YES" background_fsck="YES" smartd_enable="YES" pf_enable="YES" pf_rules="/etc/pf.conf" pflog_enable="YES" pflog_logfile="/var/log/pflog" gateway_enable="YES" squid_enable="YES" ##### Kohalik v<F5>rk ifconfig_nve0="inet 192.168.2.1 netmask 255.255.255.240" ##### WiFi ifconfig_wi0="inet 192.168.1.1 netmask 255.255.255.240 ssid turvaauk channel 9 mediaopt adhoc" # WPA #ifconfig_wi0="WPA inet 192.168.1.1 netmask 255.255.255.240 mediaopt hostap up" #hostapd_enable="YES" tmpmfs="YES" tmpsize="768m" #tmpmfs_flags="-S -o noatime,noexec,nosuid,nosymfollow" tmpmfs_flags="-S" #### Pure-FTP ###pureftpd_enable="YES" # # For launch uploadscript daemon define # pureftpd_upload_enable="YES" # pureftpd_uploadscript="/full/path/to/launch_script" tcp_keepalive="YES" --------------------------------------------------------------------------------------------------------------------------- less /etc/pf.conf # Macros: define common values, so they can be referenced and changed easily. ext_if="xl0" # replace with actual external interface name i.e., dc0 int_if="wi0" # replace with actual internal interface name i.e., dc1 int_if2="nve0" # replace with actual internal interface name i.e., dc1 icmp_types="echoreq" # Normalization: reassemble fragments and resolve or reduce traffic ambiguities. scrub in all # limit outgoing traffic altq on $ext_if priq bandwidth 33Kb queue { q_pri, q_def } queue q_pri priority 7 queue q_def priority 1 priq(default) # I have 2 network interfaces for nat 1 wifi(notebook) and 2 for backup server nat on $ext_if from $int_if:network to any -> $ext_if nat on $ext_if from $int_if2:network to any -> $ext_if # Squid works for transparent proxying rdr on $int_if inet proto tcp from any to any port www -> 127.0.0.1 port 3128 pass in all pass out keep state antispoof for $ext_if inet # block all incoming packets but allow ssh, pass all outgoing tcp and udp # connections and keep state, logging blocked packets. pass in on $int_if proto tcp from any to $int_if port 22 keep state pass out on $ext_if proto { tcp, udp, icmp } all keep state pass in on $int_if inet proto tcp from any to 127.0.0.1 port 3128 keep state pass out on $ext_if inet proto tcp from any to any port www keep state pass out on $ext_if proto tcp from $ext_if to any flags S/SA keep state queue (q_def, q_pri) pass in on $ext_if proto tcp from any to $ext_if flags S/SA keep state queue (q_def, q_pri) --------------------------------------------------------------------------------------------------------------------------- NOTE: pf firewall is not completed and some rules are broken!! |
From: Andrei K. <an...@bs...> - 2006-06-02 08:31:06
|
Sorry, I made a little mistake: =20 Alexander Leidinger <Alexander@ leidinger.net> Quoting Andrei Kolu <antik@ bsd.ee> (from Thu, 1 Jun 2006 23:03:40 +0300): > =DChel kenal p=E4eval (neljap=E4ev 01 juuni 2006 10:47 pm) kirjutasid sa: >> devfs onto /compat/linux/dev > > # mkdir /compat/linux/dev > # mknod /compat/linux/dev/null c 2 2 > # chmod 666 /compat/linux/dev/null > # mount -t devfs devfs /compat/linux/dev =46orget about the mknod invocation, it's not necessary. My mounting =A0 devfs on top on this directory, you hide the created device node. =A0 Apart from this, device nodes created with mknod don't work anymore, =A0 you have to use a real devfs. Bye, Alexander. So, I see that PC-BSD is missing devfs mount on linux compat. /etc/rc.local # Enable Linux Procfs kldload linprocfs mount -t linprocfs linprocfs /usr/compat/linux/proc # Enable Linux devfs mount -t devfs devfs /compat/linux/dev |
From: Andrei K. <an...@gm...> - 2006-06-01 20:16:13
|
Staff I did to run Gentoo compat layer # portinstall linux_base-gentoo-stage1 # mkdir /compat/linux/dev # mount -t devfs devfs /compat/linux/dev # chroot /compat/linux emerge sync # chroot /compat/linux /usr/portage/scripts/bootstrap.sh Stay tooned! Andrei |
From: Charles A. L. <lan...@gm...> - 2006-05-31 12:37:03
|
I find the PC-BSD project and it's community wonderful and promising, given the progress in one year of hard work. In every project, people always ask for more, and that's good. I personnally work in the software industry and I know how long it takes to develop little applications with a team of full-time developpers. Also, C++ programming is really hard, it's hard to find paid good C++ devs, and it's even harder to find volunteers. C++ development is one of the hardest way of developing applications (but the most performant). We can't compare a millionaire company such as Red Hat or Apple to a community project such as PC-BSD. We need to be realistic. I'm pretty confident that with the momentum PC-BSD is having lately, we're driving more people and soon there will be more developpers and more people to help in other areas. PC-BSD is a company that has expenditures and I think it's more than normal that it sells paid support, CD-ROMs, etc... After all, a company will choose the OS vendor that it can trust and that will be of help when they have a problem with their computer. PC-BSD is a large system, and I guess a lot of the processes are automated with shell scripts to turn a FreeBSD system into a PC-BSD system quickly, still, our team can't go as fast as a full-time 50 developpers team. I suggest we keep united to make PC-BSD better and better day by day, bring more people to help, and in the long run we will have a solid OS ;) Andrei, please be patient, I know you want PC-BSD to thrive, and we're getting there step by step. You're already helping the project tremendously helping people in the forum, sorting out bugs, giving us interesting ideas, and we are more than grateful for all that. I'm sure you know what I mean :) Thanks you all for your support, any help is always appreciated, -- Charles A. Landemaine. |
From: Andrei K. <an...@bs...> - 2006-05-31 11:10:08
|
=DChel kenal p=E4eval (kolmap=E4ev 31 mai 2006 3:44 am) kirjutas Kris Moore= - PC-BSD=20 Software: > I think part of the reason you are disappointed is that you > misunderstand my intent with updates such as 1.1. 1.1 is not meant to be > an entire "System Transformation", but rather a small update to bring > the core OS up to FreeBSD 6.1. (And fix the online update manager) > Things such as redoing the system installer, changing network manager, > portsnap etc are functionality updates. These are things that should be, > and will be upgraded at the next major release point of PC-BSD, probably > 2.0. This isn't to say that some things will not be fixed, For example, > some of the ports will be updated, etc. Of course I misunderstand when there is no information about what is going = on=20 and why there is such a rush about releasing untested updates? Another thing that is bothering me is "Official Changelog for PC-BSD"=20 * Upgraded Online Update Utility to display status + plus major bugfixes. * Added DRM / ATI support to default kernel.=20 * Misc bugfixes. What major bugfix, what Misc. bugfixes?? Bugzilla is your friend but I see= =20 nowhere mention about it. DRM stands for Direct Rendering Modules and is the kernel modules installed= by=20 the drm-kmod port. You have to explain it to users, most of em would think= =20 now that PC-BSD is DRM (Digital Rights Management) infested. More facts please. > The network manager is really just a frontend to "ifconfig", so if you > run ifconfig, and it doesn't see a device, then the network manager will > not as well.=20 Detected Network Adapters: ral0 (Ralink Technology RT2500) Device Status: nothing !!! Device Properties: Static IP Address IP Address: nothing !!! Netmask: 255.255.255.0 !!! Now the real ifconfig: ral0: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 =A0 =A0 =A0 =A0 inet6 fe80::20e:2eff:fe4f:dd90%ral0 prefixlen 64 scopeid 0x5 =A0 =A0 =A0 =A0 inet 192.168.1.2 netmask 0xfffffff0 broadcast 192.168.1.15 =A0 =A0 =A0 =A0 ether 00:0e:2e:4f:dd:90 =A0 =A0 =A0 =A0 media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps) =A0 =A0 =A0 =A0 status: associated =A0 =A0 =A0 =A0 ssid turvaauk channel 11 bssid 00:05:5d:xx:xx:xx =A0 =A0 =A0 =A0 authmode OPEN privacy OFF txpowmax 100 protmode CTS bintval= 100 Explanation: IP Address: 192.168.1.2 Netmask: 255.255.255.240 Yes I don`t have WPA right now I use pppoe encryption. > This needs to be changed, but that is more than just a=20 > "bugfix", but rather a lot of new functionality needs to be added in, > such as WIFI support, etc. I have a document here with a huge list of > the TODO's that need to be done for the next *major* release of PC-BSD, > and I'll be fixing it up over the next week and posting it online for > comments and feedback here shortly. Wifi is configured via ifconfig novadays. Post this ToDo to developers list please. > I would just ask that folks be patient. Windows XP and Mac OS X weren't > built overnight, but rather are the results of years of full-time > dedicated teams of developers to make them as powerful as they are. (You > could throw RedHat & SuSE in there as well) As of now, PC-BSD has > primarily two C++ developers, Tim and I. With neither of us employed > full-time by PC-BSD, it takes time to get these things done. But when > you consider where we are now, from only 1 year ago, when Charles saw my > pitiful website and stepped in, it's a huge leap :) I look forward to > seeing how PC-BSD has matured a year from now as well! I know all developers work hard for this project but lack of information is= a=20 killer. And it would be nice to have more information about PC-BSD Software= =2E=20 Is this a company of some sort or what? To me DesktopBSD development seems= =20 more professional and transparent, learn from em. I think PC-BSD primary go= al=20 must be documentation and only then development of miscellaneous tools.=20 Current PC-BSD Network Manager tool is useless and I`d never release it unt= il=20 it become feature complete. Now it just confuse newcomers and make it hard = to=20 use this overall great distribution.=20 PC-BSD is beta quality product now and marking it with 1.0 and 1.1 release= =20 number is just plain stupid. If it is beta then call it appropriately. It=20 reminds me Microsoft with their shitty product line with enormous sheet of= =20 bugs never fixed... Online update utility downloading in background is BAD idea IMHO. Microsoft= =20 once did this mistake with Windows 95 and I remember what happened- these=20 days nobody trust microsoft anymore. Users must have more choices, they wan= t=20 to know what their OS is doing. > If anybody reading this has some skill with C++ / QT or any other > developer ability, I welcome them to volunteer! With the new subversion > server setup, we can get developers added quickly and get them rolling > on these nice updates. If you want more developers you have to have right tools for work. Bugzilla= is=20 useless if nobody use it for bug tracking. And if users in forum ask=20 developers about something and nobody is replying then this is bad=20 imagemaking. If you don`t know something or this exact feature is not your= =20 primary goal then say so. Simple revision control for impatient: # touch /bin/rvi=20 # ee /bin/rvi type in file these lines: #!/bin/sh=20 co -l $1=20 vi $1=20 rcsdiff -u $1=20 ci -u $1 Now make it work: # chmod 555 /bin/rvi=20 # rehash # cd /etc/ # mkdir RCS # rvi rc.conf follow the instructions. If you want file with some revision number then: # co -r1.5 rc.conf =46or more information: # apropos rcs Kris you have done great job and now you have to be responsible for it to w= ork=20 further. One man army is not an option. My english not fluent enough to say= =20 it more smooth way, but I think all of you understand what I mean by this=20 criticism of mine. P.S. I am 30 years old and work with unix based systems from 1994. Started = my=20 first company while 20 years old. My CV is 4 pages long and I have=20 experiences from webdesign, hardware diagnostics, customer services,=20 webhosting, managing large networks, server manufacturing, business/project= =20 management. etc. and I am not a programmer- I know how to program, but I ha= ve=20 no time for this. Yours Truly Andrei |
From: Kris M. - PC-B. S. <kr...@pc...> - 2006-05-31 00:43:58
|
I think part of the reason you are disappointed is that you misunderstand my intent with updates such as 1.1. 1.1 is not meant to be an entire "System Transformation", but rather a small update to bring the core OS up to FreeBSD 6.1. (And fix the online update manager) Things such as redoing the system installer, changing network manager, portsnap etc are functionality updates. These are things that should be, and will be upgraded at the next major release point of PC-BSD, probably 2.0. This isn't to say that some things will not be fixed, For example, some of the ports will be updated, etc. The network manager is really just a frontend to "ifconfig", so if you run ifconfig, and it doesn't see a device, then the network manager will not as well. This needs to be changed, but that is more than just a "bugfix", but rather a lot of new functionality needs to be added in, such as WIFI support, etc. I have a document here with a huge list of the TODO's that need to be done for the next *major* release of PC-BSD, and I'll be fixing it up over the next week and posting it online for comments and feedback here shortly. I would just ask that folks be patient. Windows XP and Mac OS X weren't built overnight, but rather are the results of years of full-time dedicated teams of developers to make them as powerful as they are. (You could throw RedHat & SuSE in there as well) As of now, PC-BSD has primarily two C++ developers, Tim and I. With neither of us employed full-time by PC-BSD, it takes time to get these things done. But when you consider where we are now, from only 1 year ago, when Charles saw my pitiful website and stepped in, it's a huge leap :) I look forward to seeing how PC-BSD has matured a year from now as well! If anybody reading this has some skill with C++ / QT or any other developer ability, I welcome them to volunteer! With the new subversion server setup, we can get developers added quickly and get them rolling on these nice updates. - Kris Moore Andrei Kolu wrote: > Hello guys! > > I am installed pcbsd 1.1 onto my laptop now and I would say I am dissapointed, > where is updates?: > > 1. long list of old packages, major ones like dejavu fonts, lots of > improvements in fonts readability is missed now.. kde packages not updated, > > dejavu-2.4.1 < needs updating (port has 2.6) > gstreamer-0.8.11_2 < needs updating (port has 0.10.6) > gstreamer-plugins-0.8.11_2 < needs updating (port has 0.10.7) > kaffeine-0.8 < needs updating (port has 0.8.1) > kdemultimedia-3.5.2 < needs updating (port has 3.5.2_1) > kdepim-3.5.2 < needs updating (port has 3.5.2_1) > kdeutils-3.5.2 < needs updating (port has 3.5.2_1) > xorg-server-6.9.0_1 < needs updating (port has 6.9.0_3) > > 2. some 3D card support is not included in kernel > 3. network manager is a joke- it can't show even nics from rc.conf > 4. portsnap in system manager still can't show proper download status. > 5. Installer still won't let you customize installation partitions. > 6. no timezone selector within installer > 7. bugzilla shows no progress in squizing bugs > 8. still no plans for the future, timeline, goals > 9. not enough information for community- what's going on- I see only surprise > releases coming along...oops... test, test and test again... > > This is not the way of doing business, gentlemens. To me it seems > unprofessional here. If these areas shows no improvement in recent future > then I start my own fork of BSD desktop. I see all pcbsd developers busy > making money out of community efforts and even selling forums like support > for customers. Nobody want's half assed product IMHO. > > Andrei > > > ------------------------------------------------------- > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 > _______________________________________________ > PCBSD-Developer mailing list > PCB...@li... > https://lists.sourceforge.net/lists/listinfo/pcbsd-developer > > |
From: Andrei K. <an...@bs...> - 2006-05-30 21:13:58
|
Hello guys! I am installed pcbsd 1.1 onto my laptop now and I would say I am dissapointed, where is updates?: 1. long list of old packages, major ones like dejavu fonts, lots of improvements in fonts readability is missed now.. kde packages not updated, dejavu-2.4.1 < needs updating (port has 2.6) gstreamer-0.8.11_2 < needs updating (port has 0.10.6) gstreamer-plugins-0.8.11_2 < needs updating (port has 0.10.7) kaffeine-0.8 < needs updating (port has 0.8.1) kdemultimedia-3.5.2 < needs updating (port has 3.5.2_1) kdepim-3.5.2 < needs updating (port has 3.5.2_1) kdeutils-3.5.2 < needs updating (port has 3.5.2_1) xorg-server-6.9.0_1 < needs updating (port has 6.9.0_3) 2. some 3D card support is not included in kernel 3. network manager is a joke- it can't show even nics from rc.conf 4. portsnap in system manager still can't show proper download status. 5. Installer still won't let you customize installation partitions. 6. no timezone selector within installer 7. bugzilla shows no progress in squizing bugs 8. still no plans for the future, timeline, goals 9. not enough information for community- what's going on- I see only surprise releases coming along...oops... test, test and test again... This is not the way of doing business, gentlemens. To me it seems unprofessional here. If these areas shows no improvement in recent future then I start my own fork of BSD desktop. I see all pcbsd developers busy making money out of community efforts and even selling forums like support for customers. Nobody want's half assed product IMHO. Andrei |
From: Federico L. <flo...@gm...> - 2006-05-28 13:14:32
|
On 5/28/06, Andrei Kolu <an...@gm...> wrote: > > =DChel kenal p=E4eval (laup=E4ev 27 mai 2006 3:02 pm) kirjutas Andrei Kol= u: > > Hello! > > > > In case someone missed: > > HXC wrote: > I have added the following lines to fstab: > Code: > /dev/ad1s1 /mnt/ad1s1 msdosfs rw 0 0 > . This works and every boot my fat partition gets mounted. However only > root > can read/write and I would like that every user can do that. How can I > achieve this? > > antik wrote: > add user to group "operator" and fill files with following info: > > /etc/devfs.rules > > Code: > [devfsrules_common=3D7] > add path 'ad*' mode 666 group operator > add path 'acd*' mode 660 group operator > add path 'cd*' mode 660 group operator > add path 'pass*' mode 660 group operator > add path 'xpt*' mode 660 group operator > > > /etc/rc.conf: > > Code: > devd_enable=3D"YES" > devfs_system_ruleset=3D"devfsrules_common" > > > or something like this... You could also use the -u and -g options of mount, eg: mount_msdos -u 1001 -g 1001 /dev/ad0s1 /mnt/msdos That will make the owner the uid and gid you specify. I'm not quite sure howto do this in the fstab though. ------------------------------------------------------- > 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 > _______________________________________________ > PCBSD-Developer mailing list > PCB...@li... > https://lists.sourceforge.net/lists/listinfo/pcbsd-developer > |
From: Andrei K. <an...@gm...> - 2006-05-28 09:48:17
|
=DChel kenal p=E4eval (laup=E4ev 27 mai 2006 3:02 pm) kirjutas Andrei Kolu: > Hello! > In case someone missed: HXC wrote: I have added the following lines to fstab:=20 Code: /dev/ad1s1 /mnt/ad1s1 msdosfs rw 0 0 . This works and every boot my fat partition gets mounted. However only r= oot=20 can read/write and I would like that every user can do that. How can I=20 achieve this? antik wrote: add user to group "operator" and fill files with following info:=20 =20 /etc/devfs.rules=20 =20 Code: [devfsrules_common=3D7]=20 add path 'ad*' mode 666 group operator=20 add path 'acd*' mode 660 group operator=20 add path 'cd*' mode 660 group operator=20 add path 'pass*' mode 660 group operator=20 add path 'xpt*' mode 660 group operator =20 =20 /etc/rc.conf:=20 =20 Code: devd_enable=3D"YES"=20 devfs_system_ruleset=3D"devfsrules_common" =20 =20 or something like this... |