systemd-logind on Jessie slows down after some time.

2019-09-30 Thread Neo

[root@hostname log]# loginctl list-seats
Failed to list seats: Activation of org.freedesktop.login1 timed out
[root@hostname log]# service systemd-logind restart
[root@hostname log]# loginctl list-seats
SEAT
seat0

1 seats listed.

theres nothing related in the logs. not for dbus, neither for 
systemd-logind. After one day or so, logins slows down extremely. Like 
30 seconds for an ssh login. Interestingly vsftp (which is also 
controlled by systemd) is still working normal.


it just "crashes" (or at least slows down significantly) silently.

[root@hostname log]# uname -a
Linux hostname 3.16.0-6-amd64 #1 SMP Debian 3.16.57-2 (2018-07-14) 
x86_64 GNU/Linux

[root@hostname log]# cat /etc/debian_version
8.11

Any other solution that just restaring the service daily by a cron job?

Best regards

Tom



Re: SLAPD_SENTINEL_FILE problem and openldap / slapds jessie changelog missing

2019-08-20 Thread Neo



On 19.08.2019 22:03, Andrei POPESCU wrote:

apt changelog slapd


Thanks for your answer Andrei

This seems also broken

[root@host~]# apt changelog slapd
Err Changelog for slapd 
(http://packages.debian.org/changelogs/pool/updates/main/o/openldap/openldap_2.4.40+dfsg-1+deb8u5/changelog)

  404  Not Found [IP: 5.153.231.3 80]
Err Changelog for slapd 
(http://security.debian.org/pool/updates/main/o/openldap/openldap_2.4.40+dfsg-1+deb8u5.changelog)

  404  Not Found [IP: 151.101.240.204 80]
E: changelog download failed



SLAPD_SENTINEL_FILE problem and openldap / slapds jessie changelog missing

2019-08-19 Thread Neo

Hi Debian lovers

I struggle to find the current changelog for slapd/openldap.

[root@host ~]# dpkg -l | grep slap
ii  slapd 2.4.40+dfsg-1+deb8u5   amd64    OpenLDAP 
server (slapd)


[root@host ~]# cat /etc/*version
8.11


https://metadata.ftp-master.debian.org/changelogs//main/o/openldap/openldap_2.4.40+dfsg-1+deb8u5_changelog
-> 404.

Basically I have seen, that in the file /etc/default/slapd

there is (and was before the update) this entry:

# If SLAPD_SENTINEL_FILE is set to path to a file and that file exists,
# the init script will not start or restart slapd (but stop will still
# work).  Use this for temporarily disabling startup of slapd (when doing
# maintenance, for example, or through a configuration management system)
# when you don't want to edit a configuration file.
SLAPD_SENTINEL_FILE=/etc/ldap/noslapd

so on service restart, it failed until i commented this out.

Interesting:

root@host ~]# ll /etc/ldap/noslapd
ls: cannot access /etc/ldap/noslapd: No such file or directory

So the sentence "If SLAPD_SENTINEL_FILE is set to path to a file and 
that file exists" seems to be wrong.


on another, similar, but more actual host

[ ok ] Stopping slapd (via systemctl): slapd.service.
[ ok ] Starting slapd (via systemctl): slapd.service.
[root@host2 bin]# dpkg -l | grep slapd
ii  slapd 2.4.44+dfsg-5+deb9u2   amd64    OpenLDAP server 
(slapd)

[root@host2 bin]# cat /etc/*version
9.9
[root@host2 bin]# cat /etc/default/slapd
[..]
# If SLAPD_SENTINEL_FILE is set to path to a file and that file exists,
# the init script will not start or restart slapd (but stop will still
# work).  Use this for temporarily disabling startup of slapd (when doing
# maintenance, for example, or through a configuration management system)
# when you don't want to edit a configuration file.
SLAPD_SENTINEL_FILE=/etc/ldap/noslapd
[..]

Any clues about that? Thank you.

Best regards

Spacerat



Configurar Thunderbird y lista de correo

2019-07-18 Thread Debian Neo
Buenas Noches, como configuro Thunderbird para poder usar la cuenta 
debian-user-spanish@lists.debian.org y así no tener que hacerlo desde el 
Navegador web.



How to correctly select gcc / why dkms rebuild failed on xtables-addons

2018-03-20 Thread Neo

Hey folks

I've had a setup with xtables-addons running (on jessie with standard 
repos), especially the geoip module in this case. The normal upgrade 
path installed gcc-4.9 and broke my dkms setup and in turn my iptables 
setup. So it fell back on my fail2ban protection against ssh scripts.


/usr/bin/gcc-4.8 was on strange file permissions, with not even execute 
perms for root. Thus de dkms rebuild failed.


now my questions:

why was gcc-4.8 binary set to no execution, even for root?

why is xtables-addons-dkms not using gcc-4.9?

a simple chmod 700 /usr/bin/gcc-4.8 fixed the problem.

Thank you for any enlightenment

best regards



Re: PAE or not PAE?

2018-03-12 Thread Neo

Am 12.03.2018 um 20:04 schrieb Pascal Hambourg:


No, you also need it on machines with 4 GiB of RAM and remapping 
capability, in order to use the part of the RAM which is remapped 
beyond the 4-GiB boundary due to the "PCI hole". Usually the remapped 
memory amount is about 500 MB, but I have seen machines remapping 1 
GiB or even 2 GiB, leaving only 2 or 3 GiB of usable RAM with a non 
PAE kernel.


Note that the non PAE kernel in older Debian versions up to Jessie 
lacked multi-processor (including multi-core and hyper-threading) 
support.




Thx for the clarification.



Re: PAE or not PAE?

2018-03-12 Thread Neo

No PAE.

For 2GB of RAM it makes no sense. You just need this on 32bit machines 
with more than 4GB of RAM.


HTH

Tom


Am 12.03.2018 um 12:11 schrieb Hans:


Hi folks,

as I have still trouble with restore after suspend-to-disk, I read, 
that this issue was gone with a kernel with non pae.


This brings the following question:

MUST I use (or is it RECOMMENDED?) a kernel with PAE in my system?

My system:

CPU N280 (with PAE usable)

2 GB RAM

32-Bit operating system (debian/testing)

Do I have any advantages or disadvantages by using a PAE-Kernel or 
NON-PAE-kernel? I will never be able to use more than 2 GB RAM, as 
this EEEPC got only one RAM slot (I never saw a single DDR2 4 GB 
RAM-module, just 2 GB).


Thanks for the hint.

Best

Hans

P.S. For Gene Haskett: I tried a NON-PAE kernel on my EEEPC - did not 
boot (just an idea)






hypertransport sync flood error occured

2018-03-05 Thread phipo neo
Hello,
I have several computers but with one of the other I encounter kernel
problem.
indeed on an AMD opteron 8356 and a motherboard Asus kfn4-D16 / sas, it
shows me an error message >> press F1 hypertransport sync flood error
occured on last boot ".
>> I searched the internet for esplication because I can only use Debian
versions earlier than 8.9.
For several days I try to set my bios so that the kernel does not panic
with 9.0, 9.3.
I know debian pretty well for 10 years, and I admit that my server does
not support kernels higher than version 4.13.

>> How can I install a stretch version (9.x) with a 4.13 kernel?
>> or can I set my bios?

Regards
Philippe



Re: comment and new question--when do upgrades take effect (side question)

2018-01-29 Thread Neo
Sorry for the hijack, but has this also to do with this newly enabled 
default kernel options?


grep STACKPROTECTOR /boot/config-3.16.0-5-amd64
CONFIG_HAVE_CC_STACKPROTECTOR=y
CONFIG_CC_STACKPROTECTOR=y
# CONFIG_CC_STACKPROTECTOR_NONE is not set
CONFIG_CC_STACKPROTECTOR_REGULAR=y
# CONFIG_CC_STACKPROTECTOR_STRONG is not set

because dkms now fails and so my geoip support in iptables is now 
broken, as the module is missing.


BR, Spacerat

Am 29.01.2018 um 15:15 schrieb Andy Smith:

Hi,

On Mon, Jan 29, 2018 at 08:18:35AM -0500, rhkra...@gmail.com wrote:

