Re: I need help with my var partition.

2023-05-02 Thread songbird
Maureen L Thomas wrote:
> Unfortunately I cannot install anything.  I used the command line and 
> the app but neither of them will work.  I have no idea what to do next.  
> I used su and sudo first.  It just keeps saying it cannot connect with 
> the base from which I get updates, etc.  I used the reinstall on brasero 
> and it just said that it was up to date.  I am so confused.

  at this point i think it is more time efficient to 
install to a new partition and then work on restoring 
the data for each main program you use.

  if you do not have good backups this is not fun, but 
it does teach a lesson to keep good backups.

  i have done a full recovery on a running system where
i accidentally deleted my entire /var but it wasn't quick
and i did have a current list of all packages installed
so i could reinstall each of them.  it's not an experience
i ever hope to have to do again.  since the version of 
apt was also wrong and wouldn't work i had to go back
to using dpkg repeatedly in a loop of all packages until
the dependencies would all be installed and then it got
them all up to date at last.

  it would have been much quicker in the end had i just
set up a new partition and installed from scratch.


  songbird



Re: I need help with my var partition.

2023-05-02 Thread David Christensen

On 5/1/23 18:51, Maureen L Thomas wrote:
Unfortunately I cannot install anything.  I used the command line and 
the app but neither of them will work.  I have no idea what to do next. 
I used su and sudo first.  It just keeps saying it cannot connect with 
the base from which I get updates, etc.  I used the reinstall on brasero 
and it just said that it was up to date.  I am so confused.



Repairing a damaged OS instance is tough; even when the damage mechanism 
is known (deleting /var/log/, /var/tmp/ and /var/cores/).  Recovery 
requires a lot of expertise.



Other readers have posted long listings and ACL dumps of their 
corresponding directories.  Is this approach too advanced for you?



Do you have an image of your system disk taken before the disaster?


As Brasero is not working, I suggest that you get a large USB HDD and 
back up onto that.  Hopefully, your computer has a desktop environment 
that displays an icon when the USB HDD is plugged in, you can use the 
icon to mount the USB HDD file system, and you can back up with a file 
manager via drag and drop.  If this is not the case, try a root terminal 
and suitable commands.  Back up your home directory and any data 
directories you have created.  Be sure to unmount the USB HDD before you 
unplug it.



If there are more user accounts on the system, you will want to log in 
to each of those accounts and backup their home directory and data.



If you know how to take an image of the system drive and save it on the 
USB HDD, do so.  If not, now would be a good time to learn.  Clonezilla 
is the obvious choice:


https://clonezilla.org/


If you have access to another computer with a CD/DVD/BD burner, burning 
archival optical discs would be a good idea.



The most direct path to a working Debian system is a fresh install onto 
a zeroed drive.  Next, install the applications you want.  Then connect 
the USB HDD, mount the file system, and restore your data.  Restoring 
application-specific data, such as a Thunderbird profile, may require 
additional steps.



Please post if you need help with any of the above.


David



Re: I need help with my var partition.

2023-05-02 Thread Thomas Schmitt
Hi,

Maureen L Thomas wrote:
> I used the reinstall on brasero and it just said that it was up to date.

What error message does Brasero issue before refusing to work ?
What optical medium type do you give Brasero for burning ?

I can probably help with composing a xorriso run which performs a similar
backup as you normally do with Brasero. (I am not aware that xorriso would
try to access /var. So a try might succeed or tell us how deep the problem
is located in the software stack from kernel to desktop applications.)

Roadmap:
1: Check whether xorriso is installed.
   - Install if not yet there.
 - If apt does not install it, try the GNU xorriso source tarball.
2: Describe which hard disk directory trees or single files get normally
   backed up and to what paths on the backup medium they get copied.
3: Create a shell script with the necessary xorriso commands.

If the steps under "1:" don't work or if you want to stay with Brasero,
consider to get a Debian Live system like
  
https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/debian-live-11.7.0-amd64-lxde.iso
and to put it on a USB stick as described in
  https://www.debian.org/CD/faq/#write-usb
After booting from the USB stick the system should be able to install
xorriso or Brasero, so that you can backup your data.

Maybe you can even use the /var directory of the running Debian Live as
template to recreate the damaged /var tree on hard disk.


Have a nice day :)

Thomas



Re: I need help with my var partition.

2023-05-02 Thread Tom Dial




On 5/1/23 19:51, Maureen L Thomas wrote:

Unfortunately I cannot install anything.  I used the command line and the app 
but neither of them will work.  I have no idea what to do next. I used su and 
sudo first.  It just keeps saying it cannot connect with the base from which I 
get updates, etc.  I used the reinstall on brasero and it just said that it was 
up to date.  I am so confused.


The earlier reply by The Wanderer to this post may well be the correct in 
suggesting use of dpkg rather than apt. Apt is usually preferable if it will 
work, but dpkg sometimes will work when apt will not.

There could be several files in /var/cache/apt/archives that are base-files 
packages for different Debian releases or updates. You should take some care to 
use the right one. The correspondence between the file to use and the contents 
of /etc/debian_version is straightforward. I have:

# ls -l /var/cache/apt/archives/base-files*
-rw-r--r-- 1 root root 70140 Dec 11 14:13 
/var/cache/apt/archives/base-files_11.1+deb11u6_amd64.deb
-rw-r--r-- 1 root root 70132 Apr 23 14:57 
/var/cache/apt/archives/base-files_11.1+deb11u7_amd64.deb

# cat /etc/debian_version
11.7

So: this system is Release 11 update 7, and the corresponding base-files 
package is
/var/cache/apt/archives/base-files_11.1+deb11u7_amd64.deb

Using the wrong one by mistake might not be very noticeable, as base files 
probably change little from release to release;

In any follow up messages, please copy and paste the actual commands used and 
their output in addition to any description of the results. Descriptions may 
omit useful details. And prefer the command line to graphical applications 
because it usually contains more detailed and useful information and is easier 
to copy and paste into an email.

Regards,
Tom Dial



On 5/1/23 9:15 PM, Tom Dial wrote:

This Debian-user thread seems to have gone silent, but it is not clear whether 
your problem is solved. If it is, just ignore this and move on. If not:

The Wanderer, in an earlier post (04/28/2023 at 19;02), suggested reinstalling 
the base-files package. I believe this is the correct procedure, at least to 
start with. It should be relatively free from any risk of doing further damage 
to your system. The same post also suggested you might need to reinstall other 
packages if they had created subdirectories under /var that are not included in 
the base-files package, That also should not significantly risk any further 
damage. Reinstalling installed packages sometimes helps and in my experience 
(almost 30 years now) is unlikely to be harmful. Reinstalling base-files (and 
other packages as needed) also should correct any permission problems that may 
have crept in.

How to reinstall a package depends on how you maintain or upgrade your system.

If you use synaptic or aptitude, both have reinstall options that you can 
choose from the menu or submenu you would use for a new package installation.

If you log in as root on a terminal or terminal emulator to install and upgrade 
software, the command would be

apt install --reinstall  - for example,
apt install --reinstall base-files

If you use sudo in a terminal or terminal emulator to maintain software, use the above 
commands prefixed by "sudo" as you normally would for actions that need 
administrator privileges.

This should reinstall the version of the base-files (or other named package) 
that matches the most recently installed version.

I think the reinstall process might sometimes pause to ask you to choose 
between installing the default configuration file from the package or keeping 
an existing one that you might have changed. It should be safe to keep the one 
already installed.

If you have questions about any of this, feel free to ask, either privately or 
on the list.

Regards,
Tom Dial



On 4/28/23 20:36, Maureen L Thomas wrote:

Here is what I got.

root@debian:/var# /bin/ls -ld */
drwxr-xr-x  2 root root   4096 Apr 28 15:46 backups/
drwxr-xr-x 19 root root   4096 Apr 12 20:20 cache/
drwxr-xr-x  2 root root   4096 Apr 28 20:59 cores/
drwxr-xr-x  2 root root   4096 Nov 13  2020 games/
drwxr-xr-x 62 root root   4096 Apr 12 20:20 lib/
drwxrwsr-x  2 root staff  4096 Sep 19  2020 local/
drwxrwxrwt  3 root root    100 Apr 28 21:13 lock/
drwxr-xr-x  8 root root   4096 Apr 28 21:36 log/
drwx--  2 root root  16384 Nov 12  2020 lost+found/
drwxrwsr-x  2 root mail   4096 Nov 12  2020 mail/
drwxr-xr-x  2 root root   4096 Nov 12  2020 opt/
drwxr-xr-x 27 root root    760 Apr 28 22:31 run/
drwxr-xr-x 14 root root   4096 Apr 27 22:58 snap/
drwxr-xr-x  7 root root   4096 Nov 12  2020 spool/
drwxr-xr-x  8 root root   4096 Apr 28 22:32 tmp/
root@debian:/var#


Reinstalling the base-files package should create or correct the following 
directories under /var:
/var
/var/backups
/var/cache
/var/lib
/var/lib/dpkg
/var/lib/misc
/var/local
/var/lock
/var/log
/var/run
/var/spool
/var/tmp




On 4/28/23 10:17 PM, Greg Wooledge wrote:

On Fri, Apr 2

Re: I need help with my var partition.

2023-05-01 Thread The Wanderer
On 2023-05-01 at 21:51, Maureen L Thomas wrote:

> Unfortunately I cannot install anything.  I used the command line and
> the app but neither of them will work.

I suspect that if you don't have the various directories under /var/,
you may not be able to use apt or aptitude or synaptic or the like, but
dpkg (in the form of 'dpkg -i /path/to/filename.deb') may still work.

If it doesn't, the only fallbacks that I can think of that would be
*more* likely to work - short of reinstalling Debian, anyway - involve
carefully extracting the .deb's contents into the correct root path, and
running any necessary follow-on scripts, *by hand*. And that would be
daunting even to me, though I understand that it's certainly possible.

> I have no idea what to do next. I used su and sudo first.  It just
> keeps saying it cannot connect with the base from which I get
> updates, etc.  I used the reinstall on brasero and it just said that
> it was up to date.  I am so confused.

This description seems to suggest that you're using a tool which is
trying to download the .deb file from a remote location. Those tools are
fairly likely to have problems if the directories under /var/ don't
exist.

Instead, I suggest that you try:

$ su -
# dpkg -i /var/cache/apt/archives/base-files_12_amd64.deb

(Or whatever the version number and architecture of your base-files
package may be; that's the oldest one I have on hand myself, from August
of 2021. You should probably be able to tab-complete the filename from
before the first underscore, but that depends on how your system is set
up.)

dpkg should, I think, have fewer dependencies on directory structure (et
cetera) than anything APT-based will have. It still might not be few
*enough*, but it's worth a shot.

-- 
   The Wanderer

The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself. Therefore all
progress depends on the unreasonable man. -- George Bernard Shaw



signature.asc
Description: OpenPGP digital signature


Re: I need help with my var partition.

2023-05-01 Thread Maureen L Thomas
Unfortunately I cannot install anything.  I used the command line and 
the app but neither of them will work.  I have no idea what to do next.  
I used su and sudo first.  It just keeps saying it cannot connect with 
the base from which I get updates, etc.  I used the reinstall on brasero 
and it just said that it was up to date.  I am so confused.


On 5/1/23 9:15 PM, Tom Dial wrote:
This Debian-user thread seems to have gone silent, but it is not clear 
whether your problem is solved. If it is, just ignore this and move 
on. If not:


The Wanderer, in an earlier post (04/28/2023 at 19;02), suggested 
reinstalling the base-files package. I believe this is the correct 
procedure, at least to start with. It should be relatively free from 
any risk of doing further damage to your system. The same post also 
suggested you might need to reinstall other packages if they had 
created subdirectories under /var that are not included in the 
base-files package, That also should not significantly risk any 
further damage. Reinstalling installed packages sometimes helps and in 
my experience (almost 30 years now) is unlikely to be harmful. 
Reinstalling base-files (and other packages as needed) also should 
correct any permission problems that may have crept in.


How to reinstall a package depends on how you maintain or upgrade your 
system.


If you use synaptic or aptitude, both have reinstall options that you 
can choose from the menu or submenu you would use for a new package 
installation.


If you log in as root on a terminal or terminal emulator to install 
and upgrade software, the command would be


apt install --reinstall  - for example,
apt install --reinstall base-files

If you use sudo in a terminal or terminal emulator to maintain 
software, use the above commands prefixed by "sudo" as you normally 
would for actions that need administrator privileges.


This should reinstall the version of the base-files (or other named 
package) that matches the most recently installed version.


I think the reinstall process might sometimes pause to ask you to 
choose between installing the default configuration file from the 
package or keeping an existing one that you might have changed. It 
should be safe to keep the one already installed.


If you have questions about any of this, feel free to ask, either 
privately or on the list.


Regards,
Tom Dial



On 4/28/23 20:36, Maureen L Thomas wrote:

Here is what I got.

root@debian:/var# /bin/ls -ld */
drwxr-xr-x  2 root root   4096 Apr 28 15:46 backups/
drwxr-xr-x 19 root root   4096 Apr 12 20:20 cache/
drwxr-xr-x  2 root root   4096 Apr 28 20:59 cores/
drwxr-xr-x  2 root root   4096 Nov 13  2020 games/
drwxr-xr-x 62 root root   4096 Apr 12 20:20 lib/
drwxrwsr-x  2 root staff  4096 Sep 19  2020 local/
drwxrwxrwt  3 root root    100 Apr 28 21:13 lock/
drwxr-xr-x  8 root root   4096 Apr 28 21:36 log/
drwx--  2 root root  16384 Nov 12  2020 lost+found/
drwxrwsr-x  2 root mail   4096 Nov 12  2020 mail/
drwxr-xr-x  2 root root   4096 Nov 12  2020 opt/
drwxr-xr-x 27 root root    760 Apr 28 22:31 run/
drwxr-xr-x 14 root root   4096 Apr 27 22:58 snap/
drwxr-xr-x  7 root root   4096 Nov 12  2020 spool/
drwxr-xr-x  8 root root   4096 Apr 28 22:32 tmp/
root@debian:/var#


Reinstalling the base-files package should create or correct the 
following directories under /var:

/var
/var/backups
/var/cache
/var/lib
/var/lib/dpkg
/var/lib/misc
/var/local
/var/lock
/var/log
/var/run
/var/spool
/var/tmp




On 4/28/23 10:17 PM, Greg Wooledge wrote:

On Fri, Apr 28, 2023 at 10:05:01PM -0400, Maureen L Thomas wrote:
Yes my figures are very similar to yours.  But even after a reboot 
I still

cannot burn a back up disk.

Do not look at the NUMBERS.

OWNER.

GROUP.

PERMISSIONS.

The numbers mean nothing.


On 4/28/23 9:04 PM, Greg Wooledge wrote:

Make sure you get the ownership and permissions correct.

unicorn:/var$ /bin/ls -ld */
drwxr-xr-x  2 root root  4096 Apr 22 06:25 backups/
drwxr-xr-x 12 root root  4096 Jul 31  2022 cache/
drwxr-xr-x  3 root root  4096 Mar  3  2018 games/
drwxr-xr-x 50 root root  4096 Jul 31  2022 lib/
drwxrwsr-x  2 root staff 4096 Nov 19  2017 local/
See that?  Group write.  Set-group-id.  Group staff.  Probably not a 
big

deal, because who the hell uses /var/local for anything, but there is
no excuse for not checking the OWNER, GROUP and PERMISSIONS.


drwxrwxrwt  3 root root    80 Mar 25 16:03 lock/

Group and world write.  Sticky bit.


drwxr-xr-x 15 root root  4096 Apr 24 08:12 log/
drwxrwsr-x  2 root mail  4096 Oct 28  2021 mail/

Group write, setgid.


drwxr-xr-x  2 root root  4096 Jan 11  2018 opt/
drwxr-xr-x 10 root qmail 4096 Jan 12  2018 qmail/
drwxr-xr-x 26 root root   760 Mar 27 15:39 run/
drwxr-xr-x  6 root root  4096 Jan 29  2021 spool/
drwxrwxrwt  6 root root  4096 Apr 28 21:02 tmp/

