amd64: Fatal Trap 12 in high load situations

2010-02-06 Thread ms80
Hi I have a problem installing / upgrading FreeBSD 8.0-release on a new machine. The computers specs are: cpu: AMD Phenom II X4 board: Gigabyte MA790GPT-UD3H ram: 4x2GBytes DDR3/1333 hdd: 2xMaxtor STM31000528AS nic: 4x Intel(R) PRO/1000 and I'm running FreeBSD phenom2.localnet 8.0-RELEASE Free

/usr/ports/x11-toolkits/qt33: /usr/bin/ld: warning: libjpeg.so.10, needed by /usr/local/lib/libqt-mt.so, not found (try using -rpath or -rpath-link)

2010-02-06 Thread O. Hartmann
Since yesterday's portsnape and attempt updating my ports, ALL FreeBSD boxes (running FreeBSD 8.0/amd64) fail to update ports via 'portmaster -av' at the same point with the following error. It seems that that port jpeg-8 has been updated and now offering libjpeg.so.11 instead of the desired o

Re: amd64: Fatal Trap 12 in high load situations

2010-02-06 Thread Michael Powell
ms80 wrote: > Hi > > I have a problem installing / upgrading FreeBSD 8.0-release on a new > machine. > > The computers specs are: > > cpu: AMD Phenom II X4 > board: Gigabyte MA790GPT-UD3H > ram: 4x2GBytes DDR3/1333 > hdd: 2xMaxtor STM31000528AS > nic: 4x Intel(R) PRO/1000 [snip] > > > So here

[WORKAROUND] Re: /usr/ports/x11-toolkits/qt33: /usr/bin/ld: warning: libjpeg.so.10, needed by /usr/local/lib/libqt-mt.so, not found (try using -rpath or -rpath-link)

2010-02-06 Thread Ion-Mihai Tetcu
On Sat, 06 Feb 2010 11:13:08 +0100 "O. Hartmann" wrote: > Since yesterday's portsnape and attempt updating my ports, ALL > FreeBSD boxes (running FreeBSD 8.0/amd64) fail to update ports via > 'portmaster -av' at the same point with the following error. > > It seems that that port jpeg-8 has been

Re: [WORKAROUND] Re: /usr/ports/x11-toolkits/qt33: /usr/bin/ld: warning: libjpeg.so.10, needed by /usr/local/lib/libqt-mt.so, not found (try using -rpath or -rpath-link)

2010-02-06 Thread Ion-Mihai Tetcu
On Sat, 6 Feb 2010 12:49:52 +0200 Ion-Mihai Tetcu wrote: > On Sat, 06 Feb 2010 11:13:08 +0100 > "O. Hartmann" wrote: > > > Since yesterday's portsnape and attempt updating my ports, ALL > > FreeBSD boxes (running FreeBSD 8.0/amd64) fail to update ports via > > 'portmaster -av' at the same point

Re: amd64: Fatal Trap 12 in high load situations

2010-02-06 Thread ms80
Am Saturday 06 February 2010 11:38:25 schrob Michael Powell: > ms80 wrote: > > Hi > > > > I have a problem installing / upgrading FreeBSD 8.0-release on a new > > machine. > > > > The computers specs are: > > > > cpu: AMD Phenom II X4 > > board: Gigabyte MA790GPT-UD3H > > ram: 4x2GBytes DDR3/1333 >

backup terminal title

2010-02-06 Thread Dominic Fandrey
I just started to wonder how portmaster changes the window title of my terminal and why it doesn't change it back when it terminates. Some digging in the portmaster code showed up an escape sequence: printf "\033]0;%s\007" "YOUR TEXT GOES HERE" Unfortunately I am entirely clueless as to how one c

Re: backup terminal title

2010-02-06 Thread Matthias Apitz
El día Saturday, February 06, 2010 a las 01:38:11PM +0100, Dominic Fandrey escribió: > I just started to wonder how portmaster changes the window title > of my terminal and why it doesn't change it back when it > terminates. > > Some digging in the portmaster code showed up an escape sequence: >

Re: amd64: Fatal Trap 12 in high load situations

2010-02-06 Thread David N
On 6 February 2010 22:18, ms80 wrote: > Am Saturday 06 February 2010 11:38:25 schrob Michael Powell: >> ms80 wrote: >> > Hi >> > >> > I have a problem installing / upgrading FreeBSD 8.0-release on a new >> > machine. >> > >> > The computers specs are: >> > >> > cpu: AMD Phenom II X4 >> > board: Gi

