IDE for java
Hi all Is there any IDE for java (debianized if possible). Which? Where should I point my sources to install it? I'm using woody 3.0r1 TIA and sorry for my english -ejg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xdm configuration files
Hi all. I'd removed xdm, updated sources.list and re-installed xdm. The problem is that 'apt-get install xdm' only install binaries, but not configuration files. /etc/X11/xdm is empty. How can I force apt to install configuration files of xdm? I'm running debian/stable. TIA -ejg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
small xfonts
Hi all I have some questions about xfonts. My LCD display is configured to its max resolution (800x600). I want small fonts for my X applications (gaim, mozilla,etc). With xfonts-100dpi there are huge characters and with xfonts-75dpi the characters are small (not enough) but very bad 'quality'. Is there any other font set that allows small+good fonts? Which packages do you recomend me to install and how to configure it (i'm using xdm)? thanks in advance -ejg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: small xfonts
Russell <[EMAIL PROTECTED]> wrote: > Eduardo Gargiulo wrote: > > > > Hi all > > > > I have some questions about xfonts. My LCD display is configured to its > > max resolution (800x600). I want small fonts for my X applications > > (gaim, mozilla,etc). With xfonts-100dpi there are huge characters and > > with xfonts-75dpi the characters are small (not enough) but very bad > > 'quality'. > > > > Is there any other font set that allows small+good fonts? Which packages > > do you recomend me to install and how to configure it (i'm using xdm)? > > Press ctrl+ right mouse button in xterm to get "VT Fonts". There's a few > sizes available. Is not about xterm fonts, it's about application fonts (Menu lists, button labels, etc). -ejg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Eterm font error
Hi all I'd installed eterm, but when i try to run i get the following error $ Eterm Eterm: Error: Unable to load font "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1". Falling back on "k14" Eterm: FATAL: Couldn't load the fallback font either. Giving up. I was playing with switch to change X fonts, but that font isn't which i've choosen. How can I fix this? thanks -ejg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
filtering unicode files
Hi all. I´m trying to use grep to filter a string on a unicode file. If I make a cat on the file, i can see the contents, but if i pipe a grep after the cat, the string (exists in file) didn't match. Is it possible to use grep on unicode files? How? Is there any other tool to do that? TIA -ejg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
forwarding imap through ssh
Hi all I have imapd bound only to loopback interface. I would like to forward this service in my ssh connection. Is there any way to forward a service bound to loopback only if I'm connecting through ssh to external interface? How? thanks in advance and sorry for my english -ejg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
play mp3 files on xmms
Hi all I'm running woody 3.0_r1 and I'm looking for same way to play mp3 files on xmms. Is it possible? Is there any plugin? In case the answer is not, which player do you recommend me to play mp3 files? thanks in advance -ejg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: play mp3 files on xmms (fixed)
Shyamal Prasad <[EMAIL PROTECTED]> wrote: > "Eduardo" == Eduardo Gargiulo <[EMAIL PROTECTED]> writes: > > Eduardo> Hi all I'm running woody 3.0_r1 and I'm looking for same > Eduardo> way to play mp3 files on xmms. Is it possible? Is there > Eduardo> any plugin? In case the answer is not, which player do > Eduardo> you recommend me to play mp3 files? > > Just play 'em. xmms supports mp3 out of the box on Woody for sure > (that is what I'm running). If you don't believe the description see: > > $ dpkg -L xmms | grep mpg > /usr/lib/xmms/Input/libmpg123.so After running xmms from xterm I realized (thanks console output) that there was a permission problem. The user who had started xmms did not have permissions on /dev/dsp. I added the user to group audio and it worked fine. Is it the right solution or there is another standar way to fix the problem? thanks all -ejg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
apt-get question
How can I lists the available packages on my Debian CDs with apt-get? Supose I need to install XWindow, how should I know which packages I have to install? Thanks. -- :%s/Micros~1/GNU\/Linux/g^M :wq!
firewall ruleset
Hi. First of all, sorry for my english... I'm running Debian 2.2 (potato). I have configured my linux box as a firewall and masquerade server for my internal LAN and everything is ok. Now, I get a small set of real IP address (7 exactly) and I need to put those workstations behind th firewall. The actual layout is like this: -- | Internet | -- ||| ||| ||| | Router | INTERNET_IP.1/29 | - |H U B | INTERNAL_IP.2/24 - INTERNET_IP.3/29 . || || || || || || || || || || || || || || || || || INTERNET_IP.4/29 . | | INTERNET_IP.5/29 INTERNAL_IP.255/24 | | INTERNET_IP.6/29 | | INTERNET_IP.7/29 | -- | | |Linux | | | | Masquerading | | --| Firewall |- eth1 INTERNAL_IP.1/24 -- eth0 INTERNET_IP.2/29 As you can see, all the machines with INTERNET_IP are before the firewall, so the security is a trivial joke (the machins are running Window$ :). My idea is add an interface(eth2) to my linux box and put a cross utp between the router and eth0, and eth1/2 connected to the HUB. What I have in my head is the following: -- | Internet | -- ||| | Router | INTERNET_IP.1/29 | | Cross UTP | eth0 INTERNET_IP.2/29 -- |Linux | eth1 INTERNAL_IP.1/24 | Masquerading | eth2 INTERNET_IP.3/29 --| Firewall |-- | -- | || - |H U B | - || || || || || || || || || || || || || || || || || INTERNAL_IP.2/24INTERNET_IP.4/29 . INTERNET_IP.5/29 . INTERNET_IP.6/29 INTERNAL_IP.255/24 INTERNET_IP.7/29 The problem is that I have very short time to change the layout, so I can't probe it. How should I configure the linux box to handle this system. Is it posible to work. How can a TCP packet that come from INTERNET to my INTERNET_IP.6 knows that it have to pass through the eth0,eth2,HUB? I hope you can understand my ugly description but my english is too bad. Thanks. -- :%s/Micros~1/GNU\/Linux/g :wq!
NO DIAL TONE
Hi all. I'm using pppconfig and pon to connect to Internet. Last week, I add the answering system service of my telephone company. Now, my dial tone is not continuous and when I try to connect to my ISP, my modem reports 'NO DIAL TONE'. How can I tell my modem in cahtscript that don't wait for dial tone before dialing? Thanks and sorry for my english. -- :%s/Micros~1/GNU\/Linux/g^M :wq!
Kernel modules
Hi list. How can I compile just one kernel module instead to do make modules and make modules_install for all modules? -- :%s/Micros~1/GNU\/Linux/g^M :wq!
LAN traffic
Hi all. I have a masquerading linux boxx running between Internet and my Internal LAN. I want to know the load traffic for a given host of my LAN and the bandwidth I'm getting from my provider. Which tool can do It? PD: sorry again for my english! -- :%s/Micros~1/GNU\/Linux/g^M :wq!
ipchains question
Hi all. I have a linux box running ipchains and masquerading my inetrnal network. I have subnet of real IP. The router is connected to the hub so the REAL subnet is before the firewall, so I can't protect it. I'm thinking in add an eth to the linux box and connect the router (with a cross UTP) to eth0, and connect eth1 (with real IP) and eth2 (with masqued IP) to the hub. The question is how configure ipchains and if it is possible to work or I have to add another tool to my linux box to handle this configuration? Thanks all and sorry for my english! -- :%s/Micros~1/GNU\/Linux/g^M :wq!
Routing question
Hi all. I have a subnet with real IPs and I want configure a firewall with two interfaces, the first one (eth0) connected to the router ant the other (eth1) connected to the hub. Two interfaces have the same subnetmask. When I log to the router, I can ping eth0, but not eth1. Which is my problem? -- :%s/Micros~1/GNU\/Linux/g^M :wq!
Signed messages
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all. I use elm to write my email messages. I want to sign messages from inside elm. Is there any way to do this and is possible to sign messages from an X email client (Netscape Messenger) ? Thanks.. -BEGIN PGP SIGNATURE- iD8DBQE6L/C4WieoID+L8zcRAoBGAKDkTKcxLNncZMCaILCKumUo73vnjQCeLHy2 pi75yOCknncoer+TnpE4giY= =+fKX -END PGP SIGNATURE- -- :%s/Micros~1/GNU\/Linux/g^M :wq!^M
Mutt/gpg
Hi all. I'm new using mutt. I want to send my messeges clear signed, but I can't. I'm using gnupg, and I put in my .muttrc set pgp_sign_command="gpg --clearsign" but the signature is attached in binary format. How can I sign my messages in ASCII from mutt? -- :%s/Micros~1/GNU\/Linux/g^M :wq!^M pgpaHmJUrqdIn.pgp Description: PGP signature
NAT
Hi all. I'm trying to set up NAT in my internal network The problem is that when I connect the router to my linux box with a cross UTP, I only see (from the router) th IP address that is connected in the other end, but not the others. The router don't send packets for other IPs. Is there a way to tell the router thet send all the packets to the other end? Thanks and sorry for my english. -- :%s/Micros~1/GNU\/Linux/g^M :wq!^M pgp1sjKMbwuiD.pgp Description: PGP signature
glibc version
Hi all. I want to install Oracle 8i on my woody box. The Oracle installation requires glibc 2.1.3 version. I was looking for glibc package, but i didn't found it. The only package that names glibc is libstdc++ What package should I install to satisfy the glibc 2.1.3 requirement? thanks __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/
sid images
Hi all. Where can I find the iso images of debian unstable? thanks:wq! -- GnuPG Fingerprint = 3EF7 1AEE 8C2C F823 C8CC A4FC 4D12 D717 8745 64ED pgpBQvxBdCnVY.pgp Description: PGP signature
X problem
Hi all. I have a problem with my X configuration. When I try to start the server from command line with startx, the X server don't work; when I try to start it with xdm, the server starts, I fill the username/password fields but the system don't say nothing and the login script starts again. Both cases, the log says something like "Failed SetVCLK". Do you know what is the problem? --xgnu
xfree86 4.0
Hi all. How can I upgrade my potato_r0 to install xfree86 v4.x? --xgnu
Re: Help setting DISPLAY to an ipmasq'd machine.
Andrew Perrin wrote: > > Yes, you're doing it wrong. > > 1.) You don't need two ssh sessions; just one, from xserver_machine to > work_linux_box: > ssh -C -X work_linux_box from xserver_machine > > 2.) When you set the display to ipmasq_box:0.0, you're asking the remote > host to display X apps on the main display of your ipmasq_box - which, > luckily, your ipmasq_box refuses to do. What you want to do is route X > packets through your ssh tunnel. Most ssh servers set $DISPLAY > appropriately, so before doing the export DISPLAY part, do: > > echo $DISPLAY > > DISPLAY should contain the name of the *remote* host, followed by a colon, > then x.0 where x>1. Mine contains: > > [EMAIL PROTECTED]:~$ ssh -X isis.unc.edu > [EMAIL PROTECTED] ~ >echo $DISPLAY > login2.isis.unc.edu:11.0 > > If you don't get that, I'm not entirely sure how to figure out which > display will tunnel for you (the 11.0 in this case). Maybe others can help > there. > > The theory is this: you open a connection from your firewalled machine to > your work machine. You do this in a secure way, using ssh, that is > permitted by both firewalls. You then use this secure channel to funnel X > packets through. X client apps on your work box "display" to a dummy > server on the same machine, so far as they know. That dummy server, > though, catches the packets and sends them over the pre-existing ssh > tunnel to your xserver_machine, where your ssh client grabs them back and > sends them to xserver_machine's local X server. > > Hope this helps. > I'm very interested in have X11 ssh tunnel working !! but I have the same problem. How can I force ssh server to set DISPLAY variable? If DISPLAY variable is not set when I ssh the *remote* server, is it a sshd problem or an Xserver problem? thanks --xgnu
Re: Help setting DISPLAY to an ipmasq'd machine.
Andrew Perrin wrote: > > Yes, you're doing it wrong. > > 1.) You don't need two ssh sessions; just one, from xserver_machine to > work_linux_box: > ssh -C -X work_linux_box from xserver_machine > > 2.) When you set the display to ipmasq_box:0.0, you're asking the remote > host to display X apps on the main display of your ipmasq_box - which, > luckily, your ipmasq_box refuses to do. What you want to do is route X > packets through your ssh tunnel. Most ssh servers set $DISPLAY > appropriately, so before doing the export DISPLAY part, do: > > echo $DISPLAY > > DISPLAY should contain the name of the *remote* host, followed by a colon, > then x.0 where x>1. Mine contains: > > [EMAIL PROTECTED]:~$ ssh -X isis.unc.edu > [EMAIL PROTECTED] ~ >echo $DISPLAY > login2.isis.unc.edu:11.0 > > If you don't get that, I'm not entirely sure how to figure out which > display will tunnel for you (the 11.0 in this case). Maybe others can help > there. > > The theory is this: you open a connection from your firewalled machine to > your work machine. You do this in a secure way, using ssh, that is > permitted by both firewalls. You then use this secure channel to funnel X > packets through. X client apps on your work box "display" to a dummy > server on the same machine, so far as they know. That dummy server, > though, catches the packets and sends them over the pre-existing ssh > tunnel to your xserver_machine, where your ssh client grabs them back and > sends them to xserver_machine's local X server. > > Hope this helps. > I'm very interested in have X11 ssh tunnel working !! but I have the same problem. How can I force ssh server to set DISPLAY variable? If DISPLAY variable is not set when I ssh the *remote* server, is it a sshd problem or an Xserver problem? thanks --xgnu
jigdo question
Hi all I want to download iso images for debian testing and unstable using jigdo, but I can't figure out how to do that not interactive, so I could write an script for download the whole set of CD images. Is there any way to do that? Every time I run jigdo-lite, the system prompts for mirrors, but I didn't found an argument to pass those values (debianMirror an nonusMirror) on the command line. thanks in advance -ejg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: jigdo question
Ignatz Sol <[EMAIL PROTECTED]> said: > On Fri, 4 Jun 2004 00:54:56 -0300, Eduardo Gargiulo > <[EMAIL PROTECTED]> wrote: > > > > Hi all > > > > I want to download iso images for debian testing and unstable using > > jigdo, but I can't figure out how to do that not interactive, so I could > > write an script for download the whole set of CD images. Is there any > > way to do that? > > > > Every time I run jigdo-lite, the system prompts for mirrors, but I > > didn't found an argument to pass those values (debianMirror an > > nonusMirror) on the command line. > > > > thanks in advance > > > > -ejg > > When you run jigdo you can put an argument for the iso numbers in brackets like: > > http://cdimage.debian.org/pub/cdimage-testing/cd/jigdo-area/i386/sarge-i386-{1,2,3,4,5,6,7,8,9,10,11,12}.jigdo > > which would download them all one after the other. Yes, I know how to download the .jigdo files, but the problem is that jigdo-lite ask me first to confirm debianMirror and nonusMirror (default read from sources.list) and that is what I'm trying to avoid. Is there any way to pass those values as jigdo-lite argument? thanks for your reply -ejg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
jigdo image errors
Hi all I'm still trying to download sarge-i386 iso images using jigdo-lite. Image 1 (sarge-i386-1.iso) have problems, some packages listed in jigdo/template files aren't found on the repositories. Some other packages are listed as ".udeb" files ??!! and aren't found too. I have attached the log, where you can see the errors reported by jigdo-lite. How can I fix this? Any help would be appreciated. regards -ejg jigdo.log.gz Description: Binary data
X fonts size
Hi all Is there any debian tool to configure the font size of X applications? I can't configure X resolution more than 800x600 and I would like to decrease the application fonts size (ie mozilla menu fonts) because they are very big. I'm using fvwm as window manager. any help would be appreciated --ejg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
presentation app
Hi all I'm looking for some debianized application for making presentations, using slides, images, etc, that could run on an AMD K6II with 160Mb of RAM with woody 3.0_r1. Any help would be appreciated. thanks and sorry for my english -ejg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Mozilla proxy auth
Hi all, my linux box is hidden on a corporate intranet, where web access is through an ISA proxy server. I'm trying to browse the web from the linux box using Mozilla (1.2.1), but the proxy server shows me an error page saying that there are authentication problems. Is there any way to force Mozilla to pop up an auth window for filling username/password? I have an username/password with privileges to browse the web, but I don't know how to enter this data. Thanks in advance -ejg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
USB pen drive
Hi all I want to mount an 128Mb USB pen drive IBM on my woody 3.0_r1. The kernel version is 2.4.18 and it has disabled USB support, so I have to recompile it. Which options should I have to enable in the kernel to mount the pen drive (in adition to USB support)? -- ejg +++ NEU bei GMX und erstmalig in Deutschland: TÜV-geprüfter Virenschutz +++ 100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Time Zone
Hi all ... i live in Argentina, but my system clock shows Thu Mar 21 23:44:30 EST 2002 how can i change it to ART instead of EST? TIA ~ejg pgpefIAJndzfV.pgp Description: PGP signature
Re: Mailing list question
You can check the status of some variables (myposts) sending a message to [EMAIL PROTECTED] putting set in the subject. You can force the value using "set myposts on" in the subject. Try putting help to get a list of available commands of mailman for your subscription. regards, --ejg @sf.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
wpasupplicant airo driver
Hi all, I'm trying to use WPA on my home WLAN. I have installed wpasupplicant (debian/sarge), but the module airo used by the miniPCI Cisco Aironet card isn't listed on wpasupplicant supported wireless cards/drivers. Is it possible to use wpa_supplicant with this card using wext driver? Is there any other driver should I try? Is there anyone in the list with this card working with WPA? Any help would be appreciated. regards, --ejg @sf.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
journaling filesystem
Hola a todos. Necesito saber que pasos deberia seguir para montar algunas particiones con reiserfs (supongo que es el journaling filesystem que adoptaria debian) a partir de una instalacion limpia de potato o woody, es decir, que paquetes deberia actualizar y cual es el procedimiento a seguir. Si hay alguna documentacion al respecto, sera bienvenida. saludos -- Eduardo Gargiulo ^ejg(-.*)[EMAIL PROTECTED] pgpkdS422fWy4.pgp Description: PGP signature
SGML help
Hi all. I'm looking for help (for newbies) on using debiandoc-sgml. The problem is that I want to write documents in spanish, and i don't know how, because the dtd's control entities and tags are all in english. Is there someone in the list that could help me? hints about good documents about sgml are welcome. TIA -- Eduardo Gargiulo ejg @ ar.homelinux.org pgpfOVgLqHQ8M.pgp Description: PGP signature
Re: SGML help
Osamu Aoki <[EMAIL PROTECTED]> wrote: > On Thu, May 16, 2002 at 05:33:42PM -0300, Eduardo Gargiulo wrote: > > Hi all. > > > > I'm looking for help (for newbies) on using debiandoc-sgml. > > The problem is that I want to write documents in spanish, and i don't > > know how, because the dtd's control entities and tags are all in > > english. > > > > Is there someone in the list that could help me? hints about good > > documents about sgml are welcome. > > Tag has tyo be in english. Each meaning can be found by installing > > # apt-get install debiandoc-sgml-doc > > Ardo's manual is not only good guide but good example. > > Also visit CVS site for DDP. Read how others do. > > http://www.debian.org/doc/cvs I'll try to be more clear. I don't want to translate the tag itself. What I want is that if i use the tag in the sgml, when I make the html or ps, the text says 'Acerca del Copyright' and not 'Copyright Notice' or instead of 'Contents' says 'Contenidos', 'Next' -> 'Siguiente', etc. I'm talking about 'reserved words' for debiandoc-sgml. Is there any way to do that? Or I have to edit .tex after make debiandoc2latex to do the translation? TIA -- Eduardo Gargiulo ejg @ ar.homelinux.org pgpjInjKc0Ef7.pgp Description: PGP signature
Eterm background
Hi all. Is there someone in this list that uses Eterm and knows how to set transparent background? TIA -- Eduardo Gargiulo ejg @ ar.homelinux.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Eterm background
Tim Moss <[EMAIL PROTECTED]> wrote: > Apparently, on Thu, May 23, 2002 at 05:50:02PM -0400, Eduardo Gargiulo wrote: > > Hi all. > > > > Is there someone in this list that uses Eterm and knows how to set > > transparent background? > > > Eterm --trans > > Try Eterm -h for a bunch of options. I'm trying to run that, but the background is still a random image and get the following message to stdout oralnx~$ Eterm --trans created ph2 mask pixmap 1c6 (48 x 48) Eterm: Unable to locate desktop window. If you are running Enlightenment, please restart. If not, please set your background image with Esetroot, then try again. I'm running potato, fvwm-2.2.4-2 and Eterm-0.8.10 TIA -- Eduardo Gargiulo ejg @ ar.homelinux.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Eterm background (fixed)
Eduardo Gargiulo <[EMAIL PROTECTED]> wrote: > > oralnx~$ Eterm --trans > created ph2 mask pixmap 1c6 (48 x 48) > Eterm: Unable to locate desktop window. If you are running Enlightenment, > please > restart. If not, please set your background image with Esetroot, then try > again. After set the background image with Esetroot, the Eterm background is finally transparent! But I hace another question: is there any way to avoid the 'flashing' of Eterm when I switch desktops? TIA -- Eduardo Gargiulo ejg @ ar.homelinux.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
boot message: insmod problem
Hi all. I'm running woody on i386. During boot process, the log shows some errors like that - insmod: modprobe: cannot create /var/log/ksymoops/20020531.log Read-only file system insmod: /lib/modules/2.4.18/kernel/net/unix/unix.o: cannot create /var/log/ksymoops/20020531175628.ksyms Read-only file system insmod: /lib/modules/2.4.18/kernel/net/unix/unix.o: cannot create /var/log/ksymoops/20020531.ksyms Read-only file system - how can I fix this? what does it means? OTOH, dmesg didn't shows that. I had to Shift+PgUp the screen to copy the errors. Is there any log where the error is saved? TIA -- Eduardo Gargiulo ejg @ ar.homelinux.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
kde sources.list
Hi all. What should I add to my sources.list to install kde (i want to run kdeveloper) on my debian/potato ? -- Eduardo Gargiulo ejg-debian @ ar.homelinux.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: question about Debian
Derrick 'dman' Hudson <[EMAIL PROTECTED]> wrote: > > Ok, now to the real answer -- I've been running various 2.4 kernels > since 2.4.7. The kernels prior to 2.4.10 had some VM issues where it > would swap more than it should. I've been running 2.4.18 for a long > time and haven't had any problems with it. > > What's *wrong* with them, from a release perspective, is > o they are newer > o they kept changing significantly during the early release > cycle (more like a devel kernel than a stable one) > o they haven't had as much testing (stress, interoperability, > esoteric hardware) > o the only thing *wrong* with a 2.2 kernel is it doesn't have > the new features in 2.4 > o new features surely mean new bugs to be worked out > > From a *release perspective*, 2.2 is a safer decision than 2.4. You > wouldn't want woody to be uninstallable or have weird stability > problems on people's machines, now would you? Thus 2.2 is the default > while 2.4 is still a choice for those who want it. iptables is the only thing that force me use 2.4 family. Is it possible to run iptables under 2.2 kernels? -- Eduardo Gargiulo ejg-debian @ ar.dyndns.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
dvd authoring question
Hi all, I'm running debian testing, and trying to make a dvd-video image to burn. I have the .VOB files and I have made a dvd structure using vobcopy. I'm looking for a debian tool that makes the .IFO files from those .VOBs. I'd tried with dvdauthor without success. Is there such a tool? I don't use dvdbackup because I want to edit the original dvd and make a new one with only a few .VOBs. Thanks in advance and sorry for my english --ejg @wifi -- Eduardo Gargiulo (GnuPG 0x793016AF) http://www.lugmen.org.ar/~ejg/gnupg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: dvd authoring question
k l u r t <[EMAIL PROTECTED]> said: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wed, 23 Nov 2005, Eduardo Gargiulo wrote: > > > Hi all, > > > > I'm running debian testing, and trying to make a dvd-video image to burn. > > I have the .VOB files and I have made a dvd structure using vobcopy. I'm > > looking for a debian tool that makes the .IFO files from those .VOBs. I'd > > tried with dvdauthor without success. Is there such a tool? > > hi there, > > you're not gonna like this answer but... dvdauthor is the tool for the > job. > i have been using dvdauthor to create my dvd structure and it does create > the needed .IFO (and .BUP) files. > > have you read through the dvdauthor man page? > there are two ways of passing commands to dvdauthor, via the command line > or through an xml config file. > > maybe you should forgo the vobcopy and just stick with dvdauthor. > > also keep in mind that the VOBs passed to dvdauthor must have DVD NAV > (VOBU) packets multiplexed in at the correct locations. there are many > tools that can do this, including mplex from mjpegtools (1.6.0 or later). > > here's a little snippet from my latest dvdauthor project; perhaps this > will shed some light: > > DVDAuthor::dvdauthor, version 0.6.11. > Build options: gnugetopt magick iconv freetype > Send bugs to <[EMAIL PROTECTED]> > > INFO: dvdauthor creating VTS > STAT: Picking VTS 01 > > STAT: Processing final.mpg... ^^ may be you missunderstand my question because of my poor english. I don't want to copy or clone a dvd. I haven't got mpg files to convert to VOB. I want to make a DVD-video using VOBs files from three or four DVDs. I have the VOBs files, but I think copying also IFO files is not a good choice, because they have info about sequences, chapters, etc that I'm altering; I'm altering the names too. So I'm looking for a tool to make those IFO files from VOBs. I would like to use dvdauthor, but I don't know how. regards, --ejg @wifi -- Eduardo Gargiulo (GnuPG 0x793016AF) http://wifi.hn.org/~egargiulo/gnupg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: List files of installed package (apt?)
Lupu <[EMAIL PROTECTED]> said: > Hi, > > Is there a way I can list all files of an installed package in Debian - > something similar to rpm -ql [package name] in Red Hat. $ dpkg -L --ejg @wifi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: playing DVDs from hard disk or CD
David Purton <[EMAIL PROTECTED]> said: > Hi, > > I don't have a dvd player, but occasionally African Enterprise sends me > short DVDs of their work. Usually they are short enough that I can just > copy the contents onto a CD at work and bring it home to watch using > *some move player*. > > The last one was made up of 5 VOB files, that I had to play one at a > time and they would stop at inopportune moments and I'd have to load up > the next one not that great... > > so I end up going with something like this: > > $ mplayer /media/cdrecorder/VIDEO_TS/VTS_01_1.VOB > $ mplayer /media/cdrecorder/VIDEO_TS/VTS_01_2.VOB Are you copying the files with the appropiate tool (vobcopy, dvdbackup, etc) and making iso image with -dvd-compat option enabled? You can try this $ mplayer -dvd-device /path/to/diskorCDmountpoint dvd://1 --ejg @sf -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Force growisofs to use lower speed
T <[EMAIL PROTECTED]> said: > > % nice -n -2 growisofs -speed=4 -dvd-compat -Z /tmp/d1.iso > /dev/dvd: "Current Write Speed" is 8.2x1385KBps. >1605632/4506009600 ( 0.0%) @0.0x, remaining 280:32 > :-? the LUN appears to be stuck writing LBA=310h, retry in 70ms > [...] > 4491739136/4506009600 (99.7%) @5.8x, remaining 0:01 > builtin_dd: 2200208*2KB out @ average 5.4x1385KBps > /dev/dvd: flushing cache > /dev/dvd: closing track > /dev/dvd: closing disc > :-[ CLOSE SESSION failed with SK=2h/ASC=04h/ACQ=07h]: Resource temporarily unavailable > > I used "-speed=4", why it didn't work? > Why the growisofs insists to use speed 8 > instead what it is told (speed 4)? You should read the man page of growisofs, I remember that the option speed=4 don't means 4X speed. Take a lool at mediainfo output, may be there is the info about speed factor $ dvd+rw-mediainfo /dev/dvd INQUIRY:[PIONEER ][DVD-RW DVR-110D][1.17] GET [CURRENT] CONFIGURATION: Mounted Media: 1Bh, DVD+R Media ID: RITEK/R03 Current Write Speed: 8.0x1385=11080KB/s Write Speed #0:8.0x1385=11080KB/s Write Speed #1:6.0x1385=8310KB/s Write Speed #2:4.0x1385=5540KB/s Speed Descriptor#0:00/2295103 [EMAIL PROTECTED]/s [EMAIL PROTECTED]/s Speed Descriptor#1:00/2295103 [EMAIL PROTECTED]/s [EMAIL PROTECTED]/s Speed Descriptor#2:00/2295103 [EMAIL PROTECTED]/s [EMAIL PROTECTED]/s regards, --ejg @sf -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]