Re: Printing to a Lanier LD160c does not work

2008-10-23 Thread Martin Alejandro Paredes Sanchez
El Jue 23 Oct 2008, Jeremy Chadwick escribió: > On Thu, Oct 23, 2008 at 09:42:41PM -0700, Martin Alejandro Paredes Sanchez wrote: > > El Jue 16 Oct 2008, Jeremy Chadwick escribió: > > > > > > If this printer is hooked up on the network (e.g. via Ethernet), I > > > believe you need to set the lp va

Re: Upgrading 7.1-PRERELEASE

2008-10-23 Thread Jeremy Chadwick
On Fri, Oct 24, 2008 at 07:52:11AM +0200, Leslie Jensen wrote: > > > Jeremy Chadwick skrev: >> On Fri, Oct 24, 2008 at 06:41:05AM +0200, Leslie Jensen wrote: >>> Jeremy Chadwick skrev: On Fri, Oct 24, 2008 at 06:24:56AM +0200, Leslie Jensen wrote: > I'm running 7.1-PRERELEASE. Yesterday I

Re: Upgrading 7.1-PRERELEASE

2008-10-23 Thread Leslie Jensen
Jeremy Chadwick skrev: On Fri, Oct 24, 2008 at 06:41:05AM +0200, Leslie Jensen wrote: Jeremy Chadwick skrev: On Fri, Oct 24, 2008 at 06:24:56AM +0200, Leslie Jensen wrote: I'm running 7.1-PRERELEASE. Yesterday I csup'ed and upgraded as I've done several times in order to install 7.1-BETA2.

Re: Upgrading 7.1-PRERELEASE

2008-10-23 Thread Jeremy Chadwick
On Fri, Oct 24, 2008 at 06:41:05AM +0200, Leslie Jensen wrote: > Jeremy Chadwick skrev: >> On Fri, Oct 24, 2008 at 06:24:56AM +0200, Leslie Jensen wrote: >>> I'm running 7.1-PRERELEASE. Yesterday I csup'ed and upgraded as I've >>> done several times in order to install 7.1-BETA2. Everything went

Re: Printing to a Lanier LD160c does not work

2008-10-23 Thread Jeremy Chadwick
On Thu, Oct 23, 2008 at 09:42:41PM -0700, Martin Alejandro Paredes Sanchez wrote: > El Jue 16 Oct 2008, Jeremy Chadwick escribió: > > On Thu, Oct 16, 2008 at 08:36:42PM +, [EMAIL PROTECTED] wrote: > > > I am trying to setup a Lanier LD160c (admincolor) that has a network > > > interface.  I am

Re: Extract Songs from DVD

2008-10-23 Thread John L. Templer
Polytropon wrote: > On Thu, 23 Oct 2008 02:35:25 -0400, "John L. Templer" <[EMAIL PROTECTED]> > wrote: >> Polytropon wrote: >>> % dd if=/dev/acd0t01 of=track01.cdr bs=2352 >> Very cool! I have a few questions though. I notice this doesn't work >> for my Plextor CD writer. > > What, dd doesn

Re: Printing to a Lanier LD160c does not work