Re: backup terminal title

2010-02-06 Thread Thomas Dickey
On Sat, Feb 06, 2010 at 01:38:11PM +0100, Dominic Fandrey wrote: > I just started to wonder how portmaster changes the window title > of my terminal and why it doesn't change it back when it > terminates. > > Some digging in the portmaster code showed up an escape sequence: > printf "\033]0;%s\007

Re: backup terminal title

2010-02-06 Thread Thomas Dickey
On Sat, Feb 06, 2010 at 01:55:55PM +0100, Matthias Apitz wrote: > El día Saturday, February 06, 2010 a las 01:38:11PM +0100, Dominic Fandrey > escribió: > > > I just started to wonder how portmaster changes the window title > > of my terminal and why it doesn't change it back when it > > terminat

Re: amd64: Fatal Trap 12 in high load situations

2010-02-06 Thread Michael Powell
ms80 wrote: [snip] > > Thank you for your reply. > I'm using two of this: OCZ3P1333LVAM4GK > (OCZ DDR3 AMD Edition, rated for 1333MHz at 1.65V). My Board is rated for > 1066 - 1600 MHz memory, and neither the website nor the manual say > anything about limitations with memory. Anyway: I didn't ov

Re: [WORKAROUND] Re: /usr/ports/x11-toolkits/qt33: /usr/bin/ld: warning: libjpeg.so.10, needed by /usr/local/lib/libqt-mt.so, not found (try using -rpath or -rpath-link)

2010-02-06 Thread Franci Nabalanci
There is a new jpeg 8 and you need to rebuild with for example portmaster -r jpeg-\* if you use a portmaster (there are instructions in /usr/ports/UPDATING). But antwhere I have a problem with arts where I get an error 1. I am trying again and will sent what kind of error I got. On Sat, Feb 6, 2

Re: backup terminal title

2010-02-06 Thread Dominic Fandrey
Matthias Apitz wrote: > El día Saturday, February 06, 2010 a las 01:38:11PM +0100, Dominic Fandrey > escribió: > >> I just started to wonder how portmaster changes the window title >> of my terminal and why it doesn't change it back when it >> terminates. >> >> Some digging in the portmaster code

Re: amd64: Fatal Trap 12 in high load situations

2010-02-06 Thread ms80
Am Saturday 06 February 2010 14:03:06 schrob David N: [snip] > > What power supply do you have? > How many watts? brand? > > If you have insufficient power, it may cause the system to become unstable. > > Regards > David N I tested with an Enermax EPR425AWT Pro82+ II, 425W wich was the psu I b

Re: amd64: Fatal Trap 12 in high load situations

2010-02-06 Thread ms80
Am Saturday 06 February 2010 14:37:16 schrob Michael Powell: > ms80 wrote: [snip] > > There seems to be a general feeling the newer AMD processors don't much > care for higher memory voltages. Try lowering your voltages and see if it > helps. > > I am successfully using this board with the CPU

Re: backup terminal title

2010-02-06 Thread Matthew Seaman
On 06/02/2010 13:55, Dominic Fandrey wrote: > Nice, but I need something that works with base system > components. Like an escape sequence that causes the terminal > to reset its title. Something like this for tcsh: set prompt = '%{\033]0;%...@%m:%/\007%}%B%m%b:%c03:%# ' Sets the window title t

Re: backup terminal title

2010-02-06 Thread Dominic Fandrey
Matthew Seaman wrote: > On 06/02/2010 13:55, Dominic Fandrey wrote: > >> Nice, but I need something that works with base system >> components. Like an escape sequence that causes the terminal >> to reset its title. > > Something like this for tcsh: > > set prompt = '%{\033]0;%...@%m:%/\007%}%B%m

Detecting cards in USB card reader

2010-02-06 Thread Mike Clarke
In an attempt to get round the problem that my Olympus C-2040Z camera won't communicate with FreeBSD versions above 6.4 I've installed an Akasa AK-ICR-01B internal card reader on my 8.0-RELEASE-p2 system. The reader is detected when the system boots and device nodes are created for da0, da1, da

Re: samba34 fails building on FreeBSD 8.0-STABLE: Compiling lib/memcache.c, lib/memcache.c:29: error: expected specifier-qualifier-list before 'uint8'