Group and world write.  Sticky bit.

THIS is what matters.





Re: I need help with my var partition.

2023-05-01 Thread Tom Dial

This Debian-user thread seems to have gone silent, but it is not clear whether 
your problem is solved. If it is, just ignore this and move on. If not:

The Wanderer, in an earlier post (04/28/2023 at 19;02), suggested reinstalling 
the base-files package. I believe this is the correct procedure, at least to 
start with. It should be relatively free from any risk of doing further damage 
to your system. The same post also suggested you might need to reinstall other 
packages if they had created subdirectories under /var that are not included in 
the base-files package, That also should not significantly risk any further 
damage. Reinstalling installed packages sometimes helps and in my experience 
(almost 30 years now) is unlikely to be harmful. Reinstalling base-files (and 
other packages as needed) also should correct any permission problems that may 
have crept in.

How to reinstall a package depends on how you maintain or upgrade your system.

If you use synaptic or aptitude, both have reinstall options that you can 
choose from the menu or submenu you would use for a new package installation.

If you log in as root on a terminal or terminal emulator to install and upgrade 
software, the command would be

apt install --reinstall  - for example,
apt install --reinstall base-files

If you use sudo in a terminal or terminal emulator to maintain software, use the above 
commands prefixed by "sudo" as you normally would for actions that need 
administrator privileges.

This should reinstall the version of the base-files (or other named package) 
that matches the most recently installed version.

I think the reinstall process might sometimes pause to ask you to choose 
between installing the default configuration file from the package or keeping 
an existing one that you might have changed. It should be safe to keep the one 
already installed.

If you have questions about any of this, feel free to ask, either privately or 
on the list.

Regards,
Tom Dial



On 4/28/23 20:36, Maureen L Thomas wrote:

Here is what I got.

root@debian:/var# /bin/ls -ld */
drwxr-xr-x  2 root root   4096 Apr 28 15:46 backups/
drwxr-xr-x 19 root root   4096 Apr 12 20:20 cache/
drwxr-xr-x  2 root root   4096 Apr 28 20:59 cores/
drwxr-xr-x  2 root root   4096 Nov 13  2020 games/
drwxr-xr-x 62 root root   4096 Apr 12 20:20 lib/
drwxrwsr-x  2 root staff  4096 Sep 19  2020 local/
drwxrwxrwt  3 root root    100 Apr 28 21:13 lock/
drwxr-xr-x  8 root root   4096 Apr 28 21:36 log/
drwx--  2 root root  16384 Nov 12  2020 lost+found/
drwxrwsr-x  2 root mail   4096 Nov 12  2020 mail/
drwxr-xr-x  2 root root   4096 Nov 12  2020 opt/
drwxr-xr-x 27 root root    760 Apr 28 22:31 run/
drwxr-xr-x 14 root root   4096 Apr 27 22:58 snap/
drwxr-xr-x  7 root root   4096 Nov 12  2020 spool/
drwxr-xr-x  8 root root   4096 Apr 28 22:32 tmp/
root@debian:/var#


Reinstalling the base-files package should create or correct the following 
directories under /var:
/var
/var/backups
/var/cache
/var/lib
/var/lib/dpkg
/var/lib/misc
/var/local
/var/lock
/var/log
/var/run
/var/spool
/var/tmp




On 4/28/23 10:17 PM, Greg Wooledge wrote:

On Fri, Apr 28, 2023 at 10:05:01PM -0400, Maureen L Thomas wrote:

Yes my figures are very similar to yours.  But even after a reboot I still
cannot burn a back up disk.

Do not look at the NUMBERS.

OWNER.

GROUP.

PERMISSIONS.

The numbers mean nothing.


On 4/28/23 9:04 PM, Greg Wooledge wrote:

Make sure you get the ownership and permissions correct.

unicorn:/var$ /bin/ls -ld */
drwxr-xr-x  2 root root  4096 Apr 22 06:25 backups/
drwxr-xr-x 12 root root  4096 Jul 31  2022 cache/
drwxr-xr-x  3 root root  4096 Mar  3  2018 games/
drwxr-xr-x 50 root root  4096 Jul 31  2022 lib/
drwxrwsr-x  2 root staff 4096 Nov 19  2017 local/

See that?  Group write.  Set-group-id.  Group staff.  Probably not a big
deal, because who the hell uses /var/local for anything, but there is
no excuse for not checking the OWNER, GROUP and PERMISSIONS.


drwxrwxrwt  3 root root    80 Mar 25 16:03 lock/

Group and world write.  Sticky bit.


drwxr-xr-x 15 root root  4096 Apr 24 08:12 log/
drwxrwsr-x  2 root mail  4096 Oct 28  2021 mail/

Group write, setgid.


drwxr-xr-x  2 root root  4096 Jan 11  2018 opt/
drwxr-xr-x 10 root qmail 4096 Jan 12  2018 qmail/
drwxr-xr-x 26 root root   760 Mar 27 15:39 run/
drwxr-xr-x  6 root root  4096 Jan 29  2021 spool/
drwxrwxrwt  6 root root  4096 Apr 28 21:02 tmp/

Group and world write.  Sticky bit.

THIS is what matters.





Re: I need help with my var partition.

2023-04-29 Thread David Christensen

On 4/28/23 17:25, Maureen L Thomas wrote:
I am 72 and have forgotten a few things.  I looked up debian/var and was 
told I could delete /var/log/


and /var/tmp/ and /var/cores/.  I left cores alone and deleted the other 
two.  Now I cannot burn a backup, download files and even go to web 
sites from my nord vpn which was working great until I deleted the above 
files.  I really want to upgrade to debian 11.  I am using debian 10, on 
a Lonovo all in one and have had no problems.  I followed the directions 
for var that I found and now have a screwed up machine.  Is there any 
help available. I was thinking of upgrading online but don't want to 
loose my data.  Please help this old lady.



On 4/28/23 17:57, Maureen L Thomas wrote:
> OK so I went looking on the net /debian/var to find out why it is
> running out of room.  All I could find is the directions to delete said
> files.  I will put them back, now.


On 4/28/23 19:05, Maureen L Thomas wrote:
> ... I still cannot burn a back up disk.


On 4/28/23 19:36, Maureen L Thomas wrote:
> Here is what I got.
>
> root@debian:/var# /bin/ls -ld */
> drwxr-xr-x  2 root root   4096 Apr 28 15:46 backups/
> drwxr-xr-x 19 root root   4096 Apr 12 20:20 cache/
> drwxr-xr-x  2 root root   4096 Apr 28 20:59 cores/
> drwxr-xr-x  2 root root   4096 Nov 13  2020 games/
> drwxr-xr-x 62 root root   4096 Apr 12 20:20 lib/
> drwxrwsr-x  2 root staff  4096 Sep 19  2020 local/
> drwxrwxrwt  3 root root100 Apr 28 21:13 lock/
> drwxr-xr-x  8 root root   4096 Apr 28 21:36 log/
> drwx--  2 root root  16384 Nov 12  2020 lost+found/
> drwxrwsr-x  2 root mail   4096 Nov 12  2020 mail/
> drwxr-xr-x  2 root root   4096 Nov 12  2020 opt/
> drwxr-xr-x 27 root root760 Apr 28 22:31 run/
> drwxr-xr-x 14 root root   4096 Apr 27 22:58 snap/
> drwxr-xr-x  7 root root   4096 Nov 12  2020 spool/
> drwxr-xr-x  8 root root   4096 Apr 28 22:32 tmp/
> root@debian:/var#


I assume you have a Lenovo computer.  What is the model name and number? 
 What processor?  How much memory?  How many drives, what type, and 
what size?



What backup software are you using?  Do you have recent backups?  Do you 
know how to restore?



What other resources do you have available -- computers, network, USB 
flash drives, external HDD's, spare SSD/HDD's?



When I break an OS instance, or when I want to re-install or do a major 
version upgrade, I back up the system configuration files and data 
files, remove the system disk, install a (zeroed) replacement system 
disk, do a fresh install, manually merge the old configuration settings 
into the new configuration files, and restore the data.  So long as I do 
each step correctly, I end up with a correct result.



Disaster preparedness and disaster recovery are easier if your OS is on 
one disk and your data is on another disk.  What is your layout?



David



Re: I need help with my var partition.

2023-04-29 Thread David Wright
On Fri 28 Apr 2023 at 22:36:39 (-0400), Maureen L Thomas wrote:
> Here is what I got.
> 
> root@debian:/var# /bin/ls -ld */
> drwxr-xr-x  2 root root   4096 Apr 28 15:46 backups/
> drwxr-xr-x 19 root root   4096 Apr 12 20:20 cache/
> drwxr-xr-x  2 root root   4096 Apr 28 20:59 cores/
> drwxr-xr-x  2 root root   4096 Nov 13  2020 games/
> drwxr-xr-x 62 root root   4096 Apr 12 20:20 lib/
> drwxrwsr-x  2 root staff  4096 Sep 19  2020 local/
> drwxrwxrwt  3 root root    100 Apr 28 21:13 lock/
> drwxr-xr-x  8 root root   4096 Apr 28 21:36 log/
> drwx--  2 root root  16384 Nov 12  2020 lost+found/
> drwxrwsr-x  2 root mail   4096 Nov 12  2020 mail/
> drwxr-xr-x  2 root root   4096 Nov 12  2020 opt/
> drwxr-xr-x 27 root root    760 Apr 28 22:31 run/
> drwxr-xr-x 14 root root   4096 Apr 27 22:58 snap/
> drwxr-xr-x  7 root root   4096 Nov 12  2020 spool/
> drwxr-xr-x  8 root root   4096 Apr 28 22:32 tmp/
> root@debian:/var#

You've effectively got no /tmp available for most users.

  drwxrwxrwt  6 root root  4096 Apr 28 21:02 tmp/

On Sat 29 Apr 2023 at 07:12:13 (+0200), to...@tuxteam.de wrote:
> On Fri, Apr 28, 2023 at 10:05:01PM -0400, Maureen L Thomas wrote:
> > Yes my figures are very similar to yours.  But even after a reboot I still
> > cannot burn a back up disk.
> 
> One problem may be that /var/log has subdirectories which don't
> belong to root. Applications trying to write their logs might
> fail, either because they can't create "their" log subdirectory
> or because they even don't try (because they rely on the install
> process having done that).
> 
> Here's an example, but note that your package set will differ
> from mine, so take this as illustrative:

Can I also add to your listing (as a systemd-user):

  drwxr-sr-x+  3 root  systemd-journal 4096 Jan  1  2022 /var/log/journal

$ getfacl -p /var/log/journal/
# file: /var/log/journal/
# owner: root
# group: systemd-journal
# flags: -s-
user::rwx
group::r-x
group:adm:r-x
mask::r-x
other::r-x
default:user::rwx
default:group::r-x
default:group:adm:r-x
default:mask::r-x
default:other::r-x

$ 

Cheers,
David.



Re: I need help with my var partition.

2023-04-29 Thread Thomas Schmitt
Hi,

Maureen L Thomas wrote:
> even after a reboot I still cannot burn a back up disk.

In case the crisis lasts longer or you need to make a backup before its
solution:
What program do you use to burn your backups and what does it report
when failing ?
What kind of media shall be burnt ?


Have a nice day :)

Thomas



Re: I need help with my var partition.

2023-04-28 Thread tomas
On Fri, Apr 28, 2023 at 10:05:01PM -0400, Maureen L Thomas wrote:
> Yes my figures are very similar to yours.  But even after a reboot I still
> cannot burn a back up disk.

One problem may be that /var/log has subdirectories which don't
belong to root. Applications trying to write their logs might
fail, either because they can't create "their" log subdirectory
or because they even don't try (because they rely on the install
process having done that).

Here's an example, but note that your package set will differ
from mine, so take this as illustrative:

  tomas@trotzki:~$ find /var/log -maxdepth 1 -type d -exec ls -ld {} +
  drwxr-xr-x 20 root  root  12288 Apr 29 06:00 /var/log
  drwxr-xr-x  2 root  root   4096 Apr 26 20:49 /var/log/apt
  drwxr-sr-x  2 apt-cacher-ng apt-cacher-ng 40960 Apr 29 06:05 
/var/log/apt-cacher-ng
  drwxr-xr-x  2 root  root   4096 Apr 29 06:54 /var/log/atop
  drwxr-s---  2 Debian-exim   adm4096 Apr 29 06:54 /var/log/exim4
  drwxr-xr-x  2 root  root   4096 Oct 30  2017 /var/log/fsck
  drwxr-xr-x  3 root  root   4096 Nov 10  2021 /var/log/guix
  drwxr-xr-x  3 root  root   4096 Oct 30  2017 
/var/log/installer
  drwxrwx---  2 jvb   jitsi  4096 Jan 22  2020 /var/log/jitsi
  drwxr-x---  2 www-data  www-data   4096 Apr 26 06:31 /var/log/lighttpd
  drwxr-s---  2 mysql adm4096 Nov  9  2021 /var/log/mysql
  drwxr-xr-x  2 root  adm4096 Jan 22  2020 /var/log/nginx
  drwxr-xr-x  2 ntp   ntp4096 Feb 15  2018 /var/log/ntpstats
  drwxr-xr-x  2 root  root   4096 Feb 20  2019 /var/log/openvpn
  drwxrwxr-t  2 root  postgres   4096 Apr 23 07:06 
/var/log/postgresql
  drwxr-x---  2 prosody   adm4096 Apr 23 07:06 /var/log/prosody
  drwxr-xr-x  4 root  root   4096 Nov  9  2021 /var/log/runit
  drwxr-x---  2 root  adm4096 May  8  2019 /var/log/samba
  drwxr-xr-x  2 stunnel4  stunnel4   4096 Apr 16  2020 /var/log/stunnel4