2008-10-23 Thread Martin Alejandro Paredes Sanchez
El Jue 16 Oct 2008, Jeremy Chadwick escribió: > On Thu, Oct 16, 2008 at 08:36:42PM +, [EMAIL PROTECTED] wrote: > > I am trying to setup a Lanier LD160c (admincolor) that has a network > > interface.  I am new to FreeBSD and tried to follow the handbook.  I am > > able to print to a HP 5SI (corp

Re: Upgrading 7.1-PRERELEASE

2008-10-23 Thread Leslie Jensen
Jeremy Chadwick skrev: On Fri, Oct 24, 2008 at 06:24:56AM +0200, Leslie Jensen wrote: I'm running 7.1-PRERELEASE. Yesterday I csup'ed and upgraded as I've done several times in order to install 7.1-BETA2. Everything went as it should, but my system still says 7.1-PRERELEASE. In my stable-sup

Re: Upgrading 7.1-PRERELEASE

2008-10-23 Thread Jeremy Chadwick
On Fri, Oct 24, 2008 at 06:24:56AM +0200, Leslie Jensen wrote: > I'm running 7.1-PRERELEASE. Yesterday I csup'ed and upgraded as I've > done several times in order to install 7.1-BETA2. Everything went as it > should, but my system still says 7.1-PRERELEASE. In my stable-supfile I > have "*de

Upgrading 7.1-PRERELEASE

2008-10-23 Thread Leslie Jensen
I'm running 7.1-PRERELEASE. Yesterday I csup'ed and upgraded as I've done several times in order to install 7.1-BETA2. Everything went as it should, but my system still says 7.1-PRERELEASE. In my stable-supfile I have "*default release=cvs tag=RELENG_7". Can anyone tell me where I can make sur

Re: Why does adding /usr/lib32 to LD_LIBRARY_PATH break 64-bit binaries?

2008-10-23 Thread Dan Nelson
In the last episode (Oct 23), Alexander Sack said: > On Thu, Oct 23, 2008 at 10:09 PM, Alexander Kabaev <[EMAIL PROTECTED]> wrote: > > LD_LIBRARY_PATH is for native 64bit rtld. If you want a specific > > path added for use by 32-bit ld-elf.so.1 only, use > > LD_32_LIBRARY_PATH. > > > > Said that, y

Re: Why does adding /usr/lib32 to LD_LIBRARY_PATH break 64-bit binaries?

2008-10-23 Thread Nate Eldredge
On Thu, 23 Oct 2008, Alexander Sack wrote: Alright, well I found some weirdness: [EMAIL PROTECTED] ~]# export LD_LIBRARY_PATH=/usr/bin:/usr/lib:/usr/lib32:/usr/lib64 [EMAIL PROTECTED] ~]# LD_DEBUG=1 ls /libexec/ld-elf.so.1 is initialized, base address = 0x800506000 RTLD dynamic = 0x80062ad78 R

Re: Why does adding /usr/lib32 to LD_LIBRARY_PATH break 64-bit binaries?

2008-10-23 Thread Alexander Kabaev
On Thu, 23 Oct 2008 22:31:40 -0400 "Alexander Sack" <[EMAIL PROTECTED]> wrote: > > Yes I figured that out on my own but my question still exists, why > isn't /usr/lib similar in format to /usr/lib32 though with respect to > major numbers? Actually now that I re-read your paragraph I suppose > thi

Re: Why does adding /usr/lib32 to LD_LIBRARY_PATH break 64-bit binaries?

2008-10-23 Thread Alexander Kabaev
On Thu, 23 Oct 2008 21:48:47 -0400 "Alexander Sack" <[EMAIL PROTECTED]> wrote: > Thanks, comments most appreciated. Damn, I was looking for someone to > go "a ha, you can't do this because" Alright, let me see why rtld > on 6.1-amd64 is picking up /usr/lib32 stuff for a native 64-bit binary

Re: Why does adding /usr/lib32 to LD_LIBRARY_PATH break 64-bit binaries?

2008-10-23 Thread Alexander Sack
On Thu, Oct 23, 2008 at 10:09 PM, Alexander Kabaev <[EMAIL PROTECTED]> wrote: > On Thu, 23 Oct 2008 21:48:47 -0400 > "Alexander Sack" <[EMAIL PROTECTED]> wrote: > >> Thanks, comments most appreciated. Damn, I was looking for someone to >> go "a ha, you can't do this because" Alright, let me s

Re: Why does adding /usr/lib32 to LD_LIBRARY_PATH break 64-bit binaries?

2008-10-23 Thread Alexander Sack
Alright, well I found some weirdness: [EMAIL PROTECTED] ~]# export LD_LIBRARY_PATH=/usr/bin:/usr/lib:/usr/lib32:/usr/lib64 [EMAIL PROTECTED] ~]# LD_DEBUG=1 ls /libexec/ld-elf.so.1 is initialized, base address = 0x800506000 RTLD dynamic = 0x80062ad78 RTLD pltgot = 0x0 processing main program's pr

Re: Why does adding /usr/lib32 to LD_LIBRARY_PATH break 64-bit binaries?

2008-10-23 Thread Alexander Sack
On Thu, Oct 23, 2008 at 9:23 PM, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote: > Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes: >> If you look at the rtld(1) man page, there are a number of environment >> variables you can set to debug the loader. I'm not sure how helpful >> they are, though. >

