hunspell-gl does not match the description

2024-08-30 Thread John E Petersen
I hand install my debian packages, and have an offline repository, because garbage like this tends to slip onto my machine. This package slipped in through firefox somehow, and framerate on recordings stalled out. It more than likely interferes with opengl. RIP Firefox...

Re: Email sever and DNS

2024-08-02 Thread Walt E
BIND is a system as old as internet. You could read the book ‘DNS and BIND’ by oreily. https://www.ubuy.com.gh/product/14R0U15K-dns-and-bind-5th-edition Thanks On 2024-08-03 11:27, George at Clug wrote: I pruned my inbox a bit too much. Thanks to who ever it was who recommended it !     I h

Re: nginx or apache for php?

2024-08-01 Thread Walt E
s web server plays the role of reverse proxy here. And as far as I know, CF also uses nginx. Thanks for all your help. On 2024-08-01 23:26, Jeffrey Walton wrote: On Thu, Aug 1, 2024 at 10:40 AM Walt E wrote: I have been using apache2 + php for years under debian. But I heard people says

nginx or apache for php?

2024-08-01 Thread Walt E
Hello I have been using apache2 + php for years under debian. But I heard people says nginx + php has better performance. Do you have experience on both of setup and share a bit with me? Thank you. Walt Evans

Re: your mail

2024-07-30 Thread Walt E
debian-user@lists.debian.org is the right place for your questions. Not commun...@debian.org. Thank you On 2024-07-30 23:29, Tawsif wrote: I'm sorry, I sent the email without thinking. Can you tell me where should I ask such question? On Tue, Jul 30, 2024, 21:23 Steve McIntyre <93...@debian.

Re: email service providers

2024-07-30 Thread Walt E
On 2024-07-30 17:49, Brad Rogers wrote: FYI: GMX & mail.com are both 1&1 companies, hence the more than similar look to their sites(read: they're almost identical). The only pertinent differences are their postal addresses. Germany for GMX and USA for mail. GMX.com is for global. while

Re: email service providers

2024-07-30 Thread Walt E
On 2024-07-30 17:35, Keith Bainbridge wrote: Good evening All Especially those who were looking for suggestions for an email service provider I have discovered that sometime recently mail.com has disabled pop and imap until you subscribe. A service that appears to be related to mail.com, h

RE: Re: server latency

2024-07-29 Thread Walt E
+0900 제목: Re: server latency Hi,On Sun, Jul 28, 2024 at 01:23:28PM +, Walt E wrote:> However, some servers, such as by Azure's default security policy, prohibit icmp ping.> So, in this situation, how do I know the local latency to those servers?I pick a 

Re: Where is the user community? (Was Re: Strange behavior of ifupdown package)

2024-07-28 Thread Walt E
July 29, 2024 at 9:09 AM, "Patrick Wiseman" wrote: > > > > I mostly lurk here but I like this forum/format and hope Debian sticks with > > it. IMO Discord pretty much sucks. There's a r/debian subreddit which looks > > quite active and I've found other subreddits helpful. > > Patrick > In s

server latency

2024-07-28 Thread Walt E
Hello, When I want to know the approximate latency from local to remote servers, I know I can use icmp ping. However, some servers, such as by Azure's default security policy, prohibit icmp ping. So, in this situation, how do I know the local latency to those servers? Thanks.

Wifi QCA9377 disconnects when bluetooth is active and transmit, wifi under heavy load

2021-08-08 Thread E T
I have a laptop Dell Inspiron 5770 with wifi QCA9377 and bluetooth Qualcomm Atheros. Some details: # lsusb Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications # lshw -class network *-network description: Wireless interface product: QCA9377 802.11ac Wireless Network Ad

Multicast not working

2021-05-27 Thread Daniele E. Domenichelli
Hello all, after changing the hard drive on my laptop and reinstalling Debian testing, multicast is no longer working. I'm quite sure this is a software issue, because it worked with the previous installation, it works from the windows partition on the same drive, and it works if the laptop is st

Re: Semaphore lifecycle?

2020-04-26 Thread e...@coderhacks.com
Thanks! I will try the named semaphores. And you are right, my quick sample did not have a loop. But I use it in a "real program" that does not quit and then the effect is that only the semaphore disappears and the shared memory and the process does not. Cheers Christoph On 26.04.20 11:50,

Semaphore lifecycle?

2020-04-26 Thread e...@coderhacks.com
Hello! I have a problem with a semaphore and I am not sure whats the problem. Its about the lifecycle of a semaphore after logout. The workflow: A program creates a semaphore and exits. It is executed by a non-root user. After execution the user quits the session (logout). If I do the wor

Hardware Accelerated Video Playback in Chromium

2020-04-25 Thread Neil E. Hodges
Hello everyone, Does anybody know the status of hardware-accelerated video playback in Chromium on Debian as of 2020? There's a lot of outdated information out there, and the only recent stuff I've seen has involved a PPA on Ubuntu. Thank you, - Neil

Ralink RTL8192EU on Buster

2020-03-08 Thread George E Sollish
I have a new amd64 install running Buster (10.3).  After much tail-chasing, my TP-Link TL-WN823N USB adapter (Ralink 8192EU chip) is recognized and active, but at a very low throughput --- 1 Mb/s is shown.  Has anyone had more success?  The latest driver on github doesn't compile on my 10.3.

Re: Debian Buster Router: IPv6 and Comcast (Solved)

2019-11-15 Thread Neil E. Hodges
ut it still didn't work. Maybe that autoconf option was the ticket? Didn't see many other folks trying these options out. Oh well. Thank you for helping me think this through properly. This has been solved. - Neil On Fri, Nov 15, 2019 at 01:14:39PM -0800, Neil E. Hodges wrote: >

Re: Debian Buster Router: IPv6 and Comcast

2019-11-15 Thread Neil E. Hodges
t; script "/etc/wide-dhcpv6/dhcp6c-script"; > }; > > id-assoc na 1 { }; Why in the world does enabling DHCPv6 for the IP address cause the kernel to ignore router advertisements? That's a common use case for IPv6. Thank you, - Neil On Thu, Nov 14, 2019 at 07:01:47PM -0