One thing you might try to rescue the situation would be
to chmod go+w /var/log. Note that this makes your system
somewhat... insecure (that's an euphemism :-)

Perhaps the failing apps do create their log subdirs.

Don't forget to do chmod go-w after the dust has settled.

Cheers
-- 
t


signature.asc
Description: PGP signature


Re: I need help with my var partition.

2023-04-28 Thread Maureen L Thomas

Here is what I got.

root@debian:/var# /bin/ls -ld */
drwxr-xr-x  2 root root   4096 Apr 28 15:46 backups/
drwxr-xr-x 19 root root   4096 Apr 12 20:20 cache/
drwxr-xr-x  2 root root   4096 Apr 28 20:59 cores/
drwxr-xr-x  2 root root   4096 Nov 13  2020 games/
drwxr-xr-x 62 root root   4096 Apr 12 20:20 lib/
drwxrwsr-x  2 root staff  4096 Sep 19  2020 local/
drwxrwxrwt  3 root root    100 Apr 28 21:13 lock/
drwxr-xr-x  8 root root   4096 Apr 28 21:36 log/
drwx--  2 root root  16384 Nov 12  2020 lost+found/
drwxrwsr-x  2 root mail   4096 Nov 12  2020 mail/
drwxr-xr-x  2 root root   4096 Nov 12  2020 opt/
drwxr-xr-x 27 root root    760 Apr 28 22:31 run/
drwxr-xr-x 14 root root   4096 Apr 27 22:58 snap/
drwxr-xr-x  7 root root   4096 Nov 12  2020 spool/
drwxr-xr-x  8 root root   4096 Apr 28 22:32 tmp/
root@debian:/var#

On 4/28/23 10:17 PM, Greg Wooledge wrote:

On Fri, Apr 28, 2023 at 10:05:01PM -0400, Maureen L Thomas wrote:

Yes my figures are very similar to yours.  But even after a reboot I still
cannot burn a back up disk.

Do not look at the NUMBERS.

OWNER.

GROUP.

PERMISSIONS.

The numbers mean nothing.


On 4/28/23 9:04 PM, Greg Wooledge wrote:

Make sure you get the ownership and permissions correct.

unicorn:/var$ /bin/ls -ld */
drwxr-xr-x  2 root root  4096 Apr 22 06:25 backups/
drwxr-xr-x 12 root root  4096 Jul 31  2022 cache/
drwxr-xr-x  3 root root  4096 Mar  3  2018 games/
drwxr-xr-x 50 root root  4096 Jul 31  2022 lib/
drwxrwsr-x  2 root staff 4096 Nov 19  2017 local/

See that?  Group write.  Set-group-id.  Group staff.  Probably not a big
deal, because who the hell uses /var/local for anything, but there is
no excuse for not checking the OWNER, GROUP and PERMISSIONS.


drwxrwxrwt  3 root root80 Mar 25 16:03 lock/

Group and world write.  Sticky bit.


drwxr-xr-x 15 root root  4096 Apr 24 08:12 log/
drwxrwsr-x  2 root mail  4096 Oct 28  2021 mail/

Group write, setgid.


drwxr-xr-x  2 root root  4096 Jan 11  2018 opt/
drwxr-xr-x 10 root qmail 4096 Jan 12  2018 qmail/
drwxr-xr-x 26 root root   760 Mar 27 15:39 run/
drwxr-xr-x  6 root root  4096 Jan 29  2021 spool/
drwxrwxrwt  6 root root  4096 Apr 28 21:02 tmp/

Group and world write.  Sticky bit.

THIS is what matters.





Re: I need help with my var partition.

2023-04-28 Thread Greg Wooledge
On Fri, Apr 28, 2023 at 10:05:01PM -0400, Maureen L Thomas wrote:
> Yes my figures are very similar to yours.  But even after a reboot I still
> cannot burn a back up disk.

Do not look at the NUMBERS.

OWNER.

GROUP.

PERMISSIONS.

The numbers mean nothing.

> On 4/28/23 9:04 PM, Greg Wooledge wrote:
> > Make sure you get the ownership and permissions correct.
> > 
> > unicorn:/var$ /bin/ls -ld */
> > drwxr-xr-x  2 root root  4096 Apr 22 06:25 backups/
> > drwxr-xr-x 12 root root  4096 Jul 31  2022 cache/
> > drwxr-xr-x  3 root root  4096 Mar  3  2018 games/
> > drwxr-xr-x 50 root root  4096 Jul 31  2022 lib/
> > drwxrwsr-x  2 root staff 4096 Nov 19  2017 local/

See that?  Group write.  Set-group-id.  Group staff.  Probably not a big
deal, because who the hell uses /var/local for anything, but there is
no excuse for not checking the OWNER, GROUP and PERMISSIONS.

> > drwxrwxrwt  3 root root80 Mar 25 16:03 lock/

Group and world write.  Sticky bit.

> > drwxr-xr-x 15 root root  4096 Apr 24 08:12 log/
> > drwxrwsr-x  2 root mail  4096 Oct 28  2021 mail/

Group write, setgid.

> > drwxr-xr-x  2 root root  4096 Jan 11  2018 opt/
> > drwxr-xr-x 10 root qmail 4096 Jan 12  2018 qmail/
> > drwxr-xr-x 26 root root   760 Mar 27 15:39 run/
> > drwxr-xr-x  6 root root  4096 Jan 29  2021 spool/
> > drwxrwxrwt  6 root root  4096 Apr 28 21:02 tmp/

Group and world write.  Sticky bit.

THIS is what matters.



Re: I need help with my var partition.

2023-04-28 Thread Maureen L Thomas
Yes my figures are very similar to yours.  But even after a reboot I 
still cannot burn a back up disk.


On 4/28/23 9:04 PM, Greg Wooledge wrote:

On Fri, Apr 28, 2023 at 08:57:47PM -0400, Maureen L Thomas wrote:

OK so I went looking on the net /debian/var to find out why it is running
out of room.  All I could find is the directions to delete said files.  I
will put them back, now.

Make sure you get the ownership and permissions correct.

unicorn:/var$ /bin/ls -ld */
drwxr-xr-x  2 root root  4096 Apr 22 06:25 backups/
drwxr-xr-x 12 root root  4096 Jul 31  2022 cache/
drwxr-xr-x  3 root root  4096 Mar  3  2018 games/
drwxr-xr-x 50 root root  4096 Jul 31  2022 lib/
drwxrwsr-x  2 root staff 4096 Nov 19  2017 local/
drwxrwxrwt  3 root root80 Mar 25 16:03 lock/
drwxr-xr-x 15 root root  4096 Apr 24 08:12 log/
drwxrwsr-x  2 root mail  4096 Oct 28  2021 mail/
drwxr-xr-x  2 root root  4096 Jan 11  2018 opt/
drwxr-xr-x 10 root qmail 4096 Jan 12  2018 qmail/
drwxr-xr-x 26 root root   760 Mar 27 15:39 run/
drwxr-xr-x  6 root root  4096 Jan 29  2021 spool/
drwxrwxrwt  6 root root  4096 Apr 28 21:02 tmp/

Ignore "qmail" unless you happen to be using qmail, which is unlikely.
The rest should look like this.

In particular, note the permissions on /var/tmp.  That's "chmod 1777"
to get the sticky bit.





Re: I need help with my var partition.

2023-04-28 Thread Greg Wooledge
On Fri, Apr 28, 2023 at 08:57:47PM -0400, Maureen L Thomas wrote:
> OK so I went looking on the net /debian/var to find out why it is running
> out of room.  All I could find is the directions to delete said files.  I
> will put them back, now.

Make sure you get the ownership and permissions correct.

unicorn:/var$ /bin/ls -ld */
drwxr-xr-x  2 root root  4096 Apr 22 06:25 backups/
drwxr-xr-x 12 root root  4096 Jul 31  2022 cache/
drwxr-xr-x  3 root root  4096 Mar  3  2018 games/
drwxr-xr-x 50 root root  4096 Jul 31  2022 lib/
drwxrwsr-x  2 root staff 4096 Nov 19  2017 local/
drwxrwxrwt  3 root root80 Mar 25 16:03 lock/
drwxr-xr-x 15 root root  4096 Apr 24 08:12 log/
drwxrwsr-x  2 root mail  4096 Oct 28  2021 mail/
drwxr-xr-x  2 root root  4096 Jan 11  2018 opt/
drwxr-xr-x 10 root qmail 4096 Jan 12  2018 qmail/
drwxr-xr-x 26 root root   760 Mar 27 15:39 run/
drwxr-xr-x  6 root root  4096 Jan 29  2021 spool/
drwxrwxrwt  6 root root  4096 Apr 28 21:02 tmp/

Ignore "qmail" unless you happen to be using qmail, which is unlikely.
The rest should look like this.

In particular, note the permissions on /var/tmp.  That's "chmod 1777"
to get the sticky bit.



Re: I need help with my var partition.

2023-04-28 Thread The Wanderer
On 2023-04-28 at 20:46, Jeremy Ardley wrote:

> On 29/4/23 08:25, Maureen L Thomas wrote:
>
>> I am 72 and have forgotten a few things.  I looked up debian/var and 
>> was told I could delete /var/log/
>>
>> and /var/tmp/ and /var/cores/.

I'd guess that this was *probably* meant as a direction to delete *files
from inside* those directories. Deleting the directories themselves, or
even deleting their contents wholesale, can - as you've discovered -
create a problematic circumstance.

>> I left cores alone and deleted the other two.  Now I cannot burn a
>> backup, download files and even go to web sites from my nord vpn
>> which was working great until I deleted the above files.  I really
>> want to upgrade to debian 11. I am using debian 10, on a Lonovo all
>> in one and have had no problems.  I followed the directions for var
>> that I found and now have a screwed up machine.  Is there any help
>> available. I was thinking of upgrading online but don't want to
>> loose my data. Please help this old lady.
>>
>>
> Deleting /var/log etc is at best unhelpful.
> 
> I can't think of any procedure that would require deleting those 
> directories. Perhaps someone was fooling with you?
> 
> Without knowing what else you have done or why, it's probably a good 
> idea to recreate the directories
> 
> cd /var
> 
> mkdir log
> 
> mkdir tmp

That won't necessarily bring back the correct directory permissions, or
any needed subdirectory structure under these two locations.

I'm not *positive* that this won't break anything, but I think the
safest thing to do would probably be to reinstall the 'base-files'
package, which can *probably* still be done - even on a system with
those directories missing - with 'dpkg -i' from the copy in
/var/cache/apt/archives/.

That should, I think, bring back both directories with any needed
permissions. It will not, however, re-create any subdirectories (e.g.
under /var/log/) which were created by other packages; for that, you'd
have to reinstall those packages as well.

Given that one of the directories on my own system is /var/log/apt/,
it's not impossible that much of the package-management system may not
work (fully) correctly until you've identified and reinstalled the
correct packages.

-- 
   The Wanderer

The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself. Therefore all
progress depends on the unreasonable man. -- George Bernard Shaw



signature.asc
Description: OpenPGP digital signature


Re: I need help with my var partition.

2023-04-28 Thread Maureen L Thomas
OK so I went looking on the net /debian/var to find out why it is 
running out of room.  All I could find is the directions to delete said 
files.  I will put them back, now.



On 4/28/23 8:46 PM, Jeremy Ardley wrote:


On 29/4/23 08:25, Maureen L Thomas wrote:
I am 72 and have forgotten a few things. I looked up debian/var and 
was told I could delete /var/log/


and /var/tmp/ and /var/cores/.  I left cores alone and deleted the 
other two.  Now I cannot burn a backup, download files and even go to 
web sites from my nord vpn which was working great until I deleted 
the above files.  I really want to upgrade to debian 11. I am using 
debian 10, on a Lonovo all in one and have had no problems.  I 
followed the directions for var that I found and now have a screwed 
up machine.  Is there any help available. I was thinking of upgrading 
online but don't want to loose my data. Please help this old lady.




Deleting /var/log etc is at best unhelpful.

I can't think of any procedure that would require deleting those 
directories. Perhaps someone was fooling with you?


Without knowing what else you have done or why, it's probably a good 
idea to recreate the directories


cd /var

mkdir log

mkdir tmp

Before you do a reboot, perhaps explain what else you have done and why?







Re: I need help with my var partition.

2023-04-28 Thread Byung-Hee HWANG
Dear Mrs. Thomas,

Maureen L Thomas  writes:

> (...)
> I was thinking of upgrading
> online but don't want to loose my data.

First of all, please do back-up your *important* data.
Such as pictures, video clips, diary, some text docs, etc.

(Also i'm Debian user with Debian Bullseye under ThinkPad notebook)


Sincerely, Byung-Hee from South Korea

-- 
^고맙습니다 _布德天下_ 감사합니다_^))//



Re: I need help with my var partition.

2023-04-28 Thread Jeremy Ardley



On 29/4/23 08:25, Maureen L Thomas wrote:
I am 72 and have forgotten a few things.  I looked up debian/var and 
was told I could delete /var/log/


and /var/tmp/ and /var/cores/.  I left cores alone and deleted the 
other two.  Now I cannot burn a backup, download files and even go to 
web sites from my nord vpn which was working great until I deleted the 
above files.  I really want to upgrade to debian 11. I am using debian 
10, on a Lonovo all in one and have had no problems.  I followed the 
directions for var that I found and now have a screwed up machine.  Is 
there any help available. I was thinking of upgrading online but don't 
want to loose my data. Please help this old lady.




Deleting /var/log etc is at best unhelpful.

I can't think of any procedure that would require deleting those 
directories. Perhaps someone was fooling with you?


Without knowing what else you have done or why, it's probably a good 
idea to recreate the directories


cd /var

mkdir log

mkdir tmp

Before you do a reboot, perhaps explain what else you have done and why?



--
Jeremy
(Lists)



I need help with my var partition.

2023-04-28 Thread Maureen L Thomas
I am 72 and have forgotten a few things.  I looked up debian/var and was 
told I could delete /var/log/


and /var/tmp/ and /var/cores/.  I left cores alone and deleted the other 
two.  Now I cannot burn a backup, download files and even go to web 
sites from my nord vpn which was working great until I deleted the above 
files.  I really want to upgrade to debian 11.  I am using debian 10, on 
a Lonovo all in one and have had no problems.  I followed the directions 
for var that I found and now have a screwed up machine.  Is there any 
help available. I was thinking of upgrading online but don't want to 
loose my data.  Please help this old lady.





Re: I need help

2018-01-19 Thread Bernd Gruber
Aorey wrote:

> 
> Hello, I am a debian user. I want to customize my own debian ISO
> distribution. What should I do?

open synaptic, search for live and you'll have all you need.
But, be aware, it's quite a lot of work, though, till everything works as 
you want it to.
Bernd



Re: I need help

2018-01-18 Thread Ben Caradoc-Davies

On 19/01/18 17:55, Aorey wrote:

Hello, I am a debian user. I want to customize my own debian ISO distribution. 
What should I do?


Are you trying to make a Live ISO? If so:

live-build - old technology, fell behind, new maintainers, works well for me

live-wrapper - new officially approved tool, never worked well for me

See the debian-live mailing list for all discussions related to Live ISOs.

Kind regards,

--
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand



I need help

2018-01-18 Thread Aorey

Hello, I am a debian user. I want to customize my own debian ISO distribution. 
What should I do?

Re: Re: I need help to determine package name for a bug report.

2017-08-27 Thread Zoltán Herman
No, but since every one works in memory, one of its segments may be
defective.
Memtest writes and reads ... but not concurrent.

2017-08-27 23:16 GMT+02:00 Fungi4All :

>
> From: zoltan...@gmail.com
> To: Debian User 
>
> I would try to exchange the memories by swapping...
>
> 2017-08-27 16:36 GMT+02:00 Alexander V. Makartsev :
>
>> Package: linux-image-4.9.0-3-amd64
>> Version: 4.9.30-2+deb9u3
>> Maintainer: Debian Kernel Team 
>>
>> I've already checked memory with memtest86+ and found no errors. My
>> hardware pretty recent (Skylake i5 CPU and H170 Chipset based mobo)
>> Also these errors always begin with "kernel: alsa-sink-ALC88: Corrupted
>> page table at address", so I doubt it is hardware problem.
>>
>> On 27.08.2017 15:35, Zoltán Herman wrote:
>> > kernel team
>> > linux-image-
>> >
>> > May be a memory error?
>> >
>>
>
> Do sound cards have memory chips on them?  How can we tell?  If they do
> could this be a source of the above problem that memtest doesn't test?
>
>


Re: Re: I need help to determine package name for a bug report.

2017-08-27 Thread Fungi4All
> From: zoltan...@gmail.com
> To: Debian User 
>
> I would try to exchange the memories by swapping...
>
> 2017-08-27 16:36 GMT+02:00 Alexander V. Makartsev :
>
>> Package: linux-image-4.9.0-3-amd64
>> Version: 4.9.30-2+deb9u3
>> Maintainer: Debian Kernel Team 
>>
>> I've already checked memory with memtest86+ and found no errors. My
>> hardware pretty recent (Skylake i5 CPU and H170 Chipset based mobo)
>> Also these errors always begin with "kernel: alsa-sink-ALC88: Corrupted
>> page table at address", so I doubt it is hardware problem.
>>
>> On [27.08.2017 15](tel:27.08.2017%2015):35, Zoltán Herman wrote:
>>> kernel team
>>> linux-image-
>>>
>>> May be a memory error?
>>>

Do sound cards have memory chips on them?  How can we tell?  If they do
could this be a source of the above problem that memtest doesn't test?

Re: Re: I need help to determine package name for a bug report.

2017-08-27 Thread Zoltán Herman
I would try to exchange the memories by swapping...

2017-08-27 16:36 GMT+02:00 Alexander V. Makartsev :

> Package: linux-image-4.9.0-3-amd64
> Version: 4.9.30-2+deb9u3
> Maintainer: Debian Kernel Team 
>
> I've already checked memory with memtest86+ and found no errors. My
> hardware pretty recent (Skylake i5 CPU and H170 Chipset based mobo)
> Also these errors always begin with "kernel: alsa-sink-ALC88: Corrupted
> page table at address", so I doubt it is hardware problem.
>
> On 27.08.2017 15:35, Zoltán Herman wrote:
> > kernel team
> > linux-image-
> >
> > May be a memory error?
> >
>
>


Re: Re: I need help to determine package name for a bug report.

2017-08-27 Thread Alexander V. Makartsev
Package: linux-image-4.9.0-3-amd64
Version: 4.9.30-2+deb9u3
Maintainer: Debian Kernel Team 