iiuc, the fixes for Spectre and Meltdown have been "backported"
(probably not the right word) to Wheezy (which is my "everyday"
machine).  If I'm wrong about that, somebody can let me know.

The confusion here is that "Spectre and Meltdown" comprise multiple
different (but related) vulnerabilities.

The dangerous effects of Meltdown are avoided in Linux by use of the
KPTI feature which is now in Debian's supported kernels.

Fixing one of the Spectre vulnerabilities requires new CPU
microcode, possibly a new BIOS, new kernel features and kernel to be
compiled with an as-yet unreleased version of GCC. For this you
would currently need to get a few things from sid and build your own
kernel. The risk/reward calculation for these actions requires some
thought because a suitable kernel update is likely to appear soon.

As for the other known Spectre vulnerability: no one has much of an
idea how to avoid yet, but probably will in the near future.

There are likely to be further vulnerabilities in this class that
are as-yet unknown at least to the public. There are also likely to
be new mitigations developed that get around known problems in less
expensive ways. So expect a lot more kernel updates in our near
future.

Cheers,
Andy





Re: ZFS legacy mount fails

2018-01-03 Thread Neo

a quick google gave me this:

https://github.com/zfsonlinux/zfs/wiki/Debian-Stretch-Root-on-ZFS

HTH


Am 03.01.2018 um 17:08 schrieb Илья Валеев:

How can I check this? According log spl and zfs modules loaded before
this error, and nothing about loaded driver in initrd

03.01.2018 20:37, Neo пишет:

no driver in the initrd and/or kernel module not yet loaded?


Am 03.01.2018 um 16:26 schrieb Илья Валеев:

Hello!

I'm trying to mount ZFS dataset with /etc/fstab file. Added string in it:

doublediskpool/systemlog /mnt zfs relatime,defaults 0 2

Rebooted, and system fails to boot. In boot log I see that spl and zfs
modules loaded, than:

systemd[1]: mnt.mount: Mount process exited, code=exited status=1
systemd[1]: Failes to mount /mnt.

After this zfs.target successfully starts, and system fall into
emergency mode.
Tryed to add in [Install] section of /lib/systemd/system/zfs.target such
string:

Before=local-fs.target

but it does not help.
If I enter command (that systemd fail to execute) in emergency mode or
booted system:

# mount doublediskpool/systemlog /mnt -t zfs -o relatime,defaults

than mount executed successfully.

Nothing changes if I set another mountpoint.

How this can be fixed?
Debian 9 with last updates.
Thanks!





Re: ZFS legacy mount fails

2018-01-03 Thread Neo

no driver in the initrd and/or kernel module not yet loaded?


Am 03.01.2018 um 16:26 schrieb Илья Валеев:

Hello!

I'm trying to mount ZFS dataset with /etc/fstab file. Added string in it:

doublediskpool/systemlog /mnt zfs relatime,defaults 0 2

Rebooted, and system fails to boot. In boot log I see that spl and zfs
modules loaded, than:

systemd[1]: mnt.mount: Mount process exited, code=exited status=1
systemd[1]: Failes to mount /mnt.

After this zfs.target successfully starts, and system fall into
emergency mode.
Tryed to add in [Install] section of /lib/systemd/system/zfs.target such
string:

Before=local-fs.target

but it does not help.
If I enter command (that systemd fail to execute) in emergency mode or
booted system:

# mount doublediskpool/systemlog /mnt -t zfs -o relatime,defaults

than mount executed successfully.

Nothing changes if I set another mountpoint.

How this can be fixed?
Debian 9 with last updates.
Thanks!





Re: foss usb charger

2017-12-19 Thread Neo

You can take a look here.

https://pkgs.org/download/ipad-charge

But be careful, messing around with this will for sure void any 
warranty, and you should know what you're doing (and probably have 
voltage measuring equipment)


I wont take any guarantees or such.


Am 19.12.2017 um 11:09 schrieb Neo:
Usually such applications come from the HW vendor, I've had an Asus 
motherboard with such an application (Ai Charge).


It just raised the voltage/current/power on an USB port, so it could 
charge a device faster.


This in mind, you will probably have to ask you HW vendor for a linux 
version of this application, but thb, I doubt there is one.


Regards

Neo


Am 15.12.2017 um 22:29 schrieb Matthew Crews:

 Original Message 
Subject: foss usb charger
From: st...@airmail.nz
To: debian-user@lists.debian.org

i had an app (free utility) for charging my usb device though i did not
often use it. It worked with windows/microsoft on usb 3.
- i do not know if it were included/implemented in my motherboard 
and the

soft managed it or if the soft did its job as standalone app.


does debian provide a similar software (a gui version pls) ?

Most devices that recharge via a USB cable self-manage this charging 
process. All your computer does is supply the electric power. I'm not 
sure why you needed an app to do this.


Why not just plug the device in and see if it works?

Out of curiosity what device is it?

-Matt







Re: foss usb charger

2017-12-19 Thread Neo
Usually such applications come from the HW vendor, I've had an Asus 
motherboard with such an application (Ai Charge).


It just raised the voltage/current/power on an USB port, so it could 
charge a device faster.


This in mind, you will probably have to ask you HW vendor for a linux 
version of this application, but thb, I doubt there is one.


Regards

Neo


Am 15.12.2017 um 22:29 schrieb Matthew Crews:

 Original Message 
Subject: foss usb charger
From: st...@airmail.nz
To: debian-user@lists.debian.org

i had an app (free utility) for charging my usb device though i did not
often use it. It worked with windows/microsoft on usb 3.
- i do not know if it were included/implemented in my motherboard and the
soft managed it or if the soft did its job as standalone app.


does debian provide a similar software (a gui version pls) ?


Most devices that recharge via a USB cable self-manage this charging process. 
All your computer does is supply the electric power. I'm not sure why you 
needed an app to do this.

Why not just plug the device in and see if it works?

Out of curiosity what device is it?

-Matt





Re: Wanted - a Debian handheld

2017-11-10 Thread Neo

Ah and btw:

https://wiki.debian.org/Handheld



Re: Wanted - a Debian handheld

2017-11-10 Thread Neo


Am 10.11.2017 um 15:24 schrieb Darac Marjal:




The easiest solution is to not fit a SIM card, however, be aware that 
in some countries limited cellular access may be possible even without 
a SIM card (for example, in some countries you can call emergency 
services from a phone with no SIM card; in some you do need a SIM card 
even if it is out-of-range, blocked or not activated). 


Its in fact part of the spec.

Part of the GSM authentication and network attach spec allows any device 
w/o a SIM, or without a valid SIM, to attach to the network, and will 
accept emergency calls.


E.g. If you have a T-Mobile phone, and occasionally see it in SOS mode, 
what's happened is that the phone can't see a T-Mobile tower, and 
connects to an AT tower instead. There's no roaming agreement, so AT 
won't let the device onto the network, but will accept SOS calls.


How to get sha256 digest for jessie, without a dist-upgrade?

2017-08-10 Thread Neo

Hi folks

How to get sha256 digest for jessie, without a dist-upgrade?

stretch:

openssl version
OpenSSL 1.1.0f  25 May 2017

