Re: Archiving content of a directory on a DVD-R.

2018-11-07 Thread Thomas Schmitt
Hi, Lee wrote: > > any chance there's a symlink in the directory? that you want archived? > > tar -h > > Follow symlinks; archive and dump the files they point to. pe...@easthope.ca wrote: > I can't think of a reason for a symlink to > exist but will keep the possibility in mind. An exceptio

Re: I may volunteer to be a package maintainer

2018-11-07 Thread Long Wind
Please visit www.debian.orgat top of the web site, click Developers' Corner https://www.debian.org/devel/https://www.debian.org/doc/manuals/maint-guide/ On Thursday, November 8, 2018 6:16 AM, Robert Arkiletian wrote: https://tracker.debian.org/pkg/pyfltk I noticed that Debian and hen

Reverting firefox-esr upgrade in Buster

2018-11-07 Thread local10
Hi, Is there a way to revert firefox-esr upgrade to version 60 in Buster and install back firefox v 52.9.0? Thanks

Re: Removing firefox-esr also removes gnome

2018-11-07 Thread John Crawley
On 08/11/2018 00.47, Jonathan Dowland wrote: On Tue, Nov 06, 2018 at 05:50:02PM +0300, Reco wrote: So it kind of makes sense for gnome-core to depend on gnome-www-browser, isn't it? Or there's a reason why using gnome-www-browser is unsuitable for GNOME DE? Yeah that makes perfect sense in tha

Re: Archiving content of a directory on a DVD-R.

2018-11-07 Thread peter
I've lost the message but someone mentioned that pushd and popd suggest the csh shell. My backup procedures are shell functions rather than scripts and the shell name isn't blatant. Could be in a comment. push/popd are helpful when a tree structured file system is present. Are they in POSIX

Re : Archiving content of a directory on a DVD-R.

2018-11-07 Thread peter
From: Lee Date: Sun, 4 Nov 2018 12:25:43 -0500 > any chance there's a symlink in the directory? that you want archived? > tar -h > Follow symlinks; archive and dump the files they point to. Thanks for mentioning that. The directory is for plain old files of data and a few subdirectories.

I may volunteer to be a package maintainer

2018-11-07 Thread Robert Arkiletian
https://tracker.debian.org/pkg/pyfltk I noticed that Debian and hence Ubuntu have dropped the "python-fltk" package. If I volunteer to be the maintainer of the package is there documentation I can read to learn how to become a package maintainer? Also, if this package is maintained in Debian wil

Re: debian-9.5.0-amd64-xfce-CD-1.iso missing files for install without mirror

2018-11-07 Thread Brian
On Wed 07 Nov 2018 at 19:55:28 +0100, Pascal Hambourg wrote: > Le 06/11/2018 à 20:17, Brian a écrit : > > On Tue 06 Nov 2018 at 00:52:28 +, Steve McIntyre wrote: > > > > > If you're using a netinst, you're *really* expected to use a > > > mirror. If you're not, you should know what you're doi

Re: 100Base-FX (SC) card PCI/PCIe

2018-11-07 Thread Joel Wirāmu Pauling
Am not sure recommending 100FX ; the 1000 Base optics are around the same price and likely a better bet; your application isn't looking at throughput, but you do want some of the newer resiliency features on 1000 Base (EAM etc). On Thu, 8 Nov 2018 at 00:06, Michelle Konzack wrote: > > Good day

Re: Removing firefox-esr also removes gnome

2018-11-07 Thread Cindy-Sue Causey
On 11/5/18, David Parker wrote: > Hello, > > I'm running Debian 9.5 (amd64) and attempting to uninstall firefox-esr. > However, apt says that gnome and gnome-core are among the packages which > will also be uninstalled. Does anyone know why Gnome apparently depends on > firefox-esr, and how I can

Re: debian-9.5.0-amd64-xfce-CD-1.iso missing files for install without mirror