I've already checked memory with memtest86+ and found no errors. My
hardware pretty recent (Skylake i5 CPU and H170 Chipset based mobo)
Also these errors always begin with "kernel: alsa-sink-ALC88: Corrupted
page table at address", so I doubt it is hardware problem.

On 27.08.2017 15:35, Zoltán Herman wrote:
> kernel team
> linux-image-
>
> May be a memory error?
>



Re: I need help to determine package name for a bug report.

2017-08-27 Thread Zoltán Herman
kernel team
linux-image-

May be a memory error?

2017. aug. 27. 12:13 ezt írta ("Alexander V. Makartsev" ):

Hello.

On rare occasion, I have these strange system lockups that seems to be
tied to "ALC88" sound driver\kernel module.
I am unable to determine package name to file a bug report.
All information I have is this syslog from previous boot. Got it with
"journalctl -b -1"
>From what I can tell it could be alsa, or pulseaudio, or kernel, or one
of its modules.
 cut 
авг 25 20:45:59 fortune kernel: alsa-sink-ALC88: Corrupted page table at
address 7f018fe0
авг 25 20:45:59 fortune kernel: PGD 442eb9067
авг 25 20:45:59 fortune kernel: PUD 423196067
авг 25 20:45:59 fortune kernel: PMD 80045fae08e7
 cut 
авг 25 20:45:59 fortune kernel: sched: RT throttling activated
авг 25 20:45:59 fortune kernel: BUG: unable to handle kernel paging
request at fffeffa0005f
авг 25 20:45:59 fortune kernel: IP: [] 0xfffeee19a725
авг 25 20:45:59 fortune kernel: PGD 346a0a067
авг 25 20:45:59 fortune kernel: PUD 0
авг 25 20:45:59 fortune kernel:
авг 25 20:45:59 fortune kernel: Oops:  [#2] SMP
 cut 
авг 25 20:46:33 fortune kernel: kernel BUG at
/build/linux-me40Ry/linux-4.9.30/mm/slab.c:2981!
авг 25 20:46:33 fortune kernel: invalid opcode:  [#3] SMP
 cut 
авг 25 20:46:33 fortune kernel: NMI watchdog: BUG: soft lockup - CPU#2
stuck for 22s! [psensor:1185]

 cut 


I need help to determine package name for a bug report.

2017-08-27 Thread Alexander V. Makartsev
Hello.

On rare occasion, I have these strange system lockups that seems to be
tied to "ALC88" sound driver\kernel module.
I am unable to determine package name to file a bug report.
All information I have is this syslog from previous boot. Got it with
"journalctl -b -1"
>From what I can tell it could be alsa, or pulseaudio, or kernel, or one
of its modules.
 cut 
авг 25 20:45:59 fortune kernel: alsa-sink-ALC88: Corrupted page table at
address 7f018fe0
авг 25 20:45:59 fortune kernel: PGD 442eb9067
авг 25 20:45:59 fortune kernel: PUD 423196067
авг 25 20:45:59 fortune kernel: PMD 80045fae08e7
 cut 
авг 25 20:45:59 fortune kernel: sched: RT throttling activated
авг 25 20:45:59 fortune kernel: BUG: unable to handle kernel paging
request at fffeffa0005f
авг 25 20:45:59 fortune kernel: IP: [] 0xfffeee19a725
авг 25 20:45:59 fortune kernel: PGD 346a0a067
авг 25 20:45:59 fortune kernel: PUD 0
авг 25 20:45:59 fortune kernel:
авг 25 20:45:59 fortune kernel: Oops:  [#2] SMP
 cut 
авг 25 20:46:33 fortune kernel: kernel BUG at
/build/linux-me40Ry/linux-4.9.30/mm/slab.c:2981!
авг 25 20:46:33 fortune kernel: invalid opcode:  [#3] SMP
 cut 
авг 25 20:46:33 fortune kernel: NMI watchdog: BUG: soft lockup - CPU#2
stuck for 22s! [psensor:1185]

 cut 



Re: I need help

2016-02-21 Thread David Wright
On Sat 20 Feb 2016 at 03:34:43 (+1300), Chris Bannister wrote:
> On Wed, Feb 17, 2016 at 09:09:54PM -0600, David Wright wrote:
> > On Wed 17 Feb 2016 at 18:09:03 (-0600), Richard Owlett wrote:
> > > Did you notice I said PAPER tap, not magnetic ;>
> > 
> > Sorry about the typo; my fingers have had a decade of typing 9-track
> > (for magnetic) since their decade of typing 8-track (for punched
> > paper) tape.
> 
> I'm fairly sure there were 8 track cartridges which you could play in
> your car, a few years ago now though.

This was mainly in the US I believe. (I'm surprised they could
withstand the temperatures in cars.) The UK tended towards cassettes.
In any case, not something I would have written or typed about.

Cheers,
David.



Re: I need help

2016-02-19 Thread Chris Bannister
On Wed, Feb 17, 2016 at 09:09:54PM -0600, David Wright wrote:
> On Wed 17 Feb 2016 at 18:09:03 (-0600), Richard Owlett wrote:
> > On 2/17/2016 5:34 PM, David Wright wrote:
> > >On Wed 17 Feb 2016 at 14:07:30 (-0600), Richard Owlett wrote:
> > >>[snip]
> > >>>Depends on what you consider to be 'fast'. Is 120K/s fast?
> > >
> > >This laptop has 2255 packages on it, the total download size of which
> > >is about 3GB. At a throughput of 120KB/s, that'd be about 7 hours.
> > >The base system is nothing like that size of course, and you can build
> > >up the system gradually. Just make sure to keep/backup the .deb files.
> > >
> > >>Compared to what?
> > >>I recall loading the OS from paper tape. We *DID* have a high speed
> > >>reader after all 
> > >
> > >That'd be about 1KB/s with 9-track perhaps.
> > 
> > Did you notice I said PAPER tap, not magnetic ;>
> 
> Sorry about the typo; my fingers have had a decade of typing 9-track
> (for magnetic) since their decade of typing 8-track (for punched
> paper) tape.

I'm fairly sure there were 8 track cartridges which you could play in
your car, a few years ago now though.

-- 
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing." --- Malcolm X



Re: I need help

2016-02-19 Thread Chris Bannister
On Thu, Feb 18, 2016 at 11:02:48AM -0800, Gary Roach wrote:
> On 02/16/2016 09:53 PM, Chris Bannister wrote:
> >On Fri, Feb 12, 2016 at 10:46:08AM -0500, Ric Moore wrote:
> >>It would be sweet if we didn't encourage people to post subject lines like
> >>"I need help". It helps no one else but the OP. Ric
> >If only we had a list of psychiatrists or GPs for their area.
> >
> Hay guys, give the person a break. Sound like he has little experience with
> the open source community. Helpful comments instead of bashing would seem to
> be in order. Suggest they use a subject like "How to get Debian for Mack
> ..." or something. The first time on a new mailing list is usually confusing
> in it self.

Has Ghaith Etaiwi even replied? What's the bet he hasn't subscribed and
thinks he's being ignored, and now has a 'bad' opinion about Debian?

I really think a "reply to list only" policy on a support list is the
final piece de resistance for many frustrated first Debian users.

-- 
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing." --- Malcolm X



Re: I need help

2016-02-19 Thread Darac Marjal

On Thu, Feb 18, 2016 at 08:43:58PM +, Michael Fothergill wrote:



On 17 February 2016 at 13:37, Adam Wilson <[1]mox...@riseup.net> wrote:

   On Wed, 17 Feb 2016 15:51:58 +0800 Gener Badenas
   <[2]gener.ong.bade...@gmail.com> wrote:

   > On Thu, Feb 11, 2016 at 8:01 AM, Ghaith Etaiwi
   > <[3]ghaiththebes...@gmail.com> wrote:
   >
   > > Hello, I'm starting in linux I used Ubuntu and didn't like it and I
   > > have read that many people that used Debian had a better
   > > experience, I have a MacBook Pro 4GB ram/ 500HDD/Intel HD 3000/ i5
   > > 2nd generation, can it run Debian?. Also, I want to know what
   > > version of Debian to download, I saw something about DVD1, DVD2...
   > >
   >
   > You can always choose net install so it is minimal.  Then you can
   > download everything else.  I assume internet is fast in your location.

   Depends on what you consider to be 'fast'. Is 120K/s fast?


​Wouldn't a torrent file allow a a download that was quite a bit faster than
the 120 K/s​?


Bittorrent only helps with a slow server. If the limit is in the 
client's bandwidth, then connecting to multiple servers... Hmm. Normal 
HTTP streamed from multiple servers shouldn't be much different (That 
is, if it takes an hour to download 1GB from one server, it should take 
about an hour to download 4 250MB chunks from four servers), but because 
bittorrent downloads relatively small chunks, there will be a lot of 
setup and tear down of connections, so might actually end up slower.




Regds

MF






References:

[1] mailto:mox...@riseup.net
[2] mailto:gener.ong.bade...@gmail.com
[3] mailto:ghaiththebes...@gmail.com


--
For more information, please reread.


signature.asc
Description: PGP signature


Re: I need help

2016-02-18 Thread Gener Badenas
On Wed, Feb 17, 2016 at 9:37 PM, Adam Wilson  wrote:

> On Wed, 17 Feb 2016 15:51:58 +0800 Gener Badenas
>  wrote:
>
> > On Thu, Feb 11, 2016 at 8:01 AM, Ghaith Etaiwi
> >  wrote:
> >
> > > Hello, I'm starting in linux I used Ubuntu and didn't like it and I
> > > have read that many people that used Debian had a better
> > > experience, I have a MacBook Pro 4GB ram/ 500HDD/Intel HD 3000/ i5
> > > 2nd generation, can it run Debian?. Also, I want to know what
> > > version of Debian to download, I saw something about DVD1, DVD2...
> > >
> >
> > You can always choose net install so it is minimal.  Then you can
> > download everything else.  I assume internet is fast in your location.
>
> Depends on what you consider to be 'fast'. Is 120K/s fast?
>

That is true, speed is relative to a person's tolerance.




-- 
Java  and Groovy



Re: I need help

2016-02-18 Thread Michael Fothergill
On 17 February 2016 at 13:37, Adam Wilson  wrote:

> On Wed, 17 Feb 2016 15:51:58 +0800 Gener Badenas
>  wrote:
>
> > On Thu, Feb 11, 2016 at 8:01 AM, Ghaith Etaiwi
> >  wrote:
> >
> > > Hello, I'm starting in linux I used Ubuntu and didn't like it and I
> > > have read that many people that used Debian had a better
> > > experience, I have a MacBook Pro 4GB ram/ 500HDD/Intel HD 3000/ i5
> > > 2nd generation, can it run Debian?. Also, I want to know what
> > > version of Debian to download, I saw something about DVD1, DVD2...
> > >
> >
> > You can always choose net install so it is minimal.  Then you can
> > download everything else.  I assume internet is fast in your location.
>
> Depends on what you consider to be 'fast'. Is 120K/s fast?
>
> ​Wouldn't a torrent file allow a a download that was quite a bit faster
than the 120 K/s​?

Regds

MF


Re: I need help

2016-02-18 Thread Gary Roach

On 02/16/2016 09:53 PM, Chris Bannister wrote:

On Fri, Feb 12, 2016 at 10:46:08AM -0500, Ric Moore wrote:

It would be sweet if we didn't encourage people to post subject lines like
"I need help". It helps no one else but the OP. Ric

If only we had a list of psychiatrists or GPs for their area.

Hay guys, give the person a break. Sound like he has little experience 
with the open source community. Helpful comments instead of bashing 
would seem to be in order. Suggest they use a subject like "How to get 
Debian for Mack ..." or something. The first time on a new mailing list 
is usually confusing in it self.


Gary R.



Re: I need help

2016-02-18 Thread Ric Moore

On 02/17/2016 03:07 PM, Richard Owlett wrote:

On 2/17/2016 7:37 AM, Adam Wilson wrote:

On Wed, 17 Feb 2016 15:51:58 +0800 Gener Badenas
 wrote:


On Thu, Feb 11, 2016 at 8:01 AM, Ghaith Etaiwi
 wrote:


Hello, I'm starting in linux I used Ubuntu and didn't like it and I
have read that many people that used Debian had a better
experience, I have a MacBook Pro 4GB ram/ 500HDD/Intel HD 3000/ i5
2nd generation, can it run Debian?. Also, I want to know what
version of Debian to download, I saw something about DVD1, DVD2...



You can always choose net install so it is minimal.  Then you can
download everything else.  I assume internet is fast in your location.


Depends on what you consider to be 'fast'. Is 120K/s fast?


Compared to what?
I recall loading the OS from paper tape. We *DID* have a high speed
reader after all 

More seriously use https://www.debian.org/CD/vendors/ to select an
appropriate vendor. I originally did that because all the connectivity I
had was a 56k dial-up line. I'm now have selected a cell network based
service with low data cap. For my peculiar personal usage I find it
reasonable to pay for the convenience of a complete set of DVD's once
per major release (will order Jessie soon ;)


While I was on hughesnet, I ordered DVD's from vendors. If you get the 
three DVD set you'll have all you could want. Ric



--
My father, Victor Moore (Vic) used to say:
"There are two Great Sins in the world...
..the Sin of Ignorance, and the Sin of Stupidity.
Only the former may be overcome." R.I.P. Dad.
http://linuxcounter.net/user/44256.html



Re: I need help

2016-02-18 Thread Ric Moore

On 02/17/2016 12:56 AM, Chris Bannister wrote:

On Fri, Feb 12, 2016 at 06:29:06PM +, Michael Fothergill wrote:


​If you want to do that I think you need to have some examples of sensible
posts and silly ones for new subscribers to scan through before they become
debian debutantes

Perhaps we could use popular song titles e.g. the Beatles "Help" song and
the Rolling Stones ​"You Can't Always Get What You Want" etc.


or even "Satisfaction" :)


I tend towards "Jesus built my hotrod". :) Ric


--
My father, Victor Moore (Vic) used to say:
"There are two Great Sins in the world...
..the Sin of Ignorance, and the Sin of Stupidity.
Only the former may be overcome." R.I.P. Dad.
http://linuxcounter.net/user/44256.html



Re: I need help

2016-02-17 Thread David Wright
On Wed 17 Feb 2016 at 18:09:03 (-0600), Richard Owlett wrote:
> On 2/17/2016 5:34 PM, David Wright wrote:
> >On Wed 17 Feb 2016 at 14:07:30 (-0600), Richard Owlett wrote:
> >>[snip]
> >>>Depends on what you consider to be 'fast'. Is 120K/s fast?
> >
> >This laptop has 2255 packages on it, the total download size of which
> >is about 3GB. At a throughput of 120KB/s, that'd be about 7 hours.
> >The base system is nothing like that size of course, and you can build
> >up the system gradually. Just make sure to keep/backup the .deb files.
> >
> >>Compared to what?
> >>I recall loading the OS from paper tape. We *DID* have a high speed
> >>reader after all 
> >
> >That'd be about 1KB/s with 9-track perhaps.
> 
> Did you notice I said PAPER tap, not magnetic ;>

Sorry about the typo; my fingers have had a decade of typing 9-track
(for magnetic) since their decade of typing 8-track (for punched
paper) tape.

We were reading 8-track punched paper tape at 1000cps through the
1970s on an ocean-going IBM 1130. The readers were very compact and
worked by capacitance. They were much slower than Colossus's readers
in WW2, but had an impressive ability to stop the tape dead instantly.

I don't know what sort of high speed your reader could achieve.

> >>More seriously use https://www.debian.org/CD/vendors/ to select an
> >>appropriate vendor. I originally did that because all the
> >>connectivity I had was a 56k dial-up line.
> >
> >That's bits/s of course, and not even a throughput either.
> 
> Your point?

Dropping from 120,000 bytes/s to perhaps 20x slower on dial-up
makes purchasing the entire distribution on DVDs very sensible.
An installation started at bedtime and finished by morning on
broadband would become longer than the working week on dial-up.

So my point was that while netinst and downloading were quite
impractical in your former situation, 120K/s could well be
sufficient for some people to rely on.

Cheers,
David.



Re: I need help

2016-02-17 Thread Richard Owlett

On 2/17/2016 5:34 PM, David Wright wrote:

On Wed 17 Feb 2016 at 14:07:30 (-0600), Richard Owlett wrote:

[snip]

Depends on what you consider to be 'fast'. Is 120K/s fast?


This laptop has 2255 packages on it, the total download size of which
is about 3GB. At a throughput of 120KB/s, that'd be about 7 hours.
The base system is nothing like that size of course, and you can build
up the system gradually. Just make sure to keep/backup the .deb files.


Compared to what?
I recall loading the OS from paper tape. We *DID* have a high speed
reader after all 


That'd be about 1KB/s with 9-track perhaps.


Did you notice I said PAPER tap, not magnetic ;>



More seriously use https://www.debian.org/CD/vendors/ to select an
appropriate vendor. I originally did that because all the
connectivity I had was a 56k dial-up line.


That's bits/s of course, and not even a throughput either.


Your point? 


Cheers,
David.






Re: I need help

2016-02-17 Thread David Wright
On Wed 17 Feb 2016 at 14:07:30 (-0600), Richard Owlett wrote:
> On 2/17/2016 7:37 AM, Adam Wilson wrote:
> >On Wed, 17 Feb 2016 15:51:58 +0800 Gener Badenas
> > wrote:
> >
> >>On Thu, Feb 11, 2016 at 8:01 AM, Ghaith Etaiwi
> >> wrote:
> >>
> >>>Hello, I'm starting in linux I used Ubuntu and didn't like it and I
> >>>have read that many people that used Debian had a better
> >>>experience, I have a MacBook Pro 4GB ram/ 500HDD/Intel HD 3000/ i5
> >>>2nd generation, can it run Debian?. Also, I want to know what
> >>>version of Debian to download, I saw something about DVD1, DVD2...
> >>>
> >>
> >>You can always choose net install so it is minimal.  Then you can
> >>download everything else.  I assume internet is fast in your location.
> >
> >Depends on what you consider to be 'fast'. Is 120K/s fast?

This laptop has 2255 packages on it, the total download size of which
is about 3GB. At a throughput of 120KB/s, that'd be about 7 hours.
The base system is nothing like that size of course, and you can build
up the system gradually. Just make sure to keep/backup the .deb files.

> Compared to what?
> I recall loading the OS from paper tape. We *DID* have a high speed
> reader after all 

That'd be about 1KB/s with 9-track perhaps.

> More seriously use https://www.debian.org/CD/vendors/ to select an
> appropriate vendor. I originally did that because all the
> connectivity I had was a 56k dial-up line.

That's bits/s of course, and not even a throughput either.

Cheers,
David.



Re: I need help

2016-02-17 Thread Richard Owlett

On 2/17/2016 7:37 AM, Adam Wilson wrote:

On Wed, 17 Feb 2016 15:51:58 +0800 Gener Badenas
 wrote:


On Thu, Feb 11, 2016 at 8:01 AM, Ghaith Etaiwi
 wrote:


Hello, I'm starting in linux I used Ubuntu and didn't like it and I
have read that many people that used Debian had a better
experience, I have a MacBook Pro 4GB ram/ 500HDD/Intel HD 3000/ i5
2nd generation, can it run Debian?. Also, I want to know what
version of Debian to download, I saw something about DVD1, DVD2...



You can always choose net install so it is minimal.  Then you can
download everything else.  I assume internet is fast in your location.


Depends on what you consider to be 'fast'. Is 120K/s fast?


Compared to what?
I recall loading the OS from paper tape. We *DID* have a high 
speed reader after all 


More seriously use https://www.debian.org/CD/vendors/ to select 
an appropriate vendor. I originally did that because all the 
connectivity I had was a 56k dial-up line. I'm now have selected 
a cell network based service with low data cap. For my peculiar 
personal usage I find it reasonable to pay for the convenience of 
a complete set of DVD's once per major release (will order Jessie 
soon ;)





