Length of a video file (.avi, .mpg) from the command line

2019-08-14 Thread Jean-Baptiste Thomas
Can anyone recommend a command line program that could tell me the length of the video stream in a .avi or .mpg file ? Thanks in advance.

Anonymising email service providers

2018-07-22 Thread Jean-Baptiste Thomas
Looking for email service providers that anonymise outgoing email. More specifically, accept submissions through SMTP but do not show the IP address of the system of origin in the Received: header added by their MTA. Including the originating IP address in an ad-hoc header to prevent abuse does no

Re: apt{-cache,-get,itude} show wrong version of package after update

2018-04-02 Thread Jean-Baptiste Thomas
>> What I'd like to know now is : what prevents apt-get from >> downloading the Packages file from the mirror ? Wget can ! > > Move all the files out of /var/lib/apt/lists/ so that apt-get update > has to download fresh copies. That should get you back on track. > > By all means take the opportuni

Re: apt{-cache,-get,itude} show wrong version of package after update

2018-03-28 Thread Jean-Baptiste Thomas
> Try running: > sudo apt-get update # one more time, to be sure > # then > apt-cache policy ntp > > and see what version it refers to. Thanks for the suggestions folks but there's not much to see there, no packages are pinned. I've made some progress, though. A closer look at the output reveals

apt{-cache,-get,itude} show wrong version of package after update

2018-03-27 Thread Jean-Baptiste Thomas
After apt-get update, attempting to install ntp tries to download version 1:4.2.8p10+dfsg-3+deb9u1 and fails. It tries to download +deb9u1 because $ aptitude show ntp Package: ntp Version: 1:4.2.8p10+dfsg-3+deb9u1 State: not installed [...] and it fails because the version of the packag

Re: error "sh: 1: exec: ...: File exists" with dash

2016-03-03 Thread Jean-Baptiste Thomas
EEXIST does sounds like a strange reason for exec(2) to fail. Did you strace -f to confirm that EEXIST is indeed set by execve() ? I've seen weirdly-named files appear in NFS-exported file systems. I seem to remember they were related to deleted files but it might happen in other circumstances. A

Re: Debian as My home firewall/router

2016-03-02 Thread Jean-Baptiste Thomas
> I like to avoid the latest and greatest (especially Debian > latest and greatest, vide infra). "Debian vide infra" ? What's that ?

Re: systemd and bash scripts

2016-02-27 Thread Jean-Baptiste Thomas
Careful, it looks like your mailer breaks threading. De: "tand.read" > Something very strange goes on and probably > the wise thing is to use old good rc3.d links Strange indeed. You could try adding an insulation layer between systemd and your script by setting ExecStart to a C program that me

Re: systemd and bash scripts

2016-02-27 Thread Jean-Baptiste Thomas
De: "tand.read" > I am testing my own systemd unit (a service) that has this > [service] section: > Type=oneshot > > RemainAfterExit=yes > ExecStart=/root/bin/mytest.sh start > ExecStop=/bin/echo /root/bin/mytest.sh stop > > ("Want="-ed by multi-user.target and "After=" local-fs.target) > and I

Re: Need mentorship and support

2016-02-26 Thread Jean-Baptiste Thomas
De: "Himanshu Shekhar" > The problem is about reading metacharacters. For example, username is > "harry", password is "harry@123" , proxy server "10.101.12.1:8080". > Thus, apt.conf would have text > "http://harry:harry@123@10.101.12.1:8080";. > > This leads to unwanted behaviour. Apt stops readi

Re: Need mentorship and support

2016-02-26 Thread Jean-Baptiste Thomas
De: "Himanshu Shekhar" > Also, I would love to know about good sources to learn and practice > Bash. I followed "The Linux Command Line by William E. Shotts". Chris F A Johnson has written two books on the subject. Haven't read them but he used to be a regular on comp.unix.shell and he seems to

Program to update udev rules after adding an ethernet adapter ?

