Re: Installing and using wine on amd64

2011-08-15 Thread Christian Barthel
On Sun, Aug 14, 2011 at 10:27:08PM +0200, Polytropon wrote: > In order to restore functionality that my old system provided > almost 10 years ago (I checked when I bought it!), I'm currently > trying to get wine working. Sadly, its Makefile states: > > ONLY_FOR_ARCHS=i386 > > I've done some

Re: Installing and using wine on amd64

2011-08-15 Thread Ashley Williams
>> I've done some research and found lots of posts several years >> old that suggest that using wine on AMD64 is not possible or >> requires binary packages that don't exist, and even if one can >> install it, it doesn't run. >> >> Has this situation improved meanwhile? Does anyone have a >> recipe

Re: Installing and using wine on amd64

2011-08-15 Thread Polytropon
On Mon, 15 Aug 2011 09:37:06 +0200, Christian Barthel wrote: > I don't understand why you have chosen AMD64? You only have 2 GB memory, > which can be adressed under i386 too and you can avoid a lot of > problems. Reason: The i386 platform is obsoleted, and there will be less and less targets to

Re: Installing and using wine on amd64

2011-08-15 Thread Polytropon
On Mon, 15 Aug 2011 18:04:53 +1000, Ashley Williams wrote: > >> I've done some research and found lots of posts several years > >> old that suggest that using wine on AMD64 is not possible or > >> requires binary packages that don't exist, and even if one can > >> install it, it doesn't run. > >> >

Re: Installing and using wine on amd64