Re: I need help

2016-02-17 Thread Adam Wilson
On Wed, 17 Feb 2016 15:51:58 +0800 Gener Badenas
 wrote:

> On Thu, Feb 11, 2016 at 8:01 AM, Ghaith Etaiwi
>  wrote:
> 
> > Hello, I'm starting in linux I used Ubuntu and didn't like it and I
> > have read that many people that used Debian had a better
> > experience, I have a MacBook Pro 4GB ram/ 500HDD/Intel HD 3000/ i5
> > 2nd generation, can it run Debian?. Also, I want to know what
> > version of Debian to download, I saw something about DVD1, DVD2...
> >
> 
> You can always choose net install so it is minimal.  Then you can
> download everything else.  I assume internet is fast in your location.

Depends on what you consider to be 'fast'. Is 120K/s fast?



Re: I need help

2016-02-16 Thread Gener Badenas
On Thu, Feb 11, 2016 at 8:01 AM, Ghaith Etaiwi 
wrote:

> Hello, I'm starting in linux I used Ubuntu and didn't like it and I have
> read that many people that used Debian had a better experience, I have a
> MacBook Pro 4GB ram/ 500HDD/Intel HD 3000/ i5 2nd generation, can it run
> Debian?. Also, I want to know what version of Debian to download, I saw
> something about DVD1, DVD2...
>

You can always choose net install so it is minimal.  Then you can download
everything else.  I assume internet is fast in your location.


> etc which one should I get and whats the difference between them?
>



-- 
Java  and Groovy



Re: I need help

2016-02-16 Thread Chris Bannister
On Fri, Feb 12, 2016 at 06:29:06PM +, Michael Fothergill wrote:
> 
> ​If you want to do that I think you need to have some examples of sensible
> posts and silly ones for new subscribers to scan through before they become
> debian debutantes
> 
> Perhaps we could use popular song titles e.g. the Beatles "Help" song and
> the Rolling Stones ​"You Can't Always Get What You Want" etc.

or even "Satisfaction" :)

-- 
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing." --- Malcolm X



Re: I need help

2016-02-16 Thread Chris Bannister
On Fri, Feb 12, 2016 at 10:46:08AM -0500, Ric Moore wrote:
> 
> It would be sweet if we didn't encourage people to post subject lines like
> "I need help". It helps no one else but the OP. Ric

If only we had a list of psychiatrists or GPs for their area.

-- 
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing." --- Malcolm X



Re: I need help

2016-02-13 Thread Tim McDonough


Always good ideas for asking for help...



T



Re: I need help

2016-02-12 Thread tomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, Feb 12, 2016 at 06:44:47PM +, Lisi Reisz wrote:
> On Friday 12 February 2016 17:58:06 to...@tuxteam.de wrote:
> > > And, "I need help" better applies to "I need help" to stop people
> > > posting messages with useless subject lines like "I need nelp".
> >
> > This looks like unnecessary, gratuitous bashing. It looks like
> > venting of frustration. I'd suggest (look, ma: no imperatives)
> 
> :-) ;-)

Glad it amused you :-)

> > to just let it be. This list is here to help each other and even
> > (gasp!) newbies. If you don't feel like helping that's OK.
> > Don't help, then.
> 
> The main argument is that it is less helpful to the enquirer.  A subject line 
> needs to tell people what help is needed, as has been said, in order to 
> maximise the help and attract those who are likely to be able to be helpful.

Yes, I fully agree with that. This was my "so far, so good" part -- it
wasn't just a rethorical point.

> Anyone who just doesn't like it, has a delete key.  
> 
> The rest of us could actually, now I think of it, change the subject line to 
> something more indicative - and I shall try to do so in future, provided, of 
> course, that I understand the question. ;-)

This is a very good idea. I'll try to do it like this in the future.

Thanks!

- -- tomás
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAla+IYkACgkQBcgs9XrR2kb8jQCfdIHsUpFwJvUljfU2w3OfIeP5
uwoAn2rE7eaQxRSzUUGGVVX52GvefDnk
=Wth6
-END PGP SIGNATURE-



Re: I need help

2016-02-12 Thread Lisi Reisz
On Friday 12 February 2016 17:58:06 to...@tuxteam.de wrote:
> > And, "I need help" better applies to "I need help" to stop people
> > posting messages with useless subject lines like "I need nelp".
>
> This looks like unnecessary, gratuitous bashing. It looks like
> venting of frustration. I'd suggest (look, ma: no imperatives)

:-) ;-)

> to just let it be. This list is here to help each other and even
> (gasp!) newbies. If you don't feel like helping that's OK.
> Don't help, then.

The main argument is that it is less helpful to the enquirer.  A subject line 
needs to tell people what help is needed, as has been said, in order to 
maximise the help and attract those who are likely to be able to be helpful.

Anyone who just doesn't like it, has a delete key.  

The rest of us could actually, now I think of it, change the subject line to 
something more indicative - and I shall try to do so in future, provided, of 
course, that I understand the question. ;-)

Lisi



Re: I need help

2016-02-12 Thread tomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sat, Feb 13, 2016 at 01:48:34AM +0800, Bret Busby wrote:
> On 12/02/2016, Ric Moore  wrote:
> >
> > It would be sweet if we didn't encourage people to post subject lines
> > like "I need help". It helps no one else but the OP. Ric
> >
> 
> Quite agree.
> 
> "I need help" also happens to sound like a spam message subject line,
> quite appart from it lacking any indication of a problem description.

So far so good. This looks like useful feedback.

> And, "I need help" better applies to "I need help" to stop people
> posting messages with useless subject lines like "I need nelp".

This looks like unnecessary, gratuitous bashing. It looks like
venting of frustration. I'd suggest (look, ma: no imperatives)
to just let it be. This list is here to help each other and even
(gasp!) newbies. If you don't feel like helping that's OK.
Don't help, then.

> I suggest that this mailing list be changed to a mailing list to which
> only subscribers can post [...]

Luckily it ain't so. By design.

- -- t
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAla+HS4ACgkQBcgs9XrR2kblcQCfSuF35bIp1TWi1IioM+RBjQWk
zOsAnA5+BjOSiBIF4x1teCuE0K/n1RLc
=UZSl
-END PGP SIGNATURE-



Re: I need help

2016-02-12 Thread Michael Fothergill
On 12 February 2016 at 17:48, Bret Busby  wrote:

> On 12/02/2016, Ric Moore  wrote:
> >
> > It would be sweet if we didn't encourage people to post subject lines
> > like "I need help". It helps no one else but the OP. Ric
> >
>
> Quite agree.
>
> "I need help" also happens to sound like a spam message subject line,
> quite appart from it lacking any indication of a problem description.
>
> And, "I need help" better applies to "I need help" to stop people
> posting messages with useless subject lines like "I need nelp".
>
> I suggest that this mailing list be changed to a mailing list to which
> only subscribers can post (to reduce spam and other malicious messages
> - "click on this link, so I can breach your system..."), and that, on
> the web page from whence people can subscribe to the list, or, that
> gives instructions of how to subscribe to the list, and, in the
> "welcome to the list" message that is sent to the subscribers,
> inclusion of a recommendation for people posting queries to the list,
> to use informative Subject line contents, such as " version> -  -  description>", so as to facilitate and expedite responses, could be
> useful, so as to get subject lines like "Debian woozy - synaptic -
> screen does not stop flashing", or, "Debian 7 - screensaver - crashes
> system", which could make the whole experience better for everyone, so
> that people who have some knowledge of the applicable distribution
> version, and, package, may have seen the particular problem, and have
> the solution, and, be inclined to read the rest of the message and
> post a possible solution, rather than dismissiing a "I need help"
> message as appearing to be one of those, where the appropriate
> response would be "It is a CD/DVD drive, not a coffee mug holder", or,
> "You are not supposed to use a tablet PC to take underwater
> photographs without some kind of waterproof casing".
>

​If you want to do that I think you need to have some examples of sensible
posts and silly ones for new subscribers to scan through before they become
debian debutantes

Perhaps we could use popular song titles e.g. the Beatles "Help" song and
the Rolling Stones ​"You Can't Always Get What You Want" etc.

MF



>
> --
>
> Bret Busby
> Armadale
> West Australia
>
> ..
>
> "So once you do know what the question actually is,
>  you'll know what the answer means."
> - Deep Thought,
>  Chapter 28 of Book 1 of
>  "The Hitchhiker's Guide to the Galaxy:
>  A Trilogy In Four Parts",
>  written by Douglas Adams,
>  published by Pan Books, 1992
>
> 
>
>


Re: I need help

2016-02-12 Thread Bret Busby
On 12/02/2016, Ric Moore  wrote:
>
> It would be sweet if we didn't encourage people to post subject lines
> like "I need help". It helps no one else but the OP. Ric
>

Quite agree.

"I need help" also happens to sound like a spam message subject line,
quite appart from it lacking any indication of a problem description.

And, "I need help" better applies to "I need help" to stop people
posting messages with useless subject lines like "I need nelp".

I suggest that this mailing list be changed to a mailing list to which
only subscribers can post (to reduce spam and other malicious messages
- "click on this link, so I can breach your system..."), and that, on
the web page from whence people can subscribe to the list, or, that
gives instructions of how to subscribe to the list, and, in the
"welcome to the list" message that is sent to the subscribers,
inclusion of a recommendation for people posting queries to the list,
to use informative Subject line contents, such as " -  - ", so as to facilitate and expedite responses, could be
useful, so as to get subject lines like "Debian woozy - synaptic -
screen does not stop flashing", or, "Debian 7 - screensaver - crashes
system", which could make the whole experience better for everyone, so
that people who have some knowledge of the applicable distribution
version, and, package, may have seen the particular problem, and have
the solution, and, be inclined to read the rest of the message and
post a possible solution, rather than dismissiing a "I need help"
message as appearing to be one of those, where the appropriate
response would be "It is a CD/DVD drive, not a coffee mug holder", or,
"You are not supposed to use a tablet PC to take underwater
photographs without some kind of waterproof casing".

-- 

Bret Busby
Armadale
West Australia

..

"So once you do know what the question actually is,
 you'll know what the answer means."
- Deep Thought,
 Chapter 28 of Book 1 of
 "The Hitchhiker's Guide to the Galaxy:
 A Trilogy In Four Parts",
 written by Douglas Adams,
 published by Pan Books, 1992





Re: I need help

2016-02-12 Thread Ric Moore


It would be sweet if we didn't encourage people to post subject lines 
like "I need help". It helps no one else but the OP. Ric



--
My father, Victor Moore (Vic) used to say:
"There are two Great Sins in the world...
..the Sin of Ignorance, and the Sin of Stupidity.
Only the former may be overcome." R.I.P. Dad.
http://linuxcounter.net/user/44256.html



Re: I need help, install Debian on Macbook pro intel

2016-02-12 Thread Adam Wilson
On Fri, 12 Feb 2016 09:56:01 +0100 err...@free.fr wrote:

> I need to adapt keymap,
> actualy is a standard azerty keymap, but apple choosed not standard
> azerty. (this is not a real problem, we can found many example for
> exotic keymap on the web)

Can't you just select a different software keymap or customise your
current keymap in the settings for your desktop environment?



Re: I need help, install Debian on Macbook pro intel

2016-02-12 Thread err404

> On 2/10/2016 6:01 PM, Ghaith Etaiwi wrote:
> (...) I have a MacBook Pro 4GB ram/ 500HDD/Intel HD 3000/ i5 2nd generation, 
> can it run Debian?

I recently installed Net Install Debian testing on Macbook pro Intel.

All work fine but:
My friend report a short life time on battery, and he become hot, I should 
check for optimisation in batery.
I need to adapt keymap, actualy is a standard azerty keymap, but apple choosed 
not standard azerty.
(this is not a real problem, we can found many example for exotic keymap on the 
web)



signature.asc
Description: OpenPGP digital signature


Re: I need help

2016-02-11 Thread Tim McDonough

On 2/10/2016 6:01 PM, Ghaith Etaiwi wrote:
Hello, I'm starting in linux I used Ubuntu and didn't like it and I 
have read that many people that used Debian had a better experience, I 
have a MacBook Pro 4GB ram/ 500HDD/Intel HD 3000/ i5 2nd generation, 
can it run Debian?. Also, I want to know what version of Debian to 
download, I saw something about DVD1, DVD2...etc which one should I 
get and whats the difference between them?