2010-02-06 Thread O. Hartmann
On 02/06/10 16:24, Timur I. Bakeyev wrote: Hi! On Fri, Feb 05, 2010 at 11:02:18AM +, O. Hartmann wrote: Trying to compile SAMAB 3.4 on FreeBSD 8.0/amd64 STABLE ends up in the following error and it seems a bit sticky. Check, that there is no memcache.h somewhere in your include paths, in

Re: samba34 fails building on FreeBSD 8.0-STABLE: Compiling lib/memcache.c, lib/memcache.c:29: error: expected specifier-qualifier-list before 'uint8'

2010-02-06 Thread Timur I. Bakeyev
Hi! On Fri, Feb 05, 2010 at 11:02:18AM +, O. Hartmann wrote: > Trying to compile SAMAB 3.4 on FreeBSD 8.0/amd64 STABLE ends up in the > following error and it seems a bit sticky. Check, that there is no memcache.h somewhere in your include paths, in particular in /usr/local/include. Also, t

How to set loader password

2010-02-06 Thread Erik Norgaard
Hi: I was looking in /boot/loader.rc and found these lines: \ Tests for password -- executes autoboot first if a password was defined check-password OK, great, so: How do I set this password? What does it protect? Didn't find documentation in loader(8) and no man-page for loader.rc. Thanks,

Re: How to set loader password

2010-02-06 Thread Nerius Landys
> I was looking in /boot/loader.rc and found these lines: > > \ Tests for password -- executes autoboot first if a password was defined > check-password > > OK, great, so: How do I set this password? What does it protect? Didn't find > documentation in loader(8) and no man-page for loader.rc. /boo

Re: backup terminal title

2010-02-06 Thread Dominic Fandrey
Dominic Fandrey wrote: > Matthew Seaman wrote: >> On 06/02/2010 13:55, Dominic Fandrey wrote: >> >>> Nice, but I need something that works with base system >>> components. Like an escape sequence that causes the terminal >>> to reset its title. >> Something like this for tcsh: >> >> set prompt = '%

Re: [WORKAROUND] Re: /usr/ports/x11-toolkits/qt33: /usr/bin/ld: warning: libjpeg.so.10, needed by /usr/local/lib/libqt-mt.so, not found (try using -rpath or -rpath-link)

2010-02-06 Thread Ion-Mihai Tetcu
On Sat, 6 Feb 2010 07:53:04 -0600 Franci Nabalanci wrote: > On Sat, Feb 6, 2010 at 4:58 AM, Ion-Mihai Tetcu > wrote: > > > On Sat, 6 Feb 2010 12:49:52 +0200 > > Ion-Mihai Tetcu wrote: > > > > > On Sat, 06 Feb 2010 11:13:08 +0100 > > > "O. Hartmann" wrote: > > > > > > > Since yesterday's ports

Fw: Re: sysinstall and mfs I'm out of Ideas.

2010-02-06 Thread Mark
--- On Sat, 2/6/10, Mark wrote: > From: Mark > Subject: Re: sysinstall and mfs I'm out of Ideas. > To: "Martin McCormick" > Date: Saturday, February 6, 2010, 12:17 AM > > > --- On Fri, 2/5/10, Martin McCormick > wrote: > > > From: Martin McCormick > > Subject: Re: sysinstall and mfs I'm

Re: samba34 fails building on FreeBSD 8.0-STABLE: Compiling lib/memcache.c, lib/memcache.c:29: error: expected specifier-qualifier-list before 'uint8'

2010-02-06 Thread Timur I. Bakeyev
Hi, Oliver! On Sat, Feb 6, 2010 at 4:46 PM, O. Hartmann wrote: > On 02/06/10 16:24, Timur I. Bakeyev wrote: >> On Fri, Feb 05, 2010 at 11:02:18AM +, O. Hartmann wrote: >>> >>> Trying to compile SAMAB 3.4 on FreeBSD 8.0/amd64 STABLE ends up in the >>> following error and it seems a bit sticky.

Re: Detecting cards in USB card reader

2010-02-06 Thread Polytropon
On Sat, 6 Feb 2010 15:11:11 +, Mike Clarke wrote: > Although this gets round the > problem I can't help feeling uncomfortable about attempting to write to > raw devices and was wondering if there was any suitable usbconfig or > HAL incantation which could be used to achieve the desired eff