Re: Why does adding /usr/lib32 to LD_LIBRARY_PATH break 64-bit binaries?

2008-10-23 Thread Dag-Erling Smørgrav
"Alexander Sack" <[EMAIL PROTECTED]> writes: > I have some weird behavior I'm trying to figure out and was wondering > if someone can point me in the right direction. I'm running a FreeBSD > 6.1-RELEASE-amd64 machine. If I add /usr/lib32 to my LD_LIBRARY_PATH > it breaks all of my binaries on my

Re: Why does adding /usr/lib32 to LD_LIBRARY_PATH break 64-bit binaries?

2008-10-23 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes: > If you look at the rtld(1) man page, there are a number of environment > variables you can set to debug the loader. I'm not sure how helpful > they are, though. You can rebuild rtld(1) with debugging enabled: % cd /usr/src/libexec/rtld-elf % make

Re: Trouble Shutting down

2008-10-23 Thread Glen Barber
On Wed, Oct 22, 2008 at 1:42 AM, Juan Ortega <[EMAIL PROTECTED]> wrote: > I'm using FreeBSD amd64 8-0-Current > > I set up window maker to start by "startx" command, > but when I exit the window maker the screen just turns > black nothing works so I'm force to unplug the power each > time. This ha

Why does adding /usr/lib32 to LD_LIBRARY_PATH break 64-bit binaries?

2008-10-23 Thread Alexander Sack
Hello: I have some weird behavior I'm trying to figure out and was wondering if someone can point me in the right direction. I'm running a FreeBSD 6.1-RELEASE-amd64 machine. If I add /usr/lib32 to my LD_LIBRARY_PATH it breaks all of my binaries on my 64-bit machine. For example: [EMAIL PROTECT

Trouble Shutting down

2008-10-23 Thread Juan Ortega
I'm using FreeBSD amd64 8-0-Current I set up window maker to start by "startx" command, but when I exit the window maker the screen just turns black nothing works so I'm force to unplug the power each time. This happens "sometimes" other times the terminal shows up and I can shutdown manually. Si

Shutting down help

2008-10-23 Thread Juan Ortega
I'm using FreeBSD amd64  8-0-Current I set up window maker to start by "startx" command, but when I exit the window maker the screen just turns black nothing works so I'm force to unplug the power each time. This happens "sometimes" other times the terminal shows up and I can shutdown manually. Si

problems getting server on line

2008-10-23 Thread RAY
Greetings; I have an existing server running FreeBsd 6.3. It's running as a name/web/mail server. I have built a new server to replace it running FreeBsd 7.0. I have both servers attached to the same router, with the production server sitting in the DMZ. I have tried to switch them over by simp

Re: Locked out of Root

2008-10-23 Thread Wojciech Puchar
It guarantees that the root password is passed encrypted. So, next time do NOT enable root loging via ssh. Instead, put the non-root user in the wheel group. funny :) jerry if course it's not bright to login as root over telnet through public network, but too - it's not security hole

Re: man -t odd page size

2008-10-23 Thread Jerry McAllister
On Thu, Oct 23, 2008 at 09:23:10AM -1000, Al Plant wrote: > Valentin Bud wrote: > >hello, > >what do you know about this site: http://www.metricamerica.com/. > >i don't remember where i have read that America is going to apply the SI > >(ess eye) > >unit system. > >so things are going to change ma

Re: man -t odd page size

2008-10-23 Thread Gonzalo Nemmi
On Thursday 23 October 2008 5:39:36 pm Bob McConnell wrote: > On Behalf Of Al Plant > > >Valentin Bud wrote: > >> hello, > >> what do you know about this site: http://www.metricamerica.com/. > >> i don't remember where i have read that America is going to apply the > > SI > > >> (ess eye) > >> unit

Re: man -t odd page size

2008-10-23 Thread Gonzalo Nemmi
On Thursday 23 October 2008 6:50:11 am Polytropon wrote: > On Thu, 23 Oct 2008 19:37:56 +1100 (EST), Ian Smith <[EMAIL PROTECTED]> wrote: > > Well, a quarter of the people on this planet live in China, so by your > > theory shouldn't the FreeBSD lists, docs and code all be in Chinese? > > Let me f