Message Digest commands (see the `dgst' command for more details)
blake2b512blake2s256gost  md4
md5   rmd160sha1  sha224
sha256sha384sha512

jessie:

openssl version
OpenSSL 1.0.2l  25 May 2017

Message Digest commands (see the `dgst' command for more details)
md4   md5   rmd160sha
sha1

Thank you

Tom



Samba / Domain Member

2017-07-22 Thread Neo

Hi dear Debian fellows

I have some Debian9 machines, which are joined to a W2K8 Windows AD.

I can succesfully login/auth to the domain, but it keeps crashing 
somehow. I see quickly the login msg, but then its crashing me out.


There are no references in the logs.

As im a bit puzzled about whats state of the art of now, should i go for 
debug winbind or use sssd?


smbd --version
Version 4.5.8-Debian

cat /etc/krb5.conf
[logging]
default = FILE:/var/log/krb5libs.log
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmind.log

[libdefaults]
default_realm = OURDOM.NET
dns_lookup_realm = false
dns_lookup_kdc = true
ticket_lifetime = 24h
renew_lifetime = 7d


cat /etc/samba/smb.conf
[global]

workgroup = ourdom
security = ADS
realm = our.realm.net

log file = /var/log/samba/%m.log
log level = 1

idmap config * : backend = tdb
idmap config * : range = 3000-7999

username map = /etc/samba/user.map

client signing = yes
client use spnego = yes
dedicated keytab file = /etc/krb5.keytab
kerberos method = secrets and keytab

winbind refresh tickets = yes
winbind trusted domains only = no
winbind use default domain = yes
winbind enum users  = yes
winbind enum groups = yes

Any clues?

Thank you.

Spacerat



Planirate kupovinu PVC stolarije? Ovo bi trebalo da znate...

2012-04-23 Thread Neo-Frame doo
Kao kupac PVC stolarije trebalo bi da znate i sledeće - danas se na tržištu 
Srbije jasno izdvajaju dve kategorije PVC stolarije (sa raznim brojem komora):
 
1. PVC stolarija bez garancije (često i sa lažnom etiketom 'Nemačka') - cenom 
je jako primamljiva jer su poneki prozori iz ove kategorije čak i 80% jeftiniji 
nego isti u sledećoj a prodaje se i u velikim hipermarketima i na stovarištima. 
To je postignuto tako što se često isporučuje bez skupljih delova okova 
(cilindri,kvake), bez usluge montaže i prevoza - to je ono što možete i sami 
videti. Ono što se ne vidi jesu stanjeni zidovi PVC profila (2 - 2,2mm), 
izostavljno čelično ojačanje na rasponima koji bi trebali da ga imaju, možda 
izostavljeni i neki od skupljih aditiva u PVC smesi (šta će tek zub vremena 
pokazati), okov za koji se ne zna koliko će izdržati na testu zamora 
materijala... Na kraju svega ako neko tvrdi da je to proizvod vrhunskih osobina 
zašto ne stane garancijom iza njega !?

2. PVC stolarija sa garancijom (delimičnom ili punom) - u ovoj grupi PVC 
stolarija se prodaje sa garancijom na pojedine materijale (PVC profile, okov, 
staklo) ili na kompletan proizvod. Tako možete naći da neko daje 10 godina 
garancije u reklami, ali ćete napismeno dobiti samo garanciju na PVC profile 
koju u toj dužini daju svi ozbiljniji proizvođači profila (da neće doći do 
hemijskih, mehaničkih i vizuelnih promena) - to vas ne štiti od uvijanja 
profila sa stanjenim zidovima, tzv. B-klasom profila koju su u poslednje vreme 
izbacili većina renomiranih evropskih proizvođača, a koju plasiraju obilato van 
EU. A šta je sa ostale dve komponente? Da li je okov loš i da li su metalna 
ojačanja ugrađena gde je trebalo? Da li je staklo loše spojeno pa se posle 2-3 
godine dogodi da između stakala zaznoji? Ima i prevaranata koji će vam dati sve 
garancije pa zatvoriti firmu posle 2 godine i otvoriti drugu pa ponovo 
poslovati a Vi svoja prava nećete ostvariti...


Naše preduzeće postoji i proizvodi PVC stolariju od 1997. godine. Izrađujemo 
stolariju svih oblika i za sve namene, sa prevozom i montažom kao i demontažom 
postojeće stare drvene stolarije. Poslovna politika firme je duvek  bila 
KVALITET PO PRISTUPAČNIM CENAMA UZ GARANCIJU. U tom smislu oduvek smo kao 
snabdevače repromaterijala imali samo proverene firme čiji materijali imaju 
višegodišnju garanciju i koji su se već dokazali na tržištu, pa tako danas 
koristimo sledeće:
1. Profili - TERAPLAST, garancija 10 godina, veoma masivni 5-komorni PVC 
profili (krilo širine 85mm), debljine zidova 3-3.2mm, UV stabilisani na bazi 
CaZn, sa 3 zaptivne gume i savremenim rešenjem srednjeg zaptivanja.
2. Okov - ROTO-NT, garancija 10 godina ili preko 5 otvaranja, najnovija NT 
generacija za koju će postojati rezervni delovi i narednih 20-30 godina.
3. Staklo - termopan staklo izrađeno od kvalitetnog FLOT stakla iz Mađarske ili 
Češke sa međurastojanjem od 18mm (4+18+4) zatvoreno poliuretanskim lepkom, u 
varijantama sa niskoemisionim infra-crvenim filmom i međuprostorom napunjenim 
inertnim gasom Argonom (bolja toplotna izolacija).
4. Paneli za vrata - GBW (Engleska), 10 godina garancije; ovi ukrasni paneli su 
izrađeni u jedinstvenoj vakum tehnologiji i jedni su od retkih na tržištu EU 
koji imaju toliku garanciju; imaju ugrađena kaljena stakla.

Mi za svoje proizvode dajemo 5 GODINA PISANE GARANCIJE  (Garantni list) - Sve 
navedeno spojeno sa dugogodišnjim iskustvom naših majstora i kvalitetnim 
mašinama Austrijske firme ACTUAL rezultuje da svojim mušterijama dajemo 
garanciju na kompletan prozor (stabilnost profila, funkcionisanje okova, 
zaptivenost termopana i montažu -neki konkurenti daju samo na profile, često 
samo usmeno, dok oni koji ne nude nikakvu garanciju prodaju proizvode veoma 
sumnjivog kvaliteta). Kao direktni uvoznici materijala uspevamo da budemo među 
najpovoljnijim u pomenutom rangu kvaliteta.
 
Linkovi:
http://www.teraplast.ro/ro/PROFILE-CU-5-CAMERE--cID164.html
http://www.teraplast.ro/ro/PROFILE-CU-6-CAMERE--cID165.html
http://www.roto.de/de/publishingde.nsf/Content/fuerFenster_NT
http://www.gbwuk.com/range.php?range=Shire

-- 

Neo-frame doo
Žarka Zrenjanina 106, Pančevo
tel 013/35-23-20, 35-55-54
fax 013/34-73-88



VAZNO: Ukoliko ne zelite da vise dobijate ovakva obavestenja od nas posaljite 
meil sa 'ODJAVA' na :
neofr...@panet.rs


--
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/20120423164909.2f08522a...@mxhost-1.verat.net



help

2011-09-28 Thread neo haux



decryption of rootpw --iscrypted XXXXXXXXXXXX

2011-09-27 Thread neo haux
Hi Linux lovers,

I am wondering what type of encryption is used by the option :
rootpw --iscrypted

in the kickstart file ?

And is there away to get back the password in clear text from that
encrypted text ?

Thanks


virtualbox error log

2010-04-04 Thread Neo Anderson
Previously I successfully installed and launched virtualbox-ose. However, after 
installing a guest GNU/ Linux and building a customized kernel (2.6.33.2). The 
virtualbox box crashed and no longer able to be executed successfully. The log 
shows

03:56:22.716 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0x20 (-1 usec 
ago) CmdIf1=0x00 (-1 usec ago)
03:56:22.716 PIIX3 ATA: Ctl#0: finished processing RESET
03:56:23.489 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=b140e000 
w=640 h=480 bpp=32 cbLine=0xA00
03:56:23.537 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=b12e2000 
w=640 h=480 bpp=32 cbLine=0xA00
03:56:24.518 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=b140e000 
w=640 h=480 bpp=32 cbLine=0xA00
03:56:25.768 Display::handleDisplayResize(): uScreenId = 0, pvVRAM= 
w=720 h=400 bpp=0 cbLine=0x0
03:56:25.855 VM: Raising runtime error 'PAEmode' (fFlags=0x1)
03:56:25.855 Changing the VM state from 'RUNNING' to 'FATAL_ERROR'.
03:56:25.855 Console: VM runtime error: fatal=true , errorID=PAEmode 
message=The guest is trying to switch to the PAE mode which is currently 
disabled by default in VirtualBox. PAE support can be enabled using the VM 
settings (General/Advanced)

I try to remove virtualbox-ose and reinstall it, but doesn't work. Is there any 
alternative way so that I can go to setting as suggested by log?

My environment GNU/ Linux Debian squeeze, kernel 2.6.32.8.

Thanks for help.





--
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/545527.23418...@web24707.mail.ird.yahoo.com



aptitude question

2009-11-29 Thread Neo Anderson
env: debian unstable/ kernel 2.6.31/ dpkg 1.15.5.3 (i386)/ apt 0.7.24 for i386 
compiled on Sep 25 2009 20:05:59

I try to exec `aptitude upgarde` ,but it hangs at the step 

Setting up grub-pc (2009xxx) ...

even if I try to run sudp dkpg --configure -a

it hangs at that step as well.

However, there is no problem if I run `apt-get upgrade`

Everything works fine. 

What may cause this problem? Or is there any log I can check so that I can 
report bug (if it is)?

Many thanks,







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



Re: Communication between VMed Debian and Windows

2008-10-12 Thread Neo Li
Thanks, I didn't realize I just sent the mail to you. Am I right this time?

On 10/10/08, H.S. [EMAIL PROTECTED] wrote:

 H. S. wrote:

  On Fri, Oct 10, 2008 at 3:32 AM, Neo Li [EMAIL PROTECTED]

  mailto:[EMAIL PROTECTED] wrote:
 
  I have VMware tools installed and daemon run, but still don't find
  shared folder in /mnt/hgfs. I type modprobe vmhgfs and the response
  is FATAL: Model vmhgfs not found. Or maybe it has something to do
  with vmxnet driver?


 hmm ... I am not familiar with hgfs. But looking at

 http://www.debuntu.org/how-to-vmware-tools-hgfs-module-on-ubuntu-gutsy-gibbon-7.10
 it appears it allows folders sharing between the guest and the host.
 Never tried that so I am not sure what could be wrong.

 If this doesn't work as expected by you, you could always look at samba
 and/or shared folders perhaps.




Communication between VMed Debian and Windows

2008-10-07 Thread Neo Li
Hi all!

Since I'm new to Linux, I'm still in the migration process. Now I use VMware
running Debian.

After I can do most of jobs with it that Windows can do I'll switch to it
and drop Windows. (to use it in VMware at most)

I think I should do more and more jobs in Debian so I'll get used to it.
Here's my question: How can I get a copy of those pdf files stored in
Windows so I can read them in Linux?


problema con instalación, ayuda por favor

2004-09-03 Thread Neo .

solo tengo el cd 1

todo correcto y ya al final, en el momento de elegir la fuente de paquetes, 
no puedo elegir el cd.


elijo la opcion cdrom y me dice que no puede acceder, o bien no hay cd, o 
bien el cd no es un cd valido de debian


tengo un lector dvd y una regrabadora cd. he probado en ambos, cambiando la 
ruta dev/cdrom por dev/cdrom0, dev/dvdrom... distintas combinaciones... y 
nada


necesito que me ayudeis, por favor

_
Acepta el reto MSN Premium: Correos más divertidos con fotos y textos 
increíbles en MSN Premium. Descárgalo y pruébalo 2 meses gratis. 
http://join.msn.com?XAPID=1697DI=1055HL=Footer_mailsenviados_correosmasdivertidos




Re: How to manage services?

2003-10-07 Thread Neo
On Tue, 2003-10-07 at 18:13, Sudeep Mukherjee wrote:
 Hi
 
 I want to disable some services, e.g., Samba. What is the Debian way to do it?
 
 TIA
 Bob
 
Hi,

for checking: 'update-rc.d -n samba remove'
for actual disable the booting leave out the '-n'
possibly you need '-f'
'man update-rc.d' is your friend ;-)

