Re: desktop-file-utils
On Thu, Nov 18, 2004 at 06:54:36PM -1000, Robert Marella wrote: > Hello > > Am I the only one who cannot build gnome2.8 from ports? I get stopped > because it cannot download "desktop-file-utils-0.9.tar.gz". > > This should be found at http://freedesktop.org but the site was > compromised and is not back up yet. > > ftp.freebsd.org has 0.7 which is not what the port calls for. I google'd > for the file but only had one hit and it did not have the file. If > anyone who has this file send it to me i would appreciate it. > > I don't understand why this has not been on any of the mail lists. > > Is there a work-around I could do? Cvsup your ports tree and try again [1]. -Radek [1] http://www.freebsd.org/cgi/getmsg.cgi?fetch=938696+0+current/cvs-ports ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: What's happening to FreeBSD 4.10 ?
On Thu, Nov 11, 2004 at 08:45:01PM +0100, Admin wrote: > You might also have a point of direction to my other problem with seg > faulting apache2 ? All my efforts are documented here if you are > interested : > > http://lists.freebsd.org/pipermail/freebsd-ports/2004-September/016006.html > > The problem seems to be the php4-pcre-4.3.9 extension. What I > understand from my digging, is that 4.3.4 version should work. I just > don't know how to get hold of it, or how to install it. Well, I could > download php4 4.3.4 version and extract it from the extension dir, but > then what ? How do I install it and where ? Any help or advice would > be highly appreciated. Nope, sorry. However, I use php4 with apache 1.3.x and have never had any problems, so if you don't need apache2 you might give apache1 a try. -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: What's happening to FreeBSD 4.10 ?
On Thu, Nov 11, 2004 at 08:06:34PM +0100, Hasse wrote: > And now ruby is seg faulting and core dumps when I run portsdb -uU > > odin# portsdb -uU > Updating the ports index ... Generating INDEX.tmp - please > wait..Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.2 > Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5 > Done. > done > [Updating the portsdb in /usr/ports ... - 11933 port > entries found > .1000.2000.3000.4000.5000.6000.7000.8000../usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:587: > > [BUG] Segmentation fault > ruby 1.8.2 (2004-07-29) [i386-freebsd4] > > Abort (core dumped) This has been asked too many times on the lists. See the original suggestion of portupgrade's author and/or check the archives: http://lists.freebsd.org/pipermail/freebsd-ports/2004-September/016006.html -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Outputting command to a text file
On Thu, Nov 11, 2004 at 01:08:18PM -0600, CHris Rich wrote: > I want to use the du command to check on the sizes of files in a > directory, but i want the output to be put into a text file so I can > look at it later. You can do `command > filename` or use script(1). -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How can I specify the ipaddress in smbfs entry in fstab?
On Wed, Nov 03, 2004 at 05:05:47PM -0800, Mark Jayson Alvarez wrote: > Good day! >I wanted to mount our samba server whenever my > computer boots so I added an entry in fstab like this > > > mountpt > //[EMAIL PROTECTED]/mp3s /mp3 > > > but I have no idea how will I specify the ip address > of the server. > > using the mount_smbfs, I can mount it by providing the > "-I ipaddress" option. > > Do you know how will I tell the fstab to add that > information? I've been reading the fstab manpages and > also the mount_smbfs but nothing helps. //[EMAIL PROTECTED]/mp3s/mp3smbfs -I=192.168.1.1,noauto ... -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: xmms sounddriver
On Mon, Oct 25, 2004 at 07:42:14PM -0500, Guillermo GarcĂa-Rojas wrote: > I use OSS but when I first run an app that uses sound, and then start > XMMS, I can no longer use OSS sound driver. It's just like the first > app locks or blocks the sound device or something like that. You might want to read chapter 7.2.3 ("Utilizing Multiple Sound Sources") in the Handbook [1]. -Radek [1] http://www.freebsd.org/doc/en/books/handbook/sound-setup.htmL ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Gnome 2.8
On Mon, Oct 25, 2004 at 04:54:58PM +0100, Mick Walker wrote: > Will Gnome 2.8 be shipping with 5.3-R? Nope. However, the ports have already been prepared and will be commited once 5.3 is out [1]. -Radek [1] http://www.freebsd.org/gnome/newsflash.html#event2004September16:0 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Mounting data CD
On Wed, Oct 20, 2004 at 12:17:02PM -0400, Steven Friedrich wrote: > I'm trying to mount a data CD as a normal user. It works fine as root, but I > want average users to be able to do it. http://www.freebsd.org/doc/en/books/faq/disks.html#USER-FLOPPYMOUNT -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: 5.3-STABLE?
On Sun, Oct 17, 2004 at 12:58:15PM -0400, Mark Frank wrote: > Yesterday I did a fresh install off of a 5.3beta5 CD and them before > going to bed last night I cvsup'ed with a "*default release=cvs > tag=RELENG_5" and a buildworld/buildkernel/installkernel cycle. > > I had expected to end up with 5.3beta7 but to my surprise I ended up with > a "uname -a" of: > > FreeBSD guinness.local.mark-and-erika.com 5.3-STABLE FreeBSD 5.3-STABLE #0: > Sun Oct 17 02:47:12 EDT 2004 > [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 > > Do I really have 5.3-STABLE or am I missing something? I can't find > any announcement on the freebsd.org web site. Is this really > 5.3-STABLE? I assumed there would be a 5.3-RC1...or is this it? http://lists.freebsd.org/pipermail/cvs-src/2004-October/033698.html http://lists.freebsd.org/pipermail/cvs-src/2004-October/033702.html http://lists.freebsd.org/pipermail/cvs-src/2004-October/033703.html -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: tar a complete drive excluding one directory
On Sun, Oct 17, 2004 at 03:24:45PM +0200, Oliver Fuchs wrote: > Hi, > > I want in FreeBSD RELEASE 5.2.1 tar a complete / system except one directory > e.g. /mnt where I want to store the tar archive. > In linux I do: > > cd / > tar cvzf /mnt/root.bak-$(date +%Y%m%d).tar.gz . --exclude=proc --exclude=mnt > > Trying this in FreeBSD is not accepted because tar is still trying to tar > the /mnt directory and the to be made archive. Try: # tar --exclude=proc --exclude=proc -cvzf \ /mnt/root.bak-$(date +%Y%m%d).tar.gz . -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Text-based mail program which handles webmail.
On Sun, Oct 17, 2004 at 12:33:14PM +0200, albi wrote: > > You have mentioned quite a few terms that I am unfamiliar with > > (fetchmail, remote, ssh). I have started reading the mail section of > > the > handbook at the moment but I would like to know if there are any other > resources I should be looking at regarding mail? > > i recommend using fetchyahoo for reading your yahoo-mail on your own > machine (http://www.freshports.org/mail/fetchyahoo/), you can even > choose a https-transfer with it afair Then install mutt > (/usr/ports/mail/mutt) and make yourself a good ~/.muttrc Take a look > at http://www.mutt.org, there's loads of help and examples for mutt > there If Yahoo supports POP3 then all you need is Mutt, which has the ability to retrieve mail from a remote server. Also, have a look at this page: http://mutt.blackfish.org.uk/ -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: ext2fs cannot be umounted
On Tue, Oct 12, 2004 at 11:17:41AM +0200, Oliver Fuchs wrote: > Hi, > I am using FreeBSD 5.2.1-RELEASE and have compiled my kernel with optinion: > options EXT2FS > > In my /etc/fstab I have added: > /dev/ad0s6/mnt/debian ext2fs rw 0 0 > > to mount my debian box. > > everything works fine except one thing: > Shutting down via shutdown -p now ends up in the message: > > syncing discs, buffer remaining 403938383838383838383 > .giving up on 38 > > This means that FreeBSD is not able to umount/sync the mounted partition > clearly. > I have tried in /etc/fstab also the sync option but it ends up with the > "syncing discs giving up" error message. > Only if I umount the ext2fs partition gives me a clean shutdown. > > What can be done or how can I force the system to umount ext2fs partition > before shutting down? It's a known bug: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/56675 There's a workaround suggested in this thread, which you already seem to know: http://lists.freebsd.org/pipermail/freebsd-current/2004-August/035316.html -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Thunderbird not displaying mails in IMAP-folder
On Sun, Oct 03, 2004 at 08:43:41PM +0200, Benjamin Walkenhorst wrote: > Hello everyone, > > I recently set up a Courier-IMAP server (version 3.0.5) in my local > network. I want to use Thunderbird 0.7.3 running on FreeBSD 5.2.1 to > connect to the server. > Basically, this works. But when new mails arrive in the mailbox, > Thunderbird only indicates them in the folder tree, when I click on the > folder, I sometimes see the new messages, sometimes they remain invisible. > Sometimes switching to another folder in my mailbox and then back will > help - sometimes not. Sometimes I can see the messages after some time, > sometimes I have to restart Thunderbird. > > Is this rather a Thunderbird-problem or an IMAP-problem? (Courier is > running on NetBSD 1.6.2, if that matters - Courier's log files did not > show any helpful messages) > Sylpheed 0.9.12 did not show this behaviour. However, I'd prefer > Thunderbird for its ability to read both email and news. You'll need to configure courier-imap with: --enable-workarounds-for-imap-client-bugs to make Mozilla/Thunderbird work. -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: how to install portindex?
On Tue, Sep 14, 2004 at 12:27:32PM +0200, Karol Kwiatkowski wrote: > Hello all, > > I've been reading about portindex and finally decided to install it. > The problem is I can't find it. > It should be in sysutils/portindex but there's no such directory. > > # whereis portindex > portindex: > > I can't find it on www.freebsd.org/ports either. > What am I missing? See this: http://lists.freebsd.org/pipermail/freebsd-ports/2004-September/016065.html -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Question about FreeBSD.
On Fri, Sep 10, 2004 at 04:03:37PM +, Johan Claesson wrote: > Hi, I'm quite new to the world of linux, and I are going to set up a linux > server, and I'm looking aroud for a good linux system, and I find FreeBSD > quite interesting. Does FreeBSD have a X-mode and is it easy to handle? > Whats the difference between FreeBSD, Slackware and Redhat? http://www.freebsd.org/doc/en/articles/explaining-bsd/article.html http://www.over-yonder.net/~fullermd/rants/bsd4linux/bsd4linux1.php -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: [Q] Java 1.4.2 build trouble?
On Fri, Sep 10, 2004 at 01:02:04PM +0400, Anton Kazak wrote: > > > cd /usr/ports/java/jdk14 > > make > ===> jdk-1.4.2p6_4 depends on executable: gm4 - found > ===> jdk-1.4.2p6_4 depends on executable: zip - found > ===> jdk-1.4.2p6_4 depends on file: /usr/X11R6/lib/libXm.so - found > ===> jdk-1.4.2p6_4 depends on file: /usr/local/include/nspr/prtypes.h - > found > ===> jdk-1.4.2p6_4 depends on file: /usr/local/linux-sun-jdk1.4.2/bin/javac > - not found > ===>Verifying install for /usr/local/linux-sun-jdk1.4.2/bin/javac > in /usr/ports/java/linux-sun-jdk14 > ===> linux-sun-jdk-1.4.2.05 You must manually fetch the J2SE SDK > self-extracting file for the Linux platform (j > 2sdk-1_4_2_05-linux-i586.bin) from > http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=j2sdk > -1.4.2_05-oth-JPR&SiteId=JSC&TransactionId=noreg, place it > in /usr/ports/distfiles and then run make again. > *** Error code 1 > > Stop in /usr/ports/java/linux-sun-jdk14. > *** Error code 1 > > After this message i try this "http" and found "this file not found". > > Any idea about this? Try this: http://tinyurl.com/655gx -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: can't install ndiswrapper
On Wed, Sep 01, 2004 at 07:04:36PM -0700, John DeStefano wrote: > Yes; thanks, that's where this all started... problem for me is I don't > have a /sys/modules/ndis directory (or even sys/compat/ndis), even > though I have installed 5.2.1-RELEASE. That's why I was trying to get > this Linux package to work. I'll gladly take any further help I can > get. See here http://www.freebsddiary.org/ibm-thinkpad-t41.php, the "Project Evil - the wireless card" part. Good luck. -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: can't install ndiswrapper
On Wed, Sep 01, 2004 at 06:10:29PM -0700, John DeStefano wrote: > I'm trying to install the ndiswrapper package to enable support for my > NIC (onboard or wireless). Ndiswrapper is a linux project. The thing you're probably looking for is called NDISulator aka Project Evil, written by Bill Paul. NDISulator is available on -CURRENT and 5.3-BETA, but after some tweaking can also be installed on 5.2.1-RELEASE. Check ndis(4) and ndiscvt(8) for more info. -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: freebsd-security-announce
On Tue, Aug 31, 2004 at 09:02:23AM -0400, Moti Levy wrote: > >It doesn't appear in the list of FreeBSD mailing lists at: > > > > http://lists.freebsd.org/mailman/listinfo > > > >which suggests that it has gone the way of all flesh. > > > >Perhaps [EMAIL PROTECTED] or > >[EMAIL PROTECTED] would serve you better. > > > > Cheers, > > > > Matthew > > > > > > > i am subscribed t notifications as well , > with two diffrent email address . > still no luck :-( http://lists.freebsd.org/pipermail/freebsd-security-notifications/ There haven't been any security notifications recently, that's why you're not receiving any mail. -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: vi editor related question
On Fri, Aug 27, 2004 at 10:52:04PM -0400, Mike Jeays wrote: > If you are using plain vi, you can get rid of the unwanted characters > with the command > :1,$s/ctrl-v-m//g where "ctrl-v-m' means hold down the Ctrl key while > you press v followed by m. You will see them magically disappear. Another way to do this: %s/\r// (% - act on all lines) -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: change group to wheel
On Fri, Aug 27, 2004 at 02:55:26AM +0100, Soo-Hyun Choi wrote: > Hi, > > I would like to include a user in the wheel group so that the user can > do "su". The user is not in the wheel group now. How can I change it? pw groupmod wheel -m user -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: crontab question involving cvsup
On Thu, Aug 26, 2004 at 11:48:53AM -0400, Lucas Holt wrote: > Here is my setup which works: > > crontab -e yeilds > 0 1 * * * /bin/sh /root/bin/port.sh 2>&1 | mail root > > port.sh contains: > #!/bin/sh > > /usr/local/bin/cvsup /etc/ports-supfile > /usr/local/sbin/portsdb -Uu > /usr/local/sbin/portversion -v | /usr/bin/grep "<" portversion -vl "<" would give the same results. Also, you might want to give portindex a try, which will do the same part as portsdb -U, but noticeably faster. -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Change root user name? possible?
On Wed, Aug 25, 2004 at 06:50:46PM -0400, Ara Avvali wrote: > Sorry if this might sound crazy, but is there anyway to rename root account > to something else for extra security? > Thank you I don't think it would increase your security, because any person that has access to your machine could perform `pw usershow -u 0` and get the name of superuser's account. You'd be much better off setting PermitRootLogin to No in sshd_config and using only su everytime you need root privileges. -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Security question - uids of 0
On Mon, Aug 16, 2004 at 09:57:37AM -0500, James A. Coulter wrote: > The following appeared in my latest daily security run output: > > Checking for uids of 0: > root 0 > toor 0 > > This is the first time I've seen this message. > > I checked /etc/passwd and found this: > > root:*:0:0:Charlie &:/root:/bin/csh > toor:*:0:0:Bourne-again Superuser:/root: > > I am running FreeBSD 4.10 as a gateway/router/firewall with IPFW for a small > home LAN. > > I ran ps -aux and looked for any processes owned by "toor" but didn't find any. > > Is this something to be concerned about? > > Sorry if this is an obvious question, but I am still very much a newbie > and trying to learn what I can about security. > > Thanks for your patience, http://www.freebsd.org/doc/faq/security.html#TOOR-ACCOUNT -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: NDISulator (project evil) installation on 5.2.1???
On Sun, Aug 15, 2004 at 07:32:40PM -0500, Jorge Mario G. wrote: > Hi there > I Have a card that is supported by the ndisulator > but it sais it's only available in -CURRENT > > I'm running FreeBSD-5.2.1-p9 > is there any way to install the ndisulator? http://www.freebsddiary.org/ibm-thinkpad-t41.php and scroll down to "Project Evil - the wireless card". -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: mozilla and courier-imap
On Fri, Aug 13, 2004 at 12:50:22PM -0400, Richard Coleman wrote: > I'm using the most recent ports for mozilla and courier-imap on an > up-to-date FreeBSD-stable. Very often I will not see new messages in a > folder until I restart mozilla. I was convinced it was mozilla that was > broken, but I've seen similar behavior using Thunderbird on my Windows > box. Now I'm not so sure. > > Anyone else seen this? > > What is another decent IMAP client in ports? I had the same problem with Thunderbird (both on FreeBSD and Windows) and I blamed Mozilla. But then I was told that Courier-IMAP is not very standards-compliant IMAP implementation and tried Dovecot (mail/dovecot) instead. It turned out that Courier was the one to blame. With Dovecot Thunderbird was showing mail like it should. FWIW, I don't have any problems with it in mutt+imap either. -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: No /dev/io
On Thu, Aug 12, 2004 at 07:56:54PM -0500, Jason Dusek wrote: > At the risk of exposing myself to more abuse, I have another question - > how do I make the system automatically load io.ko and mem.ko when it > boots? For that matter, how do I make it load ndis.ko? I am having > trouble finding the generalized "load x.ko at boot" instruction. Does it > go in rc.conf? man loader.conf -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: freebsd has driver for broadcom wlan chipset?
On Thu, Aug 12, 2004 at 06:08:19PM +0800, Qin Mikore Li - Sx86 driver engineering wrote: > Hello, > Do you know if freebsd have the driver for any broadcom 802.11a/b/g or mini > PCI card? Yes it has. Search the mailing lists for Project Evil and/or NDISulator. -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: 5.2-current: device pcm
On Sat, Aug 07, 2004 at 06:18:35PM +0200, Hanspeter Roth wrote: > On Aug 07 at 17:41, Radek Kozlowski spoke: > > > Read /usr/src/UPDATING: > > > > 20040716: > > The sound device drivers are renamed. `sound' is always required, > > while `snd_*' should be configured accordingly to your hardware. > > Refer to NOTES for the detail of the drivers. > > I have now added `device sound' to the kernel configuration. But > this doesn't make the sound module available. Also there isn't a > /dev/mixer*. > > What does snd_* mean? > I tried to add `device snd_pcm'. But this isn't accepted by config. > Dmesg shows: > > pci0: at device 31.5 (no driver attached) > > What else is required? You didn't refer to the NOTES file (/usr/src/sys/conf/NOTES that is) like you were supposed to, did you? There's a section called Sound drivers that should explain everything. -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: 5.2-current: device pcm
On Sat, Aug 07, 2004 at 05:26:19PM +0200, Hanspeter Roth wrote: > Hello, > > I have upgraded from 5.2.1-release to 5.2-current. > On 5.2.1-release there was a device pcm for the sound module. This > doesn't seem to be accepted anymore in 5.2-current. > Is there an equivalent device? Read /usr/src/UPDATING: 20040716: The sound device drivers are renamed. `sound' is always required, while `snd_*' should be configured accordingly to your hardware. Refer to NOTES for the detail of the drivers. -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: portugrade -aR (except)
On Thu, Aug 05, 2004 at 09:56:50AM -0400, Mike Hauber wrote: > Obviously, because I like to upgrade my systems every week, > this gets old. Is there any way I can tell portupgrade to > simply portupgrade -aR (except for a specific list of > packages)? >From man portupgrade: -x GLOB --exclude GLOB Exclude packages matching the specified glob pat- tern. Exclusion is performed after recursing dependency in response to -r and/or -R, which means, for example, the following command will upgrade all the packages depending on XFree86 but leave XFree86 as it is: portupgrade -rx XFree86 XFree86 -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Using MPlayer in console
On Thu, Aug 05, 2004 at 02:45:01AM +0400, ilich wrote: > Hello all. > > I want to watch video films in console using MPlayer or other video players. > I have tried to use SVGAlib, but it supports 4 bit per pixel only, but I want more. You might want to check this article out: http://www.ezunix.org/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=61&page=1 -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: [OT]Re: AMD64 support: FreeBSD v.s. Gentoo
On Mon, Jul 26, 2004 at 11:28:02PM +0200, Wojciech Puchar wrote: > > > quite sharper then it was with XFree86. > > > > Since some days, -current defaults to X.org. Users of other FreeBSD version > > can update their ports and have a look at /usr/ports/UPDATING howto > > switch from XFree to X.org > > > i'm of of topic in X.org and XFree - what's the difference? > > any URL? > > thanks Dude, search the mailing lists or http://justfuckinggoogleit.com/. Is this really so difficult? -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Anyone used portindex?
On Tue, Jul 20, 2004 at 11:05:04AM -0700, Joshua Tinnin wrote: > I came across portindex today, and I was wondering if anyone had experience > using it. It appeals to me because of the description (link below), but I'd > like to know if there are notable problems or conflicts. > > http://www.freebsd.org/cgi/url.cgi?ports/sysutils/portindex/pkg-descr The recent versions work fine for me so instead of using make index/portsdb -U, I switched to portindex. The only risk you take is a possible (but not very likely to happen, I suppose) corrupted INDEX file, which you can always recreate using make index/portsdb -U or fetch from the freebsd.org site using make fetchindex, so I think you can safely try it. -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Apache and split logs
On Tue, Jul 13, 2004 at 03:45:03PM -0600, Chris Burchell wrote: > Is there any way (script / apache module / other) I can have the apache > access-log split into separate access logs for individual virtual sites > hosted on a FreeBSD box? In addition to CustomLog and ErrorLog there's also a script called split-logfile (http://httpd.apache.org/docs/programs/other.html). -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How to get best results from FreeBSD-questions
On Tue, Jul 13, 2004 at 04:53:10PM +0200, Dirk Meyer wrote: > > - You sent an 'unsubscribe' message to FreeBSD-questions. > > > > If you have done any of these things, there is a good chance that you > > will get more than one copy of this message from different people. > > Read on, and your next message will be more successful. > > Sould this read as: > > If you haven't done any of these things ... >--- No, it's correct. -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: A tunnel between two 5.2-CURRENT laptops with IPsec + racoon
On 2004.05.18 19:08, Jorge Mario G. wrote: Hi I've read that IPSEC on 5.2.1 has some few problems and some functions are even broken. you better dig a bit more or try -STABLE OK, it doesn't work with FAST_IPSEC(4) either, so I guess I made some mistakes with the configuration. As previously, I'd appreciate any help. Thanks, -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
A tunnel between two 5.2-CURRENT laptops with IPsec + racoon
Hello, I'm trying to set up a tunnel between two laptops running 5.2-CURRENT, connected with crossed cable, that have 192.168.1.1 and 192.168.1.2 addresses respectively. Here's how I configured the boxes: [kernel on both]: options IPSEC options IPSEC_ESP options IPSEC_DEBUG [rc.conf on both]: ipsec_enable="YES" [/etc/ipsec.conf on 192.168.1.1]: flush; spdflush; spdadd 192.168.1.2/32 0.0.0.0/0 any -P in ipsec esp/tunnel/192.168.1.2-192.168.1.1/require; spdadd 0.0.0.0/0 192.168.1.2/32 any -P out ipsec esp/tunnel/192.168.1.1-192.168.1.2/require; [/etc/ipsec.conf on 192.168.1.2]: flush; spdflush; spdadd 192.168.1.1/32 0.0.0.0/0 any -P in ipsec esp/tunnel/192.168.1.1-192.168.1.2/require; spdadd 0.0.0.0/0 192.168.1.1/32 any -P out ipsec esp/tunnel/192.168.1.2-192.168.1.1/require; I also installed the latest version of racoon from ports. Here's how the configuration files look like: [psk.txt on 192.168.1.1]: 192.168.1.2 mypassword [psk.txt on 192.168.1.2]: 192.168.1.1 mypassword [racoon.conf on both]: path include "/usr/local/etc/racoon" ; path pre_shared_key "/usr/local/etc/racoon/psk.txt" ; path certificate "/usr/local/etc/cert" ; #log debug; padding { maximum_length 20; # maximum padding length. randomize off; # enable randomize length. strict_check off; # enable strict check. exclusive_tail off; # extract last one octet. } listen { isakmp 192.168.1.1 [500]; # 192.168.1.2 on the second box } timer { counter 5; # maximum trying count to send. interval 20 sec;# maximum interval to resend. persend 1; # the number of packets per a send. phase1 30 sec; phase2 15 sec; } remote anonymous { exchange_mode aggressive,main; doi ipsec_doi; situation identity_only; my_identifier address 192.168.1.1; # 192.168.1.2 on 2nd box peers_identifier address 192.168.1.2; # 192.168.1.1 on 2nd box nonce_size 16; lifetime time 24 hour; # sec,min,hour initial_contact on; support_mip6 on; proposal_check obey;# obey, strict or claim proposal { encryption_algorithm 3des; hash_algorithm sha1; authentication_method pre_shared_key ; dh_group 2 ; } } sainfo anonymous { pfs_group 1; lifetime time 12 hour; encryption_algorithm 3des ; authentication_algorithm hmac_sha1; compression_algorithm deflate ; } I run setkey -f /etc/ipsec.conf and start racoon -F -v on each box, and try to ping one box from another. And that's where I'm stuck: on 192.168.1.1: # racoon -F -v Foreground mode. 2004-05-18 18:36:43: INFO: main.c:172:main(): @(#)package version freebsd-20040408a 2004-05-18 18:36:43: INFO: main.c:174:main(): @(#)internal version 20001216 [EMAIL PROTECTED] 2004-05-18 18:36:43: INFO: main.c:175:main(): @(#)This product linked OpenSSL 0.9.7d 17 Mar 2004 (http://www.openssl.org/) 2004-05-18 18:36:43: WARNING: cftoken.l:514:yywarn(): /usr/local/etc/racoon/racoon.conf:67: "support_mip6" it is obsoleted. use "support_proxy". 2004-05-18 18:36:43: INFO: isakmp.c:1368:isakmp_open(): 192.168.1.1[500] used as isakmp port (fd=5) 2004-05-18 18:36:53: INFO: isakmp.c:904:isakmp_ph1begin_r(): respond new phase 1 negotiation: 192.168.1.1[500]<=>192.168.1.2[500] 2004-05-18 18:36:53: INFO: isakmp.c:909:isakmp_ph1begin_r(): begin Aggressive mode. 2004-05-18 18:36:53: NOTIFY: oakley.c:2084:oakley_skeyid(): couldn't find the proper pskey, try to get one by the peer's address. 2004-05-18 18:36:53: INFO: isakmp.c:2459:log_ph1established(): ISAKMP-SA established 192.168.1.1[500]-192.168.1.2[500] spi:c112917078329613:62ce70ffe54cfcda 2004-05-18 18:36:53: INFO: isakmp.c:1059:isakmp_ph2begin_r(): respond new phase 2 negotiation: 192.168.1.1[0]<=>192.168.1.2[0] 2004-05-18 18:36:53: ERROR: isakmp_quick.c:2030:get_proposal_r(): no policy found: 0.0.0.0/0[0] 192.168.1.1/32[0] proto=any dir=in 2004-05-18 18:36:53: ERROR: isakmp_quick.c:1071:quick_r1recv(): failed to get proposal for responder. 2004-05-18 18:36:53: ERROR: isakmp.c:1073:isakmp_ph2begin_r(): failed to pre-process packet. I'd appreciate any pointers. Thanks in advance. -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: lament about freebsd sacrifices
On 2004.04.14 22:33, [EMAIL PROTECTED] wrote: On 14 April, 2004, at 14:55 (-0500) Andrew L. Gould <[EMAIL PROTECTED]> wrote: * digital cameras I use Sony Cybershot DSC-P92: 1. Plug camera into computer using usb, check dmesg for umass device and mount memory card file system; or Even better, have usbd do it for you. Add this line to /etc/usbd.conf: Just out of curiosity, you guys know about graphics/gphoto2 port? -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: rc.firewall 'simple' question
On Monday, January 19, 2004, 2:00:21 AM, Rishi Chopra wrote: > Forgive the stupid question, but why are the 'rfc1918' and 'draft > manning' sections repeated in the default rc.firewall file? Does this > have something to do with the natd statement in between them? I > understand the rules are processed (added) sequentially, so am I missing > something? They are not repeated, they just look very similar to each other. Notice that the first part consists of rules 'from ANY to [...]' and the second part 'from [...] to ANY'. -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: flash support
On 2003.12.30 12:51, Monah Baki wrote: Hi all, I'm trying to setup freebsd 4.9 at work as a desktop. I'm having problems with flash, even though I installed it from ports (linux-flashplugin-6.0r69 and flashplugin-mozilla-0.4.10_2 and to name a few ), I still can't view some sites. I guess that could be because: flash == shockwave flash director == shockwave Maybe you're trying to view shockwave stuff that flashplayer won't play? BTW, have a look at /usr/ports/www/linuxpluginwrapper - I'm using it instead of the flashpluginwrapper with mozilla firebird. -Radek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"