Re: OSS and ALSA

2013-01-23 Thread Oliver Lehmann
Hi Ralf, the idea was to only comment out BUILD_DEPENDS+= ${LOCALBASE}/lib/oss/include/sys/soundcard.h:${PORTSDIR}/audio/oss not the whole OSS4 block ;) But Ma Ralf Mardorf wrote: The audacious-plugins on my system were build with NOTIFY, OSS4 and PULSE disabled, anything else wa

problem with espeak

2013-01-23 Thread AN
Is anyone successfully using espeak? I have the following installed: espeak-1.46.02_1 A software speech synthesizer /usr/local/lib/compat/pkg/libespeak.so.1.1.46 /usr/local/lib/libespeak.a /usr/local/lib/libespeak.so /usr/local/lib/libespeak.so.1 /usr/local/lib/libespeak.so.1.1.46

Re: Setuid binaries and File Ownerships in FreeBSD9.0

2013-01-23 Thread CyberLeo Kitsana
On 01/23/2013 02:26 PM, Martin McCormick wrote: > The executable in question is a C program whos file > permissions are 4755 and the file belongs to root so all files > it opens are also owned by root and that works properly, but > what I need is for this application to first open a few files

Re: OSS and ALSA

2013-01-23 Thread Ralf Mardorf
The audacious-plugins on my system were build with NOTIFY, OSS4 and PULSE disabled, anything else was enabled. # cd /usr/ports/multimedia/audacious-plugins ; make deinstall ===> Deinstalling for multimedia/audacious-plugins ===> Deinstalling audacious-plugins-3.3.3 pkg_delete: file '/usr/loc

Re: OSS and ALSA

2013-01-23 Thread Mardorf Ralf
I wonder if my original mail did reach anybody, it seemingly didn't came through the lists. Unfortunately I deleted the mail with the verbose report. No report now, just a short note: It does work here too. Hth, Ralf - Ursprüngliche Message - Von: Oliver Lehmann An: David Demelier CC

Re: creating new user account password.

2013-01-23 Thread Fbsd8
Matthew Seaman wrote: On 23/01/2013 20:06, Fbsd8 wrote: I know I can create a new user account having a password same as the user name. After logging in the first time using the user account name as the password, I want to force the user to create a new password. Is there a way to do that? You

Re: urxvt mouse selection / links troubles

2013-01-23 Thread David Demelier
On 11/01/2013 15:12, Guy Brand wrote: > Fabian Keil (freebsd-lis...@fabiankeil.de) on 11/01/2013 at 14:18 wrote: > > Hi > >>> I use rxvt-unicode for years, but these days I'm having trouble when >>> selecting link texts, what does not work anymore : >>> > ... > >>> URxvt*font: xft:DejaVu Sans Mo

Re: Setuid binaries and File Ownerships in FreeBSD9.0

2013-01-23 Thread Martin McCormick
jb writes: > Get familiar with this document: > http://www.cs.berkeley.edu/~daw/papers/setuid-usenix02.pdf > > Then verify its validity on your target and current OS. Thank you. I had read the man page several times and like most man pages, it is a summary and one can miss some of the finer point

Re: Setuid binaries and File Ownerships in FreeBSD9.0