Wireless Access Point

2010-02-06 Thread Bill Tillman
Okay I have finally decided to scrap my old D-Link wireless router in favor of my FreeBSD-8.0 server with a wireless NIC ral0. I have thus far got the NIC to come up and work as an access point. I can connect to this AP with my laptop computer via wireless. I'm running dhcpd on the FreeBSD serve

MPD5 Question

2010-02-06 Thread evert
Hello everyone, I've got MPD5 working on FreeBSD 8, i just got one question. When i add a user in mpd.secret and restart mpd with /usr/local/etc/rc.d/mpd5 restart, the user can login. But there is also a drawback, all currently logged in users get disconnected. Does anyone know if there is a way t

What is easiest way to build a BSD 8 binary on a BSD 7 box?

2010-02-06 Thread Peter Steele
I have a BSD 7 system with the full BSD 8 sources loaded on it, and we use this box to build our custom BSD 8 kernel and tools. We do not install the custom code on the BSD 7 box but simply collect the artifacts as a basis for our custom BSD 8 image. I have a standalone tool that has previously

Clarification Of In Place Upgrade Process

2010-02-06 Thread Tim Daneliuk
When migrating from 6.x to 7.x and to do system refreshes within a given release branch, I did/do this: - Get sources - mergemaster -i - make buildworld buildkernel - go single user - make installworld installkernel - reboot I now wish to do the sam

jail_list not working

2010-02-06 Thread claudiu vasadi
Hello folks, I need you help about this issue. If I write more than 1 jail inside the "jail_list" in rc.conf, neither of the jails are started. my system is a vmware workstation machine, with guest os freebsd 8.0-release. nothing is changed in the OS. here is the rc.conf: hostname="freebsd2" if

Re: best firewall for a web server

2010-02-06 Thread Iv Ray
Thank you all for your help. Two for PF and one for IPFILTER - I'll have to do some math now :) All best, Iv ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "fre

Re: Wireless Access Point

2010-02-06 Thread Warren Block
On Sat, 6 Feb 2010, Bill Tillman wrote: ... Now my new FreeBSD-8.0-STABLE server seems to be almost ready to take over for the D-Link router and my old FreeBSD server. I have two NIC's in this server, an ethernet cable one (bge0) and the wireless NIC (ral0) or wlan0. ...   I can ping outside a

Re: Wireless Access Point

2010-02-06 Thread Bill Tillman
--- On Sat, 2/6/10, Warren Block wrote: From: Warren Block Subject: Re: Wireless Access Point To: "Bill Tillman" Cc: freebsd-questions@freebsd.org Date: Saturday, February 6, 2010, 1:45 PM On Sat, 6 Feb 2010, Bill Tillman wrote: ... > Now my new FreeBSD-8.0-STABLE server seems to be almost

Re: MPD5 Question

2010-02-06 Thread evert
Hey, That i try'd already, but so far i dont really see a command which says reload password file or something like that. Doing a : load /usr/local/etc/mpd5/mpd.conf pptp_server Does also not work (tryed that also) Regards, Evert > Çäðàâñòâóéòå, Evert. > > Âû ïèñàëè 6 ôåâðàëÿ 2010 ã., 20:52:27:

Re: Wireless Access Point

2010-02-06 Thread Mark
--- On Sat, 2/6/10, Warren Block wrote: > From: Warren Block > Subject: Re: Wireless Access Point > To: "Bill Tillman" > Cc: freebsd-questions@freebsd.org > Date: Saturday, February 6, 2010, 1:45 PM > On Sat, 6 Feb 2010, Bill Tillman > wrote: > ... > > Now my new FreeBSD-8.0-STABLE server see

Re: [WORKAROUND] Re: /usr/ports/x11-toolkits/qt33: /usr/bin/ld: warning: libjpeg.so.10, needed by /usr/local/lib/libqt-mt.so, not found (try using -rpath or -rpath-link)

2010-02-06 Thread ajtiM
On Saturday 06 February 2010 04:49:52 Ion-Mihai Tetcu wrote: > On Sat, 06 Feb 2010 11:13:08 +0100 > > "O. Hartmann" wrote: > > Since yesterday's portsnape and attempt updating my ports, ALL > > FreeBSD boxes (running FreeBSD 8.0/amd64) fail to update ports via > > 'portmaster -av' at the same poi

