On 25.03.2019 21:23, Sven Hartge wrote:
Please update your system, Debian 6.0 Squeeze is severely out of date
and should NOT be used for any production systems and even less when
connected to the public Internet.
Yes I know. But this is not the answer I'm searching.
Ben Finney [2019-03-26 13:28:56+11] wrote:
> If by “protect” you mean “prevent editing these lines but not others”,
> no I think that's not a feature of any editor I know.
Emacs has that feature. See the "read-only" text property in the
following manual (info) page:
(elisp) Special Propertie
Would someone kindly point me to (or email me) an example sources.list
for machines running Debian-9 (Stretch) in a LAN with an approx server?
Following the installation of Stretch on a machine in the LAN, I used
Synaptic to add packages, but pressing the RELOAD button of Synaptic
produces the
mick crane writes:
> Is there any text editor, preferably in a terminal that has the
> facility to protect lines in the document, not the document itself ?
If by “protect” you mean “prevent editing these lines but not others”,
no I think that's not a feature of any editor I know.
You can achiev
On Mon, Mar 25, 2019 at 04:49:15PM -0400, Stefan Monnier wrote:
> > When I use "apt source sl" (from sid, into its own directory) and compare
> > that tree (?) with what I get if I download via what that suggests (git
> > clone https://salsa.debian.org/debian/sl.git) (into its own directory), I
> >
> No tengo idea de como hacerlo.
>
> seria algo asi como:
>
> dd if=/dev/sda | pv | dd of=/home/knoppix/disco/imgwindows7x.img
> count=43010047
Al parecer sí tenés idea: me parece correcto.
En cualquier caso, podés probarlo, no le va hacer mal a nada.
Stefan
Hola amigos.
Tengo un disco duro de 120 GB.
El comando fdisk -l /dev/sda me da como resultado:
fdisk -l /dev/sda
Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal):
I had the same issue, mariadb will actually start if you do so manually, what
fails is the command `install` from coreutils, try to upgrade that package.
On Monday, December 3, 2018 at 1:20:04 AM UTC-8, Office onFocus wrote:
> Hi!
>
>
> How can I correctly report the following error?
>
>
> "r
Étienne Mollier wrote:
> If I need some configuration, or a sort of shell functions
> library, this is something I would consider.
+1
So, apparently
apt remove --purge nvidia*
is not enough to clean the opengl mess nvidias drivers left. Manually removing
the files nvidia replaced and reinstalling xorg and mesa as described in
this answer did:
https://unix.stackexchange.com/a/339652
Thanks for your help
24. März 2019 23:34, t...
> When I use "apt source sl" (from sid, into its own directory) and compare
> that tree (?) with what I get if I download via what that suggests (git
> clone https://salsa.debian.org/debian/sl.git) (into its own directory), I
> notice that the Makefile in the Debian version is slightly
> more compl
> Please update your system, Debian 6.0 Squeeze is severely out of date
> and should NOT be used for any production systems and even less when
> connected to the public Internet.
It certainly should not be connected to the Internet but there is no
reason not to keep using it for off-line systems w
On 3/25/19 12:47 PM, rhkra...@gmail.com wrote:
> There are equivalent approaches in bash, but I forget them (in bash, it might
> be a little more convoluted, like an external / 3rd file that assembles a new
> file from the read-only and read / write files.
Good Day rhkramer,
Perhaps I missed some
Mimiko wrote:
> Linux 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC 2014 x86_64 GNU/Linux
Please update your system, Debian 6.0 Squeeze is severely out of date
and should NOT be used for any production systems and even less when
connected to the public Internet.
Grüße,
Sven
--
Sigmentation fa
Hi!
I'm trying to dip my toe in the waters of editing the source code of Debian
packages, and I've started with the simplest, most innocuous program I
could think of - sl (the ASCII train that goes by on the screen when you
mistype "ls" as "sl).
When I use "apt source sl" (from sid, into its own
On 24.03.2019 22:46, Sven Hartge wrote:
I came across a problem when booting. In the server is installed 4
disks connected to raid controller and 2 disks connected to
motherboard sata interfaces. During booting disks connected to raid
controller are detected before md raid assembling process, whi
On Mon, Mar 25, 2019 at 02:24:22PM +, Adam Weremczuk wrote:
> Any practical difference between \*wheezy\* and '*wheezy*' in this case?
Both forms of quoting yield identical results. As does "*wheezy*".
Hi Greg,
Thank you for taking the time to point out all the shortcomings.
On 25/03/19 13:21, Greg Wooledge wrote:
On Mon, Mar 25, 2019 at 12:11:21PM +, Adam Weremczuk wrote:
I've found 30 entries referencing wheezy and removed them all:
sudo find /var/cache/apt-cacher/ -type f -name *whe
On 3/25/19 9:21 AM, Greg Wooledge wrote:
On Mon, Mar 25, 2019 at 12:11:21PM +, Adam Weremczuk wrote:
I've found 30 entries referencing wheezy and removed them all:
sudo find /var/cache/apt-cacher/ -type f -name *wheezy* | xargs rm
sudo find /var/cache/apt-cacher -type f -name '*wheezy*'
On Mon, Mar 25, 2019 at 12:11:21PM +, Adam Weremczuk wrote:
> I've found 30 entries referencing wheezy and removed them all:
>
> sudo find /var/cache/apt-cacher/ -type f -name *wheezy* | xargs rm
sudo find /var/cache/apt-cacher -type f -name '*wheezy*' -delete
There are three mistakes in you
mick crane [2019-03-25 04:38:31Z] wrote:
> Is there any text editor, preferably in a terminal that has the facility
> to protect lines in the document, not the document itself ?
> I've got 2 blocks of "code" that look similar and I keep editing the
> wrong one and then it doesn't work.
GNU Emacs
I've found 30 entries referencing wheezy and removed them all:
sudo find /var/cache/apt-cacher/ -type f -name *wheezy* | xargs rm
which appears to have fixed the issue.
Thanks,
Adam
On 25/03/19 11:43, Roberto C. Sánchez wrote:
On Mon, Mar 25, 2019 at 07:05:11AM -0400, Roberto C. Sánchez wrot
On Monday, March 25, 2019 07:47:31 AM rhkra...@gmail.com wrote:
> I even have a vague recollection that there is / was an "include a file"
> facility in (Microsoft) Word. And, if so, because LIbre Office seems to
> make a point of providing a feature complete "clone" (mcow) of Word, I
> suspect th
On Monday, March 25, 2019 07:05:14 AM to...@tuxteam.de wrote:
> On Mon, Mar 25, 2019 at 04:38:31AM +, mick crane wrote:
> > Is there any text editor, preferably in a terminal that has the
> > facility to protect lines in the document, not the document itself ?
> > I've got 2 blocks of "code" th
On Mon, Mar 25, 2019 at 07:05:11AM -0400, Roberto C. Sánchez wrote:
> On Mon, Mar 25, 2019 at 08:59:40AM +, Adam Weremczuk wrote:
> > Hi all,
> >
> > On 24th March (last Sunday) I received the following (for the first time):
> >
> > Subject: Cron test -x /usr/share/apt-cacher/apt-cacher-clean
On Mon, Mar 25, 2019 at 04:38:31AM +, mick crane wrote:
> Is there any text editor, preferably in a terminal that has the
> facility to protect lines in the document, not the document itself ?
> I've got 2 blocks of "code" that look similar and I keep editing the
> wrong one and then it doesn't
On Mon, Mar 25, 2019 at 08:59:40AM +, Adam Weremczuk wrote:
> Hi all,
>
> On 24th March (last Sunday) I received the following (for the first time):
>
> Subject: Cron test -x /usr/share/apt-cacher/apt-cacher-cleanup.pl &&
> /usr/share/apt-cacher/apt-cacher-cleanup.pl
>
> Error: cannot open
On 2019-03-25 10:12, Erik Christiansen wrote:
On 25.03.19 07:53, mick crane wrote:
not heard about folding.
It can be very handy. I have around 420 pages of notes in one file.
They
present as a one-page contents table with section page counts. While
cursoring down and then across opens a cho
On 25.03.19 07:53, mick crane wrote:
> not heard about folding.
It can be very handy. I have around 420 pages of notes in one file. They
present as a one-page contents table with section page counts. While
cursoring down and then across opens a chosen fold, there are several
folding levels to the
On Sun, Mar 24, 2019 at 11:17:54AM -0500, David Wright wrote:
> On Sat 23 Mar 2019 at 18:23:47 (+0100), to...@tuxteam.de wrote:
> > On Sat, Mar 23, 2019 at 10:27:01AM -0500, David Wright wrote:
> > > On Fri 22 Mar 2019 at 17:45:50 (+0100), to...@tuxteam.de wrote:
> >
> > > Reading the OP's problem
Hi all,
On 24th March (last Sunday) I received the following (for the first time):
Subject: Cron test -x /usr/share/apt-cacher/apt-cacher-cleanup.pl &&
/usr/share/apt-cacher/apt-cacher-cleanup.pl
Error: cannot open ../headers/debian_dists_wheezy_Release for locking: No such
file or directory
On 2019-03-25 05:29, Erik Christiansen wrote:
On 25.03.19 04:38, mick crane wrote:
Is there any text editor, preferably in a terminal that has the
facility to
protect lines in the document, not the document itself ?
I've got 2 blocks of "code" that look similar and I keep editing the
wrong
on
Rory Campbell-Lange wrote:
> On 24/03/19, Rory Campbell-Lange (r...@campbell-lange.net) wrote:
>> Hi. I'm stuck in the DC and it's getting cold!
>>
>> I'm trying to install debian-9.8.0-amd64-netinst.iso using the
>> non-graphical installer. All is fine till I hit the 'configure apt'
>> stage, w
33 matches
Mail list logo