2013-01-23 Thread Robert Bonomi
> From: Martin McCormick > To: FreeBSD Questions > Subject: Setuid binaries and File Ownerships in FreeBSD9.0 > Date: Wed, 23 Jan 2013 14:26:16 -0600 > [[.. sneck ..]] > When the application first runs, it gets the UID and GID > of the user and uses > > setuid(heruid); and setgid(herg

Re: Setuid binaries and File Ownerships in FreeBSD9.0

2013-01-23 Thread jb
Martin McCormick dc.cis.okstate.edu> writes: > > The executable in question is a C program whos file > permissions are 4755 and the file belongs to root so all files > it opens are also owned by root and that works properly, but > what I need is for this application to first open a few fil

Re: OSS and ALSA

2013-01-23 Thread Oliver Lehmann
I noticed, that the OSS4 plugin also workes without the oss4 dependency. Can someone please try this as well? - deinstall audacious-plugins - deinstall oss4 - change audacious-plugins/Makefile and comment out the oss4 BUILD_DEPENDENCY - install audacious-plugins - start audacious for me it works

Re: 'svn-export' incrementing?

2013-01-23 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/22/13 8:29 PM, Peter Vereshagin wrote: > Hello. > > I use the 'svn-export this way and expect it will try to update > the 'work-tree' next time I run it: > > $ python3 svn-export-2013.1/svn-export > http://svn.gna.org/svn/nasmail/trunk nasmail E

Re: svn-export Re: svn bdb checkout?

2013-01-23 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/19/13 12:22 AM, Xyne wrote: > Hi, > > svn-export has now been rewritten in Python 3. Here's a quick list > of changes/features: > > * threads have been replaced with forks (and remain optional) * new > option to set svn binary * new option to ge

Setuid binaries and File Ownerships in FreeBSD9.0

2013-01-23 Thread Martin McCormick
The executable in question is a C program whos file permissions are 4755 and the file belongs to root so all files it opens are also owned by root and that works properly, but what I need is for this application to first open a few files owned by the caller and then later, upgrade back to r

Re: creating new user account password.

2013-01-23 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/23/13 3:06 PM, Fbsd8 wrote: > I know I can create a new user account having a password same as > the user name. After logging in the first time using the user > account name as the password, I want to force the user to create a > new password. Is

Re: creating new user account password.

2013-01-23 Thread Matthew Seaman
On 23/01/2013 20:06, Fbsd8 wrote: > I know I can create a new user account having a password same as the > user name. After logging in the first time using the user account name > as the password, I want to force the user to create a new password. > Is there a way to do that? You can set the passw

Wine-fbsd64 updated to 1.5.22 (32bit Wine for 64bit FreeBSD)

2013-01-23 Thread David Naylor
Hi, Packages [1] for wine-fbsd64-1.5.21 have been uploaded to mediafire [2]. The packages for FreeBSD 10 have been temporarily discontinued due to build errors [3]. Please read the installation messages, if you use the nVidia graphics driver, for further information. FAQ --- Q: Wine cras

creating new user account password.

2013-01-23 Thread Fbsd8
I know I can create a new user account having a password same as the user name. After logging in the first time using the user account name as the password, I want to force the user to create a new password. Is there a way to do that? ___ freebsd-quest

Re: building crunchgen fails

2013-01-23 Thread Devin Teske
On Jan 23, 2013, at 8:44 AM, Rick Miller wrote: > On Wed, Jan 23, 2013 at 11:01 AM, Devin Teske > wrote: >> >> On Jan 23, 2013, at 7:22 AM, Rick Miller wrote: >> >>> Hi All, >>> >>> When executing crunchgen -o boot_crunch.conf && make -f boot_crunch.mk >>> I get the following error: >>> >>>

Re: building crunchgen fails

2013-01-23 Thread Rick Miller
On Wed, Jan 23, 2013 at 11:01 AM, Devin Teske wrote: > > On Jan 23, 2013, at 7:22 AM, Rick Miller wrote: > >> Hi All, >> >> When executing crunchgen -o boot_crunch.conf && make -f boot_crunch.mk >> I get the following error: >> >> cc -static -o boot_crunch boot_crunch.o hostname.lo pwd.lo rm.lo sh

Re: Safe way to repair corrupted GPT partition table?

2013-01-23 Thread scizaro007
Hi you may once try with this partition recovery software. It can help you to recover all sort of data from corrupted or lost partition. It helped me lot to recover my data from lost partition. It works really well to all kind of partition. For more details visit the link- http://www.macpartit

Re: Fresh installation 9.1

2013-01-23 Thread Polytropon
On Wed, 23 Jan 2013 10:24:38 -0600, Derek Ragona wrote: > Also if you have this in /etc/rc.conf: > dumpdev="YES" > > It always does a dump even on reboot, which also marks the filesystems as > dirty. That doesn't seem to conform to what /etc/defaults/rc.conf says: dumpdev="NO"# Devi

Re: Fresh installation 9.1

2013-01-23 Thread Derek Ragona
At 08:30 AM 1/23/2013, Polytropon wrote: On Wed, 23 Jan 2013 19:49:13 +0530, Hrisikesh sahu wrote: > Hi All, > I am facing a strange issue.. > I installed 9.1 release and installation went successful > After boot up i got this error - > > > File system had an unexpected inconsistency. > > ufs :

Re: building crunchgen fails

2013-01-23 Thread Devin Teske
On Jan 23, 2013, at 7:22 AM, Rick Miller wrote: > Hi All, > > When executing crunchgen -o boot_crunch.conf && make -f boot_crunch.mk > I get the following error: > > cc -static -o boot_crunch boot_crunch.o hostname.lo pwd.lo rm.lo sh.lo > ls.lo test.lo cat.lo df.lo sleep.lo camcontrol.lo dhclie

building crunchgen fails

2013-01-23 Thread Rick Miller
Hi All, When executing crunchgen -o boot_crunch.conf && make -f boot_crunch.mk I get the following error: cc -static -o boot_crunch boot_crunch.o hostname.lo pwd.lo rm.lo sh.lo ls.lo test.lo cat.lo df.lo sleep.lo camcontrol.lo dhclient.lo fsck_ffs.lo ifconfig.lo mount_nfs.lo newfs.lo route.lo rts

Re: IPMI SOL setup on FreeBSD 9.1 amd64 supermicro X9SCM-F/X9CL-F

2013-01-23 Thread Anton Yuzhaninov
On Mon, 21 Jan 2013 22:52:17, Derek Ragona wrote: DR> I have a couple servers that are built using the supermicro X9SCM-F/X9CL-F DR> motherboards, and I can't quite get IPMI SOL working right. DR> DR> These motherboards have 3 NIC's. One NIC is for a dedicated IPMI interface. DR> DR> I have bot

Re: Fresh installation 9.1

2013-01-23 Thread Polytropon
On Wed, 23 Jan 2013 19:49:13 +0530, Hrisikesh sahu wrote: > Hi All, > I am facing a strange issue.. > I installed 9.1 release and installation went successful > After boot up i got this error - > > > File system had an unexpected inconsistency. > > ufs : /dev/ada0s1d (/var) > unknown error ; !

Fresh installation 9.1

2013-01-23 Thread Hrisikesh sahu
Hi All, I am facing a strange issue.. I installed 9.1 release and installation went successful After boot up i got this error - File system had an unexpected inconsistency. > ufs : /dev/ada0s1d (/var) unknown error ; ! Help Error - Aborting Boot Going to single user mode. # Please help me i

[solved] Security updates

2013-01-23 Thread Ralf Mardorf
On Wed, 23 Jan 2013 13:04:08 +0100, Jens Jahnke wrote: [snip] Maybe you should install portaudit too. It tells you for which ports security flaws have been found. To update a single port using portmaster you would run # portmaster www/firefox for example. Hi Jens :) thank you. Regards, Ralf

Re: Security updates

2013-01-23 Thread Jens Jahnke
Hi, On Wed, 23 Jan 2013 12:42:00 +0100 "Ralf Mardorf" wrote: RM> Because compiling does take very long, I will not update the whole RM> ports tree that often, I alos like to keep software versions that RM> fit to my needs when ever possible, but I guess without breaking RM> dependencies it theor

Security updates

2013-01-23 Thread Ralf Mardorf
Hi :) since I updated the ports tree I'm able to fix one issue after the other, e.g. GDM now can start Xfce4. IIUC correctly freebsd-update ( http://www.freebsd.org/cgi/man.cgi?query=freebsd-update&sektion=8 ) will not take care about updates for e.g. Firefox, since I guess it doesn't bel