I can't comment on the Mac since I do not use one.

My preference when installing Debian is to get the "Net Install" 
version. It uses a single DVD/CD and downloads the items you select as 
it runs. The versions with the multiple DVDs have the bulk of the 
software on them and are a good choice if you need to install without 
Internet access.





Re: I need help

2016-02-11 Thread Me
Le jeudi 11 février 2016 à 02:01 +0200, Ghaith Etaiwi a écrit :
> I have a MacBook Pro 4GB ram/ 500HDD/Intel HD 3000/ i5 2nd generation,
> can it run Debian?

Yes, probably.

>  Also, I want to know what version of Debian to download, I saw
> something about DVD1, DVD2...etc which one should I get and whats the
> difference between them?

The DVDs are really large images that contain all the packages in Debian
repositories. You don't need them, I think they are useful for
installing Debian offline.

Unless you read otherwise, I think you should download the image on the
debian.org homepage.

I didn't read the wiki and I don't have a MacBook, so you should read
this before doing anything :
https://wiki.debian.org/MacBook
https://wiki.debian.org/MacBook#Install_Debian (if you just want to
install)
https://wiki.debian.org/MacBookPro (for things specific to the MacBook
Pro)

Good luck !



Re: I need help

2016-02-10 Thread Steve Witt

On Thu, 11 Feb 2016, Ghaith Etaiwi wrote:


Hello, I'm starting in linux I used Ubuntu and didn't like it and I have
read that many people that used Debian had a better experience, I have a
MacBook Pro 4GB ram/ 500HDD/Intel HD 3000/ i5 2nd generation, can it run
Debian?. Also, I want to know what version of Debian to download, I saw
something about DVD1, DVD2...etc which one should I get and whats the
difference between them?



I have no direct experience with this but there is information on the 
Debian wiki about installing Debian on a Macbook Pro. It is at 



I've used Linux for many years now both at home and at work. I very much 
prefer Debian, use it at home and on any computers at work that I control. 
But I've had to use Ubuntu, Red Hat, and SUSE at work also. Although I 
don't perfer Ubuntu, I have to say that for inexperienced users, it can be 
a little more friendly than Debian. For example, if you try to run an 
application that isn't installed, Debian gives you a 'file not found' 
error. Ubuntu will advise you to install the package that provides that 
application with the package manager. And in the end, all of these are 
Linux distributions, the applications available are basically the same and 
the user experience is pretty similar. There are differences in system 
administration, where config files are kept, etc. Ubuntu does have their 
rather different desktop manager, Unity, which I don't like, but that is 
a very subjective opinion.


I wonder what it was about Ubuntu that you didn't like? Did you actually 
install it on your Macbook?





I need help

2016-02-10 Thread Ghaith Etaiwi
Hello, I'm starting in linux I used Ubuntu and didn't like it and I have
read that many people that used Debian had a better experience, I have a
MacBook Pro 4GB ram/ 500HDD/Intel HD 3000/ i5 2nd generation, can it run
Debian?. Also, I want to know what version of Debian to download, I saw
something about DVD1, DVD2...etc which one should I get and whats the
difference between them?


Re: I need help reconfiguring Mutt to work with msmtp

2013-06-25 Thread låzaro
try something like this in your .msmtprc:


defaults
logfile ~/.msmtp.log

# el bufete LEX
account lex
host mail.lex-sa.cu
from pec1...@gmail.com
auth on
tls on
tls_certcheck off
user pec11xx
password yourpassword


if do not work in that way, try adding the @gmail.com after the username...


Thread name: "Re: I need help reconfiguring Mutt to work with msmtp" 
Mail number: 2 
Date: Wed, Jun 19, 2013 
In reply to: John L. Cunningham 
>
> On Wed, Jun 19, 2013 at 04:47:02PM -0600, paul e condon wrote:
> > The error messages from Mutt when I press 'y' to send, are;
> > 
> > Error sending message, child exited 65 (Data format error.).
> > msmtp: recipient address pec1...@gmail.com not accepted by the server
> > msmtp: server message: 550 Recipient Rejected: Relay not allowed
> > msmtp: could not send mail (account default from /home/pec/.msmtprc)
> > 
> > I am deliberately setting 'auth off', because after much painful
> > investigation, I have determined that my ISP does NOT accept
> > encrypted passwords. The email that I am attempting to send is (from
> > the postponed file):
> 
> I doubt your ISP is going to let you use their SMTP server without
> authentication. Very few people are running open relays these days. If
> "auth on" doesn't work, try "auth plain" or "auth login", but be aware
> that you will be sending your password in the clear.  Does you're ISP
> have any instructions on setting up email for different mail clients
> like Outlook or Thunderbird?  You can usually get the information you
> need to get STARTTLS working from that.
> -- 
> John
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: http://lists.debian.org/20130619232831.ga18...@daikon.vrg.org

-- 
 Warning! 
100'000 pelos de escoba fueron
introducidos satisfactoriamente
en su puerto USB.






-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130624235131.GO22723@utopian



Re: I need help reconfiguring Mutt to work with msmtp [SOLVED]

2013-06-19 Thread paul e condon

On 06/19/2013 05:28 PM, John L. Cunningham wrote:

On Wed, Jun 19, 2013 at 04:47:02PM -0600, paul e condon wrote:

The error messages from Mutt when I press 'y' to send, are;

Error sending message, child exited 65 (Data format error.).
msmtp: recipient address pec1...@gmail.com not accepted by the server
msmtp: server message: 550 Recipient Rejected: Relay not allowed
msmtp: could not send mail (account default from /home/pec/.msmtprc)

I am deliberately setting 'auth off', because after much painful
investigation, I have determined that my ISP does NOT accept
encrypted passwords. The email that I am attempting to send is (from
the postponed file):


I doubt your ISP is going to let you use their SMTP server without
authentication. Very few people are running open relays these days. If
"auth on" doesn't work, try "auth plain" or "auth login", but be aware


Changing to "auth login" and adding a "password xxx" ( w/o hash mark ) 
has fixed the problem.



that you will be sending your password in the clear.  Does you're ISP
have any instructions on setting up email for different mail clients
like Outlook or Thunderbird?  You can usually get the information you
need to get STARTTLS working from that.


Thanks for pointing out the error in my config, especially so quickly.
Cheers,
Paul


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/51c25831.7070...@gmail.com



Re: I need help reconfiguring Mutt to work with msmtp

2013-06-19 Thread Olaf Lessenich
On Wed, Jun 19, 2013 at 17:45:30 -0600, paul e condon wrote:
> According to my research, in Wheezy, Mutt's 'built-in' functionality
> is a link to msmtp, but ... I'm may be mistaken. It may be that the
> Debian web pages that I read are coming from some alternative
> universe.

No, I do not think there is such a dependency/link/whatsoever. Please
provide a source for this claim.

Olaf


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130620002637.ga28...@thetis.xaitax.net



Re: I need help reconfiguring Mutt to work with msmtp

2013-06-19 Thread paul e condon

On 06/19/2013 05:31 PM, Olaf Lessenich wrote:

Hi Paul!

On Wed, Jun 19, 2013 at 16:47:02 -0600, paul e condon wrote:

Is there something else than .muttrc and .msmtprc that must be configured?


Is there a specific reason why you would prefer msmtp over mutt's
built-in* smtp functionality)

* http://wiki.debian.org/Mutt#Sending_E-Mail_with_Mutt

Regards,
Olaf




According to my research, in Wheezy, Mutt's 'built-in' functionality is 
a link to msmtp, but ... I'm may be mistaken. It may be that the Debian 
web pages that I read are coming from some alternative universe.



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/51c2429a.9030...@gmail.com



Re: I need help reconfiguring Mutt to work with msmtp

2013-06-19 Thread Olaf Lessenich
Hi Paul!

On Wed, Jun 19, 2013 at 16:47:02 -0600, paul e condon wrote:
> Is there something else than .muttrc and .msmtprc that must be configured?

Is there a specific reason why you would prefer msmtp over mutt's
built-in* smtp functionality)

* http://wiki.debian.org/Mutt#Sending_E-Mail_with_Mutt

Regards,
Olaf


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130619233116.ga2...@thetis.xaitax.net



Re: I need help reconfiguring Mutt to work with msmtp

2013-06-19 Thread John L. Cunningham
On Wed, Jun 19, 2013 at 04:47:02PM -0600, paul e condon wrote:
> The error messages from Mutt when I press 'y' to send, are;
> 
> Error sending message, child exited 65 (Data format error.).
> msmtp: recipient address pec1...@gmail.com not accepted by the server
> msmtp: server message: 550 Recipient Rejected: Relay not allowed
> msmtp: could not send mail (account default from /home/pec/.msmtprc)
> 
> I am deliberately setting 'auth off', because after much painful
> investigation, I have determined that my ISP does NOT accept
> encrypted passwords. The email that I am attempting to send is (from
> the postponed file):

I doubt your ISP is going to let you use their SMTP server without
authentication. Very few people are running open relays these days. If
"auth on" doesn't work, try "auth plain" or "auth login", but be aware
that you will be sending your password in the clear.  Does you're ISP
have any instructions on setting up email for different mail clients
like Outlook or Thunderbird?  You can usually get the information you
need to get STARTTLS working from that.
-- 
John


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130619232831.ga18...@daikon.vrg.org



I need help reconfiguring Mutt to work with msmtp

2013-06-19 Thread paul e condon
This email is being sent from a different email account than the one 
using Mutt/msmtp, so don't examine it's metadata to diagnose the problem.


I want to send email from pecon...@mesanetworks.net and I have generated
a test email in Mutt (using Emacs). The test email is addressed
To: pec1...@gmail.com

The lines in muttrc for outgoing email are:

set sendmail="/usr/bin/msmtp"
set use_from=yes
set realname="Paul E Condon"
set from="pecon...@mesanetworks.net"
set envelope_from=yes

The contents of .msmtprc are:

account default
host smtp.everyone.net
from pecon...@mesanetworks.net
#tls on
#disable tls_certcheck
auth off
user pecon...@mesanetworks.net
#password x

The error messages from Mutt when I press 'y' to send, are;

Error sending message, child exited 65 (Data format error.).
msmtp: recipient address pec1...@gmail.com not accepted by the server
msmtp: server message: 550 Recipient Rejected: Relay not allowed
msmtp: could not send mail (account default from /home/pec/.msmtprc)

I am deliberately setting 'auth off', because after much painful 
investigation, I have determined that my ISP does NOT accept encrypted 
passwords. The email that I am attempting to send is (from the postponed 
file):


From pecon...@mesanetworks.net Tue Jun 18 21:30:25 2013
From: Paul E Condon 
To: paul e condon 
Subject: Re: send to skybeam for delivery to fetchmail
Message-ID: <20130619032540.GA14273@big>
References: <51c12261.4080...@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <51c12261.4080...@gmail.com>
X-Mutt-References: <51c12261.4080...@gmail.com>
X-Mutt-Fcc: =pec1...@gmail.com
Date: Wed, 19 Jun 2013 14:23:03 -0600
Status: RO
Content-Length: 132
Lines: 8

On 20130618_211545, paul e condon wrote:
> for delivery to fetchmail
reply

--
Paul E Condon
pecon...@mesanetworks.net


It is a reply to a previous email from pec1...@gmail.com that proved 
that I can receive emails to pecon...@mesanetworks.net using fetchmail.


What is the claimed "Data format error." ???
Is there something else than .muttrc and .msmtprc that must be configured?

Thanks for any help.
Paul






--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/51c234e6.3040...@gmail.com



Re: I need help with setting up my first samba server.

2013-03-15 Thread Stan Hoeppner
Hi Paul,

Don't know if you remember me.  I helped you get your wireless working
up there on the mountain, quite some time ago.

On 3/15/2013 5:45 PM, Paul E Condon wrote:
> I think I have an OK understanding of the 'theory' of samba,
> but something is not working in practice.

There's not much theory to it, but a lot of practical.

> I have choosen to try
> to work on the connection of the Windows laptop first as I suppose
> it has the most 'authentic' implementation of a smb client. My

This doesn't matter.  It's the server side UNIX account and Samba config
that matters.

> problem is I think with smb passwords. I can't seem to get smbpassword
> to create records in an smb password database. I think I am supposed
> to run smbpassword as root on the Debian box that I want to be the
> samba server. Or perhaps as a user of that Debian box.
> 
> When I attempt to set a root password I get:

See here's your problem.  You don't yet understand the relationship
between UNIX user accounts and Samba.  In fact you don't yet understand
UNIX user accounts at all.  Look here:

http://www.dummies.com/how-to/content/who-goes-there-understanding-permissions-in-unix.html

Every client connection to Samba requires a username and password, and
these are mapped directly to UNIX usernames and passwords.  Ergo...

You should have a user account named "paul" on the Debian box running
Samba.  Paul should be assigned to groups, and should have a home
directory.  When you connect from an SMB client, you supply the user
name "paul" and the UNIX password for paul.  If you setup your shares
correctly, you will have access to all files and directories on the
server which "paul" has access to.

In short, every user connecting to Samba needs a local UNIX account on
the Samba box.  You *DO NOT* connect as root.  If you don't want to
create UNIX users on the Samba box, then you must go the "guest" route.
 All of this is covered in this very detailed document:

http://www.samba.org/samba/docs/using_samba/ch09.html

Setting up shares and getting access to the files and dirs under them
via Samba is much more complicated than setting up MS Windows shares.
That's because UNIX is designed for security.  Windows is designed for
ease of use.

-- 
Stan


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/514406b9.7020...@hardwarefreak.com



Re: I need help with setting up my first samba server.

2013-03-15 Thread Gary Dale

On 15/03/13 06:45 PM, Paul E Condon wrote:

I think I have an OK understanding of the 'theory' of samba,
but something is not working in practice.

I have a small home LAN on which there are three Debian i386 boxes,
one Windows laptop running Windows7, and five Macs of various models.
All nine computers have access to the internet through a Netgear
router. The Windows laptop and four of the Macs use an Apple Airport
to get into the LAN via wireless, and then out to the Internet via
the Netgear box. This is non-optimal but has worked quite reliably
for family shared Internet access, but now there is a need for file
sharing all these types of computers Debian/Mac/Windows. For this
new (to me) function, I think making one of my Debian boxes a Samba
server is the easiest way to go. But I am having a problem, or maybe
several problems.

I know how to install Debian packages. I've been doing it for almost
a decade. But something is missing in my understanding of how to
configure Samba for service in this situation. I have choosen to try
to work on the connection of the Windows laptop first as I suppose
it has the most 'authentic' implementation of a smb client. My
problem is I think with smb passwords. I can't seem to get smbpassword
to create records in an smb password database. I think I am supposed
to run smbpassword as root on the Debian box that I want to be the
samba server. Or perhaps as a user of that Debian box.

When I attempt to set a root password I get:

Failed to find entry for user root.

And when I attempt to set a user password I get:

machine 127.0.0.1 rejected the negotiate protocol. Error was : 
NT_STATUS_INVALID_NETWORK_RESPONSE.

Also, when I restart samba after making changes to /etc/samba/smb.conf I get a 
notice that the daemon,
smbd, was not found. And when I check the status with /etc/init.d/samba status, 
I'm told that
smbd is running but nmbd is NOT running.

/etc/samba/smb.conf is:

snipped out

Ideas?
TIA

First off, take deep breath then wipe out your current samba 
installation (apt-get purge samba). Make sure you don't have any samba 
stuff left then reinstall the package.