Re: man -t odd page size

2008-10-23 Thread Gonzalo Nemmi
On Thursday 23 October 2008 6:44:59 am Valentin Bud wrote: > hello, > what do you know about this site: http://www.metricamerica.com/. > i don't remember where i have read that America is going to apply the SI > (ess eye) > unit system. > so things are going to change maybe even the A4 papersize. >

RE: man -t odd page size

2008-10-23 Thread Bob McConnell
From: Jon Radel >Bob McConnell wrote: >> On Behalf Of Al Plant >>> Valentin Bud wrote: hello, what do you know about this site: http://www.metricamerica.com/. i don't remember where i have read that America is going to apply the >> SI (ess eye) unit system. so things a

Re: man -t odd page size

2008-10-23 Thread Jon Radel
Bob McConnell wrote: > On Behalf Of Al Plant >> Valentin Bud wrote: >>> hello, >>> what do you know about this site: http://www.metricamerica.com/. >>> i don't remember where i have read that America is going to apply the > SI >>> (ess eye) >>> unit system. >>> so things are going to change maybe e

RE: man -t odd page size

2008-10-23 Thread Bob McConnell
On Behalf Of Al Plant >Valentin Bud wrote: >> hello, >> what do you know about this site: http://www.metricamerica.com/. >> i don't remember where i have read that America is going to apply the SI >> (ess eye) >> unit system. >> so things are going to change maybe even the A4 papersize. >> > The

Re: man -t odd page size

2008-10-23 Thread Al Plant
Valentin Bud wrote: hello, what do you know about this site: http://www.metricamerica.com/. i don't remember where i have read that America is going to apply the SI (ess eye) unit system. so things are going to change maybe even the A4 papersize. a good day, v #... Aloha, The Metric S

Re: Boot device question

2008-10-23 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeremy Chadwick wrote: > > AFAIK, at/target/unit are hint commands only available to da(4), > at least that's what I see from the source code. I see no such > support for ad(4), so I do not think this will work for him. > > Also, I'll remind people

Re: downloading linux_base-fc4

2008-10-23 Thread Boris Samorodov
On Tue, 21 Oct 2008 18:19:31 -0400 matt donovan wrote: > On Tue, Oct 21, 2008 at 1:28 PM, Boris Samorodov <[EMAIL PROTECTED]> wrote: > > On Tue, 21 Oct 2008 14:49:01 -0200 luizbcampos wrote: > > > > > After I had tried to download linux_base-fc4 I got file > > > unavailable not found no access.

Re: Locked out of Root

2008-10-23 Thread Lowell Gilbert
mdh <[EMAIL PROTECTED]> writes: > > If he can get to the system console, why would he need to bother booting to > single user mode? He said he has the root password. He should just be able > to login normally, if he can get to the system console. To be honest, I was just guessing that there

Photoshop under wine

2008-10-23 Thread Markus Klaschka
Hi list, I have exactly that issue: http://forum.winehq.org/viewtopic.php?p=3198&sid=5834d53c839cabfb29b6c2291acb0dca ...any ideas? Cheers Markus -- Markus Klaschka MKDev - Markus Klaschka Development S.L Passeig Maritím 48-52 78087 La Savina, España http://www.mkdev.eu Spain: 0034 - 63 747 23

Re: Boot device question

2008-10-23 Thread Chris Pratt
On Oct 23, 2008, at 8:43 AM, Jeremy Chadwick wrote: On Thu, Oct 23, 2008 at 08:12:38AM -0700, Chris Pratt wrote: I have a server with 6 hot-swap SATA slots. It was delivered ... I was thinking a right approach would be to change fstab to reference ad2 for all the system disk file systems, shu

Re: Boot device question

2008-10-23 Thread Jeremy Chadwick
On Thu, Oct 23, 2008 at 10:42:26AM -0500, Greg Larkin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Chris Pratt wrote: > > I have a server with 6 hot-swap SATA slots. It was delivered > > with the first slot empty and 5 drives set up as /dev/ad4 through > > /dev/ad12. I'd never paid

Re: Boot device question