Sincerely,

Jan.


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



Re: can't get off the ground

2003-10-05 Thread Neo
On Sun, 2003-10-05 at 08:34, Jason Housewright wrote:
 I am in dire need of help...again. I have dl the
 netinst image from debian (the official for test). I
 cannot for the life of me figure out how to get it to
 recognize my pcmcia ethernet card. I have specified
 boot in the boot parameters, but pcmcia has not been
 turned on. I would really, really appreciate some
 direction here. I can't get any further than the
 select network card of the install.  Thanks again.
 
 
 Jason Housewright
 
 __
 Do you Yahoo!?
 The New Yahoo! Shopping - with improved product search
 http://shopping.yahoo.com
 

Hi Jason,

am not an expert, but my pcmcia ethernetcard required
the loading of pcmcia modules in the kernel. This is fairly
simple to do, unless you need to compile them in the kernel, in
which case you're in whole new world of trouble/hurt/learning ;-).

Loading pcmcia modules (when enabled in your kernel)
is fairly straigth forward: run as root 'lsmod', which shows the
currently loaded mdules. If there are no modules named 'pcmcia_core'
or such, you can start with 'modprobe pcmcia_core' which tries to
load the pcmcia modules. If this succeeds, (check with 'lsmod'),
you can try to load your apropriate network card driver with
'modprobe drivername'. Your drivers can be found at 
'/lib/modules/kernel version/pcmcia'. Work from there.

Sincerely,

Jan.



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



Re: can't get off the ground

2003-10-05 Thread Neo
 In the Installing Debian GNU/Linux 3.0 For Intel x86 on the debian site,
 on page 75, in chapter 7, part 7.5, it says  However, if you are

Now that's what I call sound advice ;-)

Jan.


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



Release statusus

2003-10-05 Thread Neo
Hi all,

is sid frozen? I hardly got any updates last week.

I'm currently tracking sid/unstable on a pre-production
machine, waiting to use Gnome 2.X from a official stable release.
What is more sound to use in /etc/apt/sources.list, a reference to
sid  or one to unstable? More generally, does a 'named' release
(ie. woody, sarge, sid) indeed go from unstable to testing to
stable? As I understand and experience, unstable/sid is more
'stable' than testing is at the moment.

Sincerely,

Jan.



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



Re: How to kill X?

2003-10-05 Thread Neo
On Fri, 2003-10-03 at 13:37, cr wrote:
 Way back in the days of RedHat 5 or thereabouts, whenever X siezed for any 
 reason, I could kill it with Alt-Ctrl-Backspace and end up back in the 
 command line.   Very handy, since Linux is ~  10^6 times more stable than X   
 ;)
 
 However, since I got more sophisticated hardware with an ATX power supply, 
 Ctrl-Alt-Backspace turns the machine off (or reboots it), with consequent 
 fscking of the drives, which is a pain.   
 
 I just had a sieze in X, and Ctrl-Alt-F? had no effect, Ctrl-Alt-Backspace 
 was the only key combination that worked. Is there any setting that will 
 restore its function of 'kill X but don't reboot the machine'  or any other 
 key combination that achieves that?
 
 cr
 

Hi,

try loging in remotely and run '/etc/init.d/gkxdm stop'. 
(Fill in your running favorite display manager)

Sincerely,

Jan.


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



RE: Can't get off the ground

2003-10-05 Thread Neo
On Sun, 2003-10-05 at 12:15, Jason Housewright wrote:
 Thanks Kev. Your help is truly appreciated. I had
 read right through that info earlier. It didn't make
 sense though becuase I wasn't getting anything like
 what was described in the doc. It wouldn't have been a
 problem on my main PC. That's ok. I decided to forget
 about doing a net install and simply download whole
 iso's. I have another, probably easier question: I
 certainly don't want to dl all 7 CD's. That was why I
 wanted to do a net install. At this point, I just want
 to get a base system going, then use apt-get to bring
 it up to speed. How many of the images should I dl to
 do this most efficiently. I read in the documentation
 that probably around 3 would suffice. How many would
 y'all suggest? Would two do the trick...one? Thanks
 for the help and direction.
 
 Jason
 
 __
 Do you Yahoo!?
 The New Yahoo! Shopping - with improved product search
 http://shopping.yahoo.com
 

Hi Jason,

just the first one is enough, if you're running standard
hardware (x86, ide, pci-eth, vga) Don't know about pcmcia though ;-)
Just try. I recently had to use the second disk for the first time
for a net based install because it ran scsi disks.

Sincerely,

Jan.



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



Re: Release statusus