The default setup works fairly well. Go to the Samba by example 
documents and follow the setup for a basic small office server 
(http://www.samba.org/samba/docs/man/Samba-Guide/small.html) but try not 
to change things too much. Just do the very least that it takes to get 
Windows 7 domain groups, etc. working. This is more important than smb.conf.


Windows 7 does not work with Samba by default. You need to google 
something like "Windows 7 samba registry" to get the two registry 
changes that Windows 7 requires.



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/5143df2f.8080...@rogers.com



I need help with setting up my first samba server.

2013-03-15 Thread Paul E Condon
I think I have an OK understanding of the 'theory' of samba,
but something is not working in practice.

I have a small home LAN on which there are three Debian i386 boxes,
one Windows laptop running Windows7, and five Macs of various models.
All nine computers have access to the internet through a Netgear
router. The Windows laptop and four of the Macs use an Apple Airport
to get into the LAN via wireless, and then out to the Internet via
the Netgear box. This is non-optimal but has worked quite reliably
for family shared Internet access, but now there is a need for file
sharing all these types of computers Debian/Mac/Windows. For this
new (to me) function, I think making one of my Debian boxes a Samba
server is the easiest way to go. But I am having a problem, or maybe
several problems.

I know how to install Debian packages. I've been doing it for almost
a decade. But something is missing in my understanding of how to
configure Samba for service in this situation. I have choosen to try
to work on the connection of the Windows laptop first as I suppose
it has the most 'authentic' implementation of a smb client. My
problem is I think with smb passwords. I can't seem to get smbpassword
to create records in an smb password database. I think I am supposed
to run smbpassword as root on the Debian box that I want to be the
samba server. Or perhaps as a user of that Debian box.

When I attempt to set a root password I get:

Failed to find entry for user root.

And when I attempt to set a user password I get:

machine 127.0.0.1 rejected the negotiate protocol. Error was : 
NT_STATUS_INVALID_NETWORK_RESPONSE.

Also, when I restart samba after making changes to /etc/samba/smb.conf I get a 
notice that the daemon,
smbd, was not found. And when I check the status with /etc/init.d/samba status, 
I'm told that 
smbd is running but nmbd is NOT running.

/etc/samba/smb.conf is:

[global]
server string = %h server
interfaces = 192.168.1.0/8
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n 
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
panic action = /usr/share/samba/panic-action %d
hosts allow = 192.168.1.

[homes]
comment = Home Directories
valid users = %S
read only = No
create mask = 0775
directory mask = 0775
browseable = No

[profiles]
comment = Users profiles
path = /home/samba/profiles
create mask = 0600
directory mask = 0700
browseable = No

[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
printable = Yes
browseable = No

[print$]
comment = Printer Drivers
path = /var/lib/samba/printers


Ideas?
TIA

-- 
Paul E Condon   
pecon...@mesanetworks.net


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130315224558.ga18...@big.lan.gnu



Re: Upgraded to FVWM 2.5 and I need help.

2006-04-06 Thread Vincent Lefevre
On 2006-04-05 18:32:38 -0500, Ramasubramanian Ramesh wrote:
> 3) VNC viewer does not work with fvwm 2.5. Is there a known work around.

I use both VNC and fvwm (package version: 2.5.16-2), and I don't
have any problem. I'm affected only by these fvwm bugs: 263945
(apparently due to uninitialized data) and 339586.

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


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



Re: Upgraded to FVWM 2.5 and I need help.

2006-04-05 Thread Marc Shapiro

I am also running fvwm 2.5.12 on a Sarge system with kernel 2.6.8.

Ramasubramanian Ramesh wrote:


Hi,

I recently upgraded from fvwm 2.5 from 2.4.x because I can no longer 
find fvwm 2.4.x in stable.
Since the upgrade, I noticed a couple of issues that I hope you can 
help to fix.


1) Each time I switch to a window on a different virtual area, it 
takes an unually long time before the
switch happens. However after a few switches, I can quickly get 
back and forth. But, the swithcing fast
 as long as I am only doing that. If I do anything else, the same 
delay comes back.


This sounds like you could use some more memory.  I had similar 
problems, especially once my wife started using a seperate account and 
we both had X running.  Switching from one X session to another could 
take half a minute, or more.  Then switching to another window was 
almost as bad.  After that it would speed up.  Sometimes, just trying to 
switch window I would think that the system was completely hung.  Then I 
added more memory.  I had 256MB and I added another 1GB.  Switching 
between X sessions is quick and painless now, and I only barely touched 
my swap file once in the last two weeks.


2) I used move windows by pressing and holding left botton on the 
title and moving. Now I have to press
and leave the button then move it and then press the button again. 
Is there a way to go back to my

old way of moving windows.


My system still does the standard drag and drop.


3) VNC viewer does not work with fvwm 2.5. Is there a known work around.


I don't use VNC, so I can't add anything there.

--
Marc Shapiro

No boom today. Boom tomorrow. There's always a boom tomorrow.
What?! Look, somebody's got to have some damn perspective around here.
Boom. Sooner or later ... boom!

- Susan Ivanova: B5 - Grail


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




Re: Upgraded to FVWM 2.5 and I need help.

2006-04-05 Thread Ramasubramanian Ramesh
I am running Sarge and  I got everything from official Debian using 
apt-get.  The only thing that is not official is my .fvwm2rc which is 
the same as the one I used with all previous versions of fvwm.


Regards
Ramesh


Roberto C. Sanchez wrote:


Ramasubramanian Ramesh wrote:
 


Hi,

I recently upgraded from fvwm 2.5 from 2.4.x because I can no longer
find fvwm 2.4.x in stable.
Since the upgrade, I noticed a couple of issues that I hope you can help
to fix.

1) Each time I switch to a window on a different virtual area, it takes
an unually long time before the
   switch happens. However after a few switches, I can quickly get back
and forth. But, the swithcing fast
as long as I am only doing that. If I do anything else, the same
delay comes back.
2) I used move windows by pressing and holding left botton on the title
and moving. Now I have to press
   and leave the button then move it and then press the button again.
Is there a way to go back to my
   old way of moving windows.
3) VNC viewer does not work with fvwm 2.5. Is there a known work around.

Regards
Ramesh


   



What are you running (Sarge/Etch/Sid)?  Where did you get your new fvwm
packages (official repo/backports/self-built)?

-Roberto

 




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




Re: Upgraded to FVWM 2.5 and I need help.

2006-04-05 Thread Roberto C. Sanchez
Ramasubramanian Ramesh wrote:
> Hi,
> 
> I recently upgraded from fvwm 2.5 from 2.4.x because I can no longer
> find fvwm 2.4.x in stable.
> Since the upgrade, I noticed a couple of issues that I hope you can help
> to fix.
> 
> 1) Each time I switch to a window on a different virtual area, it takes
> an unually long time before the
> switch happens. However after a few switches, I can quickly get back
> and forth. But, the swithcing fast
>  as long as I am only doing that. If I do anything else, the same
> delay comes back.
> 2) I used move windows by pressing and holding left botton on the title
> and moving. Now I have to press
> and leave the button then move it and then press the button again.
> Is there a way to go back to my
> old way of moving windows.
> 3) VNC viewer does not work with fvwm 2.5. Is there a known work around.
> 
> Regards
> Ramesh
> 
> 

What are you running (Sarge/Etch/Sid)?  Where did you get your new fvwm
packages (official repo/backports/self-built)?

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto


signature.asc
Description: OpenPGP digital signature


Upgraded to FVWM 2.5 and I need help.

2006-04-05 Thread Ramasubramanian Ramesh

Hi,

I recently upgraded from fvwm 2.5 from 2.4.x because I can no longer 
find fvwm 2.4.x in stable.
Since the upgrade, I noticed a couple of issues that I hope you can help 
to fix.


1) Each time I switch to a window on a different virtual area, it takes 
an unually long time before the
switch happens. However after a few switches, I can quickly get 
back and forth. But, the swithcing fast
 as long as I am only doing that. If I do anything else, the same 
delay comes back.
2) I used move windows by pressing and holding left botton on the title 
and moving. Now I have to press
and leave the button then move it and then press the button again. 
Is there a way to go back to my

old way of moving windows.
3) VNC viewer does not work with fvwm 2.5. Is there a known work around.

Regards
Ramesh


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




