Re: Problem with firefox

2005-07-10 Thread Rathgeb Markus

1 #!/bin/sh
2 ARGS=""
3 for i in "$@" ; do
4ARGS="$ARGS '$i'"
5 done
6 exec dchroot -c ia32 -d "`basename $TEST`" "$ARGS"

i changed the line 4 to
ARGS="$ARGS $i"
and it worked again


"The URL is not valid and cannot be loaded".
The problem comes from "http://";, if I simply write www.yahoo.com, it
works, but then firefox tells this address can't be found.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Debian pure-amd64 and sun-java

2005-06-22 Thread Rathgeb Markus

could it be, that following is missing on sun amd64 java?

javaws (web start)
browser (firefox, ...) plugins

??


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Question about abbreviations

2005-06-22 Thread Rathgeb Markus

you could use 'dict'

apt-get install dict



$dict PaS

4 definitions found

From The Collaborative International Dictionary of English v.0.48 [gcide]:

  Pas \Pas\, n. [F. See {Pace}.]
 1. A pace; a step, as in a dance. --Chaucer.
[1913 Webster]

 2. Right of going foremost; precedence. --Arbuthnot.
[1913 Webster]

From WordNet (r) 2.0 [wn]:

  pas
   n : (ballet) a step in dancing (especially in classical ballet)

From Virtual Entity of Relevant Acronyms (Version 1.9, June 2002) [vera]:

  PAS
   Publicly Available Specifications (ISO)



From Bouvier's Law Dictionary, Revised 6th Ed (1856) [bouvier]:

  PASS. In the slave states this word signifies a certificate given by the
  master or mistress to a slave, in which it is stated that he is 
permitted to
  leave his home, with the authority of his master or mistress. The 
paper on

  which such certificate is written is also called a pass.



$dict FTBFS

1 definition found

From Virtual Entity of Relevant Acronyms (Version 1.9, June 2002) [vera]:

  FTBFS
   Fails To Build From Source (Linux, Debian, slang)



but also this do not know all ;-)

$dict ANAIS

No definitions found for "anais", perhaps you mean:
gcide:  Nais  Anas  Anaks
wn:  Anas
vera:  aais


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: chroot and alsa

2005-06-22 Thread Rathgeb Markus

perhaps a other person should test it too :-)



i do not think that the gui is the problem

i prepared to install alsaplayer-alsa in mychroot (no alsaplayer-oss or
something else)

without bind mount:

[EMAIL PROTECTED]:~/downloads$ alsaplayer
ALSA lib confmisc.c:560:(snd_determine_driver) could not open control
for card 0
ALSA lib conf.c:3479:(_snd_config_evaluate) function
snd_func_card_driver returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_concat
returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:955:(snd_func_refer) error evaluating name
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_refer
returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib conf.c:3948:(snd_config_expand) Evaluate error: Datei oder
Verzeichnis nicht gefunden
ALSA lib pcm.c:2090:(snd_pcm_open_noupdate) Unknown PCM default
snd_pcm_open: Datei oder Verzeichnis nicht gefunden (default)
Failed to initialize plugin!
Failed to register plugin: /usr/lib/alsaplayer/output/libalsa_out.so
Failed to load output plugin "alsa". Trying defaults.
ALSA lib confmisc.c:560:(snd_determine_driver) could not open control
for card 0
ALSA lib conf.c:3479:(_snd_config_evaluate) function
snd_func_card_driver returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3479:(_snd_config_evaluate) function
[EMAIL PROTECTED]:~/downloads$ alsaplayer
ALSA lib confmisc.c:560:(snd_determine_driver) could not open control
for card 0
ALSA lib conf.c:3479:(_snd_config_evaluate) function
snd_func_card_driver returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_concat
returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:955:(snd_func_refer) error evaluating name
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_refer
returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib conf.c:3948:(snd_config_expand) Evaluate error: Datei oder
Verzeichnis nicht gefunden
ALSA lib pcm.c:2090:(snd_pcm_open_noupdate) Unknown PCM default
snd_pcm_open: Datei oder Verzeichnis nicht gefunden (default)
Failed to initialize plugin!
Failed to register plugin: /usr/lib/alsaplayer/output/libalsa_out.so
Failed to load output plugin "alsa". Trying defaults.
ALSA lib confmisc.c:560:(snd_determine_driver) could not open control
for card 0
ALSA lib conf.c:3479:(_snd_config_evaluate) function
snd_func_card_driver returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_concat
returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:955:(snd_func_refer) error evaluating name
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_refer
returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib conf.c:3948:(snd_config_expand) Evaluate error: Datei oder
Verzeichnis nicht gefunden
ALSA lib pcm.c:2090:(snd_pcm_open_noupdate) Unknown PCM default
snd_pcm_open: Datei oder Verzeichnis nicht gefunden (default)
Failed to initialize plugin!
/usr/lib/alsaplayer/output/libalsa_out.so failed to load
NOTE: THIS IS THE NULL PLUGIN.  YOU WILL NOT HEAR SOUND!!
[EMAIL PROTECTED]:~/downloads$
[EMAIL PROTECTED]:~/downloads$
[EMAIL PROTECTED]:~/downloads$
[EMAIL PROTECTED]:~/downloads$ alsaplayer
cat returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:955:(snd_func_refer) error evaluating name
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_refer
returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib conf.c:3948:(snd_config_expand) Evaluate error: Datei oder
Verzeichnis nicht gefunden
ALSA lib pcm.c:2090:(snd_pcm_open_noupdate) Unknown PCM default
snd_pcm_open: Datei oder Verzeichnis nicht gefunden (default)
Failed to initialize plugin!
/usr/lib/alsaplayer/output/libalsa_out.so failed to load
NOTE: THIS IS THE NULL PLUGIN.  YOU WILL NOT HEAR SOUND!!



with bind mound no error message

[EMAIL PROTECTED]:~/downloads$ alsaplayer


i have installed a alsa modem modul too, but that should not the problem.

are you sure you do not use the alsa oss emulation? if you think, that
dchroot with option -d should give an access to the 'normal' devices,
why is then there no /dev/snd in the chroot when i change with "dchroot
-c ia32 -d" to it?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: chroot and alsa

2005-06-21 Thread Rathgeb Markus

and now with bind mound /dev/snd
have a look to the lines:
alsa-init: 1 soundcard found, using: default
alsa: 44100 Hz/2 channels/4 bpf/57364 bytes buffer/Signed 16 bit Little 
Endian

AO: [alsa] 44100Hz 2ch s16le (2 bps)
Building audio filter chain for 44100Hz/2ch/s16le ->




$ dchroot -c ia32 -d mplayer Psyko.avi
(ia32) mplayer Psyko.avi
MPlayer 1.0pre7-3.3.5 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices Athlon 64 Clawhammer (Family: 8, Stepping: 10)
Detected cache-line size is 64 bytes
MMX2 supported but disabled
SSE supported but disabled
SSE2 supported but disabled
3DNow supported but disabled
3DNowExt supported but disabled
CPUflags:  MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX



Linux RTC init error in ioctl (rtc_irqp_set 1024): Invalid argument
Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system 
startup scripts.

Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : Permission denied
Can't init input joystick
Setting up LIRC support...
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support.
You will not be able to use your remote control.
Playing Psyko.avi.
AVI file format detected.
VIDEO:  [XVID]  640x480  24bpp  25.000 fps  396.6 kbps (48.4 kbyte/s)
==
Trying to force audio codec driver family libmad...
Opening audio decoder: [libmad] libmad mpeg audio decoder
AUDIO: 44100 Hz, 2 ch, s16le, 96.0 kbit/6.80% (ratio: 12000->176400)
Selected audio codec: [mad] afm:libmad (libMAD MPEG layer 1-2-3)
==
vo: X11 running at 1280x800 with depth 24 and 32 bpp (":0.0" => local 
display)

==
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
==
Checking audio filter chain for 44100Hz/2ch/s16le -> 44100Hz/2ch/s16le...
AF_pre: 44100Hz/2ch/s16le
alsa-init: 1 soundcard found, using: default
alsa: 44100 Hz/2 channels/4 bpf/57364 bytes buffer/Signed 16 bit Little 
Endian