Debian Buster Router: IPv6 and Comcast

2019-11-14 Thread Neil E. Hodges
Hello everybody, I've been having a bear of a time trying to get my Debian Buster-based router to operate with Comcast's native IPv6 configuration. I'm not looking for prefix delegation, just a public address and a default gateway. I'm using the ISC DHCP client for both v4 and v6 since it's gene

Debian 10: enable counting in faillog

2019-10-24 Thread e...@coderhacks.com
Hello! I try to enable faillog at Debian 10. Till now it is installed but does not count failed logins. As far I found out I need to adjust some pam-files in /etc to enable it. I read about pam_tally, pam_tally2, auth_common, system-auth, ... So I think they are more or less do all the same b

distribution model, in search of vision

2019-09-09 Thread H . E . Çitak
Well accepted 3 variations of Debian is the norm. live CD version is there. When I made the transition to old laptops the wireless adapter was consistently a problem, so I moved to derivatives because I could install them as OS. They have their own strengths and weaknesses. I want Debian back on my

Re: Re: netinst bad display after first screen

2019-06-01 Thread Blair, Charles E III
> You may indeed have better luck with Ubuntu's installer if it uses the > GPU specific driver. The network installer for ubuntu did work with my hardware, so that's what's on my computer now. Thanks, anyway, for your help.

Re: Re: netinst bad display after first screen

2019-06-01 Thread Blair, Charles E III
t; before booting the kernel may fix the issue on some hardware (not > all). Thank you very much for your thorough and knowledgable reply. As you anticipated, it does not seem possible to run my machine in legacy mode. I am sorry to say that I may have to try my luck with ubuntu. --

Re: Re: netinst bad display after first screen

2019-06-01 Thread Blair, Charles E III
ting in UEFI mode? Yes. > On the initial screen, do > E: Edit Selection and C: Grub Command line > appear? Yes. > Otherwise, please provide PC > and/or motherboard model and brand. It's an Intel NUC8i5BEK with Windows 10. I've connected it to a Dell U2415 monitor which

netinst bad display after first screen

2019-05-31 Thread Blair, Charles E III
I have downloaded the current netinst and burned it to a DVD. When I boot it, the first screen I see shows the usual beginning with choices "Graphics Install," "Install," "Advanced". I choose "Install" and press F10. The monitor then shows a row of what look like tiny screen images a

Re: Re: network installer will not boot

2019-05-27 Thread Blair, Charles E III
t; each headed by a box to check. UEFI is checked, Legacy is not. I am unable to uncheck UEFI or to check Legacy, either with a mouse or by moving around orange frames using the arrow keys. -- My e-mail is unreliable. Please try again if no reply in several days. gpg: F7C9 B577 1E5D C732 63F1 A9D2 A399 D202 50E8 50D1