2011-08-15 Thread C. P. Ghost
On Mon, Aug 15, 2011 at 9:37 AM, Christian Barthel wrote: > On Sun, Aug 14, 2011 at 10:27:08PM +0200, Polytropon wrote: >> Current system is 8.2-STABLE/amd64. Should I better re-install >> everything (Intel Core2 4300 1.80GHz / 1799.81-MHz K8-class CPU >> here, and 2 GB RAM, that's why the AMD64

Re: Installing and using wine on amd64

2011-08-15 Thread Robert Huff
Christian Barthel writes: > > Current system is 8.2-STABLE/amd64. Should I better re-install > > everything (Intel Core2 4300 1.80GHz / 1799.81-MHz K8-class CPU > > here, and 2 GB RAM, that's why the AMD64 choice) and use i386 > > instead? > > I don't understand why you have chosen AMD64? Y

Re: dtrace function arguments

2011-08-15 Thread Dan Nelson
In the last episode (Aug 15), Ashley Williams said: > I'm looking for a faster way to get more verbose information about > dtrace function arguments. > > For example. > > Say, I want to know more about the funciton > syscall:freebsd32:connect:return. I'd start off by doing a listing: > > # dtra

daily snapshots updated (Was: Re: Where to download latest FreeBSD snapshots)

2011-08-15 Thread Hiroki Sato
Test Rat wrote in <86y5z1ymyi@gmail.com>: tt> Can you add architecture name to HEAD snapshots? It often saves time tt> checking whether snapshot is suitable for testing months after being tt> dowloaded. Thank you for your feedback. While I have received various ideas and am still workin

unprivledged users (for a service)

2011-08-15 Thread Chris Brennan
Greetings, It's been a while since I've had to do this and the drive that contained all of my notes is dead, along with the backup (I was actually lucky to recover my home drive before it also failed but my notes were not there). I cannot for the life of me remember how to properly add an unpr

Re: unprivledged users (for a service)

2011-08-15 Thread Chuck Swiger
On Aug 15, 2011, at 9:37 AM, Chris Brennan wrote: > It's been a while since I've had to do this and the drive that contained > all of my notes is dead, along with the backup (I was actually lucky to > recover my home drive before it also failed but my notes were not > there). I cannot for the li

Re: unprivledged users (for a service)

2011-08-15 Thread Chris Brennan
On 8/15/2011 12:42 PM, Chuck Swiger wrote: > Add a user and set the shell to /bin/false or perhaps /sbin/nologin; > for $HOME set it to /var/empty or /tmp, perhaps. Ahh thanks, I wasn't sure if there was a script that did this automatically and I just failed to find it or if I could just use the

Re: unprivledged users (for a service)

2011-08-15 Thread Michael Powell
Chuck Swiger wrote: > On Aug 15, 2011, at 9:37 AM, Chris Brennan wrote: >> It's been a while since I've had to do this and the drive that contained >> all of my notes is dead, along with the backup (I was actually lucky to >> recover my home drive before it also failed but my notes were not >> the

looking for a spammer/virii/malware .... on my system

2011-08-15 Thread alexus
I received a SPAM complain from my ISP and we're trying to figure out what/where the problem is... from headers: Received: from 64.237.55.83 by webmail.west.cox.net; Sun, 14 Aug 2011 18:43:41 -0400 64.237.55.83 is an IP that resides on my box, obviously I'm not sending out any spam intentionally

Re: MFP recommendations

2011-08-15 Thread John Baldwin
On Thursday, August 11, 2011 5:51:36 am Jon Theil Nielsen wrote: > 2011/8/10 Jon Theil Nielsen > > > Hi list, > > > > I want to buy another printer to use mainly with Windows. Even though I > > have no good feelings about those devises, that claims to be able to do > > everything I need. Even tho

Re: looking for a spammer/virii/malware .... on my system

2011-08-15 Thread Chuck Swiger
On Aug 15, 2011, at 10:05 AM, alexus wrote: > what else can I do to find it on my system who's trying to connect to > remote webmail.west.cox.net ? Monitor your network for SMTP traffic: tcpdump -nA -s 0 port 25 If malware is sending out spam, you'll see it and can then use lsof or whatever t

Buildworld failure after update r224806 to r224886

2011-08-15 Thread Ivan Klymenko
Hello, all! I have: uname -a FreeBSD nonamehost 9.0-BETA1 FreeBSD 9.0-BETA1 #0 r224806M: Sat Aug 13 15:43:38 EEST 2011 ivan@nonamehost:/usr/obj/usr/src/sys/mk9 amd64 Buildworld failure after update r224806 to r224886 In my configuration files since nothing has changed... Building of the wo

Re: looking for a spammer/virii/malware .... on my system

2011-08-15 Thread alexus
I personally leaning towards that these headers are being modified and that there is no spam leaving my box (I may be wrong of couse) here is what I did to come up with that thought I sent myself an email -bash-3.2# echo $$ | mail ale...@gmail.com -bash-3.2# through google headers I see fol

Re: Buildworld failure after update r224806 to r224886

2011-08-15 Thread Niclas Zeising
On 2011-08-15 19:38, Ivan Klymenko wrote: > Hello, all! > > I have: > uname -a > FreeBSD nonamehost 9.0-BETA1 FreeBSD 9.0-BETA1 #0 r224806M: Sat Aug 13 > 15:43:38 EEST 2011 ivan@nonamehost:/usr/obj/usr/src/sys/mk9 amd64 > > Buildworld failure after update r224806 to r224886 > > In my config

Re: Buildworld failure after update r224806 to r224886

2011-08-15 Thread Ivan Klymenko
В Mon, 15 Aug 2011 20:12:35 +0200 Niclas Zeising пишет: > > ... > > > > > > Someone have any idea what is that? > > > > Thanks! > > > > There was a period when there was a bug in dev/std{in,err,out}, which > amongst other things made it impossible to complete a buildworld. > Compile a new ker

Re: looking for a spammer/virii/malware .... on my system

2011-08-15 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Mon Aug 15 12:37:33 2011 > Date: Mon, 15 Aug 2011 13:05:15 -0400 > From: alexus > To: freebsd-questions@freebsd.org > Subject: looking for a spammer/virii/malware on my system > > I received a SPAM complain from my ISP and we're trying to figure out

Re: looking for a spammer/virii/malware .... on my system

2011-08-15 Thread alexus
Robert Bonomi: I didn't received anything from you other then part of my own email... On Mon, Aug 15, 2011 at 2:57 PM, Robert Bonomi wrote: >> From owner-freebsd-questi...@freebsd.org  Mon Aug 15 12:37:33 2011 >> Date: Mon, 15 Aug 2011 13:05:15 -0400 >> From: alexus >> To: freebsd-questions@fre

amalia kecskes wants to be your friend.

2011-08-15 Thread Netlog
amalia kecskes wants to be your friend. Click below and decide whether you want to add amalia kecskes as a friend. http://en.netlog.com/go/mailurl/-YT0zNzdjMThmNGU5MzRlZmU0ZmFiZTIyMWRlNDA1Mjg1MyZtPTIxMjYzNjg1MzkmbD0xJmdtPTMmdT0lMkZnbyUyRmxvZ3MlMkZub3RpZmljYXRpb25zJTJGbSUzRDElMjZub3RpZmljYXRpb25JRC

Group permissions are broken?

2011-08-15 Thread Yuri
User john is a member of both webcamd and vboxusers: # grep john /etc/group webcamd:*:145:john vboxusers:*:920:john When the file /tmp/my-test is owned by webcamd, user john can touch it ok: $ ls -l /tmp/my-test ; touch /tmp/my-test -rw-rw 1 vboxusers vboxusers 0 Aug 15 12:54 /tmp/my-test

Re: Group permissions are broken?

2011-08-15 Thread Chuck Swiger
Hi-- On Aug 15, 2011, at 1:06 PM, Yuri wrote: > Why does this error occur? Two groups seem identical. Just different group > ids. > > Filesystem is UFS: /dev/ad10s1a on / (ufs, NFS exported, local) How many groups is user john in? There's a limit of MAXGROUPS = 16. Regards, -- -Chuck ___

Re: Group permissions are broken?

2011-08-15 Thread Dan Nelson
In the last episode (Aug 15), Yuri said: > User john is a member of both webcamd and vboxusers: > # grep john /etc/group > webcamd:*:145:john > vboxusers:*:920:john > > When the file /tmp/my-test is owned by webcamd, user john can touch it ok: > $ ls -l /tmp/my-test ; touch /tmp/my-test > -rw-rw-

Re: Group permissions are broken?

2011-08-15 Thread Yuri
On 08/15/2011 13:09, Chuck Swiger wrote: How many groups is user john in? There's a limit of MAXGROUPS = 16. john is a member of only 3 groups, users, webcamd and vboxusers. Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.o

Re: Group permissions are broken?

2011-08-15 Thread Michael Sierchio
On Mon, Aug 15, 2011 at 1:06 PM, Yuri wrote: > User john is a member of both webcamd and vboxusers: > # grep john /etc/group > webcamd:*:145:john > vboxusers:*:920:john > > When the file /tmp/my-test is owned by webcamd, user john can touch it ok: > $ ls -l /tmp/my-test ; touch  /tmp/my-test > -rw

Re: Poll on server attacks

2011-08-15 Thread David Brodbeck
On Sun, Aug 14, 2011 at 4:33 AM, Alejandro Imass wrote: > There you go! How do you actually know if you've had actual breaches > if you don't follow up on the logs and spend actual __hours__ doing > that? How do you know your servers are not root-kitted? I had an > experience with a Linux server o

Re: Group permissions are broken?

2011-08-15 Thread Yuri
On 08/15/2011 13:10, Dan Nelson wrote: As a sanity check, what is the output of the "groups" command? If you recently edited /etc/group, maybe you need to log out and back in to a credential with the new group list? $ groups john users webcamd vboxusers $ touch /tmp/my-test touch: /tmp/my-test:

Re: looking for a spammer/virii/malware .... on my system

2011-08-15 Thread Paul Schmehl
--On August 15, 2011 2:04:27 PM -0400 alexus wrote: I personally leaning towards that these headers are being modified and that there is no spam leaving my box (I may be wrong of couse) here is what I did to come up with that thought I sent myself an email The tcpdump command that Chuc

ATI & libreoffice lock up Xorg

2011-08-15 Thread Jimmie James
I just noticed this, but I'm pretty sure it's a result of the last ATI driver update, FreeBSD 8.2-STABLE #0: Sun Jun 26 08:42:45 EDT 2011 xf86-video-ati-6.14.2 + libreoffice-3.3.3_2 + xorg-7.5.1 = hard lockup, keyboard LEDs work for a bit, can't change to a console, kill X. ssh'ing in, running

Re: Group permissions are broken?

2011-08-15 Thread Yuri
On 08/15/2011 13:10, Dan Nelson wrote: As a sanity check, what is the output of the "groups" command? If you recently edited /etc/group, maybe you need to log out and back in to a credential with the new group list? Reboot cured the problem. Is this because some other command should be run to

Re: ATI & libreoffice lock up Xorg

2011-08-15 Thread Warren Block
On Mon, 15 Aug 2011, Jimmie James wrote: I just noticed this, but I'm pretty sure it's a result of the last ATI driver update, FreeBSD 8.2-STABLE #0: Sun Jun 26 08:42:45 EDT 2011 xf86-video-ati-6.14.2 + libreoffice-3.3.3_2 + xorg-7.5.1 = hard lockup, keyboard LEDs work for a bit, can't chang

Re: ATI & libreoffice lock up Xorg

2011-08-15 Thread Jimmie James
On 08/15/11 21:06, Warren Block wrote: On Mon, 15 Aug 2011, Jimmie James wrote: I just noticed this, but I'm pretty sure it's a result of the last ATI driver update, FreeBSD 8.2-STABLE #0: Sun Jun 26 08:42:45 EDT 2011 xf86-video-ati-6.14.2 + libreoffice-3.3.3_2 + xorg-7.5.1 = hard lockup, key

Re: Group permissions are broken?

2011-08-15 Thread perryh
Michael Sierchio wrote: > On Mon, Aug 15, 2011 at 1:06 PM, Yuri wrote: > > User john is a member of both webcamd and vboxusers: > > # grep john /etc/group > > webcamd:*:145:john > > vboxusers:*:920:john > > > > When the file /tmp/my-test is owned by webcamd, user john can > > touch it ok: > > $ l

Re: Where to download latest FreeBSD snapshots

2011-08-15 Thread Brandon Gooch
On Mon, Jun 27, 2011 at 6:54 PM, Hiroki Sato wrote: > Pan Tsu wrote >  in <864o3dtsey@gmail.com>: > > in> Hiroki Sato writes: > in> > in> > Hello, > in> > > in> > dave jones wrote > in> >   in : > in> > > in> > s.> It seems that allbsd.org is up, but I can't find the HEAD snapshots, > in> >

Re: Group permissions are broken?

2011-08-15 Thread Yuri
On 08/16/2011 01:32, per...@pluto.rain.com wrote: On my 8.1 system, sticky(8) says: A directory whose `sticky bit' is set becomes ... a directory in which the_deletion_ of files is restricted. A file in a sticky directory may only be_removed_ or_renamed_ if ... [emphasis added] No

Re: kernel Panic not dumping to swap

2011-08-15 Thread Daryl Sayers
> On 8/9/11 10:33 PM, Daryl Sayers wrote: >> I have a FreeBSD 8.2-STABLE (64bit) system with 4G mem installed. I have >> had a few kernel panics over the last few weeks and would like to capture >> a core dump. I have added the following to /etc/rc.conf >> >> dumpdev="AUTO" >> dumpdir=/var/crash