2018-11-07 Thread Pascal Hambourg
Le 06/11/2018 à 20:17, Brian a écrit : On Tue 06 Nov 2018 at 00:52:28 +, Steve McIntyre wrote: If you're using a netinst, you're *really* expected to use a mirror. If you're not, you should know what you're doing to fix any issues you find like this. (...) This issue is simply a bug and t

Re: 100Base-FX (SC) card PCI/PCIe

2018-11-07 Thread Eike Lantzsch
On Wednesday, November 7, 2018 12:39:11 PM -03 Joe wrote: > On Wed, 07 Nov 2018 09:04:40 -0300 > > Eike Lantzsch wrote: > > On Wednesday, November 7, 2018 1:06:15 PM -03 Michelle Konzack wrote: > > > Good day *, > > > > > > I am running on my Organic Farm and my Forest into problems with the > >

Re: jupyter notebook immediately crashes with dead kernel

2018-11-07 Thread D. R. Evans
finn wrote on 11/07/2018 08:45 AM: > Solution 1: > sudo apt purge python3-ipykernel > sudo apt install python3-ipykernel > > Solution 2: > OR, purge python-notebook package and install it again, it will automatically > install ipykernel package while resolving its dependency. > sudo apt purge pyt

Re: Removing firefox-esr also removes gnome

2018-11-07 Thread Jonathan Dowland
On Tue, Nov 06, 2018 at 05:50:02PM +0300, Reco wrote: So it kind of makes sense for gnome-core to depend on gnome-www-browser, isn't it? Or there's a reason why using gnome-www-browser is unsuitable for GNOME DE? Yeah that makes perfect sense in that case. I think we need an x-www-browser for s

Re: jupyter notebook immediately crashes with dead kernel

2018-11-07 Thread finn
Solution 1: sudo apt purge python3-ipykernel sudo apt install python3-ipykernel Solution 2: OR, purge python-notebook package and install it again, it will automatically install ipykernel package while resolving its dependency. sudo apt purge python-notebook sudo apt install python-notebook Shou

Re: 100Base-FX (SC) card PCI/PCIe

2018-11-07 Thread Michael Stone
On Wed, Nov 07, 2018 at 05:05:04PM +0200, Michelle Konzack wrote: Am 2018-11-07 hackte Michael Stone in die Tasten: Why are you looking at 100FX instead of gigabit? The availability of gigabit gear is much better, and I'd expect it to end up cheaper. Because a 8-port Fiber GigaBit Switch cost

Re: 100Base-FX (SC) card PCI/PCIe

2018-11-07 Thread Michelle Konzack
Hi, Am 2018-11-07 hackte Michael Stone in die Tasten: > Why are you looking at 100FX instead of gigabit? The availability of > gigabit gear is much better, and I'd expect it to end up cheaper. Because a 8-port Fiber GigaBit Switch cost endless! -- Michelle KonzackMiila ITSystems @ TDnet

Re: Archiving content of a directory on a DVD-R.

2018-11-07 Thread Jonathan Dowland
On Wed, Nov 07, 2018 at 01:05:46PM +0100, Thomas Schmitt wrote: Regrettably i see few chances to get an interpreter for the extra info into Linux or other kernels. So for restoring ACL, xattr, or hard link relations, one will have to use commands -osirrox "on" and -extract. This also helps to wor

Re: jupyter notebook immediately crashes with dead kernel

2018-11-07 Thread D. R. Evans
D. R. Evans wrote on 11/06/2018 07:56 AM: > D. R. Evans wrote on 11/05/2018 06:14 PM: >> vipul kumar wrote on 11/05/2018 05:35 PM: >>> Run Jupyter-notebook from terminal. Send log report which you'll get on >>> terminal while running jupyter-notebook. >>> >> > >> >> [HN:~] jupyter-notebook >> [I

Re: Installing Debian with preseed file using qemu

2018-11-07 Thread Reco
Hi. On Wed, Nov 07, 2018 at 02:27:32PM +0100, john doe wrote: > On 11/7/2018 7:26 AM, Reco wrote: > > Hi. > > > > On Tue, Nov 06, 2018 at 08:44:08PM +0100, john doe wrote: > >> On 11/6/2018 5:05 PM, john doe wrote: > >>> On 11/6/2018 4:02 PM, Reco wrote: > Hi. > > On T