Re: [WORKAROUND] Re: /usr/ports/x11-toolkits/qt33: /usr/bin/ld: warning: libjpeg.so.10, needed by /usr/local/lib/libqt-mt.so, not found (try using -rpath or -rpath-link)

2010-02-06 Thread ajtiM
On Saturday 06 February 2010 04:49:52 Ion-Mihai Tetcu wrote: > On Sat, 06 Feb 2010 11:13:08 +0100 > > "O. Hartmann" wrote: > > Since yesterday's portsnape and attempt updating my ports, ALL > > FreeBSD boxes (running FreeBSD 8.0/amd64) fail to update ports via > > 'portmaster -av' at the same poi

why update...

2010-02-06 Thread ajtiM
...if is doesn't work??? It is not the first time and I think the last too but I have a question anywhere: The problem is jpeg 8.0 which need to update many ports. It is not a problem if works. But if doesn't which is my case that is a problem. As I sent a previous mails about problem to rebui

how to control upload data in bittorrent clients

2010-02-06 Thread dhaneshk k
I am using transmission-daemon and tr ansmission web for accessing bittorrent sites. I have a slow connection, the problem is that 1) in the transmission web it showing downloading is 10 kbps to 30 kbps but uploading it shows 50 to 92 kbps my question is is it possible

Re: how to control upload data in bittorrent clients

2010-02-06 Thread Morgan Wesström
>I am using transmission-daemon and tr > ansmission web for accessing bittorrent sites. > > I have a slow connection, the problem is that > > > 1) in the transmission web it showing downloading is 10 kbps to 30 kbps > but uploading it shows 50 to 92 kbps > my question is

Re: Detecting cards in USB card reader

2010-02-06 Thread Mike Clarke
On Saturday 06 February 2010, Polytropon wrote: > I can understand this. Maybe accessing the "SCSI layer" of > the card reader can help? If > > % camcontrol reset all > > will cause the same effect (of creating the correct nodes in > /dev), you can be more precise (e. g. just reset da0); s

Re: MPD5 Question

2010-02-06 Thread Коньков Евгений
Здравствуйте, Evert. Вы писали 6 февраля 2010 г., 20:52:27: edn> Hello everyone, edn> I've got MPD5 working on FreeBSD 8, i just got one question. edn> When i add a user in mpd.secret and restart mpd with edn> /usr/local/etc/rc.d/mpd5 restart, the user can login. edn> But there is also a drawbac

Re: Wireless Access Point

2010-02-06 Thread Bill Tillman
--- On Sat, 2/6/10, Mark wrote: From: Mark Subject: Re: Wireless Access Point To: "Bill Tillman" Cc: "help help" Date: Saturday, February 6, 2010, 2:46 PM --- On Sat, 2/6/10, Warren Block wrote: > From: Warren Block > Subject: Re: Wireless Access Point > To: "Bill Tillman" > Cc: fre

Re: why update...

2010-02-06 Thread b. f.
>...if is doesn't work??? > >It is not the first time and I think the last too but I have a question >anywhere: > >The problem is jpeg 8.0 which need to update many ports. It is not a problem >if works. But if doesn't which is my case that is a problem. As I sent a >previous mails about problem to

Howto run privileged commands on login/logout

2010-02-06 Thread Erik Norgaard
Hi: I'm playing around with diskless operation. I'd like to be able to run privileged commands when a user logins or logs out: - on login, nfs mount the user's home directory (ok, not critical, I can mount /home) - on logout a system reboot to clean up any temporary files left from the sessi

Re: Howto run privileged commands on login/logout

2010-02-06 Thread Rob Farmer
On Sat, Feb 6, 2010 at 4:55 PM, Erik Norgaard wrote: > Hi: > > I'm playing around with diskless operation. I'd like to be able to run > privileged commands when a user logins or logs out: > > - on login, nfs mount the user's home directory (ok, not critical, I can > mount /home) > - on logout a sy

Re: What is easiest way to build a BSD 8 binary on a BSD 7 box?

2010-02-06 Thread Pieter de Goeje
On Saturday 06 February 2010 20:22:13 Peter Steele wrote: > I have a BSD 7 system with the full BSD 8 sources loaded on it, and we use > this box to build our custom BSD 8 kernel and tools. We do not install the > custom code on the BSD 7 box but simply collect the artifacts as a basis > for our cu

Re: Howto run privileged commands on login/logout