2008-10-23 Thread Jeremy Chadwick
On Thu, Oct 23, 2008 at 08:12:38AM -0700, Chris Pratt wrote: > I have a server with 6 hot-swap SATA slots. It was delivered > with the first slot empty and 5 drives set up as /dev/ad4 through > /dev/ad12. I'd never paid attention to this until I wanted to add > a 6th, now 4 years later. When I popp

Re: Boot device question

2008-10-23 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Pratt wrote: > I have a server with 6 hot-swap SATA slots. It was delivered > with the first slot empty and 5 drives set up as /dev/ad4 through > /dev/ad12. I'd never paid attention to this until I wanted to add > a 6th, now 4 years later. When I

Re: man -t odd page size

2008-10-23 Thread Ian Smith
On Thu, 23 Oct 2008, Polytropon wrote: > On Thu, 23 Oct 2008 19:37:56 +1100 (EST), Ian Smith <[EMAIL PROTECTED]> > wrote: > > Polytropon: thanks for pdfman script - but does 'pdfman ipfw' work for > > you? Here the 'overprinting' is misaligned in gv, while others are ok. > > Yes, but it o

Boot device question

2008-10-23 Thread Chris Pratt
I have a server with 6 hot-swap SATA slots. It was delivered with the first slot empty and 5 drives set up as /dev/ad4 through /dev/ad12. I'd never paid attention to this until I wanted to add a 6th, now 4 years later. When I popped it in, I realized the empty bay was not 6 but rather bay 1, and o

Re: Locked out of Root

2008-10-23 Thread Jerry McAllister
On Wed, Oct 22, 2008 at 10:55:19PM -0400, APseudoUtopia wrote: > Hey, > > I have one user (other than root and the other system users) on my > box, and that user is _NOT_ in the wheel group. I also have root > logins disabled via SSH. This is a remote server and all I have is SSH > access. > > I

Re: Locked out of Root

2008-10-23 Thread Jerry McAllister
On Thu, Oct 23, 2008 at 10:50:29AM -0200, [EMAIL PROTECTED] wrote: > Hi, > > Another option would be if that umprivileged user is in sudoers > with permission to run the root shell (sudo -s). It doesn't need to be > in wheel to do that. Of course, it would take root to be put in. jerr

Re: Locked out of Root

2008-10-23 Thread Jerry McAllister
On Thu, Oct 23, 2008 at 02:43:47PM +0200, Wojciech Puchar wrote: > >>group, and root login is disabled in SSH. > >> > >>Thanks for any help/advice. > > > >You'll need to reboot in single-user mode. > >E.g., > >http://be-well.ilk.org/FreeBSD/doc/en_US.ISO8859-1/books/faq/admin.html#SU-WHEEL-GROUP >

Re: Locked out of Root

2008-10-23 Thread Jerry McAllister
On Wed, Oct 22, 2008 at 08:25:30PM -0700, Benjamin Lee wrote: > On 10/22/08 19:55, APseudoUtopia wrote: > > Hey, > > > > I have one user (other than root and the other system users) on my > > box, and that user is _NOT_ in the wheel group. I also have root > > logins disabled via SSH. This is a r

RE: samba - vista problems