Re: Re: network installer will not boot

2019-05-26 Thread Blair, Charles E III
Thank you. I seem to have another problem. I used F2 to shut off "secure boot". Now, there are noises that suggest the CD is being read, but nothing displays on the monitor--- no warnings, no diagnostics, just a blinking cursor in the upper-left corner. -- My e-mail is unreliab

network installer will not boot

2019-05-25 Thread Blair, Charles E III
device due > to security violation -- My e-mail is unreliable. Please try again if no reply in several days. gpg: F7C9 B577 1E5D C732 63F1 A9D2 A399 D202 50E8 50D1

Re: Re: hwclock incorrectly set ?

2018-03-10 Thread Charles E. Blair
Thank you to Rick Thomas and the many others trying to help me with my "hwclock incorrectly set". -- According to aptitude, I do not have ntp installed. -- My system is indeed a dual-boot (not counti

hwclock incorrectly set ?

2018-03-08 Thread Charles E. Blair
get the output: Fri Mar 9 00:49:11 CST 2018 2018-03-09 00:49:58.592967-0600 Any advice on a simple fix is welcome. -- My e-mail service is unreliable. Please try again if no reply in a few days. gpg: F7C9 B577 1E5D C732 63F1 A9D2 A399 D202 50E8 50D1

Re: Re: Re: blocked update: Berkeley database utitility

2017-09-20 Thread Charles E. Blair
Thanks for previous suggestions, and my apologies for violations of user-list etiquette. The output from the "why" command: > Unable to find a reason to install db5.1-util. I don't know what the package db5.1-util does. The "blocked update" led me to imagine that there was some serious bug

Re: Re: blocked update: Berkeley database utitility

2017-09-19 Thread Charles E. Blair
I am using debian version 8.9. I have received several "updates available" notices that include Berkeley database utilities that are described as "blocked". I just tried aptitude. It says that an upgrade of the package db5.1-util from version 5.1.29-5 to 5.1.29-9 is available, but that

blocked update: Berkeley database utitility

2017-09-19 Thread Charles E. Blair
I have been seeing a message about Berkeley database utility v 5.1 update being blocked. What should I do abot this?

Re: debian-user-digest Digest V2017 #824

2017-08-07 Thread H . E . Çitak
Hi, just checking ​at-spi2-registryd CPU 10% cpu rss 5.5MB This line shows at Task Manager yet Synaptic does not find exact name, at-spi2 or close (shorter, without regisytrd) shows up as installed and Synaptic says 'Gnome' related. I have clean install Stretch with LXDE. Did I pull this Gnome hel

More Pulseaudio Issues

2017-07-21 Thread michael . e . milliman
This is a revisit of previous threads dealing with pulseaudio and bluetooth devices. This problem is that there are two instances of the pulseaudio daemon running on the system. One for user Debian-gdm and the other for the local user. I have searched the debian user list archives (as I've seen

Remotely exploitable bug in systemd (CVE-2017-9445)

2017-07-01 Thread Perry E. Metzger
a fix to it still isn't in sid, and therefore is not yet in the process of percolating down to stretch? Is there a preferred way of temporarily mitigating the problem? Remote exploitation that you can trigger by forcing a program to DNS queries seems kind of bad. Perry -- Perry E. Me

Re: openvpn updates?

2017-06-27 Thread Perry E. Metzger
vpn > > and > > https://tracker.debian.org/pkg/openvpn > > let you down? In the respect that I didn't know they existed and I could look at them? Perry -- Perry E. Metzgerpe...@piermont.com

Re: openvpn updates?

2017-06-27 Thread Perry E. Metzger
On Thu, 22 Jun 2017 23:10:21 +0300 Adrian Bunk wrote: > On Thu, Jun 22, 2017 at 10:20:09AM -0400, Perry E. Metzger wrote: > > There was a security advisory against openvpn a couple of days > > ago; > > Yesterday, not a couple of days ago. > > > just wondering wh

"no public key" warning on upgrade to stretch

2017-06-22 Thread Charles E. Blair
When I type "apt-get upgrade" I get this message, and things stop: W: There is no public key available for the following key IDs: EF0F382A1A7B6500 I hope there is a simple fix.

openvpn updates?

2017-06-22 Thread Perry E. Metzger
There was a security advisory against openvpn a couple of days ago; just wondering when updated packages are likely to show up? -- Perry E. Metzgerpe...@piermont.com

what partitions to mount during upgrade ?

2017-06-19 Thread Blair, Charles E III
I am an unsophisticated user who has finally gotten around to upgrading a desktop from wheezy to jessie. I am trying to follow the instructions in the "release notes," but don't really know what I'm doing. My current question is to clarify the instructions about mounting partitions at the b

Need to upgrade claws-mail on debian 7.1

2017-03-19 Thread Blair, Charles E III
I am using debian 7.11, which includes version 3.8.1 of claws-mail. I have recently been having problems with this, and have been advised that I need to upgrade to 3.11.1. It didn't seem possible to do this with aptitude, and I am hoping there is some other painless way.

Re: Re: claws-mail sending failure

2017-03-18 Thread Charles E. Blair
Thanks very much for your reply. I have an older machine running claws-mail 3.8.1 and a newer machine running 3.11.1. Some but not all correspondents stopped being able to receive messages from my 3.8.1 machine, while still hearing from 3.11.1. I changed the 3.8.1 "sent" configuration (whi

claws-mail sending failure

2017-03-13 Thread Charles E. Blair
I have been using claws-mail for several years. After I changed the server used for sending mail, receiving has continued to work but not sending. When I closed claws-mail after a failure, my screen displayed > Warning SSL connection failed (A TLS packet with > unexpected length was receiv

Re: Re: grub has stopped booting windows 10

2017-01-16 Thread Charles E. Blair
Thank you very much! As you suggested, typing c at the grub menu, followed by set root=(hdo,msdos1) chainloader +1 boot took me to Windows. I suspect that there must be a way to fix my grub menu, but don't know how. The output from os-prober: /dev/sda1:Windows Recov

grub has stopped booting windows 10

2017-01-15 Thread Charles E. Blair
I have been running version 7.11 of Debian for several years on a desktop with a dual boot of windows and linux via grub. I upgraded to windows 10 roughly 8 months ago, and the system continued to work. On January 9, I noticed that the grub menu no longer displayed a windows option, instead

Re: dependencies problem to install lightworks on jessie

2016-10-28 Thread e Lpe
Ok, thanks for the lesson. I made a mistake. I apologize. I din't saw how as changed Debian distribution and community since 2002. It's so far... Forget this thread, or mail, call it as you want. I will found a solution by myself. And thanks to people try to help. End off. 2016-10-28 14:31 GMT-0

Re: dependencies problem to install lightworks on jessie

2016-10-28 Thread e Lpe
" What have you tried?" nothing yet. The missings dependencies are here : http://dpaste.com/2BVN1S6 I think i can dowload it from debian website and install tem with dpkg but I affraid to brake my system 2016-10-28 10:53 GMT-04:00 Lisi Reisz : > On Friday 28 October 2016 02:13:4

Re: Best practices for updating systems over extremely slow links

2016-10-28 Thread Karl E. Jorgensen
Hi On Thu, Oct 27, 2016 at 03:45:21PM +, rbraun204 . wrote: > I have a couple of debian boxes in very remote areas that are connected back > to > our wan via a 56kbps satellite link. Most of the time we have a constant > stream of data coming/going to that machine so the link is saturated qu

dependencies problem to install lightworks on jessie

2016-10-27 Thread e Lpe
Hello, all is in the title. I can't install Lightworks on Jessie. What is the right way to install it ? Regards

Re: kensington super mouse config jessie cinnamon

2016-10-20 Thread e Lpe
thanks, it's a good idea 2016-10-19 13:47 GMT-04:00 Siard : > e Lpe wrote: > > the default mouse setting on Jessie x64 Cinnamon is too sensitive. > > In Jessie, the methods described here appear to work well: > https://wiki.archlinux.org/index.php/Mouse_acceleration >

kensington super mouse config jessie cinnamon

2016-10-19 Thread e Lpe
hi, the default mouse setting on Jessie x64 Cinnamon is too sensitive. I made a directory #etc/X11/xorg.conf.d what is missing I want to write a configuration file :/etc/X11/xorg.conf.d/20-Kensington.conf How i can get the value for the current sensitivity value and button id ? thanks.

Re: printer in Jessie x64 cinnamon

2016-10-17 Thread e Lpe
16-10-17 12:14 GMT-04:00 Brian : > On Mon 17 Oct 2016 at 11:49:14 -0400, e Lpe wrote: > > > I didn't touch anything for the moment. an > > I tried to install the canon driver for debian downoaded from canon but I > > can't install it because libtiff4 is need and the pro

Re: printer in Jessie x64 cinnamon

2016-10-17 Thread e Lpe
now why I can't access to anything by localhost:631/admin I saw option in hosts.allow, but i didn't uncomment it. It can be when I launch the debugging tool, i don't know, really. 2016-10-17 12:14 GMT-04:00 Brian : > On Mon 17 Oct 2016 at 11:49:14 -0400, e Lpe wrote: > > > I

Re: printer in Jessie x64 cinnamon

2016-10-17 Thread e Lpe
st et 127.0.0.1:localhost but I can't connect to the server 2016-10-17 10:23 GMT-04:00 Brian : > On Mon 17 Oct 2016 at 07:05:34 -0400, e Lpe wrote: > > > $ lpstat -a > > iP4800-series accepting requests since dim. 16 oct. 2016 21:48:48 AST > > > > $ lpoptions -p iP4800

Re: Shudown And Restart Issue

2016-10-17 Thread e Lpe
Hello, often the shutdown and restart problem come from video driver. I got this issue with 'nouveau' Check on that way. ML 2016-10-17 1:54 GMT-04:00 Børge Holen : > What exactly does "doesn't shut down properly" do? > > On 17 Oct 2016 07:28, "ARAVIND B KUMAR" > wrote: > >> Hello Sir >> >> This

Re: printer in Jessie x64 cinnamon

2016-10-17 Thread e Lpe
to connect at localhost:631/admin but i can't : connexion failed (on my browser) ... 2016-10-17 3:25 GMT-04:00 Curt : > On 2016-10-16, e Lpe wrote: > > > > hello, > > I have a lot of difficulties to use my Canon ip 4850 in Jessie. > > The guntenprint driver reconize my pri

Re: printer in Jessie x64 cinnamon

2016-10-17 Thread e Lpe
-type=167964 printer-uri-supported=ipp://localhost:631/printers/iP4800-series hope this help... 2016-10-16 18:25 GMT-04:00 Brian : > On Sun 16 Oct 2016 at 11:14:21 -0400, e Lpe wrote: > > > I have a lot of difficulties to use my Canon ip 4850 in Jessie. > > The guntenprint dri

Re: systemd - how to run system service by user target

2016-10-17 Thread Karl E. Jorgensen
he VPN will only actually connect when I'm _not_ at home. Hope this helps -- Karl E. Jorgensen (also KJ)

printer in Jessie x64 cinnamon

2016-10-16 Thread e Lpe
hello, I have a lot of difficulties to use my Canon ip 4850 in Jessie. The guntenprint driver reconize my printer. I doesn't get the paper from the cassette; anyway I choose cassette instead of automatic and after rebooting the printer print a dozen of page test.Nice ! The problem is, every time i

Re: postfix mail filtering

2016-08-31 Thread Perry E. Metzger
problem. What you're looking for is an implementation of the Sieve language/system for mail filtering. You don't say what IMAP server you are using, but Dovecot has an implementation of this called "Pigeonhole" that is very likely what you want. Perry -- Perry E. Metzgerpe...@piermont.com

USB external drive mounting / permissions issues.

2016-08-29 Thread Alan E. Davis
[I used the wrong email address when I posted this message a few minutes ago. I hope I will be forgiven for reposting using this correct address.] Hello: I have four partitions on a USB drive, including ntfs, fat32, and ext4. None of them is accessible as automounted. Each of them is accessible a

Re: Any idea when CVE-2016-5696 is going to get fixed?

2016-08-29 Thread Perry E. Metzger
workarounds. Users rely on the security update mechanism to get their security updates. Most organizations aren't even equipped to follow the torrent of security alerts happening at any given time on an independent basis. Perry -- Perry E. Metzgerpe...@piermont.com

USB Drive "The location could not be displayed"

2016-08-29 Thread Alan E. Davis
I am using debian stretch and gnome. When I plug in a usb external drive with four partitions (including ext4, ntfs, fat32) they are mounted automatically, but when I click on any of them in files or dolphin, this message is received: The location could not be displayed. You do not have the permi

Re: Any idea when CVE-2016-5696 is going to get fixed?

2016-08-29 Thread Perry E. Metzger
ernel/linux.git/commit/?h=wheezy-security&id=f383788fb866fc61daf26836bccd92ebf7a6f02f Very cool. Any idea when the actual release by the security people might be? Perry -- Perry E. Metzgerpe...@piermont.com

Re: Any idea when CVE-2016-5696 is going to get fixed?

2016-08-29 Thread Perry E. Metzger
On Mon, 29 Aug 2016 11:55:03 +0100 Tixy wrote: > On Sun, 2016-08-28 at 15:36 -0400, Perry E. Metzger wrote: > > On Sun, 28 Aug 2016 14:35:01 +0200 Frederic Marchal > [...] > > > > > > Even if the requirements are met, the attack fails if the > > > cli

Re: Any idea when CVE-2016-5696 is going to get fixed?

2016-08-28 Thread Perry E. Metzger
le? And again, leaving such holes unpatched puts people at risk -- and at an utterly unnecessary risk. You claim this isn't easily feasible, but it has been demoed. It is known possible. The hole needs to be fixed. Perry -- Perry E. Metzgerpe...@piermont.com

Re: Any idea when CVE-2016-5696 is going to get fixed?

2016-08-26 Thread Perry E. Metzger
On Fri, 26 Aug 2016 21:06:15 +0200 Frederic Marchal wrote: > On Friday 26 August 2016 11:04:04 Perry E. Metzger wrote: > > According to: > > > > https://security-tracker.debian.org/tracker/CVE-2016-5696 > > > > Wheezy and Jessie are still vulnerable. The atta

Re: Any idea when CVE-2016-5696 is going to get fixed?

2016-08-26 Thread Perry E. Metzger
r example: http://seclists.org/oss-sec/2016/q3/294 ) However, no fixed kernels have been released by Debian yet... Perry -- Perry E. Metzgerpe...@piermont.com

Any idea when CVE-2016-5696 is going to get fixed?

2016-08-26 Thread Perry E. Metzger
idea out there when updates to the kernels in question will be released? Perry -- Perry E. Metzgerpe...@piermont.com

Re: networking

2016-08-26 Thread Karl E. Jorgensen
On Fri, Aug 26, 2016 at 12:43:30PM +0200, Pol Hallen wrote: > Hi all, I'm helping a friend to create a small network on his office (4 > floors) > > I suggests him to separate each networks: > > floor1 - 192.168.1.0/24 > floor2 - 192.168.2.0/24 > floor3 - 192.168.3.0/24 > floor4 - 192.168.4.0/24 >

Re: maxima, draw3d, and vtk

2016-08-20 Thread Thomas E. Vaughan
On Sat, Aug 20, 2016 at 04:54:09PM +0200, Nicolas George wrote: > > Le quartidi 4 fructidor, an CCXXIV, Thomas Vaughan a ?crit?: > > > > Using 'dpkg -S libvtkCommonCoreTCL', I find > > libvtk6.3: /usr/lib/x86_64-linux-gnu/libvtkCommonCoreTCL-6.3.so.6.3.0 > > libvtk6.3: /usr/lib/x86_64-linux-gnu/lib

Instralling from offline sources: broadcom

2016-07-26 Thread Alan E. Davis
I need to install the broadcom-wl wireless adaptor drivers. I have no connection to the internet on this new installation. So it's either this or tethering the iphone to get this package installed. Both of these pathways require a plethora of steps to install various dependencies for dependencie

Re: jessie-kvm-qemu: Win7 guest fails to update

2016-07-13 Thread Karl E. Jorgensen
the same network have the same IP address, then you will get inconsistent results... To see whether a box suffers from this, obtain it's IP address and disconnect it from the network. If the IP address is still pingable (or just arping'able), then this is a red flag... Hope this helps -- Karl E. Jorgensen

imagemagick

2016-07-06 Thread H . E . Çitak
ich I could not get imagemagick to let go, that is why I had to remove the whole imagemagick package from the PC with some domino effect. Regards, H. E.

imagemagick-q16

2016-07-06 Thread H . E . Çitak
Dear Debian Users, imagemagick-q16 takes grabs pdf "helper" ay as default position, and when you uninstall it, takesout gnuift and inkscape in synaptic. Are these behaviors warranted somehow?

Re: apache and clients

2016-06-20 Thread Karl E. Jorgensen
On Sun, Jun 19, 2016 at 02:49:42PM +0200, Pol Hallen wrote: > Hi folks! > > Inside a small lan (less 10 pc) I've a server with apache. > > I've to install bind/dnsmasq to automatically resolve IP of apache or can I > use clients's host file? > > What's the easy/fast way to resolve IP of this ser

Re: Konqueror - security hole or bug?

2016-06-15 Thread Karl E. Jorgensen
On Wed, Jun 15, 2016 at 09:32:18AM +0200, Hans wrote: > Dear community, > > I found a strange behaviour with konqueror (does anyone use it?) and I > believe > it is either a bug or a security problem. > > the problem is the following: > > I discovered, that my network card is doing a lot of

Re: jessie install cd no network

2016-06-05 Thread e Lpe
> > If I install it in a Virtualbox machine (with a phisical disk mapped) > and then I boot with that disk, the network cards work perfectly. Hi, with Virtualbox under witch os ? 2016-06-03 12:02 GMT+00:00 Javier Marcon : > Hello, I downloaded the Jessie install cd and added a preseed file to >

how to fix / partition (cylinder problem start) on ssd

2016-05-18 Thread e Lpe
Hi, fdisk -l report a warning message of the begining of the partition doesn't start on a physical cylinder on my ssd. Ignore ? Fix ? It's my / partition perahps if i resize it it'll be goog. Some advise ? If I can avoid too my make a new partition and copying back all my system on it, I prefer

Re: Grub won't install

2016-05-18 Thread e Lpe
I got the problem when installing Jessie on a computer with two hard drives. I want to install grub on the mbr of the second hard drive but the installer says yes and do not install it. But it can be easely fix by Boot Repair. 2016-05-18 0:13 GMT-04:00 J Mo : > > lilo is ultra-ancient. I don't e

Re: Poweroff is not working on debian8.3

2016-05-15 Thread e Lpe
Hi, I had the same problem. Take a look. Often it's a video card driver. For me (on primus laptop) the problem was nouveau. Regards 2016-05-13 11:16 GMT-04:00 : > On Thu, May 12, 2016 at 03:05:01AM +, GU, Gladys wrote: > > Hi, Debian, We have a system with debian8.3, the poweroff is not work

clamtk freetuxtv lxde-logout, rant for "essential user perspective"

2016-05-10 Thread H . E . Çitak
Dear fellow debian users, I am grateful for the efforts that goes into debian gnu/linux. One observation: In this list more users, less email traffic represent scissors graphic and we are there. Let there be hope. Freetuxtv can pass synching channels in jessie. Original support site says it was

unable to configure wireless (iwconfig error)

2016-04-29 Thread Charles E Blair
The Jessie installer did not give me an option for wireless (using ethernet). I subsequently saw, when starting the computer, a message about missing ath3k firmware. I used aptitude to install atheros and this message has gone away. I then tried to use wifi-radar. This recognized the relev

wireless problem (firmware ath3k ?)

2016-04-29 Thread Charles E Blair
I recently installed Jessie on a laptop. I was not asked to configure access to a wireless network. I have noticed that, when the machine is started, there is a message, approximately: unable to load firmware ath3k The machine, when running windows, is able to gain access to a LAN. Th

emacs locked file problem

2016-04-25 Thread Blair, Charles E III
an use the "s" option to steal the file and proceed, but would prefer not to have to do this. Perhaps a symptom is that, during an emacs session, the top of the window says "emacs@debian.c-blair@..." (my e-mail address) instead of "emacs@ceblair". I may have m

canberra-gtk-module not loaded?

2016-04-22 Thread Blair, Charles E III
I have just installed the stable jessie using netinst on a laptop. When I run certain programs, I am getting a message "canberra-gtk-module not loaded." How do I fix this? How serious is it?

Re: chroot setup problem

2016-04-22 Thread Karl E. Jorgensen
On Thu, Apr 21, 2016 at 07:17:14PM -0400, Haines Brown wrote: > I attempt to chroot from /dev/sdb on /dev/sda. > > # mount /dev/sda1 /mnt/debinst > > I verify it is mounted and then do: > > # LANG=C.UTF8 /usr/sbin/chroot /mnt/debinst /bin/bash > /usr/sbin/chroot: failed to run command `/b

www.lists.debian.org

2016-01-19 Thread SHARON | WEBEX-E NetWork Pty Ltd
briefer info/quote for what I would like to accomplish, with no-obligation? Best regards, Sharon | BRANCH MANAGER Webex E-NETWORKS Pty Ltd GOOGLE CERTIFIED PARTNER Headquarters: 137 Devonshire St, Surry Hills NSW 2010 Other Offices: Hong Kong & China | USA | New Zealand | UAE | Singapore

Re: DenyHosts

2016-01-15 Thread Cláudio E. Elicker
On Fri, 15 Jan 2016 16:37:48 -0500 Steve Matzura wrote: > My new fledgling server is being slammed, and I mean slammed like > Sandy slammed New York, by root login attacks from 59.46.71.36, > ShenYang, China. Of course, I don't allow root logins except from the > console or via ssh key pair, so I

kernel panic at Jessie shutdown

2015-12-20 Thread Elmer E. Dow
I installed Debian LXDE 8.2 (Jessie) on an IBM R40 laptop (2897-54U, 1.3 Centrino processor, 256 meg memory) using the netinst CD. The LAN port is broken, so I used a USB to RJ45 adapter. Installation went fine, but when I clicked logout, then shutdown, it went into kernel panic, giving the fol

Re: Systemd bybasses fstab mounting root partition(?)

2015-10-19 Thread Karl E. Jorgensen
ab is in the root file system. Thus, the system can only examine /etc/fstab _after_ the root file system has been mounted... Instead you may want to examine the kernel command line (e.g. in grub or /proc/cmdline) - it should have "root=" in it. Nowadays that is often specifie

Installing a Firefox syncserver on my Jessie desktop computer. Need help...

2015-10-16 Thread Paul E Condon
ulsoup4 Running setup.py install for cornice /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'paster_plugins' warnings.warn(msg) Compiling /tmp/pip-build-IhZNaR/gunicorn/gunicorn/workers/_gaiohttp.py ... File "/tmp/pi

where is mate-user-guide for jessie ?

2015-10-09 Thread Paul E Condon
I want to use mate for my desktop environment, but I'd like to do some minor tweeks to what I see. I think I need to read mate-user-guide, but it seems each distribution publishes its own version of this file. Where is the one for Debian/Jessie? Thanks -- Paul E Condon

www.lists.debian.org

2015-09-17 Thread ROSIE | WEBEX E-Networks Pty Ltd
briefer info/quote for what I would like to accomplish, with no-obligation? Best regards, Rosie Senior-Developer Webex E-NETWORKS Pty Ltd GOOGLE CERTIFIED PARTNER Headquarters: 137 Devonshire St, Surry Hills NSW 2010 Other Offices: Hong Kong & China | USA | New Zealand | UAE | Singapore

www.lists.debian.org

2015-09-02 Thread EFFIE | WEBEX E-Networks Pty Ltd
briefer info/quote for what I would like to accomplish, with no-obligation? Best regards, Effie Web-Pundit Webex E-NETWORKS Pty Ltd GOOGLE CERTIFIED PARTNER Headquarters: 137 Devonshire St, Surry Hills NSW 2010 Other Offices: Hong Kong & China | USA | New Zealand | UAE | Singapore

Iceweasel/Firefox Sync

2015-08-31 Thread Paul E Condon
x for Iceweasel recently announced for a different issue. Would this have a newer version of Sync, or should I look for a backport? Or has anyone confronted this problem and found a fix? Please help, TIA -- Paul E Condon pecon...@mesanetworks.net

Re: Question about "mv" operation.

2015-08-04 Thread Paul E Condon
OP can make this query and post the response here. HTH > > Thanks. > > -- > 竹密岂妨流水过 > 山高哪阻野云飞 > > And for G+, please use magiclouds#gmail.com. -- Paul E Condon pecon...@mesanetworks.net -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: How come i wrote a NO-BREAK SPACE in xterm+bash ?

2015-08-02 Thread Karl E. Jorgensen
pose key): karl@xps:~$ od -t u1 000 194 160 10 003 I suspect you may be able to do the same, although you may have configured your compose key differently (I cannot remember whether mine is the default). Hope this helps -- Karl E. Jørgensen -- To UNSUBSCRIBE, email to debian-u

Re: What package contains the time daemon? (CHRONY not approx vs ntp)

2015-07-26 Thread Paul E Condon
ectness. > > Here we see an example of a further meta-question concerning the > socially correct words to use in covering up the underlying technical > complexity. ;-) > > Best regards, > -- > Paul E Condon > pecon...@mesanetworks.net > -- Paul E Condon

  1   2   3   4   5   6   7   8   9   10   >