2010-02-06 Thread Pieter de Goeje
On Sunday 07 February 2010 01:55:02 Erik Norgaard wrote: > I'm playing around with diskless operation. I'd like to be able to run > privileged commands when a user logins or logs out: > > - on login, nfs mount the user's home directory (ok, not critical, I can > mount /home) This can be done using

Re: backup terminal title

2010-02-06 Thread perryh
> I wish to use the "\033]0;%s\007" sequence in a shell-script to > set the title of a terminal. But only if I am able to undo it. > > My requirement is that this must be done without using anything > outside the base system. There is an escape sequence which will cause the terminal to echo back

RE: What is easiest way to build a BSD 8 binary on a BSD 7 box?

2010-02-06 Thread Peter Steele
Okay, that looks doable. I'll see how this works out. Thanks very much for the info! -Original Message- From: Pieter de Goeje [mailto:pie...@degoeje.nl] Sent: Saturday, February 06, 2010 5:28 PM To: freebsd-questions@freebsd.org Cc: Peter Steele Subject: Re: What is easiest way to build

Modules and Custom Kernels

2010-02-06 Thread James Colannino
Hey everyone. Please bear with me as I'm very new to FreeBSD. I've recently started building a custom kernel after having had to apply a patch to enable support for my wireless device (Atheros 9285) in 8.0-RELEASE, and had a quick question about the process in general. According to the document

Re: backup terminal title

2010-02-06 Thread Warren Block
On Sat, 6 Feb 2010, per...@pluto.rain.com wrote: I wish to use the "\033]0;%s\007" sequence in a shell-script to set the title of a terminal. But only if I am able to undo it. My requirement is that this must be done without using anything outside the base system. There is an escape sequence

Re: Howto run privileged commands on login/logout

2010-02-06 Thread perryh
Erik Norgaard wrote: > I'm playing around with diskless operation. I'd like to be able > to run privileged commands when a user logins or logs out: > > - on login, nfs mount the user's home directory (ok, not critical, > I can mount /home) Or, better yet, use an automounter. > - on logout a syst

Re: Clarification Of In Place Upgrade Process

2010-02-06 Thread RW
On Sat, 06 Feb 2010 13:00:23 -0600 Tim Daneliuk wrote: > When migrating from 6.x to 7.x and to do system refreshes within a > given release branch, I did/do this: > > - Get sources > - mergemaster -i > - make buildworld buildkernel I'm pretty sure you are supposed to install

Re: how to control upload data in bittorrent clients

2010-02-06 Thread RW
On Sat, 06 Feb 2010 23:14:45 +0100 Morgan Wesström wrote: > > 1) in the transmission web it showing downloading is 10 kbps > > to 30 kbpsbut uploading it shows 50 to 92 kbps my question > > is is it possible to limit the uploading data rate , how can I do > > this ? > > Check out

Re: backup terminal title

2010-02-06 Thread perryh
Warren Block wrote: > What's the sequence for reading the terminal title? If I remembered it I'd have included it :) The first 3 results from Googling "xterm escape sequences" are rtfm.etla.org/xterm/ctlseq.html www.faqs.org/docs/Linux-mini/Xterm-Title.html www.kitebird.com/csh-tcsh-boo

Re: backup terminal title

2010-02-06 Thread Warren Block
On Sat, 6 Feb 2010, per...@pluto.rain.com wrote: Warren Block wrote: What's the sequence for reading the terminal title? If I remembered it I'd have included it :) I did some unsuccessful searching for "query xterm title" earlier today. The first 3 results from Googling "xterm escape seq

Re: amd64: Fatal Trap 12 in high load situations

2010-02-06 Thread ms80
Am Saturday 06 February 2010 10:17:05 schrob ms80: > Hi > > I have a problem installing / upgrading FreeBSD 8.0-release on a new > machine. > > The computers specs are: > > cpu: AMD Phenom II X4 > board: Gigabyte MA790GPT-UD3H > ram: 4x2GBytes DDR3/1333 > hdd: 2xMaxtor STM31000528AS > nic: 4x I

Re: backup terminal title

2010-02-06 Thread Dominic Fandrey
per...@pluto.rain.com wrote: >> I wish to use the "\033]0;%s\007" sequence in a shell-script to >> set the title of a terminal. But only if I am able to undo it. >> >> My requirement is that this must be done without using anything >> outside the base system. > > There is an escape sequence which