Re: Installing Debian with preseed file using qemu

2018-11-07 Thread john doe
On 11/7/2018 7:26 AM, Reco wrote: > Hi. > > On Tue, Nov 06, 2018 at 08:44:08PM +0100, john doe wrote: >> On 11/6/2018 5:05 PM, john doe wrote: >>> On 11/6/2018 4:02 PM, Reco wrote: Hi. On Tue, Nov 06, 2018 at 03:04:25PM +0100, john doe wrote: > Hi, > > I'm tryin

Re: 100Base-FX (SC) card PCI/PCIe

2018-11-07 Thread Michael Stone
Why are you looking at 100FX instead of gigabit? The availability of gigabit gear is much better, and I'd expect it to end up cheaper.

Re: 100Base-FX (SC) card PCI/PCIe

2018-11-07 Thread Michelle Konzack
Hello Eike, Am 2018-11-07 hackte Eike Lantzsch in die Tasten: > Hi Michelle Konzack, > between buildings fibre optics is always the best bet, because of > differences > in earth potential and the danger of lightning hits. These do not have > to hit > the cables directly. Strong earth currents in t

Re: 100Base-FX (SC) card PCI/PCIe

2018-11-07 Thread Joe
On Wed, 07 Nov 2018 09:04:40 -0300 Eike Lantzsch wrote: > On Wednesday, November 7, 2018 1:06:15 PM -03 Michelle Konzack wrote: > > Good day *, > > > > I am running on my Organic Farm and my Forest into problems with the > > lenght (100m) of Ethernet cables and want to use now for this case > >

Re: Archiving content of a directory on a DVD-R.

2018-11-07 Thread Thomas Schmitt
Hi, > "-for_backup" selects all the necessary extensions etc. to do the > best job possible. Regrettably i see few chances to get an interpreter for the extra info into Linux or other kernels. So for restoring ACL, xattr, or hard link relations, one will have to use commands -osirrox "on" and -ex

Re: 100Base-FX (SC) card PCI/PCIe

2018-11-07 Thread Eike Lantzsch
On Wednesday, November 7, 2018 1:06:15 PM -03 Michelle Konzack wrote: > Good day *, > > I am running on my Organic Farm and my Forest into problems with the > lenght (100m) of Ethernet cables and want to use now for this case > Fiber Multimode 1310nm cables. > do you have a technician available t

Re: 100Base-FX (SC) card PCI/PCIe

2018-11-07 Thread Eike Lantzsch
On Wednesday, November 7, 2018 1:06:15 PM -03 Michelle Konzack wrote: > Good day *, > > I am running on my Organic Farm and my Forest into problems with the > lenght (100m) of Ethernet cables and want to use now for this case > Fiber Multimode 1310nm cables. > > So what I have is following: > >

Re: Archiving content of a directory on a DVD-R.

2018-11-07 Thread Jonathan Dowland
On Sun, Nov 04, 2018 at 06:48:45PM +0100, Thomas Schmitt wrote: If you want to make use of xorriso's capability to create a mountable ISO filesystem with a copy of your directory, then you do not need tar. xorriso -for_backup -outdev /dev/sr0 -map . / \ -close on -commit \ -to

100Base-FX (SC) card PCI/PCIe

2018-11-07 Thread Michelle Konzack
Good day *, I am running on my Organic Farm and my Forest into problems with the lenght (100m) of Ethernet cables and want to use now for this case Fiber Multimode 1310nm cables. So what I have is following: 1) Server "Bunker" (19" 16U Rack, 2 Mini-ITX Server, 4G-Router, Astra-Internet Switch

Character set & BLOBS on MySQL

2018-11-07 Thread Andrew Wood
I am in the process of moving some tables from MySQL 5.1 on Squeeze to MariaDB 10.1 on Buster. One of the tables stores binary data (either a PDF or JPEG) as a LONGBLOB. The code that reads & writes to the table is PHP and hasnt changed other than having the url of the database server altered.