2008-10-23 Thread Darryl Hoar
In windows world, username is machinename\username. So, if the Vista box is named mypc and your username is fred, The username you enter should be mypc\fred. Not sure if you have a freebsd password problem. Anyway, just more info to help you solve your problem. Darryl From: [EMAIL

Re: Locked out of Root

2008-10-23 Thread mdh
--- On Thu, 10/23/08, Lowell Gilbert <[EMAIL PROTECTED]> wrote: > From: Lowell Gilbert <[EMAIL PROTECTED]> > Subject: Re: Locked out of Root > To: "APseudoUtopia" <[EMAIL PROTECTED]> > Cc: freebsd-questions@freebsd.org > Date: Thursday, October 23, 2008, 7:44 AM > APseudoUtopia <[EMAIL PROTECTED]>

Re: man -t odd page size

2008-10-23 Thread Warren Block
On Thu, 23 Oct 2008, Gonzalo Nemmi wrote: A good start would just be determining which programs need to be modified. A check for similar work in other operating systems would be very useful. Finally, a proposal for the way to implement the change, and maybe even patches. Well .. we seem to h

Re: samba - vista problems

2008-10-23 Thread Jerry
On Thu, 23 Oct 2008 15:39:16 +0200 (CEST) Wojciech Puchar <[EMAIL PROTECTED]> wrote: >> Hello! > >I have some problems with my samba/vista "os" >I can't log on from my pc to the samba, it says every time that there >is a password/user problem, I tried to retype almost 50 times the >user/pass, to c

Re: GCC help

2008-10-23 Thread Jerry
On Thu, 23 Oct 2008 14:26:40 +0100 Bruce Cran <[EMAIL PROTECTED]> wrote: [snip] >Can't you set $CC to gcc44 or whatever to make the ports system use a >different version of gcc? UNTESTED: in /etc/make.conf file: CC=/usr/local/bin/gcc44 -- Jerry [EMAIL PROTECTED] It doesn't matter

Re: samba - vista problems

2008-10-23 Thread Dánielisz László
It works! Thank you very much! [2008/10/23 15:51:28, 1] smbd/service.c:make_connection_snum(1033) laci-laptop (192.168.1.4) connect to service laci_smb initially as user laci_smb (uid=1002, gid=1002) (pid 13213) - Original Message From: Valentin Bud <[EMAIL PROTECTED]> To: Dánielis

Re: samba - vista problems

2008-10-23 Thread Wojciech Puchar
Hello! I have some problems with my samba/vista "os" I can't log on from my pc to the samba, it says every time that there is a password/user problem, I tried to retype almost 50 times the user/pass, to change it but it don't works. do you ever meet this problem? no - i don't use

Re: samba - vista problems

2008-10-23 Thread Valentin Bud
On Thu, Oct 23, 2008 at 3:27 PM, Dánielisz László < [EMAIL PROTECTED]> wrote: > Yes, I got the following error message, but not every time, sometime its > just simply empty: > > # tail -f /var/log/samba/log.laci-laptop > [2008/10/23 14:51:36, 0] lib/util_sock.c:read_data(534) > read_data: read f

Re: GCC help

2008-10-23 Thread Bruce Cran
RW wrote: On Wed, 22 Oct 2008 10:07:09 -0400 Victor Farah <[EMAIL PROTECTED]> wrote: I was wondering how I would update gcc to version 4.2? I'm not sure I can just do a portupgrade gcc ?? If you install a later version of gcc it won't automatically get used because the port will use

samba - vista problems

2008-10-23 Thread Dánielisz László
Hello! I have some problems with my samba/vista "os" I can't log on from my pc to the samba, it says every time that there is a password/user problem, I tried to retype almost 50 times the user/pass, to change it but it don't works. do you ever meet this problem? Laci __

Re: Locked out of Root

2008-10-23 Thread Marcelo Souza
Hi, Another option would be if that umprivileged user is in sudoers with permission to run the root shell (sudo -s). It doesn't need to be in wheel to do that. On Wed, 22 Oct 2008, mdh wrote: |He said his unprivileged user isn't in the wheel group. | |To answer the initial question,

problem with" freebsd-update-upgrade.tgz.asc"

2008-10-23 Thread alasdair
Hi, I have downloaded the above script from http://www.daemonology.net/blog/2007-11-11-freebsd-major-version-upgrade.html Installed gpg all set up ok AFAICT. put the freebsd security officer's public key on my gpg keyring . Used the following command to verify the file: localhost# gpg --verif

Re: Locked out of Root

2008-10-23 Thread scuba
Hi, Another option would be if that umprivileged user is in sudoers with permission to run the root shell (sudo -s). It doesn't need to be in wheel to do that. On Wed, 22 Oct 2008, mdh wrote: |He said his unprivileged user isn't in the wheel group. | |To answer the initial question, you

Re: Locked out of Root

2008-10-23 Thread Wojciech Puchar
group, and root login is disabled in SSH. Thanks for any help/advice. You'll need to reboot in single-user mode. E.g., http://be-well.ilk.org/FreeBSD/doc/en_US.ISO8859-1/books/faq/admin.html#SU-WHEEL-GROUP -- and next time - do enable root login through ssh/rlogin/telnetd there is no securi

Re: Locked out of Root

2008-10-23 Thread Lowell Gilbert
APseudoUtopia <[EMAIL PROTECTED]> writes: > I have one user (other than root and the other system users) on my > box, and that user is _NOT_ in the wheel group. I also have root > logins disabled via SSH. This is a remote server and all I have is SSH > access. > > Is there any way that I can gain

Re: bsdlabel partiton c error message on new install

2008-10-23 Thread andys
Hi, the below was resolved by rebooting the server. After a reboot the device file /dev/da0s1g has been created, however this doesnt seem completely normal as sysinstall obviously expected to see the new device file immediately. Perhaps there is a prob with my system or is there just a probl

Re: Can't upgrade or deinstall phpMyAdmin

2008-10-23 Thread Mike Clarke
On Thursday 23 October 2008, Valentin Bud wrote: > May i ask a question. Why do you use phpmyadmin from ports? Mainly to keep life simple [1]. > It > installs lots of libraries hence possible security threats in the > future. Well this particular box is already loaded up with what many would

Re: scp

2008-10-23 Thread Callum Gibson
On 22Oct08 22:14, kalin m wrote: }> I usually cheat and grab a copy of ssh-copy-id from the web; I suspect }> your issue has to do with permissions for the .ssh directory and the }> authorized_keys file. }permissions are 600 for the file and 700 for .ssh Permission of the remote user's home dire