2003-10-05 Thread Neo
On Sun, 2003-10-05 at 12:14, Colin Watson wrote:
 On Sun, Oct 05, 2003 at 11:57:37AM +0200, Neo wrote:
  Hi all,
  
  is sid frozen?
 
 No. Some people are slowing down uploads in an attempt to stabilize
 things.
 
  I'm currently tracking sid/unstable on a pre-production
  machine, waiting to use Gnome 2.X from a official stable release.
  What is more sound to use in /etc/apt/sources.list, a reference to
  sid  or one to unstable?
 
 They're equivalent.
 
  More generally, does a 'named' release (ie. woody, sarge, sid) indeed
  go from unstable to testing to stable?
 
 sid is always unstable; unstable is always sid. Other codenames go from
 testing to stable to oldstable to archive.debian.org.
 
 Cheers,
 
 -- 
 Colin Watson  [EMAIL PROTECTED]
 

Hi Colin,

thanks for your answer but I would like to get some cla-
rification on this to be absolutely sure, because I put a lot 
of work in this, sorry.

As I understand your answer, sid is the exception, ie.
always equivalent to unstable, just the content changes. If so, 
when? And more importantly, when does the content of the current
sid/unstable move over to stable and under what name?

Sincerely,

Jan.

PS I must be missing something essential about the whole Debian
release system, because I don't get it all.


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



Re: Release statusus

2003-10-05 Thread Neo
Hi Colin,