Re: ADAT does work, but often is interrupted by noise - Was: FreeBSD and snd_hdspe last-ditch attempt

2013-01-23 Thread Ralf Mardorf
Hi Ruslan :) here's the output of sysctl hw.snd and sysctl dev.pcm. $ sysctl hw.snd hw.snd.vpc_reset: 0 hw.snd.vpc_0db: 45 hw.snd.vpc_autoreset: 1 hw.snd.latency_profile: 1 hw.snd.latency: 5 hw.snd.report_soft_matrix: 1 hw.snd.report_soft_formats: 1 hw.snd.compat_linux_mmap: 0 hw.snd.feeder_eq_e

Re: ADAT does work, but often is interrupted by noise - Was: FreeBSD and snd_hdspe last-ditch attempt

2013-01-23 Thread Ruslan Bukin
please include also the output of 1. sysctl hw.snd 2. sysctl dev.pcm On Wed, Jan 23, 2013 at 10:47:09AM +0100, Ralf Mardorf wrote: > Thank you Ian :) > > On Wed, 23 Jan 2013 05:25:59 +0100, Ian Smith wrote: > > 'cat /dev/sndstat' > > I already posted it ;). However, I set sysctl hw.snd.verbose

ADAT does work, but often is interrupted by noise - Was: FreeBSD and snd_hdspe last-ditch attempt

2013-01-23 Thread Ralf Mardorf
Thank you Ian :) On Wed, 23 Jan 2013 05:25:59 +0100, Ian Smith wrote: 'cat /dev/sndstat' I already posted it ;). However, I set sysctl hw.snd.verbose=2, here it's again [1]. It's a cheap professional audio device, IOW it's not a consumer or semi-professional device, so cheap doesn't mean