AO: [alsa] 44100Hz 2ch s16le (2 bps)
Building audio filter chain for 44100Hz/2ch/s16le -> 44100Hz/2ch/s16le...
Starting playback...
.
.
.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: chroot and alsa

2005-06-21 Thread Rathgeb Markus

have a look to the lines:
alsa-init: no soundcards found: Success
AO: [oss] 44100Hz 2ch s16le (2 bps)




$ dchroot -c ia32 -d mplayer Psyko.avi
(ia32) mplayer Psyko.avi
MPlayer 1.0pre7-3.3.5 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices Athlon 64 Clawhammer (Family: 8, Stepping: 10)
Detected cache-line size is 64 bytes
MMX2 supported but disabled
SSE supported but disabled
SSE2 supported but disabled
3DNow supported but disabled
3DNowExt supported but disabled
CPUflags:  MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX



Linux RTC init error in ioctl (rtc_irqp_set 1024): Invalid argument
Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system 
startup scripts.

Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : Permission denied
Can't init input joystick
Setting up LIRC support...
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support.
You will not be able to use your remote control.
Playing Psyko.avi.
Cache fill:  0.00% (0 bytes)AVI file format detected.
VIDEO:  [XVID]  640x480  24bpp  25.000 fps  396.6 kbps (48.4 kbyte/s)
==
Trying to force audio codec driver family libmad...
Opening audio decoder: [libmad] libmad mpeg audio decoder
AUDIO: 44100 Hz, 2 ch, s16le, 96.0 kbit/6.80% (ratio: 12000->176400)
Selected audio codec: [mad] afm:libmad (libMAD MPEG layer 1-2-3)
==
vo: X11 running at 1280x800 with depth 24 and 32 bpp (":0.0" => local 
display)

==
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
==
Checking audio filter chain for 44100Hz/2ch/s16le -> 44100Hz/2ch/s16le...
AF_pre: 44100Hz/2ch/s16le
alsa-init: no soundcards found: Success
AO: [oss] 44100Hz 2ch s16le (2 bps)
Building audio filter chain for 44100Hz/2ch/s16le -> 44100Hz/2ch/s16le...
Starting playback...
VDec: vo config request - 640 x 480 (preferred csp: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [x11] 640x480 => 640x480 Planar YV12  [zoom]
SwScaler: using unscaled Planar YV12 -> BGRA special converter
[mpeg4 @ 0x558b2008]frame skip 8:  0.000   1/  1 ??% ??% ??,?% 0 0 91%
[mpeg4 @ 0x558b2008]frame skip 8:  0.004   2/  2 ??% ??% ??,?% 1 0 90%
A:  10.1 V:  10.1 A-V:  0.000 ct: -0.016 253/253 11%  7%  2.7% 7 0 63%
Exiting... (Quit)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: chroot and alsa

2005-06-21 Thread Rathgeb Markus

Marcin Dębicki schrieb:

I personally use dchroot with -d option (saving current environment) so
there is no need to map dev's. For more info read Debian amd64 howto and
follow steps for chroot and dchroot both. It should help I think

are you sure?
use gmplayer witch an soft link to do_chroot (described in the howto) - 
gmplayer says no audio device if i use alsa

i thougt -d is for environments and not for devices...


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



chroot and alsa

2005-06-21 Thread Rathgeb Markus

my bad english - i know ;-)

i use mplayer in my ia32 chroot (because of the codecs...)
but mplayer only used oss and not alsa.

so i have done this:

# mkdir /var/chroot/sid-ia32/dev/snd
# mount -t none -o bind /dev/snd /var/chroot/sid-ia32/dev/snd

and it worked
because of this i added to my /etc/fstab:

/dev/snd  /var/chroot/sid-ia32/dev/snd  none  bind  0 0

perhabs somebody would use alsa in the chroot too and i was able to help


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: smb mounted shares under chroot

2005-06-14 Thread Rathgeb Markus