so, sumarizing for my situation: it's no use tracking a
unstable 'release' because it just isn't that: a release, and never 
will be. It's stabiblity level will vary over time, (for instance 
tomorrow somebody might decide to drop linux 2.6.0-test6 in unstable) 
while the testing release's stability will increase untill it's 
mature enough to become a stable release. (After which testing will
fall back again, I presume, to testing's level of stability.)

Then why not take the logical step, pick a kernel release 
(or combination of linux/hurd/*bsd releases), put a name on it, 
put it in testing and let it grow to a stable release? This name
sid just confuses things, in my humble opinion.

Sincerely,

Jan.







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



Re: Changing system/menu fonts in gnome 2.2 debian

2003-10-05 Thread Neo
On Sun, 2003-10-05 at 15:53, Ben Edwards wrote:
 Have been trying to change the size of application menue and text box
 fonts for a while now.  i have a 21 monior and the Address/URL bar and
 drop down menus in mozilla are tiny.  This is also the case in other
 apps.  I am sure there is a system wide setting somewhere but cant work
 it out.
 
Hi Ben,

what helped me most in a similar situation was changing
/etc/X11/XF86Config-4, Section Monitor, by adding DisplaySize
which gives your monitor size in milimeters. X11 then adjusts your
fonts to a readable size, after a restart.

Sincerely,

Jan.



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



Re: Looking for backup solutions

2003-10-05 Thread Neo
On Sun, 2003-10-05 at 18:48, Dan Anderson wrote:
 I have a 40 GB hard disk I want to back up to CD.  I figure I could run
 dd but the man page was unintelligible.  Can anyone offer any
 suggestions?

Hi Dan,

I run 'cd /  tar cvf - . | gzip -  backup.tar.gz' which
makes a compressed file to store somewhere. I think CD's are not
an option for you when your disk is full : 40GB/650MB = 62CD's
(ok, still uncompressed, but even then I would be suprised if
you could get under 25).
Sugestion: store your data separated from your system files
(/var and /home) and backup those. Run dpkg -get-selections gives
your systemfiles that you can restore with a dpkg -set-selctions
after a new install.

Sincerely,

Jan.



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



Re: Root path question

2003-10-04 Thread Neo
On Fri, 2003-10-03 at 21:20, Steve Doerr wrote:
 I'm confused about root's bash profile.  In vt1, the directories /sbin  
 /usr/local/sbin are excluded from the path.  If I su to root within 
 Gnome or KDE in a terminal they are there.
 
 I'm not sure why there isn't a common bash profile for root in vt1 vs. 
 vt7.  Where would the two be located?  Within vt1, will 
 PATH=/dir1:/dir2:/diretc/:$PATH add it permanently?
 
 Thanks for any input,
 Steve
 

Hi Steve,

if you find out, I would like to know too! Tanks.

Sincerely,

Jan.


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



Re: A novice having trouble with X window on install

2003-10-04 Thread Neo
On Sat, 2003-10-04 at 08:19, Charles Forelle wrote:
 Hello all,
 
 I'm in the midst of my first ever installation of Debian and I'm having
 trouble with the graphical interface. I've completed the process (installing
 the bf2.4 flavor with only desktop environment picked in tasksel -- I chose
 not to run dselect yet). The install complete with a text log-in prompt. I
 can login OK, both as the normal user I created and as root. But when I
 reboot, I get a message right after the login prompt appears that says:
 
 I cannot start the X server (your graphical interface). It is likely that it
 is not set up correctly. Would you like to view the X server output to
 diagnose the problem?
 
 My choices: Yes or No.
 
 I pick Yes and get a blank gray box. My only choice is EXIT, which I pick.
 Then it says:
 
 Would you like me to try to run the X configuration program? Note that you
 will need the root password for this.
 
 I pick Yes and give the root password. Then I get:
 
 I will now try to restart the X server again.
 
 I pick OK, and after a second or two pause, I'm back to the original I
 cannot start the X server... message, whence I end up in an endless loop.
 
 Help! I'm totally flummoxed. Does anyone have a sense of what's gone wrong?
 
 With thanks,
 
 Charles.
 

Hi Charles,

I've had similar problems, usually turned out the driver
for my graphics card wasn't selected properly. I solve it as 
following: run 'lspci' from a prompt as root and find out your
actual graphics card, modify  the /etc/X11/XF86Config-4, section
Device option Driver accordingly by hand and work from there.
'man 5 XF86Config-4' should give directions. Driver refers to
files at /usr/X11R6/lib/modules/drivers/*_drv.o
Falling back on vga is a possibility. Make a copy of your 
original XF86Config-4!

Sincerely,

Jan.



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



xinetd secondary addresses and ports

2003-09-22 Thread Neo
Hi All,

I intent to run several instances of the same application
(apache, sshd, whatever...) with different configurations on 
separated secondary addresses with their original port numbers
(e.g. eth0:1 192.168.123.1:80 httpd www.acme.com and eth0:2
172.16.1.1:80 httpd www.whitehouse.gov) on the same machine, using 
xinetd. This in order to facilitate several datasources (websites 
and such) that are not heavily demanded and to combine them on a 
single HA-platform. (I would prefer to use the virtual machines 
that the 2.6 kernel seems to promise, but it's not there yet, as 
far as I know.)

Is this (using xinetd) the recommended way or is there a
better solution? 

What about applications that are not able to distinguish
by themselves (sshd -sshd_config ListenAddress-) between addresses?
Is xinetd able to make the distinction for these apps?

Sincerely,

Jan.


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



Re: Network card LED goes off on Booting

2003-09-21 Thread Neo
On Sun, 2003-09-21 at 09:41, George Abraham wrote:
 Hello friends,
 I am trying to boot Knoppix on my brother's machine, and when I do so, 
 the network LED goes off when the kernel starts probing for hardware. 
 Knoppix boots and I configure networking ( IP is assigned etc ), but 
 cannot ping any other machine on the network. The Ethernel card is 
 detected during boot up. This card is working perfectly with Mandrake 
 which is installed in the machine. Please help me how to rectify this 
 problem and I want to understand why the network card LED goes off on 
 booting and the machine cannot talk to other machines on the network. 
 Thanks in advance.
 

I would compare the cards Knoppix and Mandrake detect (lspci) and
the drivers they both use (lsmod). Any differences? Version numbers?

Sincerely,

Jan.



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



Re: command line workspace switch

2003-09-18 Thread Neo
On Thu, 2003-09-18 at 12:24, Torsten Reuss wrote:
 Neo wrote:
 Hi All,
 
  anybody know of a way to switch workspaces in gnome/
 any windowmanager? (on Debian of course ;-) )
 
 The enlightenment window manager comes with a utility called eesh whish 
 is used to send commands to the window manager via IPC. So doing a eesh 
 -e goto_desktop 0 switches to the first desktop, etc.
 


Sorry,

doesn't work, may due to metacity2.4/gnome2.2 (sid),  I  renamed
my workspaces to 1, 2 etc. :

[EMAIL PROTECTED]:/home/user eesh -e goto_desktop 2
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  2 (X_ChangeWindowAttributes)
  Resource id in failed request:  0x0
  Serial number of failed request:  9
  Current serial number in output stream:  11
[EMAIL PROTECTED]:/home/user 


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



Re: Please

2003-09-16 Thread Neo
On Tue, 2003-09-16 at 16:00, Danielle Ct wrote:
 Hello
 
 How can I get full screen on the laptop ?
 
 Thank you
 
 Bernard
 

Assumption: you use Debian Linux/GNU on an Intel machine (regular 
PC or laptop) and login through a graphical login.

full screen for a terminal window: click the second icon on the
top right of your window.

To switch to a full screen terminal login: Ctrl+Alt+F1 (or 2 .. 6)
To switch back: Ctrl+Alt+F7

Sincerely,

Jan.



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



command line workspace switch

2003-09-16 Thread Neo
Hi All,

anybody know of a way to switch workspaces in gnome/
any windowmanager? (on Debian of course ;-) )

Background: I want a central monitoring station in a 24x7
monitoring environment to cycle automatically through each workspace
which each contains a monitoring app. 

Found a lot of keyboard solutions (usually for a specific
window manager) that usually describe diferent key bindings, nothing
for the command line.

Anybody know something or a hint how to write one?

Sincerely,

Jan.



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



Re: command line workspace switch

2003-09-16 Thread Neo
On Wed, 2003-09-17 at 02:30, David Z Maze wrote:
 Neo [EMAIL PROTECTED] writes:
 
  anybody know of a way to switch workspaces in gnome/ any
  windowmanager? (on Debian of course ;-) )
 
  Background: I want a central monitoring station in a 24x7 monitoring
  environment to cycle automatically through each workspace which each
  contains a monitoring app.
 
 If I was going to do this sort of thing, I'd abandon the normal GNOME
 stuff, and probably even forego a window manager.  Then, I'd look
 into using nawm to show and hide (in X terminology, map and unmap)
 each window in turn.  Something like this (untested):
 
Neat solution!

My argumentation to use ws's is that this central monitoring station
will be identical to the monitoring people's  own monitoring 
stations (except for the monitor, which will be a videowall) and
that they will have the ability to manipulate the central screen
in the same way as their own when a major event happens so that they
can all share and work from the same centrally presented info. 

Sincerely,

Jan.



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



Re: Adding users /home

2003-09-13 Thread Neo
On Sat, 2003-09-13 at 08:58, Mark Annandale wrote:
 Hi Guys
 
 I have installed debian (via a Knoppix CD), and overwritten a previous Linux 
 distro. My /home folder exists from the previous distro and I have added 
 myself as a user. However I cannot seem to be able to access all my old data 
 on /home.
 
 Has anyone experienced this, and if so, did you find a solution.
 
 Thanks as always
 
 Mark A
 
Check wether your userid (run 'id' from a prompt) tracks with the
owner of /home/username (run 'ls -al /home') and with your userid 
and your home directory in /etc/passwd (run 
'grep your username /etc/passwd'

Sincerely,

Jan.


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



ssh-agent not the mother of all my processes?

2003-09-12 Thread Neo
Hi all,

using debian woody close to a year, still learning every
day, and running more and more in more difficult to answer 
questions. Here are a few:

To propagate the ssh-agent values to all your processes
it is started as one of your first processes and all your other
processes are suposed to be started as a child of it. Yet when I
start a gnome-terminal and track its ancestry through 'ps -ef' I end
up with process 1 (easier to do with gps, though, but same result)
without encountering on the way my ssh-agent. Still the environment
has the ssh environment variables (SSH_AGENT_PID etc.) which work
perfectly. How does this happen? Can't I trust ps or what? Checking
with other *nix's (hpux and sunos) I get similar results. Trying to
figure this out, I couldn't find an obvious way to 'debug' my login
process. Is there any way to do a 'sh -x' on it?

Sincerely,

Jan.


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



Re: Bouncing emails via procmail

2003-09-10 Thread Neo
On Wed, 2003-09-10 at 14:38, John Hasler wrote:
 Paul M Foster writes:
   But I'm wondering if it would be possible to get procmail to actually
  bounce email back to senders when it's designated as spam.
 
 Please _do_ _not_ _do_ _this_.  Almost all spam contains forged headers
 with valid domains: your bounces will go to some hapless victim such as
 myself.  I get several hundred bogus bounces every day.
 -- 
Hmm, wonder if my forged reply address [EMAIL PROTECTED] 
can light some fire under some civil servants ass... ;-)

Jan.


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



Re: Piping file to scp

2003-08-30 Thread Neo
On Sat, 2003-08-30 at 07:17, [EMAIL PROTECTED] wrote:
 I wanted to send an attachement directly from mutt to another machine.  
 Is there a way to pipe to scp?  So in mutt, select the attachement and 
 then:
 
   | scp other.host:some_file.name
 
 
 
 
 -- 
 Bill Moseley
 [EMAIL PROTECTED]
 
This is what I use in such cases:

mutt ... | ssh [EMAIL PROTECTED] 'cat  /folder/archive.tar.gz'

It works.

Sincerely,

Jan.


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



Re: Piping file to scp

2003-08-30 Thread Neo
On Sat, 2003-08-30 at 16:26, [EMAIL PROTECTED] wrote:
 On Sat, Aug 30, 2003 at 09:47:37AM +0200, Neo wrote:
  On Sat, 2003-08-30 at 07:17
 
 , [EMAIL PROTECTED] wrote:
   I wanted to send an attachement directly from mutt to another machine.  
   Is there a way to pipe to scp?  So in mutt, select the attachement and 
   then:
   
 | scp other.host:some_file.name
 
  mutt ... | ssh [EMAIL PROTECTED] 'cat  /folder/archive.tar.gz'
 
 Can someone explain that one?  That expects a file named 
 [EMAIL PROTECTED] if the : is missing, IIRC.
 
If you look more closely, you see that it is using ssh instead of scp...
Didn't get your coffey yet ;-) ?

Sincerely,

Jan.


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



ssh /home/user/.ssh/config problem

2003-08-25 Thread Neo
Hi all,

- can anybody reproduce the below documented behaviour?
- if so, is this worth a bug report?

I can provide more details if necessary.

Sincerely,

Jan.

local debian woody+updates ssh3.4 or debian sid+updates ssh3.6
remote the same

empty (ie. non existing) ~/.ssh/known_hosts 

~/.ssh/config: BatchMode yes


[EMAIL PROTECTED]:/home/user/.ssh grep -v '^#'  config
Host *
   BatchModeyes
[EMAIL PROTECTED]:/home/user/.ssh ls -al known_hosts
ls: known_hosts: No such file or directory
[EMAIL PROTECTED]:/home/user/.ssh ssh remote
Host key verification failed.   ?
[EMAIL PROTECTED]:/home/user/.ssh vi config
[EMAIL PROTECTED]:/home/user/.ssh grep -v '^#'  config
Host *
   BatchModeno
[EMAIL PROTECTED]:/home/user/.ssh ssh remote
The authenticity of host 'remote (192.168.1.1)' can't be established.
RSA key fingerprint is fb:e4:98:70:40:1c:7f:86:b8:88:d5:a0:27:5d:70:eb.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'remote,192.168.1.1' (RSA) to the list of
known hosts.
Linux remote 2.4.18.686v5 #1 Sat Jul 12 23:26:32 CEST 2003 i686 unknown
Last login: Mon Aug 25 16:49:21 2003 from local
[EMAIL PROTECTED]:/home/user 


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



Re: ssh /home/user/.ssh/config problem

2003-08-25 Thread Neo
On Mon, 2003-08-25 at 18:12, Thomas Krennwallner wrote:
 Hi!
 
 On Mon Aug 25, 2003 at 05:54:54PM +0200, Neo wrote:
  - if so, is this worth a bug report?
 
 I don't think so[1]. Since you don't have the host key in your
 known_hosts file it's an expected behaviour because in batchmode
 every kbd input will quit the client.
 
 So long
 Thomas
 
   1. http://www.mail-archive.com/[EMAIL PROTECTED]/msg06528.html

You're right. Should have RTFM.

Jan.


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



Re: Un portatil con Debian

2003-07-07 Thread neo
On Mon, 2003-07-07 at 08:31, Juan Jose Gonzalez Morillas wrote:

Puedes conseguir informacion con respecto a estar obligado a comprar la
licencia de windows aqui: 
http://windowsrefund.net/

 Hola listeros,
 
 Estoy pensando en comprarme un portatil e instalar debian en el... 
 Me podeis dar alguna recomendación de algun modelo que sepais que funcione 
 bien 
 y no de muchos problemas... lo digo por el tema de drivers y tal... ;)... 
 O alguna web donde mirar.
 
 Otra cosa.. estoy viendo que en muchos Portatiles de marca me medio-obligan a 
 comprar con el protatil el windows xp home... ¿pueden hacer eso?
 
 
 Danke.
 
 JuanJo
 [EMAIL PROTECTED]
 



Re: descomprimir archivos ACE

2003-06-21 Thread neo
On Fri, 2003-06-20 at 20:22, Borxa Varela wrote:
 ¿cual es mejor descompresor para usar con woody de archivos ACE?
 

Yo nunca consegui que paquete de debian me servia para descomprimir
archivos ACE.. asi que me baje un binario de http://winace.com/






Pequeña Red

2003-06-19 Thread neo



Hola , queria hacerles una pregunta sobre uan 
red:
TEngo el PC1 con debian :
  eth0 salida a 
internet correcta
  eth1 (quiero 
que de salida a internet)

desde eth1.. va a un swich y de ahi reparto red por 
mi casa.

como consigo " en windows comaprtir conexion ( 
permitir que otros equipos se conectes atraves de esta conexion)"
hacer eso en debian ??
muchas gracias por 
adelantado


Problème compilation kernel sous Debian

2003-04-29 Thread neo . 44
Salut à tous,

Je viens d'installer la Debian Woody 3.0r0 en suivant la doc d' Alexis de 
Lattre. A un moment il aborde la compilation du noyau, étape dont je me serai 
bien passé si je n'en avais pas eu besoin, en effet j'ai trouvé sur le site de 
Léa Linux une doc pour mon momdem Bewan ADSL PCI st, pour lequel il me faut 
activer certaines options du noyau.

Je me suis donc lancé (c'ést ma première compilation de noyau), et après 
plusieurs tentatives et pas mal de doc épluchées, je suis bloqué avec la même 
erreur qui survient lors de la compilation mais à des endroits différents.

J'ai vu qu'il y avait 2 façon de compiler le kernel avec une Debian : la façon 
Linux et la façon Debian. J'ai essayé les 2, dans le premier cas l'erreur se 
produit pendant le make bzImage, dans le second c'est pendant le fakeroot make-
kpkg --revision 1 kernel_image (ou kernel-image : pour ça j'ai un doute puisque

j'ai trouvé les 2 façon de l'écrire dans différentes doc mais de toute façon 
cela génère la même erreur).

L'erreur se produit parès une commande du type gcc [options]...
Les messages d'erreur :
gcc : Internal compiler error : program cc1 got fatal signal 4
...(plusieurs lignes avec Leaving directory...)
cpp0: output pipe has been closed
semop(1) : encountered an error : Invalid argument

Quelques précisions : 
gcc 2.95.4
Woody 3.0r0 bf 2.4
Noyau actuel : 2.4.18-bf2.4
Noyau à compiler : 2.4.20
Processeur : AMD K6/2 533

J'en viens à me demander s'il est possible de passer directement d'un noyau 
2.4.18 à un 2.4.20, ou s'il faut passer par le 2.4.19

Si vous avez des pistes, des réponses ou des liens vers de la doc utile, merci 
d'avance.

A+
Xavier



Re: configuracion conexion con kppp

2003-01-20 Thread neo root
Gracias Julen, pero no rula

También he probado con pppconfig, y despues de
configurarlo me sigue dando el mismo error al ejecutar
pon... alguna otra sugerencia???


 --- Julen Landa Alustiza [EMAIL PROTECTED]
escribió:  On Mon, 20 Jan 2003 02:11:46 +0100 (CET)
 neo root [EMAIL PROTECTED] wrote:
 
  He intentado configurar mi conexion a internet
  siguiendo los pasos que se describen en
 eresmas.txt y
  kppp y pon me dan el mensaje unrecognized option
  [EMAIL PROTECTED]
 yo utilizo pppconfig, es bastante sencillo, sigue
 las instrucciones k t da, utiliza provider d nombre
 d proveedor si solo usaras uno
 y PAP como autentificacion. Luego para conectar pon,
 y para deskonektar poff, i listo
  
  Alguien me puede echar un cable?
  
 
 ___
  Yahoo! Móviles
  Personaliza tu móvil con tu logo y melodía
 favorito 
  en http://moviles.yahoo.es
 
 
 -- 
 Julen Landa Alustiza
 mundurat.net eko administraria
 [EMAIL PROTECTED]
 
 
 -- 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
  

___
Yahoo! Móviles
Personaliza tu móvil con tu logo y melodía favorito 
en http://moviles.yahoo.es



configuracion conexion con kppp

2003-01-19 Thread neo root
He intentado configurar mi conexion a internet
siguiendo los pasos que se describen en eresmas.txt y
kppp y pon me dan el mensaje unrecognized option
[EMAIL PROTECTED]

Alguien me puede echar un cable?

___
Yahoo! Móviles
Personaliza tu móvil con tu logo y melodía favorito 
en http://moviles.yahoo.esPara la configuración en Linux de una cuenta PPP de acceso a eresMas, debes 
seguir los siguientes pasos:

1.
 Crea los siguientes ficheros en el directorio /etc/ppp:


• Fichero options con el siguiente contenido:

connect /etc/ppp/eresmas 
crtscts 
modem 
passive 
[EMAIL PROTECTED]
noipdefault 
debug 
defaultroute 
asyncmap a 
/dev/ttyS0
115200

Si encuentras problemas con la velocidad de tu módem puedes bajar la velocidad 
de conexión de 115.000 a 57.600. 
 
• Fichero eresmas con el siguiente contenido:

#!/bin/sh 
chat -v  atdtw909250250 CONNECT  

El fichero debe tener permisos de ejecución, para lo cual escribe desde la 
línea de comandos el siguiente script: chmod 755 eresmas 
 
• Fichero chap-secrets con el siguiente contenido:

[EMAIL PROTECTED] * gratis 

Este fichero debe ser solo de lectura y de modificación, por parte del usuario 
root. Para ello, escribe el siguiente script: chmod 600 chap-secrets 
 
• Fichero /etc/resolv.conf con el siguiente contenido:

domain eresmas.com 
nameserver 62.81.16.197 
nameserver 62.81.0.1  

 
2. Llama a eresMas: ya sólo debes tener tu módem conectado correctamente e 
iniciar el daemon 'pppd', tecleando simplemente 'pppd' en una sesión del 
usuario root.  
3. Desconectar: para terminar la conexión con eresMas debes escribir la 
siguiente frase desde una sesión con el usuario root: killall pppd  



Para cualquier duda o problema técnico que le pueda surgir durante la 
configuración, le recordamos que tiene a su disposición nuestro Servicio de 
Atención al Cliente 655 501 501 o el buzón [EMAIL PROTECTED] 


Re: Internet!!

2002-09-20 Thread Neo
Eu tive esse problema e consegui resolver com sugestão da lista.
Tente fazer:
del route default
add route default ppp0.

[]'s

--
 :::  .''`.  :::
 ::: : :'  : :::  Carlos José Ribeiro da Silva  [EMAIL PROTECTED]
 ::: `. `'`  :::  GNU/Linux User #191317
 :::   `-:::



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.389 / Virus Database: 220 - Release Date: 16/09/2002



FERRAMENTA PARA ABRIR ARQUIVOS MS-ACCESS

2002-07-04 Thread Neo



Alguém sabe de algum programa que abra arquivos 
Ms-Access. É que eu preciso dar manutenção. O StarOffice 5.2 versão MS abria, 
mas a Linux não.

[]'s--::: .''`. :: : 
:' : ::: Carlos José Ribeiro da Silva  [EMAIL PROTECTED]::: `. `'` ::: GNU/Linux User 
#191317::: `- 
:::


XFree86 4.x

2002-05-17 Thread Neo
Como eu instalo XFree86 4.x no Woody??


[]'s


--
 :::  .''`.  :::
 ::: : :'  : :::  Carlos José Ribeiro da Silva  [EMAIL PROTECTED]
 ::: `. `'`  :::  GNU/Linux User #191317
 :::   `-:::


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



Onde eu acho no site a lista de hardware compativel

2002-05-09 Thread Neo
Onde eu acho no site a lista de hardware compativel?
Estou tentando instalar uma placa de video Sis 730.

[]'s


--
 :::  .''`.  :::
 ::: : :'  : :::  Carlos José Ribeiro da Silva  [EMAIL PROTECTED]
 ::: `. `'`  :::  GNU/Linux User #191317
 :::   `-:::




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



HELP :(

2002-04-05 Thread neo

Salut a tous,
rentrant dans le monde de linux depuis peu jai comme vous pouvez le 
penser pas mal de probleme et jespere de tout coeur ke vous puissiez 
maider a les resoudre :
1. je possede un modem BEWAN ADSL PCIst mais je narrive pas a 
linstaller...
2. je possede uen imprimante HP OFFICEJET G55 ke g installé avec hpoj 
mais je ne sé pas la configurer...


Voila jattends avec impatience vos reponses 
Merci davance...
[EMAIL PROTECTED]


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



Cannot find TERM: 'LInux'

2002-01-25 Thread Neo Sze Wee
I encounter this problem  when I run elvis-tiny, vfu and lynx. What is 
happpening? I do not a terminfo file inside /etc.



Re: List help --

2002-01-23 Thread Neo Sze Wee
For people who prefer manual installation, debian is not easy. I have been try 
to do that by installing the root disk as base but I encounter many problems 
with debian file format. dpkg from project/ refuse to install or extract, 
complaining about the staus file and area file and I do not know what. I will 
try to convert debian to tgz format. On the other hand, slackware is so easy to 
install. Why debian has no otpion for people who want more control?

On Tue, Jan 22, 2002 at 03:04:42PM -0800, [EMAIL PROTECTED] wrote:
 Its too bad you gave up on Debian.
 You should try Debian again later one day.
 Maybe when woody is stable, download it and try it 
 again. Maybe you'll have better luck with it.



how to get a precompiled dpkg for manual installation

2002-01-21 Thread Neo Sze Wee
Without installing the base. I intend to use root.bin as my base and start
installing debian packages but there is no dekg in the root.bin.

Or is there another way to convert the deb format to tgz format?

By the way, how do you restore the 80x25 deafult for the console?

Thank you.



Re: Hello......

2002-01-21 Thread Neo Sze Wee
On Tue, Jan 22, 2002 at 01:35:45AM +0100, martin f krafft wrote:

 and feel free to post questions you may have with the installation
 and/or usage of you Debian system. however, in your own interest, we

There are mailing lists for debian big5 and gb, are they to do with installiing
and configuring console for chinese viewing? I would be highly interested
because I want to enable chinese (big5, gb in debian.



Re: how to get a precompiled dpkg for manual installation

2002-01-21 Thread Neo Sze Wee
On Mon, Jan 21, 2002 at 08:02:14PM +0100, J.H.M. Dassen (Ray) wrote:
 On Mon, Jan 21, 2002 at 21:53:55 +, Neo Sze Wee wrote:
  Or is there another way to convert the deb format to tgz format?
 
 ar(1) is your friend. See deb(5).

But there is no ar in the 1.44 floppy root.bin.  So the same question, where 
to get a precompiled ar? I do not have a compiler.

 
 HTH,
 Ray
 -- 
 When you are finished spreading joy on Christmas Eve, come and kick back
 with me and Erwin for a while. [...] We'll provide the cocoa and cookies,
 and we'll even teach you how to play Quake.
   From the Dust Puppy's letter to Santa Claus.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: how to get a precompiled dpkg for manual installation

2002-01-21 Thread Neo Sze Wee
On Mon, Jan 21, 2002 at 10:47:44AM -0600, Colin Watson wrote:
 On Mon, Jan 21, 2002 at 09:53:55PM +, Neo Sze Wee wrote:
  Without installing the base. I intend to use root.bin as my base and start
  installing debian packages but there is no dekg in the root.bin.
 
 There's a .tar.gz of dpkg in project/dpkg on Debian mirrors.

Thank you so much, I search high and low for a precompiled dpkg.

 
 You could also get the source code to debootstrap from unstable, compile
 it, and use that to bootstrap a base Debian system.

Ah, but I do not have a compiler. I think it is too big to install?

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



how to enable chinese viewing

2002-01-21 Thread Neo Sze Wee
thank you.



PPPCONFIG + PON

2001-11-26 Thread Neo
Boa tarde for All.

Existe uma maneira de configurar a faxmodem para ela não emitir o som de
conecção, pelo pon?

[]'s


--
 :::  .''`.  :::
 ::: : :'  : :::  Carlos José Ribeiro da Silva  [EMAIL PROTECTED]
 ::: `. `'`  :::  GNU/Linux User #191317
 :::   `-:::




SNDCONFIG

2001-11-19 Thread Neo
Bom dia for All.
O sndconfig só está na Woody? Porque não está na Potato?
Quando a Woody vira stable??

[]s!

--
Carlos José
GNU/Linux User #191317





Sistema de Arquivos

2001-10-31 Thread Neo
Boa Tarde for all...

Qual é o melhor sistema de arquivos, em relação à integridade dos dados,
ext3 ou reiserFS?
grato pela atenção.
--
Carlos José
user #191317





I need some security help!

2001-07-12 Thread Neo Michael Hermie Peñez
Anyone have the solution about this problem? I a couple of days my Linux Red 
hat hedwig 6.0 work good but when I chk it one morning wut I can see in the 
root: is Unable to load interpreter... when I try to logon in the root I can 
not even login and all of my passwords is invalid... In short I can not 
login in my DNS server...

  The DNS server is where I put my FTP and web server too...
The authentication of all Dial-ups user is in that computer seems all the 
dial up users can authenticate so nothing to worry about but the problem is  
I can not enter the root account and of course I can not add the new users 
in it...
  I can finger and ping on it but I can not telnet on it even I used the IP 
of that pc...so if you have an idea about this please send me an e-mail 
regarding htis problem..


Thank you and may God bless us all..
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.



Re: Mensagens duplicadas na lista

2001-07-11 Thread Neo
Não tenho nenhum problema desta ordem.
Um abraço
--
Carlos José R.Silva
[EMAIL PROTECTED]

- Original Message -
From: Lages [EMAIL PROTECTED]
To: debian-user-portuguese@lists.debian.org
Sent: Wednesday, July 11, 2001 12:45 PM
Subject: Re: Mensagens duplicadas na lista


 PessoAll,

 Confirmo o problema levantado pela Michele.

 Saudações,
 Lages.

 -Mensagem Original-
 De: Michelle Ribeiro [EMAIL PROTECTED]
 Para: debian-user-portuguese@lists.debian.org
 Enviada em: quarta-feira, 11 de julho de 2001 10:34
 Assunto: Mensagens duplicadas na lista


 | Povo,
 |
 |
 | Todos estão recebendo as mensagens duas vezes ou somente eu?
 |
 |
 |
 | --
 | To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 | with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]
 |
 |


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




Acesso Internet

2001-06-27 Thread Neo
Oi, Lista!!
sou novato em linux e debian,  estou com um problema que não consigo
resolver.
Eu configurei o wvdial, e consigo conectar, só que eu não estou pingando
para internet.
Já configurei o arquivo /etc/hosts:

127.0.0.1 localhost
192.168.1.7 debnote

E também o arquivo /etc/resolv.conf:
domain uol.com.br
nameserver 200.246.5.2
nameserver 200.230.128.6

Alguém pode me dar uma luz?

Um abraço.
Carlos José
[EMAIL PROTECTED]



Fórum Software Livre

2001-05-28 Thread Neo Mídia Internet



e ai pessoal quem vai?


Re: Forum Software Livre

2001-05-28 Thread Neo Mídia Internet



Amanhã... em porto alegre... 20 
reais