Re: I need help with XF86Config-4 :-(

2006-02-25 Thread Kent West

Sammy wrote:

I cannot find anywhere online what the config should be for my PowerBook G4 
(1.67GHz) with Radeon 9700 should be. I can't work the trackpad. All I get 
is a screen with X in the middle once I run startx. Where am I going wrong? 
Sorry, new user :S 
 

The gray screen indicates that the X server is running; you just aren't 
running any clients, such as a window manager.


Try "aptitude install icewm" or "aptitude install kde" to install a 
window manager/environment.


I don't know enough about Debian on Mac to help with the trackpad.

--
Kent


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




I need help with XF86Config-4 :-(

2006-02-25 Thread Sammy
I cannot find anywhere online what the config should be for my PowerBook G4 
(1.67GHz) with Radeon 9700 should be. I can't work the trackpad. All I get 
is a screen with X in the middle once I run startx. Where am I going wrong? 
Sorry, new user :S 




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



I need help from webmin-samba users

2005-06-22 Thread Jaldhar H. Vyas
If you use webmins' samba module I need your help.  There's a few bugs 
on webmin-samba which have been open for a while and I am eager to fix 
them but not being a regular samba user anymore, its not that easy.

Take a look at:

http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=webmin-samba

If you have something to add to any of these bugs (or best of all a 
patch :-) please send mail to the bug report and CC 
[EMAIL PROTECTED]


Thankyou.



--
Jaldhar H. Vyas <[EMAIL PROTECTED]>
La Salle Debain - http://www.braincells.com/debian/


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




Re: I need help with TeX administration on Debian Sarge

2005-05-03 Thread Paul E Condon
On Tue, May 03, 2005 at 08:05:44PM +0200, Aur?lien Camp?as wrote:
> Le mardi 03 mai 2005 ? 11:16 -0600, Paul E Condon a ?crit :
> > I am not a TeX expert. I have books and I am searching the Web. I found
> > a package that is supposed to do a thing that I want, namely newsletr.
> > I want to install it on my Sarge system, which already has tetex package
> > installed and running. But I can't figure out what to do in order to
> > the TeX package, newsletr, into tetex the Debian way.
> 
> hmmm, when there is no glowing "debian way", the normal way applies ...
> 
> >  The instructions
> > from ctan.org on managing a one-person TeX system seem to assume a starting
> > point in the TeX config files that differs from what was set up by aptitude.
> 
> which point ? please give details

There are a number of auxilliary directory trees that are not mentioned in 
the tug instructions, but I think I'm beginning to understand a little.

> 
> > I can't make out what I really need to do, and I'm almost certain that
> > Debian tetex package eliminates the need for steps that are required for
> > non-Debian tetex users, but what steps?
> > Where can I find help that is
> > specific to the Debian package? Where can I just find documentation that
> > has been edited to reflect Debian package reality?
> > 
> > Please give pointers to the real Debian stuff.
> 
> please give information on how the ctan stuff differs from the debian
> directory or conf file layout, most of the time, Debian is *very*
> conforming to this kind of stuff (yeah, how precise is this !)
> 
> BTW, there is a simple series of steps to do a single user install of
> any .sty file :
> - create a ~/texmf/tex dir
> - put you newsletr.sty file into it
> - run texhash
> 

The above really is a great help. It eliminates a number of
goofy ideas as to what the official documentation means. And confirms
that Debian allows individual users to have their own stuff from CTAN 
in their own user space, which isn't mentioned in tug one-person document.

Actually, there is not a .sty file in newsletr.tar.gz, but there is
a .tex file that contained a number of macros and an explanation in a
read.me that the author preferred to write in pure TeX and to ignore
LaTeX. And, there is a sample newsletter in which I found the codes that
forced TeX to read the macros. It is all working and beginning to make
sense to me. 
 
Thanks.

AND, a really sensible question that I just thought of: Are there any
pre-defined layouts along the lines of 'article' that are particularly
appropriate for small scale news-letters but don't have names that are
found on a search on the string 'news', news-letters such as might be
published by a local book club, or political action group? Any
suggestions would be much appreciated.

Thanks, again.

-- 
Paul E Condon   
[EMAIL PROTECTED]


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



Re: I need help with TeX administration on Debian Sarge

2005-05-03 Thread Aurélien Campéas
Le mardi 03 mai 2005 à 11:16 -0600, Paul E Condon a écrit :
> I am not a TeX expert. I have books and I am searching the Web. I found
> a package that is supposed to do a thing that I want, namely newsletr.
> I want to install it on my Sarge system, which already has tetex package
> installed and running. But I can't figure out what to do in order to
> the TeX package, newsletr, into tetex the Debian way.

hmmm, when there is no glowing "debian way", the normal way applies ...

>  The instructions
> from ctan.org on managing a one-person TeX system seem to assume a starting
> point in the TeX config files that differs from what was set up by aptitude.

which point ? please give details

> I can't make out what I really need to do, and I'm almost certain that
> Debian tetex package eliminates the need for steps that are required for
> non-Debian tetex users, but what steps?
> Where can I find help that is
> specific to the Debian package? Where can I just find documentation that
> has been edited to reflect Debian package reality?
> 
> Please give pointers to the real Debian stuff.

please give information on how the ctan stuff differs from the debian
directory or conf file layout, most of the time, Debian is *very*
conforming to this kind of stuff (yeah, how precise is this !)

BTW, there is a simple series of steps to do a single user install of
any .sty file :
- create a ~/texmf/tex dir
- put you newsletr.sty file into it
- run texhash

enjoy

Aurélien.


Your lucky number has been disconnected.


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.clearswift.com
**




Re: I need help with TeX administration on Debian Sarge

2005-05-03 Thread s. keeling
Incoming from Paul E Condon:
> I am not a TeX expert. I have books and I am searching the Web. I found
> a package that is supposed to do a thing that I want, namely newsletr.
> I want to install it on my Sarge system, which already has tetex package
> installed and running. But I can't figure out what to do in order to
> the TeX package, newsletr, into tetex the Debian way. The instructions
> from ctan.org on managing a one-person TeX system seem to assume a starting
> point in the TeX config files that differs from what was set up by aptitude.
> I can't make out what I really need to do, and I'm almost certain that
> Debian tetex package eliminates the need for steps that are required for
> non-Debian tetex users, but what steps?  Where can I find help that is
> specific to the Debian package? Where can I just find documentation that
> has been edited to reflect Debian package reality?

/usr/share/doc is usually where the Debian stuff is.  Does newsletr
exist as a Debian package?  I run woody and I can't see one.  Try:

aptitude update && aptitude search newsletr

If it's there, just install it.  Perhaps there's a newsletr-doc
package too?

I would image using it is as simple as /documentclass{newsletr} or
some such.  btw, it's been a while since I used TeX/LaTeX, so I could
be misinformed ...


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)http://www.spots.ab.ca/~keeling  Please don't Cc: me.
- -


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



I need help with TeX administration on Debian Sarge

2005-05-03 Thread Paul E Condon
I am not a TeX expert. I have books and I am searching the Web. I found
a package that is supposed to do a thing that I want, namely newsletr.
I want to install it on my Sarge system, which already has tetex package
installed and running. But I can't figure out what to do in order to
the TeX package, newsletr, into tetex the Debian way. The instructions
from ctan.org on managing a one-person TeX system seem to assume a starting
point in the TeX config files that differs from what was set up by aptitude.
I can't make out what I really need to do, and I'm almost certain that
Debian tetex package eliminates the need for steps that are required for
non-Debian tetex users, but what steps?  Where can I find help that is
specific to the Debian package? Where can I just find documentation that
has been edited to reflect Debian package reality?

Please give pointers to the real Debian stuff.
Thanks

-- 
Paul E Condon   
[EMAIL PROTECTED]


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



Re: I need help.

2004-11-02 Thread Hugo Vanwoerkom
Mole lord wrote:
Hello all,
My name is Cameron Ball, and i've recently had an interest in linux. 
I've downloaded the Debian distro image.  And i've made a clean
partition on my main hard drive.  So, i then burnt the image onto a
disk, and attempted to boot it.  Nothing happened.  So i thought it
may be that my BIOS may not be set to boot from cd, so i checked, and
it was set to boot from cd, but just to be sure, i made it the first
boot device.  Then i reset.  still nothing.  So, then i thought it may
be because i had burnt it onto an CD RW, so i did it on a regular CD
R.  Still nothing.  I have read through the installation manual, and
can;t see anything of useage.

Can someone please help me out?
Thanks

You mean you downloaded CD#1 iso, burnt it, put the CD in the tray and 
the system would not boot from it, but it DOES boot from other CD's?

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



Re: I need help.

2004-11-02 Thread David Goodenough
On Tuesday 02 November 2004 13:13, Mole lord wrote:
> Hello all,
>
> My name is Cameron Ball, and i've recently had an interest in linux.
> I've downloaded the Debian distro image.  And i've made a clean
> partition on my main hard drive.  So, i then burnt the image onto a
> disk, and attempted to boot it.  Nothing happened.  So i thought it
> may be that my BIOS may not be set to boot from cd, so i checked, and
> it was set to boot from cd, but just to be sure, i made it the first
> boot device.  Then i reset.  still nothing.  So, then i thought it may
> be because i had burnt it onto an CD RW, so i did it on a regular CD
> R.  Still nothing.  I have read through the installation manual, and
> can;t see anything of useage.
>
> Can someone please help me out?
> Thanks
Are you sure you burned it as an ISO image, or did you put the file
onto a new filesystem on the CD?  If you did the latter, do the former.

David


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



Re: I need help.

2004-11-02 Thread Ron Johnson
On Tue, 2004-11-02 at 21:13 +0800, Mole lord wrote:
> Hello all,
> 
> My name is Cameron Ball, and i've recently had an interest in linux. 
> I've downloaded the Debian distro image.  And i've made a clean
> partition on my main hard drive.  So, i then burnt the image onto a
> disk, and attempted to boot it.  Nothing happened.  So i thought it
> may be that my BIOS may not be set to boot from cd, so i checked, and
> it was set to boot from cd, but just to be sure, i made it the first
> boot device.  Then i reset.  still nothing.  So, then i thought it may
> be because i had burnt it onto an CD RW, so i did it on a regular CD
> R.  Still nothing.  I have read through the installation manual, and
> can;t see anything of useage.

When you say, "Nothing happened.", what exactly do you mean?  If 
you don't even see a POST...

-- 
-
Ron Johnson, Jr.
Jefferson, LA USA
PGP Key ID 8834C06B

"Basically, I got on the plane with a bomb. Basically, I tried to
ignite it. Basically, yeah, I intended to damage the plane."
RICHARD REID, tried to blow up American Airlines Flight 63



signature.asc
Description: This is a digitally signed message part


I need help.

2004-11-02 Thread Mole lord
Hello all,

My name is Cameron Ball, and i've recently had an interest in linux. 
I've downloaded the Debian distro image.  And i've made a clean
partition on my main hard drive.  So, i then burnt the image onto a
disk, and attempted to boot it.  Nothing happened.  So i thought it
may be that my BIOS may not be set to boot from cd, so i checked, and
it was set to boot from cd, but just to be sure, i made it the first
boot device.  Then i reset.  still nothing.  So, then i thought it may
be because i had burnt it onto an CD RW, so i did it on a regular CD
R.  Still nothing.  I have read through the installation manual, and
can;t see anything of useage.

Can someone please help me out?
Thanks


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



Re: i need help in my debian OS in my pc

2004-10-28 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Amit Poddar <[EMAIL PROTECTED]> writes:

> the problem in my pc is that i cant get a desktop. how do i get a
> desktop?

Use aptitude and find the parts of the desktop environment you want
and the package x-window-system and install those.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBgZHDUzgNqloQMwcRAoqZAJ9JKvS41gHWrgJZkTvqXovBbud5nQCgwPAS
/9CWqlX27PaHeXFkpx6HJMY=
=carC
-END PGP SIGNATURE-


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



Re: i need help in my debian OS in my pc

2004-10-28 Thread Chris Lale
On Wed, 2004-10-27 at 18:35, Amit Poddar wrote:
> the problem in my pc is that i cant get a desktop. how do i get a
> desktop? i have started using knoppix and it is working fine. i even
> installed it in the harddrive but i am into to debian. i am planing on
> gettting a IBM laptop and i want to install linux in it ,especially
> debian. an i have installed debian 5 times for practice i would like
> to find out if ther is any way i can get rid if everything on my
> harddrive and install debian from the beginining. i will appreciate if
> u can help me with his matter - thank u

Get hold of the Debian CD set (not Knoppix) and install from CD
(http://www.debian.org/distrib/)

Also, read the installation manual
(http://www.debian.org/releases/stable/installmanual)
-- 
Chris Lale <[EMAIL PROTECTED]>


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



Re: i need help in my debian OS in my pc

2004-10-28 Thread robin
Amit Poddar wrote:
the problem in my pc is that i cant get a desktop. how do i get a
desktop? i have started using knoppix and it is working fine. i even
installed it in the harddrive but i am into to debian. 

apt-get install x-window-system
apt-get install gnome or kde, xfce4 etc.

i am planing on
gettting a IBM laptop and i want to install linux in it ,especially
debian. an i have installed debian 5 times for practice i would like
to find out if ther is any way i can get rid if everything on my
harddrive and install debian from the beginining. i will appreciate if
u can help me with his matter - thank u
 

Check out http://tuxmobil.org/ibm.html
Robin

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



i need help in my debian OS in my pc

2004-10-27 Thread Amit Poddar
the problem in my pc is that i cant get a desktop. how do i get a
desktop? i have started using knoppix and it is working fine. i even
installed it in the harddrive but i am into to debian. i am planing on
gettting a IBM laptop and i want to install linux in it ,especially
debian. an i have installed debian 5 times for practice i would like
to find out if ther is any way i can get rid if everything on my
harddrive and install debian from the beginining. i will appreciate if
u can help me with his matter - thank u

-- 
kumar


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



Re: Help!!!! If I'm to get debian up, I need help solving this...

2004-09-06 Thread Chris Stockwell
Hi folks,
I just wanted to say thank you for the rapid response in helping me get 
connected up to apt-sources.
Particularly Olly and gsutton.
It WAS the DNS!

I appreciate it, This community is awesome.
CS 


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



Re: Help!!!! If I'm to get debian up, I need help solving this...

2004-09-03 Thread Oliver Elphick
On Fri, 2004-09-03 at 07:40, Chris Stockwell wrote:
> dear debian users,
> 
> OK, here's the problem:  I for the life of me can't connect to the online 
> apt sources. 

security.debian.org is 194.109.137.218

Can you reach it at all?  (ping 194.109.137.218)  If not, it is your
network setup that is at fault.

-- 
Oliver Elphick  [EMAIL PROTECTED]
Isle of Wight  http://www.lfix.co.uk/oliver
GPG: 1024D/A54310EA  92C8 39E7 280E 3631 3F0E  1EC0 5664 7A2F A543 10EA
 
 "The times of ignorance therefore God overlooked. But now he
  commands that all people everywhere should repent, because
  he has appointed a day in which he will judge the world in
  righteousness by the man whom he has ordained; of which he
  has given assurance to all men, in that he has raised him
  from the dead.” Acts 17:30-31. 




Re: Help!!!! If I'm to get debian up, I need help solving this...

2004-09-03 Thread Scarletdown
On Thursday 02 September 2004 23:40, Chris Stockwell wrote:
> dear debian users,
>
> OK, here's the problem:  I for the life of me can't connect to the
> online apt sources.  dhcp IS finding the cards...and I CAN ping the
> net.  I really WANT to use debianbut things are beginning to look
> doubtful.  I've configured apt sources in all the ways I can think, 
> ftp, http, manually.  Are the servers not responding to apt requests?
>  I can point my browser (in windows or knoppix ) there.  I'm just
> frustrated as heck
>
> Failed to fetch
>
> kages>http://security.debian.org/dists/stable/updates/main/binary-i386
>/packages Could not connect to security.debian.org:80 (1.0.0.0),
> connection timed out Failed to fetch

It looks like perhaps your DNS server(s) didn't get set up.  What does 
cat /etc/resolv.conf show?



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



Help!!!! If I'm to get debian up, I need help solving this...

2004-09-02 Thread Chris Stockwell
dear debian users,
OK, here's the problem:  I for the life of me can't connect to the online 
apt sources.  dhcp IS finding the cards...and I CAN ping the net.  I really 
WANT to use debianbut things are beginning to look doubtful.  I've 
configured apt sources in all the ways I can think,  ftp, http, 
manually.  Are the servers not responding to apt requests?  I can point my 
browser (in windows or knoppix ) there.  I'm just frustrated as heck

This is what is returned after all the timeouts:
"Apt Configuration
Cannot access security updates.
I cannot access the security updates on security.debian.org, so those 
updates will not be made available to you at this time. You may want to 
investigate this later.. Commented out entries for security.debian.org have 
been added to the bottom of /etc/apt/sources.list . The error message I 
received from apt was:

Failed to fetch
http://security.debian.org/dists/stable/updates/main/binary-i386/packages 
Could not connect to security.debian.org:80 (1.0.0.0), connection timed out 
Failed to fetch

http://security.debian.org/dists/stable/updates/main/binary-i386/Release 
Could not connect to security.debian.org:80 (1.0.0.0), connection

timed out : Couldn't stat source package list"
My hardware is: pentium 200, AND P3 800 (neither have worked).  I've tried 
both stable and un-stable.  Network cards are tulip based: linksys 
LNE100tx, and also tried the belkin desktop pci card.  I use dsl, a 
router.  Can't think of what else I can tell you.

If you can help me I'd really appreciate it.
Thank you.
Chris

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



Re: I need help with my touch pad.

2004-08-26 Thread Thomas Adam
On Thu, Aug 26, 2004 at 03:30:22PM -0400, [EMAIL PROTECTED] wrote:

> if [ -f /usr/bin/tpconfig ]; then
>   /usr/bin/tpconfig --tapmode=0
>   if [ $? ]; then
^^^
That doesn't do what you think it does. In Bash, the [ $? ] bit says "if the
variable requested is not empty, then..". You need to test for it
regardless, so something like:

[ "$?" = 0 ] && echo "worked" || echo "Failed"

Although how this is meant to fix your initial problem is unclear.

-- Thomas Adam

-- 
Quis custodiet ipsos custodes?


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



I need help with my touch pad.

2004-08-26 Thread Peter_TenEyck

Greetings,

I have just installed "Sarge" on my Toshiba notebook A15-S157. I believe this notebook has a ALPS Glidepad. I would like to disable touch pad "clicking". From what I can tell, this can do this by using tpconfig. I have installed this package tpconfig (3.1.3-5) from debian.

I can not seem to get this working. When I run dpkg-reconfigure tpconfig and set the options = --tapmode=0 and restart my system tapping in still working.

I have also tried running the below script as a replacement to the tpconfig script and get the "Command found and failed" at start up. I do not understand why this script is even needed. Why does dpkg-reconfigure tpconfig not work? If the script is needed what am I doing wrong? I need some help on this. Peter

#!/bin/sh
# touchpad
# description: Startup script to disable touchpad tapping
# For Synaptics or ALPS touchpads.
#
# $Log$
#
# $Id$
#
#


if [ -f /usr/bin/tpconfig ]; then
  /usr/bin/tpconfig --tapmode=0
  if [ $? ]; then
    echo "Command found and failed"        
  else
    echo "Command found and worked"
  fi
else
  echo "Command not found"
fi
echo ""
exit 0


Peter

Confidentiality / Privilege Notice: This transmission, including attachments, is intended solely for the use of the designated recipients(s). This transmission may contain information that is confidential and/or privileged or otherwise protected from disclosure. The use or disclosure of the information contained in this transmission for any purpose other than that intended by its transmittal is strictly prohibited.  If you are not an intended recipient of this transmission, please immediately destroy all copies received and notify the sender.



Re: I need help

2004-06-09 Thread Kent West
[EMAIL PROTECTED] wrote:
hi there
when i was insralling debian 3.0 i am booting from floppy disks and low mem root disk when i booted to install it ask me for SCSI drive and i dont know what i have to do?
 

If you'll provide more info about your system, such as if it has SCSI 
drives, is it a standard i386-type machine or is it a PowerPC machine or 
what, what's the exact message you're getting, how much RAM is in your 
box, etc, we might be able to provide a bit more guidance.

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



I need help

2004-06-08 Thread Ballo777
hi there

when i was insralling debian 3.0 i am booting from floppy disks and low mem root disk 
when i booted to install it ask me for SCSI drive and i dont know what i have to do?

thanks


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



Re: I need help configuring Sound in Woody

2003-07-09 Thread Andreas Janssen
Hello

Paul E Condon wrote:

> My situation is:
> 1. Sound works with Knoppix running off the Knoppix CD, but
> 2. when I install Knoppix on HD, it does not work.
> 
> When I reboot Woody and install various likely looking packages, and
> reboot 3. I see an error message during boot to the effect that the
> snd.o module is not found.
> 
> I have installed the kernel-source package for the kernel that I am
> using (2.4.18), and can find no mention of a snd.o module in menuconfig.

You cannot find the driver because it is not part of the Kernel sources.
The snd module is part of the alsa sound driver package. If you want to
use alsa, you have to compile the modules from source (which is included
in Debian Woody).

best regards
Andreas Janssen

-- 
Andreas Janssen
[EMAIL PROTECTED]
PGP-Key-ID: 0xDC801674
Registered Linux User #267976


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



I need help configuring Sound in Woody

2003-07-09 Thread Paul E Condon
I have a fairly unexceptional Woody installation on which I would like
to get sound working. I have no experience with sound software either
in Debian GNU/Linux or in Windoze. I have looked at the Sound HOWTO
and find the advice too generic to be of help to me. Is there a 
recommended selection of debian packages that should get my sound working?

My situation is:
1. Sound works with Knoppix running off the Knoppix CD, but
2. when I install Knoppix on HD, it does not work.

When I reboot Woody and install various likely looking packages, and reboot
3. I see an error message during boot to the effect that the snd.o module
is not found. 

I have installed the kernel-source package for the kernel that I am using
(2.4.18), and can find no mention of a snd.o module in menuconfig. 

4. Where do I get snd.o? Or do I really need it? Maybe I have selected
sound packages that I really don't need (??).

My sound card is a generic that uses CM8738 chip. And, as I say above,
sound works under Knoppix. So, I doubt that I have bad hardware. 

What other info about my situation should I post?

TIA

-- 
Paul E Condon   
[EMAIL PROTECTED]


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



Re: Perl and MySQL on Debian - I need help

2002-11-30 Thread pierre
On Sunday 01 December 2002 00:05, Wyn Snow wrote:
Hello!

Just a dumm question is php installed?
second if installed is phpadmin work with your "Mysql"?

you may try loading it via phpadmin?

Also I prefer to make sure that mysql version 4 max is installed on my box as 
followed

/var/local/mysql
Mainy OS put mysql in usr/bin
making the database a bit unstable.
then to make all working in good functions I copy the link of mysql.sock to 
/var/lib/mysql

Hope this help you.
Pierre

> I am stymied and stumped in attempting to get the DBI modules working and
> accessible on my Debian Linux system. If someone can help me, please email
> me at [EMAIL PROTECTED]
>
> I have downloaded the following files from mysql.com:
>
> Data-Dumper-2.101.tar.gz
> DBI-1.18.tar.gz
> Msql-Mysql-modules-1.2216.tar.gz
>
> (or whatever the current numbers are at mysql.com).
>
> I put them in the [I think it was] /etc/lib/perl5/5.005/ directory.
>
> I gunzipped and tar -xvf'd the .tar.gz files and then cd'ed into the
> appropriate directories and did perl Makefile.PL, but then make refuses to
> cooperate, saying that cc is not installed on my system.
>
> Please be aware that I am not a proficient Linux person and am seriously
> considering converting to Red Hat, which apparently has these things
> installed as default.  I basically need to have several things working:
>
> Apache
> a web browser (I'd be glad to use Netscape, but the only browser I can get
> to work is lynx)
> Perl
> DBI
> MySQL
>
> Right now, I have everything working except DBI. And it has been a
> challenge, every step of the way. I am not a happy camper.
>
> Wyn

-- 
Pierre webmaster of.
http://www.linux411.net your help with linux
http://www.linux411.org your software and forum resources
http://www.cecug.info Child abuse prevention
http://www.cecugfile.net another depot.
http://www.ircdservice.net our web service and shell account for irc
5 gig web space 5 gig bandwidth,50.00 per month.


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




  1   2   >