Re: man -t odd page size

2008-10-23 Thread en0f
Ian Smith wrote: > I doubt an 'immensely huge majority' of FreeBSD systems are located > outside the US (data at http://www.bsdstats.org/freebsd/countries.php > notwithstanding, reckoning Australia to have the most FreeBSD users :) whoa! All your bases are belong to down under! :D -- e

Re: man -t odd page size

2008-10-23 Thread Polytropon
On Thu, 23 Oct 2008 19:37:56 +1100 (EST), Ian Smith <[EMAIL PROTECTED]> wrote: > Polytropon: thanks for pdfman script - but does 'pdfman ipfw' work for > you? Here the 'overprinting' is misaligned in gv, while others are ok. Yes, but it outputs an error message: :2620: warning [p 25, 6.

Re: LOCALE ? FR-fr

2008-10-23 Thread Frank Bonnet
Polytropon wrote: On Thu, 23 Oct 2008 09:59:47 +0200, Frank Bonnet <[EMAIL PROTECTED]> wrote: Hello I would like one of our server acting as a WebDAV server to allow French characters in filename , how to do so ? I'm not sure which charset you will need, maybe ISO-8859-1 or -15 will do the jo

Re: man -t odd page size

2008-10-23 Thread Valentin Bud
hello, what do you know about this site: http://www.metricamerica.com/. i don't remember where i have read that America is going to apply the SI (ess eye) unit system. so things are going to change maybe even the A4 papersize. a good day, v On Thu, Oct 23, 2008 at 10:37 AM, Ian Smith <[EMAIL PROT

Re: LOCALE ? FR-fr

2008-10-23 Thread Polytropon
And I forgot: Set your terminals to cons25l1 in /etc/ttys. You can do that via sysinstall or edit the file manually: ttyv0 "/usr/libexec/getty Pc" cons25l1on secure This, in combination with the LC_* settings, should enable the input and output of the special characters you

Re: Can't upgrade or deinstall phpMyAdmin

2008-10-23 Thread Wojciech Puchar
following: # pwd /usr/ports/databases/phpmyadmin assuming it can't be changed by make config, modify port :) # make all-depends-list | grep x11 /usr/ports/x11/libXpm /usr/ports/x11/xextproto /usr/ports/x11/xproto /usr/ports/x11/libX11 /usr/ports/x11/libXext /usr/ports/x11-toolkits/libXt /usr/

Re: man -t odd page size

2008-10-23 Thread Ian Smith
On Wed, 22 Oct 2008 23:35:25 -0200 Gonzalo Nemmi <[EMAIL PROTECTED]> wrote: > On Wednesday 22 October 2008 10:38:40 pm Polytropon wrote: [..] Polytropon: thanks for pdfman script - but does 'pdfman ipfw' work for you? Here the 'overprinting' is misaligned in gv, while others are ok. > > I kn

Re: Can't upgrade or deinstall phpMyAdmin

2008-10-23 Thread Valentin Bud
On Thu, Oct 23, 2008 at 10:27 AM, Jeremy Chadwick <[EMAIL PROTECTED]>wrote: > On Thu, Oct 23, 2008 at 09:58:24AM +0200, Valentin Bud wrote: > > the main reason i don't like to install phpmyadmin from ports is the > > following: > > # pwd > > /usr/ports/databases/phpmyadmin > > > > # make all-depen

Re: Can't upgrade or deinstall phpMyAdmin

2008-10-23 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Valentin Bud wrote: | the main reason i don't like to install phpmyadmin from ports is the | following: | # pwd | /usr/ports/databases/phpmyadmin | | # make all-depends-list | grep x11 | /usr/ports/x11/libXpm | /usr/ports/x11/xextproto | /usr

Re: LOCALE ? FR-fr

2008-10-23 Thread Polytropon
On Thu, 23 Oct 2008 09:59:47 +0200, Frank Bonnet <[EMAIL PROTECTED]> wrote: > Hello > > I would like one of our server acting as a WebDAV server to allow > French characters in filename , how to do so ? I'm not sure which charset you will need, maybe ISO-8859-1 or -15 will do the job to allow acc

Re: Can't upgrade or deinstall phpMyAdmin

2008-10-23 Thread Jeremy Chadwick
On Thu, Oct 23, 2008 at 09:58:24AM +0200, Valentin Bud wrote: > the main reason i don't like to install phpmyadmin from ports is the > following: > # pwd > /usr/ports/databases/phpmyadmin > > # make all-depends-list | grep x11 > /usr/ports/x11/libXpm > /usr/ports/x11/xextproto > /usr/ports/x11/xpr

LOCALE ? FR-fr

2008-10-23 Thread Frank Bonnet
Hello I would like one of our server acting as a WebDAV server to allow French characters in filename , how to do so ? Thanks . ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: Can't upgrade or deinstall phpMyAdmin

2008-10-23 Thread Valentin Bud
On Thu, Oct 23, 2008 at 9:44 AM, Wojciech Puchar < [EMAIL PROTECTED]> wrote: > May i ask a question. Why do you use phpmyadmin from ports? It installs >> > > well i don't use phpmyadmin at all ;) > > lots of libraries hence possible security threats in the future. So >> instead >> of >> taking ca

Re: Extract Songs from DVD

2008-10-23 Thread Polytropon
On Thu, 23 Oct 2008 02:35:25 -0400, "John L. Templer" <[EMAIL PROTECTED]> wrote: > Polytropon wrote: > > % dd if=/dev/acd0t01 of=track01.cdr bs=2352 > > Very cool! I have a few questions though. I notice this doesn't work > for my Plextor CD writer. What, dd doesn't work from Plextor writer

Re: Can't upgrade or deinstall phpMyAdmin

2008-10-23 Thread Wojciech Puchar
May i ask a question. Why do you use phpmyadmin from ports? It installs well i don't use phpmyadmin at all ;) lots of libraries hence possible security threats in the future. So instead of taking care of updating a bunch of libraries just for phpmyadmin why don't you simply download it from ht

Re: Setting up gmirror

2008-10-23 Thread Wojciech Puchar
I thought the -s option was only applicable when using "-b split" for the balancing algorithm. Does "round-robin" not mean simply alternating between the two disks without ever splitting requests? no. it means for example with -s 65536 and 1MB request - it will split this request on 2 disks

Re: Can't upgrade or deinstall phpMyAdmin

2008-10-23 Thread Jeremy Chadwick
On Thu, Oct 23, 2008 at 08:59:57AM +0200, Valentin Bud wrote: > May i ask a question. Why do you use phpmyadmin from ports? It installs > lots of libraries hence possible security threats in the future. So instead > of > taking care of updating a bunch of libraries just for phpmyadmin why don't > y

Re: Can't upgrade or deinstall phpMyAdmin

2008-10-23 Thread Valentin Bud
May i ask a question. Why do you use phpmyadmin from ports? It installs lots of libraries hence possible security threats in the future. So instead of taking care of updating a bunch of libraries just for phpmyadmin why don't you simply download it from http://www.phpmyadmin.net/, put in the apache