(i know my english is bad)
i had had the same problem.
so i mounted the folders i want to see under my chroot in 
/var/chroot/sid-ia32/... and had an soft link to the normal position 
where i mounted that before.


fstab before:

/dev/sda6  /mnt/media_n  ext3   noauto,users,defaults  0 0

//winxp/f  /mnt/smb/fsmbfs 
noauto,users,username=BLABLA,password=*  0 0


---

then i have done:

mkdir -p /var/chroot/sid-ia32/mnt/media_n
mkdir -p /var/chroot/sid-ia32/mnt/smb/f
ln -s /mnt/media_n /var/chroot/sid-ia32/mnt/media_n
ln -s /mnt/smb/f /var/chroot/sid-ia32/mnt/smb/f

and in the chroot:

mkdir -p /var/chroot/
ln -s / /var/chroot/sid-ia32


fstab now:

/dev/sda6  /var/chroot/sid-ia32/mnt/media_n  ext3 
noauto,users,defaults  0 0


//winxp/f  /var/chroot/sid-ia32/mnt/smb/fsmbfs 
noauto,users,username=BLABLA,password=*  0 0



!!it worked fine!!



Takis Diakoumis schrieb:

Hi

 

I'm using openoffice under chroot. Two problems still remain - printing 
(I need to install printing under chroot also I think ???) and opening 
files mounted using samba.


 

The samba shares are mounted using a script on user login. These are 
visible under /home/username/smb-share


 

The home dirs are mounted under chroot via fstab as follows (from the 
superb debian-amd64 howto):


/home/var/chroot/sarge-ia32/homenonebind0   0

 

problem is that I can't see the mounted share under the above. The 
directory the share is mounted on is empty when looking at it via 
chroot. So I can't open (or save) any files from the mounted samba share 
using any programs running under chroot (in this case, openoffice).


 

Do I need to install samba under chroot also and have a separate mount 
for chroot as well?? And would this even work since I would be mounting 
at the same point its already mounted on under normal 64 operation???


 


I'm a little stumped here.

 


Perhaps I'm missing an option somewhere???

 


Any suggestions would be appreciated.

Thanks

 


Takis

 




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gnome-apt crashs

2005-06-03 Thread Rathgeb Markus

hi!
when i start gnome-apt and press ok to so alpha warning, it crashs.
can someone start gnome-apt whithout problems?

here the messages from the console


# gnome-apt

(gnome-apt:5048): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols 
specified are supported and host-based authentication failed.


(gnome-apt:5048): Gnome Apt Frontend-WARNING **: Hscrollbar

(gnome-apt:5048): Gnome Apt Frontend-WARNING **: Hscrollbar

(gnome-apt:5048): Gnome Apt Frontend-WARNING **: Hscrollbar

(gnome-apt:5048): Gnome Apt Frontend-WARNING **: Hscrollbar

(gnome-apt:5048): Gnome Apt Frontend-WARNING **: Hscrollbar

(gnome-apt:5048): Gnome Apt Frontend-WARNING **: Hscrollbar

(gnome-apt:5048): Gnome Apt Frontend-WARNING **: Hscrollbar

(gnome-apt:5048): Gnome Apt Frontend-WARNING **: Hscrollbar

(gnome-apt:5048): Gtk-CRITICAL **: gtk_widget_realize: assertion 
`GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed


(gnome-apt:5048): Gtk-CRITICAL **: gtk_widget_real_map: assertion 
`GTK_WIDGET_REALIZED (widget) == TRUE' failed