2016-02-24 Thread Jean-Baptiste Thomas
When you install Debian on a PC, you get one line in /etc/udev/rules.d/70-persistent-net.rules for each ethernet adapter present. If you add a network adapter after installation, 70-persistent-net.rules needs updating. Is there a program that can do it for you ?

Re: Debian package on Windows

2016-02-22 Thread Jean-Baptiste Thomas
De: "Ric Moore" > and the GPL notice is included. I saw no mention to avoid the GPL in his > request for information. Ergo, as long as the GPL is honored, this plan > is actually a plus for Debian. How is Debian better off from Microsoft porting apt to Windows ?

Re: bash-completion, tab and ambiguous globs

2016-02-19 Thread Jean-Baptiste Thomas
> I wouldn't want to get by without tab completion either, but > programmable completion as I've seen it implemented in packages provided > by Debian seems to break some behaviors in the built-in tab completion > on which I had come to rely, so I always turn it off on my machines. By "turning off"

Re: 5000 Folders in a directory

2016-02-18 Thread Jean-Baptiste Thomas
> *samueloph@teste:~/foo$ time ( for i in $(seq 0 ) ; do touch $i ; done > )real0m10.245suser0m3.332ssys0m1.576s* > Using shell built-in ">" to create 1 files: ​> > *samueloph@teste:~/foo$ time ( for i in $(seq 0 ) ; do > $i ; done > )real0m0.742suser0m0.064ssys0

bash-completion, tab and ambiguous globs

2016-02-16 Thread Jean-Baptiste Thomas
In bash, typing, say, "ls x*y" then tab lists all the possible expansions of "x*y" on the next line, then prints the command line anew with "x*y" replaced by longest common stem. With bash-completion installed, "x*y" is summarily replaced by its first match. Is there any way to restore the normal

Re: Can't find a suitable libao driver. (Is device in use?)

2005-10-19 Thread Jean-Baptiste Lemée
Hi, try "mpg321 -o alsa your_file.mp3" NoP -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bonjour

2004-02-17 Thread Jean Baptiste Sarr
Au moment de convertir une thèse, je reçois le message suivant : ..Contenu de : ../X/Tmp/Xvfb.log Could not init font path element/usr/X11R6/lib/X11/fonts/CID/, removing from list ! Pouvez-vous m'expliquer ce que cela veut dire et que faire s'il vous plaît ?   Merci   Jean Bap

Re: Woody giving spurious 8259A errors Intr 7

2001-10-25 Thread Debian User Jean-Baptiste Note
This is a serial chip to my knowledge. try enabling/disabling is in the bios ? or maybe there's a shared interrupt on it the kernel doenst like ? -- I'm an occurence of the I love GNU virus. Please help me spread.

Re: Keyboard loss

2001-10-24 Thread Debian User Jean-Baptiste Note
I experienced the same problem with gpm on several boxes. disable it. that's all i could do. -- I'm an occurence of the I love GNU virus. Please help me spread.

Re: 100hz in Xfree86-4.1?

2001-10-24 Thread Debian User Jean-Baptiste Note
for all your monitor-related configurations, apt-get install get-edid (or is it read-edid ??) then read-edid | parse-edid (or is it get-edid | parse-edid ??) So you'll get what you have to put in your /etc/X11/XF86Config-4 so that X will use your monitor (and video card ! it has to be capable of ma

Re: Kernel 2.4.13 has no /dev files or info with lspci

2001-10-24 Thread Debian User Jean-Baptiste Note
On Wed, Oct 24, 2001 at 12:18:43PM -0500, Hanasaki JiJi wrote: > lspci only gives the board numbers. no descriptions show up > OK, i think this is because you don't have PCI device name database compiled into the kernel. Try to add it. This is in General Setup section. > /dev does not have my hd

Re: using bootcd with usb cdrw drive

