Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

debian-user-digest Digest V2007 #1849

From: <debian-user-digest-request(at)lists.debian.org>
Date: Tue Jun 26 2007 - 06:20:06 EDT


Content-Type: text/plain

debian-user-digest Digest Volume 2007 : Issue 1849

Today's Topics:

  Re: size and position of iceweasel w  [ Liam O'Toole  ]
  Re: set up Xserver for etch upgrade   [ rocky  ]
  [Now really OT]Re: OT: QEMU Package   [ Johannes Wiedersich  ]
  Re: cups-pdf                          [ Dan H  ]
  Re: [Now really OT]Re: OT: QEMU Pack  [ Mike McCarty  ]
  Re: set up Xserver for etch upgrade   [ Florian Kulzer  ]
  Re: set up Xserver for etch upgrade   [ Florian Kulzer  ]
  Re: Advise and direction required: N  [ Kevin Mark  ]
  Advise and direction required: Netwo  [ "Nick Adie"  ]
  Re: Epiphany crashes                  [ "Karl E. Jorgensen" 

Date: Tue, 26 Jun 2007 06:33:45 +0100
From: Liam O'Toole <liam.p.otoole@gmail.com> To: debian-user@lists.debian.org
Subject: Re: size and position of iceweasel window

Message-ID:  <20070626063345.5cd7f56a@po>
Content-Type:  text/plain; charset=US-ASCII
Content-Transfer-Encoding:  7bit

On Mon, 25 Jun 2007 22:06:12 -0400
Steve Kleene <skdeb@syrano.acb.uc.edu> wrote:

> On Mon, 25 Jun 2007 16:58:45 -0400, I wrote:
>
> > I added this to .Xresources:
> > Firefox-bin.geometry: 800x977+0+0
> >
> > and it was ignored. As judged by ls -lu, the file isn't accessed
> > when I bring up a firefox window.
>
> On Mon, 25 Jun 2007 23:51:37 GMT, s. keeling replied:
>
> > Add "xrdb -merge ~/.Xresources" to ~/.xsession or ~/.xinitrc (or
> > both), then restart X.
>
> Thanks. After that .Xresources was read during startx, but the
> placement of the firefox window still seemed random, even if I
> deleted localstore.rdf. I think firefox may just ignore the setting
> in .Xresources.
>
>

It does respect other settings in the X resource database, for example the DPI setting, Xft.dpi. But it seems it will not be told where to place a window :-(

-- 

Liam

Date: Mon, 25 Jun 2007 23:07:21 -0700 From: Jim McCloskey <mcclosk@ucsc.edu> To: debian-user@lists.debian.org Subject: mATX motherboard Message-ID: <20070626060721.GA22810@ohlone> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Does anyone know how this motherboard: Intel Core 2 Duo mATX Part Number: BOXD946GZISSL might fare under an install of Debian etch? Any experiences to report? Thanks very much indeed for any advice or pointers to useful information. Jim

Date: Tue, 26 Jun 2007 06:09:42 -0000 From: rocky <rocky2winnie@gmail.com> To: debian-user@lists.debian.org Subject: Re: set up Xserver for etch upgrade Message-ID: <1182838182.070614.269930@g37g2000prf.googlegroups.com> Content-Type: text/plain; charset="us-ascii" On Jun 26, 2:00 am, Florian Kulzer <florian.kulzer+deb...@icfo.es> wrote:
> On Mon, Jun 25, 2007 at 08:56:04 -0000,rockywrote:
>
> [ snip: A problem with /dev/psmouse was solved by purging the hotplug
> package. ]
>
>
>
> > Yes, I go ahead and upgrade the linux-image to 2.6.18 and reload udev.
> > Now it seems the mouse problem is gone but I still not be able to
> > startx. Because the system tells me:
>
> > $-----------------------snap begin------------------------------------$
> > (EE) AIGLX: Screen 0 is not DRI capable
> > error opening security policy file /etc/X11/xserver/SecurityPolicy
> > xkb_keycodes { include "xfree86+aliases(qwerty)" };
> > xkb_types { include "complete" };
> > xkb_compatibility { include "complete" };
> > xkb_symbols { include "pc(pc105)+us" };
> > xkb_geometry { include "pc(pc104)" };
>
> > Fatal server error:
> > could not open default font 'fixed'
> > XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
> > after 0 requests (0 known processed) with 0 events remaining.
> > $--------------------------snap end----------------------------------------$
>
> You probably need to change the font paths in your /etc/X11/xorg.conf;
> see here:
>
> http://lists.debian.org/debian-user/2006/05/msg02096.html
>
> If you cannot figure out what to do then you can post the output of
>
> awk '/Section "Files"/,/EndSection/' /etc/X11/xorg.conf
>
> so that we can have a look at the relevant part of your configuration
> file.
>
> --
> Regards, |http://users.icfo.es/Florian.Kulzer
> Florian |
>
> --
> To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Hey, This is the output of the command $-------------------code begin----------------------------$ LIJIANG:~# awk '/Section "Files"/,/EndSection/' /etc/X11/xorg.conf Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/ TrueType" EndSection $---------------------code end ------------------------------$ But I still get the below error $----------------error begin-----------------------------$ (EE) AIGLX: Screen 0 is not DRI capable error opening security policy file /etc/X11/xserver/SecurityPolicy xkb_keycodes { include "xfree86+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compatibility { include "complete" }; xkb_symbols { include "pc(pc105)+us" }; xkb_geometry { include "pc(pc104)" }; Fatal server error: could not open default font 'fixed' XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining. $----------------error end-----------------------------$ Comment out the glx module in Module section would eliminate the above (EE) problem. but the rest errors remain. If I copy the SecurityPolicy file from my Ubuntu machine to Debian box's /etc/X11/xserver. the only problems left are xkb_ related errors and the fatal error part. I even aptitude purge the x-window-system away and load it back. But it still not work. Do I need to reinstall the whole Debian Etch? Thanks a lot for your patience and help! I do appreciate it! Blessings, Rocky

Date: Tue, 26 Jun 2007 09:19:06 +0200 From: Johannes Wiedersich <johannes@physik.blm.tu-muenchen.de> To: debian-user@lists.debian.org Subject: [Now really OT]Re: OT: QEMU Package faster Message-ID: <4680BDEA.2020605@physik.blm.tu-muenchen.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mike McCarty wrote:
> Andrew J. Barr wrote:
>>
>> kqemu allows code to be executed directly and natively on the
>> bare-metal processor under certain conditions. This takes QEMU's
>> dynamic translation engine out of the picture and allows for
>> near-native performance of x86-on-x86 (32 or 64 bit) situations.
>>
>> It turns kqemu into less of an emulator and more of a virtualizer, if
>> that makes any sense to you.
>>
>
> It does, but I haven't been able to get it to compile.
So, why don't you just use debian after all? It seems you've been on this list long enough to dare to ditch your fedora for the universal OS. :-D Johannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGgL3qC1NzPRl9qEURAuzaAJ92FNzf5O+e+1reSuMI4ApYo5LkAACdFmcV rbjgfq0xttuOuhyNKQse0N0= =L0gM -----END PGP SIGNATURE-----

Date: Tue, 26 Jun 2007 09:40:47 +0200 From: Dan H <dunno@stoptrick.com> To: debian-user@lists.debian.org Subject: Re: screenshot Message-Id: <20070626094047.78464411.dunno@stoptrick.com> Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Tue__26_Jun_2007_09_40_47_+0200_uHOornLJak46SGsI" --Signature=_Tue__26_Jun_2007_09_40_47_+0200_uHOornLJak46SGsI Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Thu, 21 Jun 2007 11:53:51 +0100 Jose Rodriguez <josec.rodriguez@gmail.com> wrote:
> I quickly tried scrot and, out of its man page, I'm not sure which
> formats does it support, can anybody give me a hint?
It seems to only do PNG. Doesn't matter; just pipe it through some netpbm tools (which I prefer) or imagemagick. --D. --Signature=_Tue__26_Jun_2007_09_40_47_+0200_uHOornLJak46SGsI Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGgMMRGdM4FB223AcRAh9fAJ9+q5r1pJXDu4BY2p9tD9N74U6CNwCdGDIZ WxkxY+MQGoVIEVsibla0r90= =h4de -----END PGP SIGNATURE----- --Signature=_Tue__26_Jun_2007_09_40_47_+0200_uHOornLJak46SGsI--

Date: Tue, 26 Jun 2007 09:48:38 +0200 From: Dan H <dunno@stoptrick.com> To: debian-user@lists.debian.org Subject: Re: cups-pdf Message-Id: <20070626094838.7c98dbc8.dunno@stoptrick.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 21 Jun 2007 23:17:29 +0200 "Mirco Piccin" <pictux@gmail.com> wrote:
> if [ `echo $2 | grep -ce "\.[Pp][Dd][Ff]"` -le 0 ]
> then
> echo `date` " - ERR: This scripts accepts only PDF format as
> input file!!! ($2)" >> $LOGFILE 2>&1
> exit 1
> fi
This is IMO too Windows-like -- just relying on a filename to guess content. I'd do it like this: if [ "$(file -bi $2)" = "application/pdf" ] ... --D.

Date: Tue, 26 Jun 2007 03:01:53 -0500 From: Mike McCarty <Mike.McCarty@sbcglobal.net> To: debian-user@lists.debian.org Subject: Re: [Now really OT]Re: OT: QEMU Package faster Message-ID: <4680C7F1.6080807@sbcglobal.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Johannes Wiedersich wrote: >[mike wrote]
>>Andrew J. Barr wrote:
>>
>>>kqemu allows code to be executed directly and natively on the
>>>bare-metal processor under certain conditions. This takes QEMU's
>>>dynamic translation engine out of the picture and allows for
>>>near-native performance of x86-on-x86 (32 or 64 bit) situations.
>>>
>>>It turns kqemu into less of an emulator and more of a virtualizer, if
>>>that makes any sense to you.
>>>
>>
>>It does, but I haven't been able to get it to compile.
>
>
> So, why don't you just use debian after all? It seems you've been on
> this list long enough to dare to ditch your fedora for the universal OS. :-D
Well, one reason is that I checked again, and QEMU actually does eat lots of CPU on Debian. I'd rather use CentOS, I think. Mike -- p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} Oppose globalization and One World Governments like the UN. This message made from 100% recycled bits. You have found the bank of Larn. I can explain it for you, but I can't understand it for you. I speak only for myself, and I am unanimous in that!

Date: Tue, 26 Jun 2007 11:25:45 +0300 From: Atis <atis@BEST.eu.org> To: "Orestes leal" <orestesleal13022@cha.jovenclub.cu> Cc: debian-user@lists.debian.org Subject: Re: NeroLinux Message-ID: <945196e0706260125t42c710dfu530c85ec458f4a50@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 6/25/07, Orestes leal <orestesleal13022@cha.jovenclub.cu> wrote:
>
> Hi Folks!
>
> Recently i've installed NeroLinux to taste the linux version, at that moment
> I didn't get the key, passed a few days when I execute NeroLinux this show me
> a alert box that "this program has expired", so I delete the $HOME/.nero folder,
> reinstalled nero but this won't work, I couldn' imagine WHERE nerolinux store this
> kind of information to detect the amount of time used and then show this message and exit, any help?
Did it required you to enter root's password? If yes, it could be written anywhere in system. If no, you could try to install it for another user. And check, is your /tmp/ empty after each reboot. Regards, Atis

Date: Tue, 26 Jun 2007 10:24:47 +0200 From: Florian Kulzer <florian.kulzer+debian@icfo.es> To: debian-user@lists.debian.org Subject: Re: set up Xserver for etch upgrade Message-ID: <20070626082447.GA30670@localhost> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jun 26, 2007 at 03:04:25 -0000, rocky wrote: [...]
> Hey,
>
> further trouble shooting tells me I do not have SecurityPolicy file
> in /etc/X11/xserver directory as well.
>
> What should I do? Can I just download the file from somewhere?
/etc/X11/xserver/SecurityPolicy is part of the xserver-xorg-core package. What output do you get for dpkg -l xserver-xorg-core -- Regards, | http://users.icfo.es/Florian.Kulzer Florian |

Do you need more help?X

Date: Tue, 26 Jun 2007 10:46:58 +0200 (CEST) From: Torok Balint <toba12@freemail.hu> To: Daniel Burrows <dburrows@debian.org> Cc: debian-user@lists.debian.org Subject: Re: Purge leaves some files Message-ID: <freemail.20070526104658.77455@fm10.freemail.hu> Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-2 Content-Transfer-Encoding: QUOTED-PRINTABLE Helo! Thank you everyone for the help I received. I have tried to install/purge the same applications with aptitude on another computer and all went well. I conclude that the problem came into existance becouse apt-get did not purge the package dependencies along with the original package. Apt-get tried to purge only the "original" package, but left its dependencies intact. Now the problem is there, how can I correct it? How can I delete the leftover files? I should determine somehow what where the demendencies, and purge them too with apt-get? Would this delete the leftover files to? Toba Daniel Burrows <dburrows@debian.org> =EDrta:
> There are two possibilities:
>=20
> (1) you still have a package installed that owns those
files. This
> is likely the case for the stuff under /usr/share/doc.
>=20
> You can find out which packages have installed a
file with
> dpkg -S (filename).
>=20
> (2) the package is buggy and doesn't clean up after
itself. This is
> likely the caes for stuff under /etc.
>=20
> In this case, slap the maintainer with a bug report.
>=20
> Daniel
>=20
=0A=0A15% KEDVEZM=C9NY minden PLASZTIKAI M=DBT=C9TRE az Aesthetica orvosi k= =F6zpontban! Klikk ide!http://www.webdesign.hu/aesthetica/flash_microsite/?= id=3D9;p_code=3D2079

Date: Tue, 26 Jun 2007 10:44:44 +0200 From: Florian Kulzer <florian.kulzer+debian@icfo.es> To: debian-user@lists.debian.org Subject: Re: set up Xserver for etch upgrade Message-ID: <20070626084444.GB30670@localhost> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jun 26, 2007 at 06:09:42 -0000, rocky wrote: [...]
> This is the output of the command
>
> $-------------------code begin----------------------------$
> LIJIANG:~# awk '/Section "Files"/,/EndSection/' /etc/X11/xorg.conf
> Section "Files"
> FontPath "/usr/share/fonts/X11/misc"
> FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
> FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
> FontPath "/usr/share/fonts/X11/Type1"
> FontPath "/usr/share/fonts/X11/100dpi"
> FontPath "/usr/share/fonts/X11/75dpi"
> # path to defoma fonts
> FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/
> TrueType"
> EndSection
> $---------------------code end ------------------------------$
That looks OK to me.
> But I still get the below error
> $----------------error begin-----------------------------$
> (EE) AIGLX: Screen 0 is not DRI capable
> error opening security policy file /etc/X11/xserver/SecurityPolicy
> xkb_keycodes { include "xfree86+aliases(qwerty)" };
> xkb_types { include "complete" };
> xkb_compatibility { include "complete" };
> xkb_symbols { include "pc(pc105)+us" };
> xkb_geometry { include "pc(pc104)" };
>
> Fatal server error:
> could not open default font 'fixed'
> XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
> after 0 requests (0 known processed) with 0 events remaining.
> $----------------error end-----------------------------$
>
> Comment out the glx module in Module section would eliminate the above
> (EE) problem.
The AIGLX error should not keep X from starting. We can worry about it later.
> but the rest errors remain. If I copy the SecurityPolicy
> file from my Ubuntu machine to Debian box's /etc/X11/xserver. the only
> problems left are xkb_ related errors and the fatal error part.
Regarding the SecurityPolicy file: See my other message. The xkb_ output is normal, it just tells you how the keyboard is configured. We still need to get rid of the "could not open default font 'fixed'" fatal error.
> I even aptitude purge the x-window-system away and load it back. But
> it still not work. Do I need to reinstall the whole Debian Etch?
No, you definitely do not have to reinstall Etch just to get X working. At most you need to purge all Xorg (and old XFree86) packages and install them again. However, before you do that check out these links: http://www.debian.org/releases/stable/i386/release-notes/ch-information.en.html#s-xorg http://wiki.debian.org/Xorg69To7#head-fdbbfad9b02233b11ba1572a631827697766afc4 According to the Debian wiki, I would try this: dpkg --purge --force-depends xfonts-base aptitude install xfonts-base If that still does not help then you should post the output of: dpkg -l x{org,server,fonts}\* | awk '/^ii/{print $2,$3}' -- Regards, | http://users.icfo.es/Florian.Kulzer Florian |

Date: Tue, 26 Jun 2007 11:03:46 +0200 From: "Mirco Piccin" <pictux@gmail.com> To: "Dan H" <dunno@stoptrick.com> Cc: debian-user@lists.debian.org Subject: Re: cups-pdf Message-ID: <ff8e9dfe0706260203h382ceaf6pa100e9558f29e042@mail.gmail.com> Content-Type: multipart/alternative; boundary="----=_Part_25458_10364259.1182848626157" ------=_Part_25458_10364259.1182848626157 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks!
> if [ `echo $2 | grep -ce "\.[Pp][Dd][Ff]"` -le 0 ]
> > then
> > echo `date` " - ERR: This scripts accepts only PDF format as
> > input file!!! ($2)" >> $LOGFILE 2>&1
> > exit 1
> > fi
>
> This is IMO too Windows-like -- just relying on a filename to guess
> content. I'd do it like this:
>
> if [ "$(file -bi $2)" = "application/pdf" ] ...
>
> --D.
>
I'll update the script. Anyway, it seems that is possible to do the same thing working directly on the 'gs' string in the /etc/cups/cups-pdf.conf, in the section 'GSCall'. Infact i find out that a sintax like "gs watermark_file.ps file.ps" do the same as the script above. I'll try also this way. Regards ------=_Part_25458_10364259.1182848626157 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks!<br><br> <div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; if [ `echo $2 | grep -ce &quot;\.[Pp][Dd][Ff]&quot;` -le 0 ]<br>&gt;&nbsp;&nbsp; then<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; echo `date` &quot; - ERR: This scripts accepts only PDF format as <br>&gt; input file!!! ($2)&quot; &gt;&gt; $LOGFILE 2&gt;&amp;1<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; exit 1<br>&gt; fi<br><br>This is IMO too Windows-like -- just relying on a filename to guess content. I&#39;d do it like this:<br><br>if [ &quot;$(file -bi $2)&quot; = &quot;application/pdf&quot; ] ... <br><br>--D.<br> </blockquote></div><br><br>I&#39;ll update the script.<br><br>Anyway, it seems that is possible to do the same thing working directly on the &#39;gs&#39; string in the /etc/cups/cups-pdf.conf, in the section &#39;GSCall&#39;. <br>Infact i find out that a sintax like &quot;gs watermark_file.ps file.ps&quot; do the same as the script above.<br>I&#39;ll try also this way.<br><br><br>Regards<br><br> ------=_Part_25458_10364259.1182848626157--

Date: Tue, 26 Jun 2007 06:01:09 -0400 From: Kevin Mark <kevin.mark@verizon.net> To: debian-user@lists.debian.org Subject: Re: Advise and direction required: Network File Server Access Message-ID: <20070626100109.GA3612@feisty.myhome.westell.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 26, 2007 at 10:45:18AM +0100, Nick Adie wrote:
> Hi
> =20
> I have a Network File Server (Netgear NSLU2) which I would like to access=
from
> my Debian Webserver, in order to store backups created via 'backup-manage=
r'.
> =20
> I have read-up on samba and sbmclient and am totally confused as to which=
one
> to install.
> =20
> Regards
> Nick
Like any good server-client combo, you install the server portion on the server and the client portion on the client. So, the nslug gets 'samba' and the webserver gets smbclient or an entry in fstab. This[0] seems to explain it. [0] http://www.cyberciti.biz/faq/configure-a-system-to-automount-a-samba-sh= are-with-etcfstab/ --=20 | .''`. =3D=3D Debian GNU/Linux =3D=3D | my web site: | | : :' : The Universal |mysite.verizon.net/kevin.mark/| | `. `' Operating System | go to counter.li.org and | | `- http://www.debian.org/ | be counted! #238656 | | my keyserver: subkeys.pgp.net | my NPO: cfsg.org | |join the new debian-community.org to help Debian! | |_______ Unless I ask to be CCd, assume I am subscribed _______| --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGgOPlv8UcC1qRZVMRAu8fAJ9dVuWbwuxBmGm3FIbZh9oEuYzu+gCfaST6 f/Oy1WD3siZvI3902pZGIdk= =hv4N -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK--

Date: Tue, 26 Jun 2007 10:45:18 +0100 From: "Nick Adie" <nick.adie@gmail.com> To: debian-user <debian-user@lists.debian.org> Subject: Advise and direction required: Network File Server Access Message-ID: <fda7659b0706260245o43f165e7nbc2e4dd669af83c9@mail.gmail.com> Content-Type: multipart/alternative; boundary="----=_Part_2754_19022879.1182851118567" ------=_Part_2754_19022879.1182851118567 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi I have a Network File Server (Netgear NSLU2) which I would like to access from my Debian Webserver, in order to store backups created via 'backup-manager'. I have read-up on samba and sbmclient and am totally confused as to which one to install. Regards Nick ------=_Part_2754_19022879.1182851118567 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <div>Hi</div> <div>&nbsp;</div> <div>I have a Network File Server (Netgear NSLU2) which I would like to access from my Debian Webserver, in order to store backups created via &#39;backup-manager&#39;.</div> <div>&nbsp;</div> <div>I have read-up on samba and sbmclient and am totally confused as to which one to install.</div> <div>&nbsp;</div> <div>Regards</div> <div>Nick</div> <div>&nbsp;</div> ------=_Part_2754_19022879.1182851118567--

Date: Tue, 26 Jun 2007 11:04:47 +0100 From: "Karl E. Jorgensen" <karl@jorgensen.org.uk> To: debian-user@lists.debian.org Subject: Re: Epiphany crashes Message-ID: <20070626100447.GA15943@einstein.jorgensen.org.uk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 23, 2007 at 01:28:00PM +0530, Kumar Appaiah wrote:
> On Sat, Jun 23, 2007 at 08:28:00AM +0100, Liam O'Toole wrote:
> > > Any suggestions? Anything I should remove?
> > >=20
> > > Thanks.
> > >=20
> > > Kumar
> >=20
> > Doesn't epiphany store its user preferences under ~/.gconf? You could
> > use gconf-editor to reset epiphany's entries.
>=20
> Well, a removal of .gconf also didn't help. Anything else which could
> be wrong?
=20 I'm no expert, but perhaps your epiphany profile is broken is some way? If this is the case, then forcing it to use a new (empty) profile should=20 work: epiphany --profile=3Dwhatever --private-instance This would not tell what's wrong with the old profile, but at least it=20 will narrow down your search... Hope this helps --=20 Karl E. Jorgensen karl(at)jorgensen.org.uk http://www.jorgensen.org.uk/ karl(at)jorgensen.com http://karl.jorgensen.com =3D=3D=3D=3D Today's fortune: The man who sets out to carry a cat by its tail learns something that will always be useful and which never will grow dim or doubtful. -- Mark Twain --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGgOS/i+PVvwZpXJgRAgjQAJwK1xbmP925YiRV8HAAP8M0mgnIjwCfcFeq 3DZ4ZNTxgoVZ2rjYA+M0q8M= =XvyO -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e-- End of debian-user-digest Digest V2007 Issue #1849 ************************************************** Received on Tue Jun 26 06:20:23 2007

Do you need help?X

This archive was generated by hypermail 2.1.8 : Tue Jun 26 2007 - 06:30:02 EDT


Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library