(gnome-apt:5048): Gdk-CRITICAL **: gdk_window_invalidate_rect: assertion 
`window != NULL' failed


_ THEN I PRESS OK _
_ and it crashes, whithout a new message...


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: k3b not writing dvd

2005-06-03 Thread Rathgeb Markus

DR GAVIN SEDDON schrieb:

On Wed, 2005-06-01 at 13:43 +0200, Rathgeb Markus wrote:


apt-file search growisofs


What do you mean by this, pls?




$ apt-cache show apt-file
Package: apt-file
Priority: optional
Section: base
Installed-Size: 92
Maintainer: Sebastien J. Gross <[EMAIL PROTECTED]>
Architecture: all
Version: 2.0.6
Depends: perl, gzip (>= 1.2.4), libconfigfile-perl, libapt-pkg-perl
Recommends: curl, wget
Suggests: ssh
Filename: pool/main/a/apt-file/apt-file_2.0.6_all.deb
Size: 11180
MD5sum: 8e53e1180d59cbea098d69474b3b11b3
Description: APT package searching utility -- command-line interface
 apt-file is a command line tool for searching packages for the APT
 packaging system.
 .
 Unlike apt-cache, you can search in which package a file is included
 or list the contents of a package without installing or fetching it.
 .
 Please read README file for curl or wget instructions.



apt-get install apt-file
apt-file update
apt-file search FILE_TO_SEARCH


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: gnome-system-monitor crashs

2005-06-02 Thread Rathgeb Markus

tony mancill schrieb:

Rathgeb Markus wrote:


gnome-system-moitor crashs every time i start it
can someone use gnome-system-monitor without problems?



It crashes for me as well.  Using strace, the SEGV comes after calling
stat() for the 3rd time on /var/chroot/sid-ia32/home, which is a bind mount
for one of my chroots.  When I unmount this filesystem, it starts normally.




all right, thanks. strace - i have forgotten :-)

it was the same problem, but it is an odd thing.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: gnome-system-monitor crashs

2005-06-02 Thread Rathgeb Markus

i would give more more information, but what are important?
i have an 'actual' pure-amd64 system, an own build kernel from the 
debian sources, xfree, gnome...

i do not get an error message when i run it from an terminal


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gnome-system-monitor crashs

2005-06-02 Thread Rathgeb Markus

gnome-system-moitor crashs every time i start it
can someone use gnome-system-monitor without problems?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: xscreensaver dos not run - Bug?

2005-06-01 Thread Rathgeb Markus

Alexander Fieroch schrieb:

Hello,

I can start xscreensaver-demo (4.21-3) and run all screensavers but
after the time elapses (set to 1 minute) and the screensaver should load
nothing happens.

Can anybody confirm this?

Regards,
Alexander





i have no problems with the screensaver - he starts after 10 minutes...


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: apt-get problems

2005-06-01 Thread Rathgeb Markus

A J Stiles schrieb:

Has something happened to some of the mirrors?

I have this for my /etc/apt/sources.list:

# Germany
deb http://ftp.de.debian.org/debian-amd64/pure64 sid main
deb-src http://ftp.de.debian.org/debian-amd64/pure64 sid main

and I'm getting

Err http://ftp.de.debian.org sid/main Packages
  404 Not Found
Ign http://ftp.de.debian.org sid/main Release
Err http://ftp.de.debian.org sid/main Sources
  404 Not Found
Ign http://ftp.de.debian.org sid/main Release
Failed to fetch 
http://ftp.de.debian.org/debian-amd64/pure64/dists/sid/main/binary-amd64/Packages.gz  
404 Not Found
Failed to fetch 
http://ftp.de.debian.org/debian-amd64/pure64/dists/sid/main/source/Sources.gz  
404 Not Found

Reading Package Lists... Done
W: Couldn't stat source package list http://ftp.de.debian.org sid/main 
Packages 
(/var/lib/apt/lists/ftp.de.debian.org_debian-amd64_pure64_dists_sid_main_binary-amd64_Packages) 
- stat (2 No such file or directory)

W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones 
used instead.


when I try to use apt-get update.

The thing is .  I now have quite a few packages on my system which have 
gone out-of-date.  Where is a good UK or European mirror to get them from?




perhabs you should try:
deb http://ftp.de.debian.org/debian-amd64/debian-pure64 unstable main 
contrib non-free



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: k3b not writing dvd

2005-06-01 Thread Rathgeb Markus

DR GAVIN SEDDON schrieb:

Hi,
When I try to create/burn a dvd with k3b it cannot find the growisofs
executable what need I install for this?
Thanks.
Gavin.





$ apt-file search growisofs
dvd+rw-tools: usr/bin/growisofs
dvd+rw-tools: usr/share/man/man1/growisofs.1.gz


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]