2001-10-24 Thread Debian User Jean-Baptiste Note
Well, i'm sorry i'm really not an expert, but maybe you should try a kernel with a initrd option. With a initrd, you'll get somewhat of a prompt and the ability to modprobe any module you like, it could help you to debug your problem. So, what i would do : 1) try to recompile the kernel with modul

Re: using bootcd with usb cdrw drive

2001-10-23 Thread Debian User Jean-Baptiste Note
Just to know, have you devfs compiled in the kernel and mounted at boot ? are you sure the entry /dev/scd0 exists at boot-time ? what is the error message ? (i guess it's can't mount root fs on device XX:XX -> those numbers have a meaning you should try to interpret) -- I'm an occurence of the I

Re: intel fortran compiler

2001-10-23 Thread Debian User Jean-Baptiste Note
The answer seems strighforward : some of the object files and librairies were compiled for IA64. Of course you wont be able to get them to work on your IA32 box. I guess, you dont have the source of this compiler, only librairies and object files ? -- I'm an occurence of the I love GNU virus. Ple

Re: pppoatm

2001-10-23 Thread Debian User Jean-Baptiste Note
For pppoatm to work, you dont need a package actually. pppoatm support is in the kernel. (the pppoe package give you pppoe support in userland, but their is not such way of doing for pppoatm) you need : 1) a pppoatm kernel patch. It works well on all recent kernel versions (search google) 2) a spec

Re: Frequent lock-ups

2001-10-22 Thread Debian User Jean-Baptiste Note
Try to disable gpm, that could help your case. -- I'm an occurence of the I love GNU virus. Please help me spread.

OpenLDAP server woes : not enough locks

2001-10-21 Thread Debian User Jean-Baptiste Note
Dear list, I write to you as a last hope, as www.openldap.org seems to be down from my home in France :( Here's my problem : When doing a massive update to a ldap server (ldap package, sid), ie putting my /etc/group into the database, I get a ldbm: ==> Lock table is out of available locks error

Re: VPN for linux?

2001-07-17 Thread Jean-Baptiste Note
I'm just experimenting with VPN here, and it's a lot of fun... There's nothing as simple as using stunnel. basically on the server side you have stunnel ready to accept incoming tcp connections and ready to launch ppp over the created pty. you have to configure ppp properly (chap mecanism fo ins

Re: NFS alternative

2001-07-16 Thread Jean-Baptiste Note
Thankfully, I forget the details[0]. From experience, no, it won't be exactly hosed: you'll end up with a .nfs004950384672385721380937 file that will grow and eventually fill up the partition... nothing an rm -rf / won't fix. And then there's negative cookies and stale mounts that require a re

Re: [OT] windows networking issue

2001-06-07 Thread Debian User Jean-Baptiste Note
just by chance ... did you put the masquerading box as the default gateway for the win98 machine ? -- I'm an occurence of the I love GNU virus. Please help me spread.

Re: install network card problem.

2001-04-26 Thread Debian User Jean-Baptiste Note
I have no problem at all with 4 of these cards on an old, P100, 440BX based chipset that serves at home as DSL router. (the box has been up for 70 days without any problem) Yet : I had a hell of a lot of problem getting them to work on 2 friend's computers. They had Athlon processors on VIA-base

Re: unexpected net-pf-10

2001-04-26 Thread Debian User Jean-Baptiste Note
It seems almost all network packages in woody are ipv6-enabled. I think those try to use ipv6, all the more so as you have ipv6 host declarations in your /etc/hosts (have a look at it, commenting them out should solve most of the log messages problems) -- I'm an occurence of the I love GNU virus.

Re: The Perfect Debian / Personal Computer

2001-04-25 Thread Debian User Jean-Baptiste Note
Hell, I mean, all ne2k-pci that I had worked really well. They were based on realtek chipsets. BUT is your ethernet card a 100Mbps, RTL8139 one ? That one gave me real pain. >From what I could see on the various mailing lists regarding the subject, I'm far from being alone in that case, and I maile

Re: Bootable Linux-on-a-CD

2001-04-25 Thread Debian User Jean-Baptiste Note
Just noticed this new package in SID : bootcd It should allow you to get a system similar to your desktop on a CD. This package actually sounds really cool. -- I'm an occurence of the I love GNU virus. Please help me spread.

Re: Problem with disk space

2001-04-25 Thread Debian User Jean-Baptiste Note
Most probably your bios/partition program uses LBA adressing, and linux does not, so same number of blocks (read from the partition table, the same for every program) but of smaller size (normal vs LBA) may accout for your situation. Try passing the argument hdX=lba to the kernel maybe ? -- I'

Re: Killing session remotely?

2001-04-25 Thread Debian User Jean-Baptiste Note
Alternatively you can slay the user as root. log in, su, and slay jeff. (simply type slay jeff) should do the trick if no suid apps were launched. -- I'm an occurence of the I love GNU virus. Please help me spread.

Re: The Perfect Debian / Personal Computer

2001-04-24 Thread Debian User Jean-Baptiste Note
And if we come to talk about network cards, avoid like hell the chipset realtek 8139, especially if you have a K7/VIA based motherboard. avoid like hell DFE-530TX, only if you have a K7/VIA confguration. I can tell you from experience on 3 <> computers that they either, do not run in a useable wa

Re: gcc 3.0, namespace, and such

2001-04-24 Thread Debian User Jean-Baptiste Note
I'm far from being an expert, but : 1- yes you can safely install gcc v3 (and g++ v3 and so on) alongside the 2.9X you call it only by appending -3.0 to its name. 2- I have some syntactic problems with g++ v3 as far as dereferencing functionsis concerned. Hell, i'm really not an expert, but someth

OFF-Topic : UDMA & BP6 -- it works.

2000-10-20 Thread Debian User Jean-Baptiste Note
Hi all. I have been using a Abit BP6 for quite a long time now, and needed the UDMA interfaces. I have 2 IBM 5400tr/min, 15 Gb hdd connected to ide2. Yet, as many people did, I had an awful lot of problems setting up UDMA on this card (autotune would freeze the box at bootup, on Linux as well as

Re: balsa mozilla ...

2000-10-06 Thread Debian User Jean-Baptiste Note
> .P.S. Mon pointeur de souris est correct sous win et dans > XF86Setup mais il n'apparait pas sous X11 et je ne comprend > pas d'où cela vient et comment résoudre le probème. > ( Il est représenté par trois ou quatre barres verticales et >  c'est pareil avec la slack 7.0.) Essaie de jouer avec

SOCKS 2 HTTP

2000-09-12 Thread Debian User Jean-Baptiste Note
Here's a quote from a (famous?)win program homepage: Socks2HTTP is an agent converting SOCKS v.5 requests into HTTP requests and tunnelling them through HTTP proxy. SOCKS allows programs to traverse firewalls on any port number and is used by many popular programs, like Napster, MSN Messanger, CRT

IRC proxying

2000-08-31 Thread Debian User Jean-Baptiste Note
Hello everybody, I have found the bounce IRC proxy in 2.3 debian. Does anyone of you knows of security issues with this proxy ? May I recommend it safely to my school (that has cut our irc access lately for security reasons) ? Thx in advance

Kernel configurations

2000-08-31 Thread Debian User Jean-Baptiste Note
Hi all Does anyone know where I could get the config files of the pre-compiled kernels found in Potato ? thx.

Re: LI after install

2000-08-31 Thread Debian User Jean-Baptiste Note
Here's what a get from "Linux Kernel Insternals" : Startup Messages : LI : the first step of the loaderhas been able ro load the second step whose processing then failed. This can be caused by an incorrect geometry or by repositionning the file boot.b without reinstalling the loader. Also, is you

Compiling sound support for sblive

2000-08-30 Thread Debian User Jean-Baptiste Note
ct to get the required '/usr/src/linux/include/linux/modules/8390.ver' ? Thank you. Jean-Baptiste Note, from France.